Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1
2 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
3
4         * class.c: more complete check that types belong to corlib
5         (fixes second part of bug #369173).
6
7 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
8
9         * generic-sharing.c:  Including glib.h for the MSVC builds to define
10           "inline" to "__inline" before including mono-membar.h.
11           
12         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
13           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
14           MSVC builds.
15
16         Contributed under MIT/X11 license.
17
18 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
19
20         * verify.c (do_invoke_method): Remove return type validation.
21
22         * verify.c (do_ret): Do return type validation at return site instead of
23         call site.
24
25 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
26
27         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
28
29         * verify.c: Some todos cleaned and improved a few error messages.
30
31 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
32
33         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
34
35 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
36
37         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
38         system types correctly.
39
40         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
41         function.
42
43 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
44
45         * assembly.c (build_assembly_name): Fix a warning.
46
47 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
48
49         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
50         the called function takes an object type argument. Fixes storing or
51         valuetypes across remoting as well as reducing memory usage.
52         * image.c, metadata-internals.h: remove now unused ldfld_remote and
53         stfld_remote wrapper caches.
54
55 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
56
57         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
58         is not found.
59
60         * reflection.c (mono_image_register_token): New helper function to save
61         a token->object mapping.        
62
63         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
64         managed code.
65
66         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
67         one dimension arrays. Fixes #367670.
68         (mono_reflection_get_type_internal): Ditto.
69
70 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
71
72         * marshal.c: mono_load_remote_field_new() always returns object.
73         so use the proper signature (fixes bug #366445).
74
75 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
76         
77         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
78         add an 'inline_failure' flag instead.
79
80 2008-03-04  Mark Probst  <mark.probst@gmail.com>
81
82         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
83         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
84         contains the location of "this", used for exception handling.
85
86 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
87
88         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
89         their size on all platforms for perf reasons.
90
91 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
92
93         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
94         object-internal.h
95
96         * object-internal.h: Same.
97
98 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
99
100         * reflection.h: Fix the build I just broke.
101
102 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
103
104         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
105         Test if a token is valid, this remove explicit usage of 
106         MonoDynamicImage::tokens from the verifier code.
107
108         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
109
110         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
111         instead of direct access to MonoDynamicImage::tokens.
112
113 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
114
115         * verify.c (token_bounds_check): Fix the build I just broke.
116
117 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
118
119         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
120
121         * verify.c (verifier_load_method): Fixed the errors message.
122
123         * verify.c (mono_method_verify): Fixed a debug message.
124
125 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
126
127         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
128         mono-perfcounters.h, class-internals.h: support for predefined
129         writable counters, query of categories and counters, bugfixes.
130
131 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
132
133         * verify.c (do_refanytype): Verify the refanytype opcode.
134
135         * verify.c (mono_method_verify): Use do_refanytype.
136
137 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
138
139         * verify.c (do_mkrefany): Verify the mkrefany opcode.
140
141         * verify.c (mono_method_verify): Use do_mkrefany.
142
143 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
144
145         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
146         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
147         implementation.
148
149 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
150
151         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
152         the type load exception.
153
154 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
155
156         * verify.c: Added a few FIXME for method signatures
157
158         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
159         of mono_method_get_signature and get vararg call working. Removed unused
160         checks for return value.
161
162         * verify.c (do_refanyval): Verify the refanyval opcode.
163
164         * verify.c (mono_method_verify): Implemented verification of arglist and
165         use do_refanyval.
166
167 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
168
169         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
170         vtypes to marshal.c.
171
172         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
173         it works for AOT as well.
174
175 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
176
177         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
178         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
179         the system time is adjusted.
180
181 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
182
183         * icall.c, icall-def.h: use the new time functions (fixes the
184         non-monotonic behaviour of TickCount).
185
186 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
187
188         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
189         it breaks the build.
190         
191         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
192         cattr is not finished yet.
193
194 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
195
196         * verify.c: Proper token validation for field, method and type.
197
198 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
199
200         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
201
202         * loader.c (method_from_memberref): Generate type load error instead of method missing
203         if the type is not found.
204
205 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
206
207         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
208         some of the conversions caused the generation of a marshal directive exception.
209
210 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
211
212         verify.c: Report which exception should be thrown by the JIT.
213         Added a lot of FIXME notes.
214
215 2008-02-22  Mark Probst  <mark.probst@gmail.com>
216
217         * generic-sharing.c: Runtime generic context slots are not
218         instantiated on init anymore.  Instead, provide function to do the
219         instantiating on demand.
220
221         * class-internals.h: Added vtable to runtime generic context.
222         Macros for encoding direct and indirect slot offsets in one
223         guint32.
224
225 2008-02-21  Mark Probst  <mark.probst@gmail.com>
226
227         * object.c, generic-sharing.c: Moved some generic sharing code
228         from object.c to generic-sharing.c.
229
230         * generic-sharing.c: Added support for extensible runtime generic
231         context.
232
233         * metadata-internals.h: Two new hash tables in MonoImage for
234         extensible runtime generic context support.
235
236         * domain.c: Unregister generic vtables upon domain unloading.
237
238         * image.c: Destroy new hash tables upon image unloading.
239
240         * metadata.c: Unregister generic subclasses upon image unloading.
241
242         * class-internals.h: New data structure for runtime generic
243         context template.  New fields in the runtime generic context for
244         extensible part.
245
246         * Makefile.am: Added generic-sharing.c.
247
248 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
249
250         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
251         there is a pending loader exception, raise it.
252
253         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
254         same.
255
256         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
257         same.
258
259         Fixes #363450.
260
261 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
262
263         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
264
265         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
266         
267         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
268         ref-only requests for compatibility with MS.
269
270 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
271
272         * reflection.c (mono_custom_attrs_from_method): Don't silently
273         return an empty list for generic method instances.
274         (mono_custom_attrs_from_param): Likewise.
275
276 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
277             Raja R Harinath  <harinath@hurrynot.org>
278
279         Fix #354757
280         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
281         * class.c (mono_class_inflate_generic_method_full): Initialize it
282         when a fully-open method is instantiated.
283         * metadata.c (inflated_method_equal, inflated_method_hash): Update
284         to new field.
285         * reflection.c (inflate_mono_method): Don't create a temporary context.
286
287 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
288
289         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
290         Compute correct value, to prepare for imethod->reflection_info going away.
291
292 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
293
294         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
295
296 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
297
298         * verify.c: Implement skip visibility flag.
299
300 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
301
302         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
303         which contains an extra field to tell the kind of exception that should be thrown.
304
305         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
306
307 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
308
309         * loader.c (mono_method_get_param_names): Initialize 'klass' after
310         'method' is updated.
311
312 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
313
314         * class.c (mono_class_layout_fields): Set class->min_align for classes using
315         explicit layout as well. Fixes #360375.
316
317 2008-02-11  Geoff Norton  <gnorton@novell.com>
318
319         * loader.c: Guard and dereference against inflated generic methods
320
321 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
322
323         * class.c: Include Retargetable spec in assembly name.
324         * assembly.c: Always include PublicKeyToken spec in assembly name
325         (with value "null" if assembly is not signed), and include
326         Retargetable spec.
327         * icall-def.h: Added icall for Assembly.get_fullname.
328         * icall.c: Added icall returning the fullname of an assembly.
329
330 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
331
332         * class.c (mono_class_setup_vtable_general): Add a missing call to
333         mono_class_setup_methods () which is needed in the AOT case.
334
335 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
336
337         * verify.c (mono_type_get_stack_name): Added. Return the name for the
338         stack type of the given MonoType.
339
340         * verify.c (verify_type_compatibility_full): Handle the void type.
341
342         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
343         way stack merging works.
344
345         * verify.c (store_local): Improved verification message.
346
347         * verify.c (do_branch_op): If the merging is invalid, the method
348         is unverifiable and not invalid. Improved error message.
349
350         * verify.c (merge_stacks): Properly merge a boxed valuetype and
351         a reference type diferent than System.Object. Improved error
352         message.
353
354 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
355
356         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
357
358         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
359         type of an enum even if the argument is byref.
360
361         * verify.c: Replace all explicit uses of enumtype and enum_basetype
362         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
363
364         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
365
366         *verify.c (verify_type_compatibility_full): Make enum types
367         compatible with their base types.
368
369         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
370         types are compatible for the special case of a boxed valuetype and
371         System.Object.
372
373         * verify.c (verify_stack_type_compatibility): The function
374         is_compatible_boxed_valuetype was extracted from here.
375
376         * verify.c (push_arg): Only set ctx->has_this_store if the method
377         is not static.
378
379         * verify.c (do_ldelem): Fixed a typo in an error message and added
380         strict check for mixing int32 and native int as the array type
381         and ldelem type.
382
383         * verify.c (merge_stacks): Consider boxed valuetypes in the
384         compatibility checks.
385
386 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
387         * profiler.h: (MonoGCEvent): Added start-stop the world events.
388
389 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
390         *class.c: use_new_interface_vtable_code: renamed the env var to have
391         a "MONO_" prefix, and fix the logic to enable it by default.
392
393 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
394         *class.c:
395         mono_class_setup_vtable_general: rewrote the way in which interface
396         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
397         makes the code more maintainable.
398         For now the old code is still there, and can be activated setting
399         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
400
401 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
402
403         * verify.c: guarded some debug functions around and #ifdef.
404
405         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
406
407 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
408
409         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
410         changes for now since they seem to break too many things.
411
412 2008-02-05  Mark Probst  <mark.probst@gmail.com>
413
414         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
415         mono_marshal_find_nonzero_bit_offset): Added macro and function
416         for finding the byte- and bit-offset of a bitfield within a
417         struct.
418
419 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
420
421         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
422         (mono_marshal_get_struct_to_ptr): Ditto.
423
424         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
425         cctor_signature.
426
427 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
428
429         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
430         between methods for non-corlib types.
431
432 2008-02-02  Geoff Norton  <gnorton@novell.com>
433
434         * loader.c (mono_method_get_param_names): Populate the parameter name for 
435         generic parameters as well. (Fixes #342536)
436
437 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
438
439         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
440
441         * verify.c (do_invoke_method): Fix for calling with byref structs.
442
443         * verify.c (do_cast): push a boxed value type based on the type token and not
444         the type of stack.
445
446 2008-01-31  William Holmes  <billholmes54@gmail.com>
447
448         * process.c (process_module_string_read): Check the size returned form 
449           VerQueryValue to avoid out of memory exception. 
450
451 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
452
453         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
454         Handle properly modules which are not in the moduleref table. Fixes
455         #356938.
456
457 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
458
459         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
460         the dynamic case which is now in managed code.
461         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
462
463         * marshal.c (mono_string_to_bstr): Fix a warning.
464         (init_com_provider_ms): Ditto.
465
466         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
467
468         * exception.c (mono_get_exception_out_of_memory): New helper function.
469
470 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
471
472         * marshal.c: Add support for BSTR marshalling
473         using other COM systems.
474
475         Code is contributed under MIT/X11 license.
476
477 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
478
479         * object.c (mono_runtime_invoke_array): reverted previous
480         commit as it breaks the build.
481
482 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
483
484         * object.c (mono_runtime_invoke_array): Verify arguments for
485         invalid types. Fixes #348522.
486
487 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
488
489         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
490         non-final virtual calls using call. 
491
492         * verify.c (do_invoke): fixed some TODOs.
493
494         * verify.c (push_arg): set has_this_store for "ldarga 0".
495
496 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
497
498         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
499         which belong to an inflated class. Fixes #356531.
500
501 2008-01-26  Robert Jordan  <robertj@gmx.net>
502
503         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
504         which resort to FindFirstFile when a certain error condition
505         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
506         Code is contributed under MIT/X11 license.
507
508 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
509
510         * marshal.c (emit_marshal_string): Fix out string marshalling
511         to use specified encoding. Fixes #323900.
512
513         Code is contributed under MIT/X11 license.
514
515 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
516
517         * class.c (mono_class_inflate_generic_method_full): Don't modify
518         iresult->context after cache check.
519
520 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
521
522         * class.c (mono_class_inflate_generic_method_full): Change the
523         struct assignments to memcpy for better visibility and add some comments.
524
525 2008-01-23  Dick Porter  <dick@ximian.com>
526
527         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
528         procedure, and make it work on windows.
529
530 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
531
532         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
533         a MonoReflectionTypeBuilder since it is always of that type.
534
535         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
536
537         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
538
539         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
540         
541         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
542
543         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
544
545         * reflection.c (mono_reflection_create_runtime_class): Remove already created
546         instantiations from the type cache.
547
548 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
549
550         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
551
552         * verify.c (do_unbox_value): push a controled mutability managed pointer.
553
554 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
555
556         * verify.c (do_ldstr): added, verifies if the #US token is valid.
557
558         * verify.c (mono_method_verify): removed old TODO
559
560 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
561
562         * verify.c (do_newobj): add visibility check.
563
564 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
565
566         * verify.c (do_load_function_ptr): add visibility check.
567
568 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
569         *class.c:
570         mono_generic_class_get_class: hook profiler events.
571         mono_field_get_offset: added to support heap-shot in the new profiler.
572         *class.h: exported mono_field_get_offset.
573         * reflection.c:
574         mono_reflection_setup_internal_class: hook profiler events.
575
576 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
577
578         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
579         argument here too and use it to avoid checking for pending exceptions if 
580         possible.
581
582 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
583
584         * assembly.c (build_assembly_name): add arg for passing the assembly
585         flags. Do not consider a PublicKey with value "null" valid.
586         (mono_assembly_name_parse_full): added boolean argument that will be
587         set if the assembly name contains a PublicKeyToken spec. Added support
588         for the Retargetable spec for which only Yes or No are allowed as valid
589         value. Consider assembly name invalid if Retargetable spec is set, but
590         either version, culture or public key (token) are not specified.
591         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
592         with implementation in assembly.c.
593         * icall.c (fill_reflection_assembly_name): also copy assembly flags
594         from MonoAssemblyName.
595         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
596         introduced argument for mono_assembly_name_parse_full to know if the
597         assembly name has a PublicKeyToken spec, and if it has instruct
598         fill_reflection_assembly_name to use default value for keyToken (if
599         PublicKeyToken is null).
600
601 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
602
603         * verify.c (mono_method_verify): fixed ovf ops with
604         float values. They are unverifiable now.
605
606 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
607
608         * class.c (set_failure_from_loader_error): add BadImageException to the
609         list of exceptions that can cause a type to fail to load.
610
611         * class.c (mono_class_get_exception_for_failure): same.
612
613 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
614
615         * verify.c (in_any_exception_block): added, check if offset
616         is part of any exception handling clause.
617
618         * verify.c (get_stack_type): added VAR and MVAR types.
619
620         * verify.c (do_stobj): better error messages.
621
622         * verify.c (do_cpobj): added, check cpobj.
623
624         * verify.c (do_initobj): added, check initobj.
625
626         * verify.c (do_sizeof): added, check sizeof.
627
628         * verify.c (do_localloc): added, check localloc.
629
630         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
631
632 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
633
634         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
635         save_lmf/restore_lmf opcodes.
636
637         * threads.c (mono_threads_install_notify_pending_exc): New function to
638         install a callback notifying the JIT there is a pending exception on a thread.
639         (mono_thread_request_interruption): Call the new callback.
640         (mono_thread_get_and_clear_pending_exception): New function to return the
641         exception pending on a thread.
642
643         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
644         to turn off checking for pending exceptions.
645         (mono_marshal_get_native_wrapper): Ditto.
646
647 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
648
649         * threads-types.h: Get rid of the unnecessary extern declarations.
650
651 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
652
653         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
654         return field from parent class if not private.
655         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
656         returns fields from parent class if they are not private.
657         (method_nonpublic): added function to determine if a given method
658         should be considered non-public. Returns false for private methods
659         on parent class, and internal methods from parent on the 1.0 profile.
660         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
661         use method_nonpublic function to determine whether method should be
662         returned.
663         (property_accessor_public): use newly introduced method_nonpublic
664         function to determine whether accessor is non-public. 
665         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
666         event from parent class if not private. Only return static event if
667         Static flag is set, and only return static event from parent class if
668         FlattenHierarchy flag is set.
669         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
670         include non-private events from parent class.
671
672 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
673
674         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
675         warning.
676
677 2008-01-16  Wade Berrier <wberrier@novell.com>
678
679         * security.c: Add assembly.h header to appease some warnings
680
681 2008-01-16  Dick Porter  <dick@ximian.com>
682
683         * process.c (process_module_string_read): Remove trailing null
684         when saving string.
685
686 2008-01-16  Mark Probst  <mark.probst@gmail.com>
687
688         * class-internals.h: A new data structure describing the layout of
689         a runtime generic context (MonoRuntimeGenericContextTemplate).
690
691         * metadata-internals.h: Added a hash table to MonoDomain that maps
692         from open generic classes to their runtime generic context
693         templates.
694
695         * object.c: Building of the runtime generic context, including
696         proper handling of generic type arguments of superclasses.
697         Building of the runtime generic context according to the template.
698
699 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
700
701         * class.c (mono_class_setup_fields): Set field.count for generic instances.
702         Fixes #350856.
703
704         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
705         mono_portability_find_file (). Fixes #325466.
706         (mono_image_get_public_key): Fix a warning.
707
708 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
709
710         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
711         Fixes #353550.
712         (mono_class_from_name_case): Ditto.
713
714 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
715
716         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
717           common storage for the tables used in the System/NumberFormatter class.
718
719 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
720
721         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
722
723 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
724
725         * verify.c (get_boxable_mono_type): check if the token is valid.
726
727         * verify.c (set_stack_value): changed to add an error if an
728         invalid type is set on stack. Changed all callers due to signature change.
729
730         * verify.c (do_stobj): implement stobj validation.
731
732 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
733
734         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
735         set container->is_method, it was set earlier.
736
737         * metadata.c (type_in_image): Handle MVARs which belong to not finished
738         generic methods.
739
740         * reflection.c (mono_reflection_initialize_generic_parameter): Set
741         is_method of the generic container to TRUE for methods.
742
743 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
744
745         * metadata.c (type_in_image): Handle type parameters properly.
746
747         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
748         memory ownership of this structure.
749
750 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
751
752         * verify.c (get_boxable_mono_type): make typedref types been just
753         unverifiable. check for void type.
754
755         * verify.c (do_unbox_any): added, verify opcode unbox.any.
756
757         * verify.c (do_load_function_ptr): accept method spec tokens.
758
759 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
760
761         * marshal.c (mono_class_native_size): Always set *align even if this is called
762         recursively.
763
764 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
765
766         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
767         out-of-date.
768
769 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
770
771         * verify.c: removed some old unused tables. A huge bunch of small fixes
772         to things found while testing the verifier with mono basic.
773
774         * verify.c (dump_stack_value): dump null literal flag to.
775
776         * verify.c (verify_type_compatibility_full): fix comparison
777         for types that have a generic super type.
778
779         * verify.c (verify_stack_type_compatibility): fix compatibility
780         between null literals and reference types. fix compatibility between
781         boxed valuetypes and object. fix corner case test for enums.
782
783         * verify.c (do_cmp_op): proper verification of cgt.un in case
784         of reference types.
785
786         * verify.c (do_invoke_method): fix error message.
787
788         * verify.c (do_store_indirect
789
790         * verify.c (check_is_valid_type_for_field_ops): proper verification
791         of managed pointers to valuetypes and boxed valuetypes. proper verification
792         of null literals.
793
794         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
795         allow token to be a reference type.
796
797         * verify.c (do_cast): proper handling of boxes valuetypes.
798
799         * verify.c (do_stelem): proper handling of storing a boxed valuetype
800         in object[].
801
802         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
803         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
804         fixed the decoding of unbox_any
805
806 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
807
808         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
809
810 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
811
812         * verify.c (do_newobj): do delegate verification.
813
814         * verify.c (verify_delegate_compatibility): perform delegate
815         verification.
816
817         * verify.c (verify_ldftn_delegate): perform tests related to
818         ldftn delegates.
819
820         * verify.c (mono_delegate_signature_equal): perform the
821         slightly diferent signature comparison required by delegates.
822
823         * metadata.c (mono_metadata_type_equal_full): added and exported
824         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
825         allows signature only comparison.
826
827         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
828         as MONO_INTERNAL.
829
830 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
831
832         * verify.c: added a bunch of stack_slot_* functions to
833         make access to stack slot type easier. This is required to
834         allow optional flags, like null literal, boxed value and
835         this pointer.
836         All access paths to IlStackDesc::stype have been changed 
837         to use these new funcions.
838         Removed a bunch of unused functions and cleared all warnings.
839         This patch introduces the usage of the this pointer and 
840         boxed value flags.
841
842 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
843
844         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
845
846 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
847
848         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
849         match managed version.
850
851         * appdomain.c: Bump corlib version.
852         
853         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
854         argument.
855
856 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
857
858         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
859         Set public key token to zero-length byte array if assembly is not
860         strongnamed.
861
862 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
863
864         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
865         writing a vtype array elem.
866
867 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
868
869         * assembly.c (build_assembly_name): return FALSE if length of token is
870         not 16 (if not "null").
871         (mono_assembly_name_parse_full): return FALSE if value of version,
872         culture, token or key is 0.
873         * icall.c (fill_reflection_assembly_name): add boolean arguments to
874         specify whether public key and public key token must be set to default
875         value (zero-length byte array) if not available. Set versioncompat to
876         SameMachine. If public key is available or the default is set, then
877         set PublicKey flag.
878         (ves_icall_System_Reflection_Assembly_FillName): if no public key
879         is available, use empty byte array as default value. On the 2.0
880         profile, use default value for public key token if not set.
881         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
882         profile, use default value for public key if not set. On the 2.0
883         profile, use default value for public key token if not set.
884         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
885         default values for public key and public key token.
886
887 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
888
889         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
890         field to keep it in synch with the managed object.
891
892         * marshal.c (emit_marshal_object): Add support for byref marshalling of
893         delegates. Fixes #351520.
894
895         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
896         contains defined memory.
897         
898         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
899
900         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
901         
902         * sgen-gc.c (check_consistency): New helper function to do a consistency check
903         of the GC data structures.
904
905         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
906
907         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
908         
909         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
910         barrier.
911         (mono_array_clone_in_domain): Ditto.
912         (mono_array_clone_in_domain): Ditto.
913
914         * threads.c (start_wrapper): Register the thread start argument as a GC root.
915         (cache_culture): Use a write barrier.
916
917         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
918         (ves_icall_get_property_info): Ditto.
919
920         * object.h (MONO_STRUCT_SETREF): New macro.
921
922         * class-internals.h (MonoStats): Add some GC statistics.
923
924         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
925
926 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
927
928         * exception.c (mono_exception_from_name_two_strings):
929         Break from loop after method is found.
930
931 2008-01-04  Dick Porter  <dick@ximian.com>
932
933         * process.c (process_module_string_read): Rename variable to
934         reflect correct usage, after fixing bug 345972.
935
936 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
937
938         * verify.c (mono_type_create_fnptr_from_mono_method): 
939         created a MonoType function pointer instance to be used during
940         verification. The verifier releases this memory at end.
941
942         * verify.c (mono_method_is_constructor): extracted repeated
943         checks for constructor into a single class.
944
945         * verify.c (do_push_field): use new extracted method
946         for constructor check.
947
948         * verify.c (do_newobj): same.
949
950         * verify.c (do_ldftn): renamed to do_load_function_ptr
951         and make it verify ldvirtftn too.
952
953         * verify.c (mono_method_verify: proper verification
954         of ldvirtftn. release created MonoMethod instances.
955
956 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
957
958         * verify.c (token_bounds_check): added.
959
960         * verify.c (do_ldftn): added.
961
962         * verify.c (mono_method_verify): proper verificartion of ldftn.
963
964 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
965
966         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
967         than the table row count. It's the resposibility of the caller to
968         make the bounds check and raise the correct error.
969
970         * metadata.c (mono_metadata_decode_row_col): Same.
971
972         * loader.c (mono_get_method_from_token): perform bounds check
973         on token for methoddef table.
974
975 2007-12-29  Miguel de Icaza  <miguel@novell.com>
976
977         * icall.c
978         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
979         assert into a negative result, the managed code already coped with
980         that.
981
982         Some folks on Windows reported this error. 
983
984 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
985
986         * appdomain.c: Bump corlib version.
987         * icall.c:
988         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
989         CultureInfo.CreateCulture to create CultureInfo for name.
990         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
991         create CultureInfo for name. Fixes bug #347174.
992
993 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
994
995         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
996         flags.
997
998         * verify.c (is_valid_branch_instruction): allow branching to the
999         first instruction of the protected block.
1000
1001         * verify.c (is_valid_cmp_branch_instruction): same.
1002
1003         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
1004         avoid double initialization.
1005
1006         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
1007         detect which cases the eval stack should just be copied.
1008
1009         * verify.c (mono_method_verify): check if the eval stack
1010         is empty when entering a protected block.
1011
1012 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
1013
1014         * verify.c: added is_clause_in_range, is_clause_inside_range,
1015         is_clause_nested and verify_clause_relationship. They perform
1016         the verifications stated in P1 12.4.2.7.
1017
1018         * verify.c (mono_method_verify): remove some unused variables,
1019         add the new exception clause checks, add instruction border
1020         checks for protected block start/end, improved some error 
1021         messages and fixed a bug in the way invalid instruction access
1022         is detected.
1023
1024 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
1025
1026         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
1027         from GC 7.0 if available.
1028
1029         * object.c: Remove an unused define.
1030         
1031         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
1032
1033         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
1034
1035         * null-gc.c (mono_gc_make_descr_for_array): Implement.
1036
1037         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
1038
1039         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
1040         to take the same arguments as the other make_descr functions.
1041
1042         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
1043
1044         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
1045         directly.
1046
1047         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
1048         mini.c.
1049
1050         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
1051         call to boehm-gc.c.
1052
1053         * boehm-gc.c (mono_gc_register_root): Fix a warning.
1054
1055         * null-gc.c (mono_gc_register_root): Fix a warning.
1056
1057         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
1058
1059         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
1060         (mono_gc_base_init): Call GC_init ().
1061
1062         * null-gc.c: Define mono_gc_register_root () as a no-op.
1063
1064         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
1065
1066 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
1067
1068         * verify.c: add prototype for merge_stacks at top
1069
1070         * verify.c (do_switch): added.
1071
1072         * verify.c (merge_stacks): on some cases the stack merging
1073         was not happening properly. Unequal stack sizes at merge
1074         points should be invalid.
1075
1076         * verify.c (mono_method_verify): added more debug info on stack state.
1077         verify switch properly.
1078
1079 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
1080
1081         * method-builder.h: New file, moved the mono_mb_ declarations here from 
1082         marshal.h.
1083
1084         * boehm-gc.c marshal.c: Include method-builder.h.
1085
1086         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
1087
1088         * marshal.c: Remove some code which is now in method-builder.c.
1089
1090 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
1091
1092         * method-builder.c: New file, extraction of the method builder functionality 
1093         from marshal.c.
1094
1095         * marshal.c: Move the mb functions into method-builder.c.
1096
1097         * marshal.h marshal.c: Export some mono_mb_... functions.
1098
1099         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
1100
1101         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
1102         the caller.
1103
1104         * class.c (mono_class_get_full): Check the token type in the dynamic case.
1105
1106         * loader.c (mono_field_from_token): Ditto.      
1107
1108         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
1109         type as well.
1110         
1111         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
1112         Fixes #342565.
1113
1114         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
1115         a helper function for setting it.
1116
1117         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
1118
1119         
1120         * assembly.c: Significally simplify code now that referenced assemblies are 
1121         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
1122
1123         * threads.h: Don't include  the internal threads-types.h header file. Fixes
1124         #349952.
1125
1126 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
1127
1128         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
1129         instructions that were target of branches or are at protected block boundaries.
1130
1131         * verify.c (in_same_block): handle filter clauses.
1132
1133         * verify.c (is_valid_branch_instruction): added. checks the target of
1134         instructions br or brtrue/false.
1135
1136         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
1137         binary branch instructions such as beq and bge.
1138
1139         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
1140         and made it pin the instruction as been part of the exception block.
1141
1142         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
1143         of in_same_block.
1144
1145         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
1146         of in_same_block.
1147
1148         * verify.c (do_ret): ret from a protected block is unverifiable and
1149         not invalid.
1150
1151         * verify.c (do_static_branch): verify br and br.s instructions.
1152
1153         * verify.c (merge_stacks): add extra param to support detection
1154         of branches in the middle of instructions.
1155         
1156         * verify.c (mono_method_verify): verify branches and exception blocks
1157         that target the middle of instructions. Proper verification of br and br.s.
1158
1159 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
1160
1161         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
1162         skip_visibility field.
1163         (reflection_methodbuilder_from_dynamic_method): Ditto.
1164
1165         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
1166         registrations. Fixes #348193.
1167
1168         * threads.h: Move the internal mono_thread_get_pending_exception () to
1169         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
1170
1171 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
1172
1173         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
1174         icall registration. Fixes #348193.
1175
1176         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
1177         for corlib classes into object. Fixes #349621.
1178
1179 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
1180
1181         * icall.c (property_accessor_nonpublic): new function to determine
1182         whether an accessor allows a property to be considered non-public.
1183         Returns false for private accessor(s) from parent class, and internal
1184         accessor(s) from parent on 2.0 profile (and higher).
1185         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
1186         to determine whether property should be included if NonPublic flag
1187         is set. Fixes bug #349078.
1188
1189 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
1190
1191         * verify.c (init_stack_with_value): added.
1192
1193         * verify.c (mono_method_verify): extracted common
1194         code for exception initialization into init_stack_with_value.
1195
1196         * verify.c (mono_method_verify): initialize the exception
1197         for handler clauses as well.
1198
1199         * verify.c (mono_method_verify): fix the exception clause
1200         ordering rules, it should use handler end offset and not
1201         start offset.
1202
1203 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
1204
1205         * rawbuffer.c: remove useless warning.
1206
1207 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
1208
1209         * threads.h, threads-types.h: move functions to the correct header
1210         (fixes bug#349952).
1211
1212 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1213
1214         * verify.c (mono_method_verify): proper verification
1215         of exception handling clauses ranges and fallthru in
1216         and out of protected blocks.
1217
1218 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1219
1220         * verify.c (mono_method_verify): fixed compilation issue.
1221
1222 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1223
1224         * verify.c (mono_method_verify): a printf slipped in, changed
1225         to use verifier debug macro.
1226
1227 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
1228
1229         * verify.c (is_correct_leave): check for filter clauses.
1230
1231         * verify.c (do_filter): added.
1232
1233         * verify.c (mono_method_verify): property verification of leave.
1234
1235
1236 2007-12-18  Mark Probst  <mark.probst@gmail.com>
1237
1238         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
1239         Win32 build, until we figure out how to do the proper thing on
1240         Win32.
1241
1242 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
1243
1244         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
1245         by the previous patch.
1246         
1247         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
1248         the assembly resolve handler for refonly assemblies.
1249
1250 2007-12-17  Mark Probst  <mark.probst@gmail.com>
1251
1252         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
1253         Make sure only one thread is allowed to commence shutdown, and
1254         don't allow new threads to be started once shutdown is in
1255         progress.
1256
1257 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1258
1259         * verify.c (is_correct_endfilter): added.
1260
1261         * verify.c (is_unverifiable_endfilter): added.
1262
1263         * verify.c (do_endfilter): added.
1264
1265         * verify.c (mono_method_verify): property verification of endfilter
1266         and fixed a corner case or endfinally.
1267
1268 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
1269
1270         * verify.h: new flags to support fail fast of unverifiable code and
1271         do non-strict verification. Non-strict verification is required to
1272         have MS runtime compatibility. There are a huge amount of unverifiable
1273         code that it accepts as verifiable. The strict mode verifies the code
1274         as the specs says.
1275         Non-strict mode will be required in cases where code needs to be
1276         accepted as verifiable but fails under strict mode.
1277
1278         * pedump.c: added support to fail fast and non-strict verification.
1279
1280         * verify.c: added support for both fail fast and non-strict verification.
1281
1282 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1283
1284         * verify.c (is_correct_endfinally): added.
1285
1286         * verify.c (mono_method_verify): property verification of endfinally.
1287
1288 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
1289
1290         * verify.c (in_any_block): check for filter clauses.
1291
1292         * verify.c (is_correct_rethrow): added.
1293
1294         * verify.c (mono_method_verify): property verification of rethrow.
1295
1296         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
1297
1298 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
1299
1300         * verify.c (do_throw): added.
1301
1302         * verify.c (mono_method_verify): property verification of throw
1303
1304 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
1305
1306         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
1307         assemblies. Fixes #346425.
1308
1309 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
1310
1311         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
1312         FieldBuilders.
1313
1314         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
1315
1316         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
1317         prevent asserts when this is called with a token which might not be valid.
1318
1319         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
1320         lookup_dynamic_token_class with valid_token == FALSE.
1321
1322         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
1323
1324         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
1325
1326         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1327         
1328 2007-12-10  Mark Probst  <mark.probst@gmail.com>
1329
1330         * gc.c: Don't delay threadpool thread finalization unless Mono is
1331         shutting down.
1332
1333 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1334
1335         * threads.c: turn an assert into a non-fatal warning.
1336
1337 2007-12-09  Robert Jordan  <robertj@gmx.net>
1338
1339         * icall.c (GetVirtualMethod): Add missing argument validation.
1340
1341 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1342
1343         * verify.c (do_cast): added.
1344
1345         * verify.c (mono_method_verify): property verification of castclass and isinst.
1346
1347
1348 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1349
1350         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
1351
1352         * verify.c (do_stelem): added.
1353
1354         * verify.c (mono_method_verify): property verification of stelem.X.
1355
1356 2007-12-07  Mark Probst  <mark.probst@gmail.com>
1357
1358         * class.c, class-internals.h: Introduce an environment variable
1359         (MONO_GENERIC_SHARING) through which the extent of generic code
1360         sharing can be controlled (share all classes, share only corlib
1361         classes, or share nothing).
1362
1363         * object.c: Only create runtime generic context for classes for
1364         which sharing is enabled.
1365
1366 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1367
1368         * verify.c (do_ldelem): refactor it to work with ldelem.any.
1369
1370         * verify.c (mono_method_verify): property verification of ldelem.any.
1371
1372 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1373
1374         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
1375         added ldelem.X opcodes.
1376
1377         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
1378
1379         * verify.c: proper verification of ldelem.X 
1380
1381 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
1382
1383         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
1384
1385 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
1386
1387         * verify.c (mono_method_verify): null literal requires special handling,
1388         the value pushed on stack need to be flagged as so.
1389
1390         * verify.c (do_ldelema): Verify ldelema properly.
1391
1392 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
1393
1394         * verify.c: Verify ldlen properly.
1395
1396 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
1397
1398         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
1399         to the target object's type. Fixes #346160.
1400
1401 2007-12-05  Dick Porter  <dick@ximian.com>
1402
1403         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
1404         Solaris needs the same workaround as BSD-derived systems.  Fixes
1405         bug 323524, patch by Burkhard Linke
1406         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
1407
1408 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
1409
1410         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
1411         handle to use when error dialog is shown; otherwise, update mask
1412         to show no error dialog when an error occurs.
1413
1414 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
1415
1416         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
1417
1418         * class.c (mono_class_get_field_default_value): New helper function to initialize
1419         field->def_type and field->data.
1420
1421 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
1422
1423         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
1424         the general one.
1425
1426         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
1427
1428         * marshal.c: Avoid depending on delegate->method_info being set.
1429
1430         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
1431         
1432         * object.c (mono_delegate_ctor): Set delegate->method.
1433
1434         * object-internals.h (struct _MonoDelegate): Add 'method' field.
1435
1436         * appdomain.c: Bump corlib version.
1437
1438 2007-11-27  Raja R Harinath  <harinath@gmail.com>
1439
1440         * metadata.c (mono_generic_inst_equal_full): Short-circuit
1441         equality check if we're comparing canonicalized MonoGenericInsts.
1442
1443 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
1444
1445         * class.c (generic_array_methods): Call mono_class_setup_methods () before
1446         accessing class->methods.
1447
1448 2007-11-22  Dick Porter  <dick@ximian.com>
1449
1450         * threads.c: Ensure that the synch_cs is set before trying to use
1451         it.
1452
1453 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
1454
1455         * profiler.c: r89126 broke the statistial profiler, unbreak.
1456
1457 2007-11-22  Martin Baulig  <martin@ximian.com>
1458
1459         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
1460
1461         * mono-debug.c
1462         (mono_debug_debugger_version): Bump to 3.
1463         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
1464         -> mono_debugger_class_initialized().
1465
1466         * mono-debug-debugger.c
1467         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
1468
1469         * class.c
1470         (mono_debugger_start_class_init_func): Removed.
1471         (mono_debugger_class_loaded_methods_func): Added.
1472         (mono_class_setup_methods): Call it here.
1473
1474 2007-11-22  Martin Baulig  <martin@ximian.com>
1475
1476         * mono-debug.c
1477         (mono_debug_add_delegate_trampoline): New public method.
1478         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
1479
1480         * mono-debug.h
1481         (MonoSymbolTable): Added `global_data_table'.
1482         (MonoDebuggerTypeKind): Removed.
1483
1484 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
1485
1486         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
1487         these methods.
1488
1489         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1490         
1491 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
1492
1493         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
1494
1495 2007-11-20  Martin Baulig  <martin@ximian.com>
1496
1497         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
1498
1499         * mono-debug-debugger.c
1500         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
1501         (mono_debugger_remove_breakpoint): Likewise.
1502         (mono_debugger_check_breakpoints): Likewise.
1503         (mono_debugger_register_class_init_callback): New public method.
1504         (mono_debugger_remove_class_init_callback): Likewise.
1505         (mono_debugger_add_type): Likewise.
1506
1507         * mono-debug-debugger.h
1508         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
1509
1510 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
1511
1512         * class.c: more interface implementations needed for the
1513         array enumerator (fixes bug #341112).
1514
1515 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
1516
1517         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
1518         fix ParamName of ArgumentNullExceptions.
1519
1520 2007-11-17  Miguel de Icaza  <miguel@novell.com>
1521
1522         * reflection.c (mono_reflection_encode_sighelper): Generate the
1523         modopts and modreqs.   I have a useless test that crashes monodis,
1524         but that shows the code working.
1525
1526 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
1527
1528         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
1529         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
1530
1531 2007-11-15  Dick Porter  <dick@ximian.com>
1532
1533         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
1534         When joining a thread, it's the thread that's calling Join that
1535         gets WaitSleepJoin state not the target.  Fixes the standalone
1536         test case in bug 334740, and hopefully the whole bug too.
1537
1538 2007-11-15  Dick Porter  <dick@ximian.com>
1539
1540         * process.c: Read file version info from the files pointed at by
1541         process modules, not the current process.  Fixes bug 315969.
1542
1543         Use windows typedef names in some places to fix warnings on the
1544         windows build.
1545
1546 2007-11-15  Mark Probst  <mark.probst@gmail.com>
1547
1548         * image.c, metadata-internals.h: Added a generic_class_cache hash
1549         to MonoImage for looking up generic classes when sharing generics.
1550
1551 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1552
1553         * sgen-gc.c: warning cleanups.
1554
1555 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
1556
1557         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
1558         inherited properties.
1559
1560 2007-11-14  Mark Probst  <mark.probst@gmail.com>
1561
1562         * object.c, class-internals.h: Added more information to the
1563         runtime generic context.
1564
1565 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
1566
1567         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
1568         instead of just the target method. Generalize the abstract method handling to
1569         handle any non-static method.
1570
1571         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
1572         mono_marshal_get_delegate_invoke () signature change.
1573
1574 2007-11-13  Mark Probst  <mark.probst@gmail.com>
1575
1576         * class.c, class-internals.h: Made
1577         mono_type_get_basic_type_from_generic () public.  Fixed member
1578         access check for shared generics.
1579
1580         * loader.c: Don't insert field into field cache if it's part of a
1581         non-inflated generic class.
1582
1583         * domain.c, domain-internals.h: The generic sharing context is now
1584         part of the jit info data structure.  Added two accessor
1585         functions.
1586
1587 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
1588
1589         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
1590         the array Get/Set/Address methods, since the JIT inlines them.
1591
1592         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
1593
1594         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
1595         (mono_image_init): Initialize runtime_invoke_direct_cache.      
1596
1597         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
1598         mono_marshal_get_delegate_invoke signature change.
1599
1600         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
1601         an additional argument. Add support for invoking abstract methods.
1602
1603         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
1604
1605         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
1606
1607 2007-11-09  Mark Probst  <mark.probst@gmail.com>
1608
1609         * class.c: Do field layout for open generic classes as well.
1610
1611 2007-11-09  Mark Probst  <mark.probst@gmail.com>
1612
1613         * gc.c, gc-internal.h: Don't finalize threadpool threads with
1614         other objects, because the threadpool is still around.  Put them
1615         in a list instead and after finalizing all other objects in the
1616         root domain shut down the thread pool and then finalize the
1617         threads.  Fixes bug #337383.
1618
1619         * threads.c, thread-types.h: New mono_thread_create_internal()
1620         function for marking a thread with the threadpool flag before it
1621         started.  Set synch_cs to NULL after freeing it.
1622
1623         * threadpool.c: Mark threadpool threads before they start.
1624
1625 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
1626
1627         * reflection.h, reflection.c: don't export random functions
1628         and lazy load dbnull and missing objects.
1629
1630 2007-11-07  Jonathan Chambers <joncham@gmail.com>
1631
1632         * class.c: Initialize COM types if COM interfaces
1633         are present (not just COM classes).
1634         
1635         Code is contributed under MIT/X11 license.
1636
1637 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1638         * reflection.c:
1639         create_dynamic_mono_image: hook module profiler events (dynamic case).
1640         mono_image_basic_init: hook assembly profiler events (dynamic case).
1641
1642 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1643         * profiler.c:
1644         simple_appdomain_unload: completely terminate the profiler
1645         instead of only processing the statistical samples.
1646         simple_shutdown: make sure this is really called exactly once,
1647         even in multithreaded applications, and always listen to
1648         appdomain events.
1649         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
1650         here, the "[un]load" functions will do it.
1651         Fixes bugs #333791 and #325261.
1652
1653 2007-11-07  Geoff Norton  <gnorton@novell.com>
1654
1655         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
1656         rather than depend on __APPLE__.
1657
1658 2007-11-07  Mark Probst  <mark.probst@gmail.com>
1659
1660         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
1661
1662 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
1663
1664         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
1665         UTF16 MonoString. Fix the crash from bug #335488
1666
1667 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
1668
1669         * marshal.c: Correct (for non-Win32 OS) length != size in 
1670         mono_string_from_bstr. Fix #339530.
1671
1672 2007-11-06  Geoff Norton  <gnorton@novell.com>
1673
1674         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
1675         to succeed
1676
1677 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
1678
1679         * process.c: Added run-time GetProcessId API detection for Windows.
1680
1681 2007-11-04  Miguel de Icaza  <miguel@novell.com>
1682
1683         * reflection.c  (mono_param_get_objects): If a parameter has the
1684         attribute [System.Runtime.InteropServices.Optional] we should
1685         set the DefaultValue of the ParameterInfo to be
1686         System.Reflection.Missing instead of DBNull.
1687
1688         See bug #339013.
1689
1690         (mono_get_reflection_missing_object): New method,
1691         returns the System.Reflection.Missing.Value singleton instance.
1692
1693 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
1694
1695         * culture-info-table.h : regenerated.
1696
1697 2007-11-02  Jonathan Chambers <joncham@gmail.com>
1698
1699         * icall.c: Use GetEnvironmentStrings on windows
1700         so we are using the same environment block as 
1701         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
1702         #333740.
1703         
1704         Code is contributed under MIT/X11 license.
1705
1706 2007-10-31  Martin Baulig  <martin@ximian.com>
1707
1708         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
1709
1710         * mono-debug-debugger.h
1711         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1712
1713 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
1714
1715         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
1716         classes.
1717
1718 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
1719
1720         * culture-info-table.h : regenerated.
1721
1722 2007-10-30  Robert Jordan  <robertj@gmx.net>
1723
1724         * icall-def.h, icall.c:
1725         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
1726
1727         Code is contributed under MIT/X11 license.
1728
1729 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1730
1731         * class.c (mono_class_setup_vtable): Find the inflated methods in the
1732         inflated class instead of inflating them again.
1733         
1734         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
1735         dynamic case.
1736
1737         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
1738         Call setup_supertypes () after klass->parent is set.
1739         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
1740
1741         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
1742         for inflated instances of not yet created dynamic generic classes.
1743         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
1744         times from inflated_method.
1745         (methodbuilder_to_mono_method): Ditto.
1746
1747 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
1748
1749         * gc.c: code cleanup and removed old untested option of not creating the
1750         finalizer thread.
1751
1752 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1753
1754         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
1755         creating a jump trampoline for dynamic methods.
1756
1757 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
1758
1759         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
1760         generic TypeBuilders when called from another method of the same type (bug #335131).
1761
1762
1763 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
1764
1765         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
1766         doesn't seem to work perfectly.
1767         
1768         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
1769         called multiple times.
1770         (methodbuilder_to_mono_method): Ditto.
1771         (resolve_object): Inflate FieldBuilder's.
1772
1773 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1774
1775         * string-icalls.c, string-icalls.h, appdomain.c: patch from
1776         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
1777         RemoveEmptyEntries in the string.Split implementation (bug #322375).
1778
1779 2007-10-26  Dick Porter  <dick@ximian.com>
1780
1781         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
1782         Thread initialisation changes
1783
1784 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
1785
1786         * verify.c: fix compatibility check between arrays and System.Array
1787
1788 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
1789
1790         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
1791         too. Fixes #336999.
1792
1793 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
1794
1795         * object.c (mono_value_box): Use typed allocation here.
1796
1797 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
1798
1799         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
1800         trampoline instead of compiling the method right away.
1801
1802         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
1803
1804 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
1805
1806         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
1807         related fields for dynamic classes. Fixes #334493.
1808
1809 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
1810
1811         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
1812         
1813         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
1814
1815         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
1816         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
1817
1818         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
1819
1820         * reflection.c (create_generic_typespec): Initialize klass->generic_container
1821         if needed.
1822         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
1823
1824 2007-10-18  Jonathan Chambers <joncham@gmail.com>
1825
1826         * marshal.c: Use correct key when removing item
1827         from ccw_hash.
1828         
1829         Code is contributed under MIT/X11 license.
1830
1831 2007-10-17  William Holmes  <billholmes54@gmail.com>
1832
1833         *marshal.c: Adding a case to marshal booleans to U1
1834
1835         Code is contributed under MIT/X11 license.
1836
1837 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
1838
1839         * class.c (mono_class_from_name): Search the modules compromising dynamic
1840         assemblies. Fixes #331601.
1841
1842 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
1843
1844         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
1845         exception if the type name contains an assembly component. Fixes #334203.
1846
1847         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
1848         modules inside dynamic assemblies. Fixes #334200.
1849         
1850         * reflection.c: Set image->public_key and image->public_key_length;
1851
1852         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
1853         fields.
1854
1855         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
1856         
1857 2007-10-16  Mark Probst  <mark.probst@gmail.com>
1858
1859         * metadata.c: Implemented correct comparing of generic classes.
1860         An inflated generic class can be equal to a non-inflated one if it
1861         is inflated with generic type variables as type arguments.  Fixes
1862         bug #333798.
1863
1864 2007-10-15  Dick Porter  <dick@ximian.com>
1865
1866         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
1867         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
1868         81646.
1869
1870         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
1871         instead of a monitor lock.  This means that monitor_try_enter and
1872         co can set the thread state safely.
1873         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
1874         thread_interrupt_requested, so interrupt actually works.
1875
1876         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
1877         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
1878         state accessor function
1879
1880 2007-10-15  Martin Baulig  <martin@ximian.com>
1881
1882         * mono-debug.h
1883         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
1884         the debugger with the current runtime.
1885
1886 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
1887
1888         * object.c, object-internals.h: added the ability to set a single
1889         trampoline for all the slots in a vtable.
1890
1891 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1892
1893         * marshal.c: deal with a possible race condition during multicast
1894         delegate invocation.
1895
1896 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1897
1898         * class.c: ensure value type methods don't have the synchronized
1899         flag set.
1900
1901 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
1902
1903         * string-icalls.c, string-icalls.h: reverted unapproved patch that
1904         breaks the build.
1905
1906 2007-10-11  Joel Reed  <joelwreed@comcast.com>
1907
1908         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
1909         to take an options parameter so that empty entries can be removed during
1910         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
1911
1912 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1913
1914         * marshal.c: make sure we don't store the signature from a dynamic
1915         method into the runtime invoke cache (bug #327189).
1916
1917 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1918
1919         * marshal.c: make sure the wrapper methods are properly initialized.
1920
1921 2007-10-11  Mark Probst  <mark.probst@gmail.com>
1922
1923         * metadata.c, metadata-internals.h: Generalized
1924         mono_type_stack_size() to mono_type_stack_size_internal() which
1925         takes an additional argument specifying whether it allows open
1926         types.
1927
1928 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1929
1930         * verify.c (do_invoke_method): handle typedbyref params
1931         correctly and check for unverifiable return values.
1932
1933         * verify.c (do_newobj): fix a warning.
1934
1935 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1936
1937         * verify.c: don't tread typedbyref as allways unverifable,
1938         so uses, like (ld/st)loc.0 are valid. verify for the cases
1939         that it matters, like boxing related operations.
1940
1941 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1942
1943         * verify.c: add verification of the newobj opcode. verification
1944         of delegate instantation still missing due ldftn and virldftn not
1945         pushing the function type on stack
1946
1947 2007-10-08  Mark Probst  <mark.probst@gmail.com>
1948
1949         * class-internals.h: Runtime generic context data structure
1950         definition.
1951
1952         * object.c: Initialization of runtime generic context at runtime
1953         vtable creation time.
1954
1955 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
1956         * class.c (mono_class_create_from_typedef,
1957         mono_class_from_generic_parameter, mono_ptr_class_get,
1958         mono_fnptr_class_get, mono_bounded_array_class_get)
1959         * domain.c (mono_domain_create, mono_domain_free)
1960         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
1961         * image.c (do_mono_image_load, mono_image_close):
1962         Hooked up load-unload profiler events.
1963
1964 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
1965
1966         * domain.c: track statistics about the actual amount of native code
1967         allocated.
1968
1969 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
1970
1971         * class.c: the valuetype enumerators don't have the additional
1972         supertypes interfaces.
1973
1974 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1975
1976         * class.c: need more interfaces setup for the IEnumerator<T>
1977         object created for arrays (tests/ienumerator-interfaces.2.cs).
1978
1979 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
1980
1981         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
1982
1983 2007-10-05  Alp Toker  <alp@atoker.com>
1984
1985         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
1986         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
1987         #315863.
1988
1989 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
1990
1991         * verify.c (verify_type_compatibility_full): verification of
1992         compatibility improved, validates correctly non-strict checks between
1993         native int and I4 types different than (unsigned)int32.
1994
1995         * verify.c (do_store_indirect): added, do all verification of
1996         ldind.X opcodes. 
1997
1998         * verify.c (get_load_indirect_mono_type): renamed to
1999         get_indirect_op_mono_type, as it now returns the MonoType for 
2000         ldind.X and stind.X opcodes.
2001
2002 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
2003
2004         * reflection.c: Fix the encoding of generic type definition for
2005         TypeBuilders.
2006
2007         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
2008         mono_image_typedef_or_ref but allows to specify if typespec lookups should
2009         be made. Typespec check is done prior to typeref cache lookup.
2010
2011         * reflection.c (mono_image_typedef_or_ref): now just delegate to
2012         mono_image_typedef_or_ref_full.
2013
2014         * reflection.c (encode_generic_class): encode the generic class
2015         directly instead of calling encode_type.
2016
2017         * reflection.c (encode_type): encode the generic type definition
2018         MonoClass as a generic instantiation.
2019
2020         * reflection.c (create_typespec): cache typespec tokens in
2021         the assembly->typespec cache. Don't create typespec for a generic
2022         instance MonoClass. Create typespec for the generic type defintion.
2023
2024         * reflection.c (create_generic_typespec): encode the generic
2025         class directly instead of calling encode_type.
2026
2027         * reflection.c (mono_image_create_token): encode the generic
2028         type definition not using a typespec for MonoType instances.
2029
2030
2031 2007-10-04  Raja R Harinath  <rharinath@novell.com>
2032
2033         Fix #328812
2034         * class.c (mono_image_init_name_cache): Don't return nested
2035         'protected internal' classes.
2036         (mono_class_from_name_case): Likewise.
2037
2038 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
2039
2040         * icall-def.h, icall.c : get_bundled_machine_config() is now the
2041           common function used by both DefaultConfig in System.dll and
2042           InternalConfigurationHost in System.Configuration.dll.
2043
2044 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
2045
2046         * class.c: automatically add to vectors only a few essential explicit
2047         generic interfaces. The rest of the interfaces that arrays should
2048         provide are currently implicitly added (but still not lazily, see the
2049         design in the discussion of bug#325495 for the details of what is
2050         needed for that). Additionally, implicit interfaces are assigned the
2051         same vtable slot as the explicit interfaces (as they are compatible):
2052         this enables huge memory savings since we don't need to instantiate
2053         as many memthods and as large vtables anymore. Also, Since
2054         GetEnumerator<T> returns an instance of a type that is required to
2055         support a similarly large set of interfaces as arrays, we add
2056         implicit interfaces and interface offset sharing support to those
2057         types, too. This change adds all the required interfaces so that
2058         the anonarray.cs test case in the bug report works (we don't add
2059         all the interfaces to arrays of arrays 3-level deep and more because
2060         of the memory requirements explained in the bug and since they are much
2061         less common: the lazy-loading support will enabled them to work, too).
2062
2063 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
2064
2065         * verify.c (merge_stacks): major clean up, all type compatibility
2066         checks are done by verify_type_compatibility. This fix my earlier lack
2067         of understanding of the CLR type system and merge_stacks no longer looks
2068         scary.
2069
2070         * verify.c: fixed some bad spelling.
2071
2072 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
2073
2074         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
2075         a given stack slock.
2076         
2077         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
2078         verify_type_compatibility_full. This removed a near indentical function and fixed
2079         handling of Int32 and IntPtr across all opcodes.
2080
2081 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2082
2083         * class.c: only vectors have the additional generic interfaces.
2084
2085 2007-10-01  Jonathan Chambers <joncham@gmail.com>
2086
2087         * mono-config.c: Use g_strcasecmp instead of
2088         strcasecmp like everywhere else to fix
2089         compilation with MSVC.
2090         
2091         Code is contributed under MIT/X11 license.
2092
2093 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2094
2095         * object.c, object-internals.h: refactored the IMT code to enable
2096         building a single slot at a time and lazily creating the IMT trampolines
2097         and thunks.
2098
2099 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
2100
2101         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
2102
2103         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
2104         Fixes #328501.
2105         
2106 2007-09-29  Raja R Harinath  <harinath@gmail.com>
2107
2108         * loader.c (method_from_methodspec): Rearrange to avoid
2109         un-necessary exposition.  Don't assert out if the method's
2110         declaring type is a generic type definition.
2111
2112 2007-09-28  Martin Baulig  <martin@ximian.com>
2113
2114         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
2115
2116 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
2117
2118         * class-internals.h: optimize field layout of MonoClass to
2119         requires less cachelines at runtime and save a few bytes on 64 bit
2120         systems.
2121
2122 2007-09-28  Jb Evain  <jbevain@novell.com>
2123
2124         * reflection.c: when encoding type names in custom attributes,
2125         if the type is a closed generic type, its generic arguments
2126         have to be serialized as AssemblyQualifiedName, so that when
2127         they are deserialized, it's possible to re-create them properly.
2128         Fixes #329450.
2129
2130
2131 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
2132
2133         * object.c, class-internals.h: added delegate-creation counter.
2134
2135 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
2136
2137         * class.c: cleanup of the code that synthetizes interfaces for
2138         arrays in 2.0: saves quit a bit of corlib mempool memory.
2139         Code to fix bug #325495 ifdeffed out for now until the issues
2140         with memory usage and O(n^2) behaviour are fixed.
2141
2142 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
2143
2144         * marshal.c: when possible, do not duplicate the name of the methods
2145         in the method builder and in the generated MonoMethod.
2146
2147 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
2148         * verify.c: added support for type checking ldind_* opcodes.
2149
2150 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
2151
2152         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
2153         which is used to distinguish the fully open instantiation of a TypeBuilder
2154         with the rest. This temporary hack is required to restore the property that
2155         the fully open instantiation is the same type of the generic type definition.
2156
2157         * class-internals.h (mono_generic_class_is_generic_type_definition):
2158         new function as part of the internal API.
2159
2160         * class.c (inflate_generic_type): return NULL when the generic inst is
2161         fully open. The fully open generic type is now the same as the generic type
2162         definition for non TypeBuilder types.
2163
2164         * class.c (mono_generic_class_get_class): removed assert since it is
2165         no longer valid, gklass->cached_class can point to the generic type definition.
2166
2167         * class.c (mono_generic_class_is_generic_type_definition): new.
2168
2169         * metadata.c (mono_generic_class_hash): added is_tb_open field
2170         to the hash calculation.
2171
2172         * metadata.c (free_generic_class): if the generic class is associated
2173         with the generic type definition, its field will come from the mempool and
2174         must not be freed.
2175
2176         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
2177         new, this function identifies the corner case of a TypeBuilder fully open
2178         instantiation.
2179
2180         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
2181         for lookup. Set gclass->cached_class to be the container class in case of
2182         the fully open instantiation of non TypeBuilder types.
2183
2184         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
2185         to compare generic classes.
2186
2187         * reflection.c (method_encode_methodspec): remove assert that
2188         no longer is valid.
2189
2190         * reflection.c (mono_reflection_generic_class_initialize): add
2191         an aditional assert to ensure the proper type is used.
2192
2193 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
2194
2195         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
2196         to enjoy it.
2197
2198 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
2199
2200         * verify.c (push_arg): Fixed support for ldarga
2201         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
2202         MonoType used as first arg in case of instance calls.
2203
2204 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
2205
2206         * verify.c: Support for verifying VAR and MVAR types, 
2207
2208 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
2209
2210         * icall.c (ves_icall_get_property_info): Set the reflected type of the
2211         accessors correctly.
2212
2213 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
2214
2215         * threads.c: support OSX and other systems in
2216         mono_thread_get_stack_bounds (bug #328026).
2217
2218 2007-09-25  Martin Baulig  <martin@ximian.com>
2219
2220         * mono-debug.h
2221         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
2222
2223 2007-09-24  Martin Baulig  <martin@ximian.com>
2224
2225         * mono-debug.h
2226         (MonoDebugClassEntry): Moved the definition of this struct into
2227         mono-debug.c to make it private.
2228
2229         * mono-debug.c
2230         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
2231         type table per symbol file, we don't need to store the symfile id
2232         any longer.
2233
2234 2007-09-24  Martin Baulig  <martin@ximian.com>
2235
2236         Create one type table per symbol file, since a `MonoClass *' gets
2237         invalid when its image is unloaded.
2238
2239         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
2240         (MonoDebugHandle): Added `type_table'.
2241
2242 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
2243
2244         * mempool.c, mempool.h: added mono_mempool_new_size () API
2245         to be able to specify a smaller initial size for the pool.
2246         Adjusted the code to slowly increase pool size before using
2247         the previous default size.
2248         * image.c: use a small initial size for image mempools.
2249
2250 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
2251
2252         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
2253         Fixes ##320990.
2254
2255         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
2256         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
2257
2258 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
2259
2260         * metadata.c (mono_type_create_from_typespec): Remove an invalid
2261         free. Fixes #327438.
2262
2263 2007-09-21  Raja R Harinath  <harinath@gmail.com>
2264
2265         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
2266         generic instantiations, etc.
2267         <MONO_TYPE_ARRAY>: Likewise.
2268
2269 2007-09-21  Martin Baulig  <martin@ximian.com>
2270
2271         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
2272         these structs were never defined.
2273         (MonoDebugHandle): Removed the `_priv' field, it was never used.
2274
2275 2007-09-21  Martin Baulig  <martin@ximian.com>
2276
2277         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
2278
2279 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
2280
2281         * image.c: removed the guid hash tables: we can get the same info
2282         without the additional memory usage hit (partially fixes also bug #327052).
2283
2284 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2285
2286         * profiler.h, profiler-private.h, profiler.c: add a new profiler
2287         event to handle unloading methods. After the event is called, the
2288         corresponding MonoMethod* must be considered invalid.
2289         * loader.c (mono_free_method): call the new mono_profiler_method_free
2290         event.
2291
2292 2007-09-20  Mark Probst  <mark.probst@gmail.com>
2293
2294         * domain-internals.h: New flag in MonoJitInfo which marks shared
2295         generic methods.  New hash table (shared_generics_hash) in
2296         MonoDomain to keep track of shared generic methods.  Prototypes
2297         for functions to register and lookup shared generic methods.
2298
2299         * domain.c: Support for registering and looking up shared generic
2300         methods via a hash table (shared_generics_hash) in MonoDomain.
2301
2302         * class-internals.h: New exception to signal failure of shared
2303         compilation of a generic method.  New counters for generics
2304         sharing in MonoStats.
2305
2306 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
2307
2308         * image.c, metadata-internals.h: don't keep a file descriptor open
2309         for loaded assemblies (bug#325988).
2310
2311 2007-09-19  Raja R Harinath  <rharinath@novell.com>
2312
2313         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
2314         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
2315         use the corresponding datatypes.
2316         (type_in_image): Update to changes.
2317         (CleanForImageUserData): Simplify.
2318         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
2319         Avoid quadratic behaviour in handling the "stolen" list by
2320         separating the filter predicate out, and by prepending the stolen
2321         items rather than appending them.
2322         (steal_ginst_in_image): Likewise.
2323         (mono_metadata_clean_for_image): Update to changes.
2324
2325 2007-09-19  Martin Baulig  <martin@ximian.com>
2326
2327         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
2328
2329 2007-09-19  Martin Baulig  <martin@ximian.com>
2330
2331         * mono-debug.c (mono_debug_cleanup): Don't call
2332         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
2333
2334 2007-09-19  Raja R Harinath  <harinath@gmail.com>
2335
2336         Fix crash on 'make run-test' in mcs/errors
2337         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
2338         Avoid more potential allocations in mono_class_from_mono_type.
2339         (ginst_in_image): Update to changes.
2340         (gclass_in_image): Rearrange slightly.
2341
2342 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
2343
2344         * class.c (mono_class_init): Move the code that sets up class->methods to 
2345         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
2346
2347         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
2348         canonical instance of an inflated generic signature.
2349         (mono_type_create_from_typespec): Remove an invalid free.
2350
2351         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
2352
2353 2007-09-18  Marek Habersack  <mhabersack@novell.com>
2354
2355         * domain-internals.h: added a declaration of the
2356         mono_assembly_load_full_nosearch internal function.
2357
2358         * assembly.c (mono_assembly_load_with_partial_name): use
2359         mono_try_assembly_resolve return value properly.
2360         (mono_assembly_load_full_nosearch): copied the function body from
2361         mono_assembly_load_full, without the code to invoke assembly
2362         search hooks.
2363         (mono_assembly_load_full): calls the above new function and if the
2364         assembly is not resolved, invokes the search hooks.
2365
2366         * appdomain.c (mono_runtime_init): restore the global postload
2367         assembly search handlers.
2368
2369 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
2370
2371         * class.c (mono_class_init): Make sure class->methods and class->properties
2372         are never NULL in the generics case.
2373
2374         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
2375
2376 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
2377
2378         * metadata.c (free_generic_class): Disable some code to fix the build.
2379
2380         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
2381
2382         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
2383         from the image mempool.
2384
2385         * metadata.c (free_generic_class): Free more data from the inflated class.
2386
2387         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
2388
2389         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
2390         mempool.
2391         (mono_type_create_from_typespec): Ditto.
2392
2393         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
2394         MonoImage to the caller.
2395         (mono_init_internal): Save the opened image in a global variable.
2396         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
2397
2398         * reflection.c (resolve_object): Fix a leak.
2399
2400         * metadata.c: Fix the freeing of data in the generics caches.
2401         
2402         * metadata.c (free_generic_inst): Comment this out to fix the build.
2403         (free_generic_class): Ditto.
2404
2405         * metadata.c: Free cached generic methods, instantinations and classes when
2406         they are removed from the caches.
2407         (mono_metadata_free_type): Free the type itself.
2408
2409         * class.c: Free the result of mono_class_inflate_generic_type () in a few
2410         places.
2411
2412 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2413
2414         * boehm-gc.c: restrict managed allocs to __thread supporting
2415         architectures.
2416
2417 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
2418
2419         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
2420         (mono_generic_class_get_class): Fix a leak.
2421
2422         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
2423         mono_metadata_free_type ().
2424         (mono_metadata_inflate_generic_inst): Fix a leak.
2425
2426 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2427
2428         * mono-debug.c (free_header_data): Fix a leak missed earlier.
2429
2430         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
2431         mempool.
2432
2433         * mono-debug.c (mono_debug_close_image): Fix call to 
2434         g_hash_table_remove ().
2435
2436 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
2437
2438         * icall-def.h: redirect all the string ctor to the managed
2439         CreateString () methods.
2440         * string-icalls.c, string-icalls.h: removed dead code for string
2441         ctors and icalls.
2442
2443 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2444
2445         * mono-debug.c: Fix memory leaks.
2446
2447 2007-09-14  Jonathan Chambers <joncham@gmail.com>
2448
2449         * threads-types.h: Implement mono_hazard_pointer_set and 
2450         mono_hazard_pointer_clear macros using do/while(0) to fix
2451         compilation with MSVC.
2452         
2453         Code is contributed under MIT/X11 license.
2454
2455 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2456
2457         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
2458         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
2459
2460 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2461
2462         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
2463         icalls.
2464
2465 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2466
2467         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
2468         managed-code allocated as well.
2469
2470 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
2471
2472         * class.c (mono_class_is_assignable_from): Add support for generic variance.
2473
2474 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
2475
2476         * boehm-gc.c: fixed the build after the AOT changes.
2477
2478 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
2479
2480         * wrapper-types.h: Add an ALLOC wrapper type.
2481
2482         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
2483         reference managed allocator methods.
2484
2485 2007-09-12  Marek Safar  <marek.safar@gmail.com>
2486
2487         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
2488         of Type array and not MonoType, a fix suggested by Hari.
2489         
2490 2007-09-12  Jonathan Chambers <joncham@gmail.com>
2491
2492         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
2493         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
2494         
2495         Code is contributed under MIT/X11 license.
2496
2497 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2498
2499         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
2500
2501 2007-09-12  Marek Habersack  <mhabersack@novell.com>
2502
2503         * image.c (do_mono_image_open): if assembly file fails to open and
2504         MONO_IOMAP is in effect, try to find the path in a
2505         case-insensitive way.
2506
2507         * appdomain.c (mono_runtime_init): do not install postload hooks -
2508         tests show that MS.NET doesn't use anything of that sort to
2509         trigger the AppDomain.AssemblyResolve event.
2510         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
2511         made non-static.
2512         (mono_runtime_init): init portability helpers here.
2513
2514         * assembly.c (mono_assembly_load_with_partial_name): if other   
2515         attempts fail, trigger the AppDomain.AssemblyResolve event handler
2516         to resolve the assembly.
2517
2518         * domain-internals.h: added mono_try_assembly_resolve and marked
2519         it as internal.
2520
2521 2007-09-11  Jb Evain  <jbevain@novell.com>
2522
2523         * object-internals.h (MonoReflectionDynamicMethod): add
2524         a `MonoReflectionType *owner` field. The owner is used
2525         * reflection.c:
2526         (mono_reflection_create_dynamic_method): use the owner of the dynamic
2527         method as the class declaring the dynamic method.
2528         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
2529         dynamic method to the declaring type of the methodbuilder.
2530
2531 2007-09-11  Mark Probst  <mark.probst@gmail.com>
2532
2533         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
2534         rules for calling methods via reflection.
2535
2536 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
2537
2538         * reflection.c (resolve_object): Add support for MonoGenericClass. 
2539         Inflate MonoType's.
2540
2541 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
2542
2543         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
2544         provide a managed method that does fast allocations without needing
2545         a managed->unmanaged transition. Boehm GC implementation currently
2546         enabled for ptrfree objects on sane architectures.
2547
2548 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
2549
2550         * marshal.c, marshal.h: exported a couple of useful functions and
2551         added mono_mb_get_label () to easily handle backward branches.
2552
2553 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
2554
2555         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
2556
2557 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2558
2559         * loader.c (find_method): Fixed the regression introduced while
2560         fixing bug #81466.
2561
2562 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
2563
2564         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
2565         well.
2566         
2567         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
2568         icall.c reflection.c: Pass a MonoGenericContext argument to 
2569         mono_lookup_dynamic_token ().
2570
2571         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
2572         #82744.
2573         
2574 2007-09-09  Robert Jordan  <robertj@gmx.net>
2575
2576         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
2577         for generic methods.
2578
2579         * object.c (mono_object_get_virtual_method): Handle generic methods.
2580         Fixes bug #78882.
2581
2582         Code is contributed under MIT/X11 license.
2583
2584 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
2585
2586         * image.c: fix locking in mono_image_load_file_for_image ().
2587
2588 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
2589
2590         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
2591         used only as a cache: added an icall to fill it.
2592
2593 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
2594
2595         * reflection.h: exposed mono_reflection_free_type_info
2596         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
2597         since mono_reflection_bind_generic_parameters makes a copy of it.
2598         * reflection.c (free_type_info): subinfos should be freed.
2599         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
2600         made non static.
2601         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
2602         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
2603         this fixes #82695 and #81726.
2604    
2605
2606 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
2607
2608         * process.h, process.c:  added support for user profile/info in
2609           ProcessStartInfo. For now only Windows works.
2610
2611 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
2612
2613         * metadata.c: consider the generic arguments when comparing
2614         signatures (bug #82614).
2615
2616 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2617
2618         * cil-coff.h, image.c: updated assembly loader to cope with the
2619         PE32+ 64 bit file format.
2620
2621 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2622
2623         * assembly.c, class.c, domain.c, loader.c: remove useless
2624         inclusion of cil-coff.h.
2625
2626 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
2627
2628         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
2629         if interface is marked with CoClassAttribute. 
2630    
2631         Code is contributed under MIT/X11 license.
2632
2633 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2634
2635         * sgen-gc.c: ensure no object from the to space is copied again or finalized
2636         if it's seen twice in major collections.
2637
2638 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
2639
2640         * sgen-gc.c: big objects are not copied to the gray area, but they
2641         need to be considered for scanning, too, if they are brought alive
2642         by an object ready for finalizations or a survived one.
2643
2644 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2645
2646         * sgen-gc.c: properly account the number of disappearing links when
2647         they are nullified.
2648
2649 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
2650
2651         * sgen-gc.c: share the code to scan the registered roots between the
2652         different types of collections.
2653
2654 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2655
2656         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
2657
2658 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2659
2660         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
2661         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
2662
2663 2007-08-28  Mark Probst  <mark.probst@gmail.com>
2664
2665         * security-manager.c (mono_security_manager_get_methods):
2666         LinkDemandSecurityException now has 2 arguments instead of 3.
2667
2668 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
2669
2670         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
2671         platforms which need it.
2672
2673 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2674
2675         * sgen-gc.c: unregister thread data structures with a pthread_key_t
2676         dtor.
2677
2678 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
2679
2680         * threads.c: free the thread static data on thread exit.
2681
2682 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
2683
2684         * class.c: walk the hierarchy to find the generic definition for
2685         a class (fixes runtime part of bug #82498).
2686
2687 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2688
2689         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
2690         ...
2691
2692         * image.c (mono_image_close): Here. Hopefully fixes #82510.
2693
2694 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2695
2696         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
2697
2698 2007-08-24  Robert Jordan  <robertj@gmx.net>
2699
2700         * appdomain.c: don't perform the ':'->';' substitution on Win32.
2701
2702 2007-08-24  Jb Evain  <jbevain@novell.com>
2703
2704         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
2705         for byref types.
2706
2707 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2708
2709         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
2710         #82286.
2711
2712 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2713
2714         * assembly.c: Fix a warning.
2715         
2716 2007-08-23  Marek Habersack  <mhabersack@novell.com>
2717
2718         * appdomain.c: parse the <runtime> section looking for the probing
2719         element with the 'privatePath' attribute, which sets additional
2720         directories in which the runtime should look for assemblies.
2721
2722 2007-08-23  Robert Jordan  <robertj@gmx.net>
2723
2724         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
2725         Fixes #82499.
2726
2727 2007-08-23  Martin Baulig  <martin@ximian.com>
2728
2729         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
2730         _mono_debug_init_corlib() and remove it from the header file.
2731
2732 2007-08-23  Martin Baulig  <martin@ximian.com>
2733
2734         * mono-debug-debugger.c
2735         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
2736         don't notify the debugger about it.
2737
2738         * mono-debug-debugger.h
2739         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
2740
2741 2007-08-23  Robert Jordan  <robertj@gmx.net>
2742
2743         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
2744         Code is contributed under MIT/X11 license.
2745
2746 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2747
2748         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
2749
2750 2007-08-22  Martin Baulig  <martin@ximian.com>
2751
2752         * mono-debug.c: Store debugging info on a per-domain basis and
2753         free it on domain unload.  Add support for unloading symbol files.
2754
2755         * mono-debug.h
2756         (MonoDebugList): New typedef.
2757         (MonoSymbolTable):
2758         - add `data_tables and `type_table'.
2759         - replace 'symbol_files' and `num_symbol_files' with a
2760           `MonoDebugList *'.
2761         (mono_debug_data_table): Removed.
2762         (mono_debug_list_add): New public function.
2763         (mono_debug_list_remove): New public function.
2764         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
2765         (mono_debug_init_2_memory): Renamed into
2766         mono_debug_open_image_from_memory().
2767         (mono_debug_close_image): New public function.
2768         (mono_debug_domain_create): Likewise.
2769         (mono_debug_domain_unload): Likewise.
2770         (MONO_DEBUGGER_VERSION): Bump to 60.
2771
2772         * mono-debug-debugger.h
2773         (MonoDebuggerEvent):
2774         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
2775         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
2776         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
2777         - rename `THREAD_CREATED' and `THREAD_EXITED' into
2778           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
2779         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
2780           meaning.
2781         (mono_debugger_add_symbol_file): Removed.
2782         (mono_debugger_add_type): Removed.
2783         (mono_debugger_lookup_type): Removed.
2784         (mono_debugger_lookup_assembly): Removed.
2785
2786         * domain.c
2787         (mono_domain_create): Call mono_debug_domain_create().
2788         (mono_init_internal): Call mono_debug_init_corlib().
2789
2790         * assembly.c
2791         (mono_assembly_close): Call mono_debug_close_image().
2792
2793 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
2794
2795         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
2796         mmap call.
2797
2798 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
2799
2800         * sgen-gc.c: ensure section->pin_queue_end is initialized
2801         correctly when non pinning objects in the section have been found.
2802
2803 2007-08-22  Marek Habersack  <mhabersack@novell.com>
2804
2805         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
2806         containing a list of directories separated by ':'. MSDN docs say
2807         the directories should be separated with ';'. Part of a bugfix for
2808         bug #81446
2809
2810 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
2811
2812         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
2813         it should MonoType and not MonoClass.
2814
2815 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
2816
2817         * culture-info-table.h : regenerated.
2818
2819 2007-08-20  William Holmes  <billholmes54@gmail.com>
2820
2821         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
2822          to call ReplaceFile Kernel32 on windows or in io-layer.
2823         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
2824         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
2825          as an internal call.
2826
2827         Code is contributed under MIT/X11 license.
2828
2829 2007-08-20  Jb Evain  <jbevain@novell.com>
2830
2831         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
2832         and MONO_EXCEPTION_FIELD_ACCESS.
2833
2834         * debug-helpers.[c|h]: new mono_field_full_name function.
2835
2836 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2837
2838         * class.c: Removed class_security_level() and moved it to
2839         security-core-clr.c.
2840
2841         * security-core-clr.c, security-core-clr.h: class_security_level()
2842         is now public and renamed to mono_security_core_clr_class_level().
2843         It also looks for security attributes in the classes a class is
2844         nested in.
2845
2846 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2847
2848         * security-core-clr.c, security-core-clr.h: CoreCLR security
2849         utility functions.
2850
2851         * Makefile.am: Added security-core-clr.[ch].
2852
2853         * security-manager.c, security-manager.h: Functions and enum for
2854         setting and getting the security mode.
2855
2856         * class.c: CoreCLR security checks.
2857
2858 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
2859
2860         * icall-def.h, process.c, process.h: implemented icall to get
2861         user/system processor times.
2862
2863 2007-08-17  Mark Probst  <mark.probst@gmail.com>
2864
2865         * domain.c, threads.c, class-internals.h, domain-internals.h: New
2866         reader-lock-free jit_info_table.
2867
2868 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
2869
2870         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
2871
2872         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
2873
2874         * object-internals.h (MonoException): Add missing _data member.
2875
2876 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
2877
2878         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
2879         checking that only methods with matching qname or fqname are picked
2880         from implemented interfaces.
2881
2882 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2883
2884         * verify.c (do_newarr):added, do type verification of
2885         newarr ops, push the right value on the eval stack.
2886         * verify.c (mono_method_verify): use do_newarr
2887
2888
2889 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2890
2891         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
2892         factored the common code into get_boxable_mono_type, which
2893         is now using mono_type_get_full, this fixed byref related tests.
2894
2895 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2896
2897         * class.c: added mono_type_get_full, this function has the same
2898         behavior of mono_class_get_full but the returned MonoType has
2899         all metadata of the associated token in case of a typespec token.
2900         * class.c: added mono_type_retrieve_from_typespec, used by 
2901         mono_type_get_full to retrieve the token type.
2902         * class.c (mono_class_create_from_typespec): changed to use
2903         mono_type_retrieve_from_typespec.
2904         * class.c (mono_ldtoken): changed to use mono_type_get_full
2905         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
2906         * class-internals.h: exported mono_type_get_full for internal use.
2907
2908 2007-08-16  Jb Evain  <jbevain@novell.com>
2909
2910         * domain.c (supported_runtimes): add entry for
2911         the 'moonlight' runtime version.
2912
2913 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2914
2915         * verify.c (mono_method_verify): small typo sliped in.  
2916
2917 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2918
2919         * verify.c (do_unbox_value): added, do type verification of
2920         unboxing ops
2921         * verify.c (mono_method_verify): use do_unbox_value
2922
2923
2924 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2925
2926         * verify.c (dump_stack_value): fixed typo, was printing string
2927         instead of object on stack.
2928         * verify.c (do_box_value): moved the byref check up as it leads
2929         to invalid code and should be done earlier.
2930         * verify.c: improved error messages for and ldobj
2931
2932 2007-08-15  William Holmes  <billholmes54@gmail.com>
2933
2934         * marshal.c (emit_marshal_custom): Omit the call to 
2935           marshal_native_to_managed when calling native to managed 
2936           and the argument is specified as an out argument.
2937
2938         Code is contributed under MIT/X11 license.
2939
2940 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2941
2942         * verify.c: fixed the type checks for generics, function pointers and vectors.
2943         Added type verification for ldobj and ldtoken. The verifier
2944         would segfault if header or signature of a method contained references
2945         to non-existant types.
2946
2947 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2948
2949         * marshal.c (cominterop_get_ccw): Patch from
2950         Bill Holmes to no walk up interface hierarchy. 
2951         All parent methods should be present in the interface for COM.
2952    
2953         Code is contributed under MIT/X11 license.
2954
2955 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2956
2957         * marshal.c (emit_marshal_com_interface): Patch from
2958         Bill Holmes to handle COM Interfaces as return values
2959         for native->managed calls.
2960    
2961         Code is contributed under MIT/X11 license.
2962
2963 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
2964
2965         * marshal.c (cominterop_get_idispatch_for_object): Implement
2966         for runtime callable wrappers.
2967    
2968         Code is contributed under MIT/X11 license.
2969
2970 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
2971
2972         * pedump.c (main): changed from mono_init to mono_init_from_assembly
2973         so 2.0 types are accessible
2974
2975
2976 2007-08-13  Miguel de Icaza  <miguel@novell.com>
2977
2978         * domain.c (mono_init_internal): Call mono_assembly_load_friends
2979         once we load mscorlib.   Due to the order in which we initialize,
2980         the mono_assembly_load_full routine that loads mscorlib did not
2981         load friends.   We now load it once we load the
2982         mono_defaults.internals_visible_class class. 
2983
2984         * assembly.c: Expose the mono_load_friend_assemblies method.
2985
2986 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
2987
2988         * verify.c: improved the handling of boxing, better
2989         type checking for unary ops and conversion. Fix bug
2990         regarding managed pointer compatibility checking
2991
2992 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
2993
2994         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
2995
2996         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
2997
2998 2007-08-09  Raja R Harinath  <rharinath@novell.com>
2999
3000         * reflection.c (dup_type): Remove.
3001         * class.c (dup_type): Remove.
3002         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
3003         instead of the dodgy 'dup_type'.
3004         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
3005         handle the case where 'dup_type' needed the second argument.
3006
3007 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
3008
3009         * domain.c: Fix a warning.
3010
3011 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
3012
3013         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
3014         checking that methods with the same fqname are not overridden
3015         with a method from an ancestor.
3016
3017 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
3018
3019         * threads.c (free_thread_static_data_helper): Avoid a crash if
3020         thread->static_data is not yet set.
3021
3022 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
3023
3024         * marshal.c: Use correct image when emitting
3025         native wrapper for COM calls.
3026    
3027         Code is contributed under MIT/X11 license.
3028
3029 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
3030
3031         * icall-def.h, security.c, security.h :
3032           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
3033
3034 2007-08-07  Martin Baulig  <martin@ximian.com>
3035
3036         * mono-debug-debugger.h
3037         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
3038
3039         * domain.c (mono_domain_free): Call
3040         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
3041
3042 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
3043
3044         * verify.c (check_underflow, check_overflow): error message now returns IL offset
3045         * verify.c (in_same_block): code should test if either offset is inside the clauses
3046         * verify.c (mono_method_verify): push the exception into the eval stack of exception
3047         and filter blocks
3048
3049 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
3050
3051         * image.c (mono_image_close): Fix a leak.
3052
3053         * object.c (mono_runtime_invoke_array): Avoid using alloca.
3054
3055         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
3056
3057 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
3058
3059         * domain.c, threads.c, threads-types.h: fix memory retention issue
3060         with thread static variables not being cleared on domain unload.
3061         Reuse thread static slots after domain unload.
3062
3063 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
3064
3065         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
3066         nullable type.
3067
3068         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
3069         now done in mono_runtime_invoke_array.
3070
3071         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
3072         receiver is a nullable type.
3073
3074         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
3075         generic parameter.
3076
3077 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
3078
3079         * marshal.c: Implement COM Objects as return type for 
3080         managed->unmanaged calls. Added Release calls for COM Object
3081         out/return values in managed->unmanaged calls.
3082
3083         Code is contributed under MIT/X11 license.
3084
3085 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
3086
3087         * threads.h, threads-type.h: move the hazard pointer declarations
3088         to the private header.
3089
3090 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
3091
3092         * file-io.c, appdomain.c: memory leak fixes.
3093
3094 2007-08-02  Dick Porter  <dick@ximian.com>
3095
3096         * socket-io.c
3097         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
3098         SO_REUSEADDR setting into io-layer/sockets.c.
3099
3100 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
3101
3102         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
3103         from Object when called on a generic parameter. Fixes #82211.
3104
3105 2007-08-01  Dick Porter  <dick@ximian.com>
3106
3107         * file-io.c (convert_share): Test FileShare values bit-by-bit.
3108         Fixes bug 79250 yet again.
3109
3110 2007-07-30  Martin Baulig  <martin@ximian.com>
3111
3112         Merged the `debugger-dublin' branch.
3113
3114         * mono-debug.h
3115         (MonoDebugDataTable): New typedef.
3116         (MonoDebugMethodAddressList): New typedef.
3117         (MonoDebugWrapperData): Removed.
3118         (MonoDebugSymbolTable): Removed `current_data_table',
3119         `current_data_table_size', `current_data_table_offset'.
3120         (MonoDebugDataItemType): Moved into mono-debug.c.
3121         (MonoDebugMethodJitInfo): Remove `address'.
3122         (mono_debug_data_table): New global variable.
3123         (mono_debug_lookup_method_addresses): New public function.
3124         (mono_debug_find_method): Take a `MonoMethod *', not a
3125         `MonoDebugMethodInfo *'.
3126
3127         * mono-debug.c: Drop support for the old symbol tables.
3128
3129 2007-06-28  Martin Baulig  <martin@ximian.com>
3130
3131         * mono-debug.c (mono_debug_debugger_version): New public variable.
3132
3133 2007-07-31  William Holmes  <billholmes54@gmail.com>
3134
3135         * metadata.c Changed mono_type_create_from_typespec to not insert
3136           the type into the hash map until after
3137           do_mono_metadata_parse_type has completed.
3138         Fixes Bug #82194
3139         Code is contributed under MIT/X11 license.
3140
3141 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
3142
3143         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
3144         generic parameter. Fixes #82211.
3145
3146 2007-07-27  Jb Evain  <jbevain@novell.com>
3147
3148         * pedump.c (dump_metadata, dump_metadata_header): dump
3149         versions contained in the metadata header.
3150
3151 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
3152
3153         * threads.c: register small_id_table with the GC.
3154
3155 2007-07-27  Mark Probst  <mark.probst@gmail.com>
3156
3157         * threads.c, threads.h, class-internals.h, object-internals.h:
3158         Hazard pointers, to be used by lock-free parallel algorithms.
3159
3160 2007-07-26  Dick Porter  <dick@ximian.com>
3161
3162         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
3163         routine on non-windows platforms, as I've not managed to think of
3164         a non-kludgy way of doing this.  Finishes off bug 78739.
3165
3166 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
3167
3168         * object.c: properly setup interface_bitmap in proxy vtables.
3169
3170 2007-07-25  Marek Habersack  <mhabersack@novell.com>
3171
3172         * appdomain.c (get_shadow_assembly_location): do not use TickCount
3173         to create unique shadow copy target directories, use the domain's
3174         serial number instead. Each domain gets a unique target directory
3175         that way.
3176
3177         * domain.c (mono_domain_create): added code to increment domain
3178         shadow copy serial number and cache the value in the current
3179         domain structure.
3180
3181         * domain-internals.h (struct _MonoDomain): added a new field -
3182         shadow_serial to hold the serial number used in generation of
3183         shadow-copy directories. This is to make sure that the directory
3184         name is unique for each and every domain created. We avoid a race
3185         condition with overriding assemblies already in use by other app
3186         domains.
3187
3188 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
3189
3190         * class.c (mono_bounded_array_class_get): fixed memory leak when 
3191         binding generic parameters.
3192
3193 2007-07-24  Raja R Harinath  <rharinath@novell.com>
3194
3195         * metadata.c (do_mono_metadata_parse_generic_class): Use
3196         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
3197         error.
3198
3199 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
3200
3201         * loader.c, class-internals.h, reflection.c: removed the per-method
3202         generics hashtable: we use the global one through the call of
3203         mono_class_inflate_generic_method ().
3204
3205 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
3206
3207         * class.c, metadata.c, class-internals.h: introduce yet another
3208         generics global cache for inflated methods (fixes 98% of the perf
3209         issue in bug #81806).
3210
3211 2007-07-23  Raja R Harinath  <rharinath@novell.com>
3212
3213         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
3214         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
3215         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
3216         return a MonoGenericInst containing (a copy) of those types.
3217         (mono_metadata_inflate_generic_inst): Update to changes.
3218         (mono_metadata_parse_generic_inst): Likewise.
3219         (mono_get_shared_generic_inst): Likewise.
3220         * reflection.c (mono_class_bind_generic_parameters): Likewise.
3221         (mono_reflection_bind_generic_method_parameters): Likewise.
3222         * metadata-internals.h: Likewise.
3223         * icall.c (free_generic_context): Kill.
3224         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
3225
3226         * reflection.c (reflection_methodbuilder_to_mono_method): Use
3227         mono_metadata_type_dup.
3228         * marshal.c (mono_mb_create_method): Likewise.
3229
3230         * metadata.c (mono_metadata_type_dup): Rename from
3231         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
3232         MonoImage.  Handle a few more cases, esp. when no mempool is given.
3233         * marshal.c, metadata-internals.h: Update to changes.
3234
3235 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
3236
3237         * class.c: fixed a small leak for array classes and removed warning.
3238
3239 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
3240
3241         * loader.c (mono_method_get_param_token): Make this work on generic methods.
3242         Return 0x8000000 for return parameters. Fixes #82161.
3243
3244 2007-07-21  Marek Habersack  <grendello@gmail.com>
3245
3246         * appdomain.c (get_shadow_assembly_location): append the current
3247         ticks value to the path. Avoids overwriting the same assemblies by
3248         several threads at the same time.
3249
3250 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3251         and Raja R Harinath  <rharinath@novell.com>
3252
3253         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
3254         Simplify slightly.
3255         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
3256         property for testing if a method is a generic method definition.
3257
3258 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3259
3260         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
3261
3262 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3263
3264         * verify.c: used function from private branch, reverted to the one in class.h 
3265
3266 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3267
3268         * verify.c: a typo slipped in and the code wont compile
3269
3270 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3271
3272         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
3273         disabled box instruction as it is doing the wrong thing
3274         improved stack dump messages, now it is easier to debug type related issues
3275
3276
3277 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
3278
3279         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
3280
3281 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3282
3283         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
3284         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
3285         grouped with class and valuetype. This change will simply 
3286         the code as it should be handled just like unmanaged pointers.
3287
3288 2007-07-19  Mark Probst  <mark.probst@gmail.com>
3289
3290         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
3291
3292 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3293
3294         * verify.c: several stack merge issues fixed, reference comparisons now
3295         check the type size. strict type check now works correctly.
3296         added more uses of IS_MANAGED_POINTER macro.
3297         fixed issues pointed by running the test suite against .net.
3298         
3299
3300 2007-07-19  Mark Probst  <mark.probst@gmail.com>
3301
3302         * class.c, loader.c, class-internals.h: Removed the
3303         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
3304         defines.
3305
3306         * icall.c: Better error checking in some internal reflection
3307         methods.
3308
3309 2007-07-18  William Holmes  <billholmes54@gmail.com>
3310
3311         * filewatcher.c : removed unused variable 'filename' in 
3312           ves_icall_System_IO_FSW_SupportsFSW
3313
3314 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
3315
3316         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
3317         obsolete, removed.
3318
3319 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
3320
3321         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
3322         
3323         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
3324
3325 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
3326
3327         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
3328         Implement generics support.
3329         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
3330
3331         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
3332         type_args and method_args arguments.
3333         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
3334         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
3335         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
3336
3337 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
3338
3339         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
3340           It adds a rootimage parameter to mono_reflection_get_type_internal,
3341           adds new function mono_reflection_get_type_with_rootimage and use
3342           the rootimage to resolve the types instead of the current image
3343
3344 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3345
3346         * culture-info-table.h: Forgot to update after r78304.
3347
3348 2007-07-13  Raja R Harinath  <rharinath@novell.com>
3349
3350         * class.c (mono_class_is_open_constructed_type)
3351         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
3352
3353 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
3354
3355         * class.c (mono_bounded_array_class_get):  method fails if used with
3356         an incomplete TypeBuilder enum (no basetype field), fixed it by 
3357         avoiding calculating the size for such array as it cannot be instantiated.
3358         Fix bug #82015
3359
3360 2007-07-12  Raja R Harinath  <rharinath@novell.com>
3361
3362         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
3363         field.
3364         * metadata.c, reflection.c: Update to changes.
3365
3366 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
3367
3368         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
3369         mono_class_is_valid_enum, they are used to valide a enum when loading.
3370         * reflection.c: used new functions to throw TypeLoadException when and
3371         invalid enum is build with TypeBuilder. Fixes #82018
3372   
3373 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
3374
3375         * object.c: forgot commit of mono_class_setup_methods () to access
3376         iface->methods.
3377         * object-internals.h: added a few more handy fields to
3378         MonoIMTCheckItem.
3379
3380 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
3381
3382         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
3383         iface->methods.
3384
3385 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
3386
3387         * class-internals.h, object-internals.h, object.c: IMT-based
3388         interface invocation core from Massimiliano Mantione
3389         (massi@ximian.com) with a reworked arch-specific interface,
3390         bsearch implementation and a few bugfixes and memory savings by me.
3391
3392 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
3393
3394         * class.c (mono_class_create_from_typedef): mono would segfault if 
3395         an enum did not have a __value field. It now throws a TypeLoadException
3396         for such cases. Fix bug #82022
3397
3398 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
3399
3400         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
3401
3402 2007-07-09  Mark Probst  <mark.probst@gmail.com>
3403
3404         * class.c (mono_class_init): If a class is already inited but has
3405         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
3406
3407 2007-07-09  Mark Probst  <mark.probst@gmail.com>
3408
3409         * class.c: Properly handle the case of an unimplemented interface
3410         method.  Fixes: 81673.
3411
3412 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
3413
3414         * class-internals.h, object.c: cleanup patch from massi: use
3415         MonoVTable->interface_bitmap since the vtable interfaces offset array
3416         is going away.
3417
3418 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
3419
3420         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
3421         GetMDStreamVersion icall instead.
3422
3423 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
3424
3425         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
3426         not use mono_dl_build_path() with a full library name: makes
3427         fallbacks to libgaim and libfam work.
3428
3429 2007-07-06  William Holmes  <billholmes54@gmail.com>
3430
3431         * assembly.c: Added a continue statement in probe_for_partial_name when
3432          parse_assembly_directory_name fails.  Fixes : 82002
3433
3434 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
3435
3436         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
3437         and added a verification  for TYPEDBYREF.
3438         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
3439         make native int interchangeable with int32 and some small cleanup and formating.
3440         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
3441         handle byref of byref.
3442         * verify.c (push_local): handle byref of byref.
3443         * verify.c (do_binop): invalid mix of values is unverifiable
3444         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
3445         added visibility checks
3446         * verify.c (field related method): added visibility checks
3447         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
3448
3449 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
3450
3451         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
3452         string.
3453
3454 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
3455
3456         * profiler.c (mono_profiler_load): Fix an off-by-one error.
3457
3458         * marshal.c (emit_marshal_string): When returning a string from managed code,
3459         allways make a copy even for unicode strings. Fixes #81990.
3460
3461 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
3462
3463         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
3464         of byref generic inst types (bug #81997).
3465
3466 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
3467
3468         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
3469         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
3470
3471 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
3472
3473         * marshal.c (emit_marshal_string): Add support for unicode strings in
3474         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
3475
3476 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3477
3478         * verify.c: field load/store are now verified, missing only access checks now
3479
3480 2007-06-28  Martin Baulig  <martin@ximian.com>
3481
3482         * mono-debug.c (mono_debug_debugger_version): New public variable.
3483
3484 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
3485
3486         * locales.c: When constructing DateTimeFormat or NumberFormat for
3487         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
3488         MonoCultureInfo contructed from the current locale is always
3489         read-only and has UseUserOverride set to true. All MonoCultureInfo
3490         instances returned for GetCultures have both IsReadOnly and
3491         UseUserOverride set to true. Fixes part of bug #81930.
3492
3493 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
3494
3495        * icall-def.h: Update System.__ComObject icalls
3496        * marshal.c: Avoid managed transition (and object creation)
3497        when looking up COM interface in RCW.
3498        * marshal.h: Ditto.
3499        
3500        Code is contributed under MIT/X11 license.
3501
3502 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
3503
3504         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
3505         to avoid crashes during assembly unloading.
3506
3507 2007-06-22  Raja R Harinath  <rharinath@novell.com>
3508
3509         Fix MethodInfo.IsGenericMethodDefinition
3510         * reflection.c (mono_reflection_bind_generic_method_parameters):
3511         Rearrange code to ensure we always uses a generic method definition.
3512         * class.c (mono_class_inflate_generic_method_full): Set
3513         'generic_container' field only for generic method definitions.
3514         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
3515         Use presense of 'generic_container' field as indication of being a
3516         generic method definition.
3517
3518 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
3519
3520         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3521
3522         * object-internals.h: Reflect changes in the layout of the managed Delegate
3523         class.
3524         
3525         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
3526         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
3527         runtime memory used by the dynamic method. Fixes #77146.
3528
3529 2007-06-21  Dick Porter  <dick@ximian.com>
3530
3531         * file-io.h: 
3532         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
3533         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
3534         81767.
3535
3536 2007-06-21  Raja R Harinath  <rharinath@novell.com>
3537
3538         * reflection.c (method_encode_methodspec): Add a tripwire.
3539         * class.c (inflate_generic_type): The fully open generic type is
3540         not the same as the generic type definition.
3541
3542 2007-06-21  Martin Baulig  <martin@ximian.com>
3543
3544         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
3545
3546         * mono-debug-debugger.h
3547         (MonoDebuggerBreakpointInfo): Removed.
3548         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
3549         (mono_debugger_remove_breakpoint): Likewise.
3550         (mono_debugger_breakpoint_callback): Likewise.
3551         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
3552
3553 2007-06-21  Raja R Harinath  <rharinath@novell.com>
3554
3555         * metadata.c (mono_metadata_lookup_generic_class): The fully open
3556         generic type is not the same as the generic type definition.
3557         * class.c (mono_generic_class_get_class): Likewise.
3558
3559 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
3560
3561         * icall.c: The second argument to 
3562         System.Reflection.MethodBase.GetMethodFromHandleInternalType
3563         is a MonoType not a MonoClass.
3564
3565 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
3566
3567         * verify.c: support for function pointers in the verifier
3568
3569 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
3570
3571         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
3572
3573 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
3574
3575         * assembly.c: removed Mono.Data.SqliteClient from the list of
3576         forward-compatible assemblies as it breaks the ABI (bug #81899).
3577
3578 2007-06-19  Raja R Harinath  <rharinath@novell.com>
3579
3580         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
3581         lookup/update with the loader lock.
3582         * reflection.c (mono_class_bind_generic_parameters): No need to
3583         protect mono_metadata_lookup_* with the loader lock.
3584         * class.c (inflate_generic_type): Likewise.
3585         
3586         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
3587         on a generic instantiated type.
3588
3589 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
3590
3591         *verify.c: produce meanfull error messages on verification error
3592         *verify.c: fixed some cases of verification errors reported as validation errors
3593         *pedump.c: fixed the error name array, now it shows validation errors properly
3594         *verify.h: fixed the contant that should be used for verification errors
3595
3596 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
3597
3598         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
3599         for bug #77596, 81858 and 80743 (generics data structures on domain
3600         unload).
3601
3602 2007-06-15  Raja R Harinath  <rharinath@novell.com>
3603
3604         Avoid allocating 'MonoGenericContext' on the heap.
3605         * class-internals (_MonoMethodInflated::context): Make field
3606         inline, not a pointer.
3607         * loader.c (method_from_methodspec): Allocate 'new_context' on the
3608         stack.  Use the context embedded within the inflated method as the
3609         hash key, rather than 'new_context'.
3610         * class.c (inflate_generic_context): Simplify.  Return a struct
3611         rather than allocating on the heap.
3612         (mono_class_inflate_generic_method_full): Update to changes.  Now,
3613         doesn't salt away a copy of the context -- simplifying the
3614         lifetime rules of a 'MonoGenericContext *'.
3615         (mono_method_get_context): Return pointer to embedded context.
3616         (setup_generic_array_ifaces): Allocate temporary context on stack.
3617         * reflection.c (inflate_mono_method): Likewise.
3618         (mono_reflection_bind_generic_method_parameters): Likewise.
3619         Use the context embedded within the inflated method as the hash key.
3620
3621         Avoid a source of allocation of 'MonoGenericContext'.
3622         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
3623         and 'cached_context' fields into embedded 'MonoGenericContext' field.
3624         * class.c: Update to changes.
3625         (mono_generic_class_get_context): Simplify drastically.  Now just
3626         returns a pointer to the field.
3627         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
3628         argument as a const pointer.
3629         (mono_metadata_generic_context_equal): Likewise.
3630         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
3631         Update to changes.
3632
3633 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
3634
3635         * verify.c improved the handling of brtrue/brfalse, factored out common code
3636
3637 2007-06-14  Raja R Harinath  <rharinath@novell.com>
3638
3639         Kill MonoGenericMethod.
3640         * class-internals.h (MonoGenericContext::method_inst): Rename from
3641         'gmethod' and convert to a MonoGenericInst.
3642         (MonoGenericMethod): Remove.
3643         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
3644         * loader.c (method_from_methodspec): Update to changes.  Use a
3645         MonoGenericContext as the key to the hashtable.
3646         * metadata.c (mono_metadata_generic_context_equal): Rename from 
3647         'mono_metadata_generic_method_equal' and take MonoGenericContext.
3648         (mono_metadata_generic_context_hash): Likewise from
3649         'mono_metadata_generic_method_hash'.  Change hash function.
3650         (mono_metadata_load_generic_params): Update to changes.
3651         (mono_get_shared_generic_method): Remove.
3652         * metadata-internals.h (mono_get_shared_generic_method): Remove.
3653         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
3654         (inflate_generic_context): Likewise.
3655         (mono_class_inflate_generic_method_full): Likewise.
3656         (setup_generic_array_ifaces): Likewise.
3657         (mono_class_create_from_typespec): Likewise.
3658         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
3659         (method_encode_methodspec): Update callsite.
3660         (reflection_methodbuilder_to_mono_method): Update to changes.
3661         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
3662         MonoGenericContext as the key to the hashtable.
3663         (inflate_mono_method): Update to changes.
3664
3665         * class-internals.h (MonoGenericMethod::container): Remove.
3666         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
3667
3668 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
3669
3670         * profiler-private.h, profiler.c, profiler.h: added API to profile
3671         exception events.
3672
3673 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3674
3675         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
3676
3677 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3678
3679         * verify.c: method invocation is now validated, now we verify parameter types on stack.
3680         Fixed overflow and underflow not aborting the verification process.
3681
3682 2007-06-13  Mark Probst  <mark.probst@gmail.com>
3683
3684         * class-internals.h (MonoStats): Added stats entries for dynamic
3685         code allocations.
3686
3687 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
3688
3689         * loader.c (mono_free_method): Free header->locals and header->clauses.
3690
3691         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
3692         dynamic case.
3693
3694         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
3695
3696         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
3697
3698 2007-06-12  Raja R Harinath  <rharinath@novell.com>
3699
3700         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
3701         the tables.
3702
3703 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3704
3705         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
3706
3707 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3708
3709         MonoGenericMethod on a diet
3710         * class-internals.h (_MonoMethodInflated::reflection_info): Move
3711         here ...
3712         (_MonoGenericMethod::reflection_info): ... from here.
3713         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
3714         Update to changes.
3715         * reflection.c (inflate_mono_method): Likewise.
3716         (mono_reflection_bind_generic_method_parameters): Likewise.
3717
3718 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3719
3720         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
3721         *verify.c: factored long ldarg forms to share code with short forms
3722
3723 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3724
3725         *verify.c: fixed code formating factored some duplicate code
3726         into a new function
3727
3728         *verify.h: fixed binary incompatibility introduced earlier
3729
3730         *pedump.c: fixed formating
3731
3732 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3733
3734         Fix assertion when disassembling Mono.C5.dll
3735         * loader.c (method_from_methodspec): Avoid inflating a method
3736         twice with the same context.  If the methodref is inflated, use
3737         the declaring method instead.
3738
3739         * class.c (mono_class_from_generic_parameter): Fix case similar to
3740         bug #81830 handled below, but for method containers.
3741
3742 2007-06-10  Raja R Harinath  <harinath@gmail.com>
3743
3744         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
3745         get_shared_generic_class.  Directly inflate the instance.
3746         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
3747         (inflate_generic_class): Delete.
3748         (get_shared_generic_class): Delete.  Move setting of
3749         'cached_class' and 'cached_context' ...
3750         * metadata.c (mono_metadata_lookup_generic_class): ... here.
3751
3752         * metadata.c (mono_metadata_lookup_generic_class): Change
3753         signature to take the components of a MonoGenericClass rather than
3754         an allocated MonoGenericClass.  Change semantics to be intern-like.
3755         * reflection.c (mono_class_bind_generic_parameters): Update to
3756         changes.  Make locking region tighter.
3757         * class.c (inflate_generic_class): Update to changes.
3758         (get_shared_generic_class): Likewise.
3759         * metadata-internals.h: Likewise.
3760
3761         * reflection.c (mono_class_bind_generic_parameters): Take and
3762         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
3763         (mono_reflection_bind_generic_parameters): Use
3764         'mono_class_bind_generic_parameters' rather than duplicate the code.
3765         * class.c (mono_bounded_array_class_get): Update to changes.
3766         * object-internals.h: Likewise.
3767
3768         * reflection.c (mono_class_bind_generic_parameters): Only support
3769         parameterizing generic type definitions.  Remove support for other
3770         open types.
3771
3772 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
3773
3774         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
3775
3776         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
3777         in the dynamic case.
3778
3779 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
3780
3781         * threads.c: When cleaning up thread, reset the Background bit.
3782         Fixes bug #81720.
3783
3784 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
3785
3786        * metadata.c: Move variable declarations to top of scope.
3787        * verify.c: Move variable declarations to top of scope.
3788
3789        Code is contributed under MIT/X11 license.
3790
3791 2007-06-08  Raja R Harinath  <rharinath@novell.com>
3792
3793         * reflection.c (mono_class_bind_generic_parameters): Replace
3794         open-coded loop with mono_metadata_inflate_generic_inst.
3795
3796         * class.c (get_shared_generic_class): Don't call
3797         mono_get_shared_generic_inst.  Use the container's own
3798         'class_inst'.
3799
3800         * metadata.c (mono_metadata_load_generic_params): Move
3801         initialization of 'context' field here from ...
3802         * class.c (mono_class_create_from_typedef): ... here, and ...
3803         * loader.c (mono_get_method_from_token): ... here.
3804
3805         * class.c (get_shared_generic_class): Rename from
3806         mono_get_shared_generic_class and make static.
3807         (mono_get_shared_generic_inst): Move to metadata.c.
3808         * loader.c (mono_get_shared_generic_method): Likewise.
3809         * class-internals.h, metadata-internals.h: Update to changes.
3810
3811         Fix #81830
3812         * class.c (mono_class_from_generic_parameter): Don't assume a
3813         generic container owner exists.  Generic containers from monodis
3814         don't have any.
3815
3816 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
3817
3818         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
3819         * verify.h: new typedefs to returns the non-verifiable status
3820         * verify.c: initial implementation of generics, stack merging and object compatibility check
3821
3822 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3823
3824         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3825         a MonoInternalHashTable again (fixed bug in internal hash table
3826         code).
3827
3828 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3829
3830         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3831         MonoInternalHashTable again (fixed bug in internal hash table
3832         code).
3833
3834 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3835
3836         * class.c, image.c, class-internals.h, domain.c,
3837         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
3838         changes.  Have to figure out what makes them break the SWF
3839         regression.
3840
3841 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3842
3843         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3844         a MonoInternalHashTable now.
3845
3846 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3847
3848         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3849         MonoInternalHashTable now.
3850
3851 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
3852
3853         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
3854         invoke_impl code.
3855
3856         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
3857
3858         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
3859         dependent trampoline.
3860
3861         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3862
3863         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
3864
3865 2007-05-29  Robert Jordan  <robertj@gmx.net>
3866
3867         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
3868
3869 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
3870
3871         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
3872
3873 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
3874
3875        * marshal.c: Fix interface lookup loops for
3876        cominterop_get_com_slot_for_method and 
3877        cominterop_get_method_interface. Only need to lookup
3878        if type is a class, else use interface type method is on.
3879
3880        Code is contributed under MIT/X11 license.
3881
3882 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
3883
3884         * reflection.c: HasSecurity can be present even if no specially 
3885         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
3886         SecurityAttribute). Fix CAS regression tests on buildbot.
3887
3888 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
3889
3890        * appdomain.c: Add configure checks for header files.
3891        * image.c: Add configure checks for header files.
3892        * file-io.c: Add configure checks for header files.
3893        * debug-mono-symfile.c: Add configure checks for header files.
3894        * threadpool.c: Add configure checks for header files.
3895        * console-io.c: Add configure checks for header files.
3896        * profiler.c: Add configure checks for header files.
3897        * rawbuffer.c: Add configure checks for header files.
3898        * icall.c: Add configure checks for header files.
3899        * rand.c: Add configure checks for header files.
3900        * socket-io.c: Add configure checks for header files.
3901
3902        Code is contributed under MIT/X11 license.
3903
3904 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
3905
3906         * reflection.c (mono_custom_attrs_from_builders): Remove the 
3907         assertion as it breaks the build.
3908         
3909         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
3910
3911         * reflection.c (lookup_custom_attr): Make a copy here too.
3912
3913         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
3914         dynamic images.
3915
3916         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
3917         images.
3918
3919         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
3920         info.
3921
3922 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
3923
3924         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
3925         (load_cattr_value): Ditto.
3926
3927 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
3928
3929         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
3930
3931 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
3932
3933         * threads.c: In "start_wrapper", set apartment_state to MTA if
3934         apartment_state is Unknown and we're running on 2.0 profile or
3935         higher.
3936         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
3937         to main method, then set apartment_state to Unknown on 1.0 profile,
3938         and MTA on 2.0 profile.
3939
3940 2007-05-16  Jb Evain  <jb@nurv.fr>
3941
3942         * class-internals.h (MonoDefaults): Add an attribute_class and
3943           customattribute_data_class.
3944         * domain.c (mono_init_internal): Populate them.
3945         * reflection.c: Use them to remove duplicates. Make a vew
3946         MonoClass variables `static'.
3947
3948 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
3949
3950         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
3951         step in implementing IMT, so that all isinst checks now can go
3952         through the bitmap.
3953         This was needed because vtables for TransparentProxy need to look
3954         like the vtable of the "target" class, so they need to point to
3955         its interface bitmap directly.
3956
3957         * object.c: inside "mono_class_create_runtime_vtable" and
3958         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
3959
3960 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
3961
3962         * object-internals.h
3963           culture-info.h : added territory field in MonoCulture and
3964           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
3965         * locales.c : fill territory field above too.
3966         * culture-info-table.h : regenerated.
3967
3968 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
3969
3970         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
3971         Fixes #81599.
3972
3973 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
3974
3975         * object.c: Always initialize apartment, even if 
3976         there is no custom attributes on entry point.
3977         
3978         Code is contributed under MIT/X11 license.
3979
3980 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
3981
3982         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
3983         * metadata.c: If no encoding is set, check for unicode
3984         on class.
3985         
3986         Code is contributed under MIT/X11 license.
3987
3988 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3989
3990         * threads.c: Handle if mono_thread_current returns NULL 
3991         
3992         Code is contributed under MIT/X11 license.
3993
3994 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3995
3996         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
3997         in start_wrapper. Added mono_thread_init_apartment_state and
3998         mono_thread_cleanup_apartment_state.
3999         * object.c: Initialize thread apartment state on main thread
4000         by checking for STAThreadAttribute on entry point.
4001         * object-internals.h: Add apartment_state field to MonoThread.
4002         * threads-types.h: Add unmanaged definition of 
4003         System.Threading.ApartmentState, MonoThreadApartmentState.
4004         
4005         Code is contributed under MIT/X11 license.
4006         
4007 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
4008
4009         * class.c: Fix windows build.
4010         * class-internals.h: Fix windows build.
4011         
4012         Code is contributed under MIT/X11 license.
4013
4014 2007-05-08  Robert Jordan  <robertj@gmx.net>
4015
4016         * process.c (CreateProcess_internal):
4017         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
4018         .CreateNoWindow was specified. Fixes #81496.
4019
4020 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
4021
4022         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
4023         step in implementing IMT, replaced it with two compact arrays
4024         (interfaces_packed and interface_offsets_packed) and a bitmap that
4025         is used for isinst checks (interface_bitmap).
4026
4027         * class.c: (compare_interface_ids): compare function to pass to
4028         bsearch when looking for an interface with a given id.
4029         (mono_class_interface_offset): reimplemented using bsearch on
4030         interfaces_packed, getting the offset from interface_offsets_packed.
4031         (print_implemented_interfaces): utility debugging function.
4032         (setup_interface_offsets): reworked to initialize interfaces_packed,
4033         interface_offsets_packed and interface_bitmap.
4034
4035         * object.c: replaced all accesses to "MonoClass.interface_offsets"
4036         with uses of interfaces_packed and interface_offsets_packed.
4037
4038 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
4039
4040         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
4041         mono_class_interface_offset prototype to wrap all accesses to
4042         "MonoClass.interface_offsets".
4043
4044         * class.c: Implemented mono_class_interface_offset, and wrapped all
4045         accesses to "MonoClass.interface_offsets".
4046
4047         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
4048         "MonoClass.interface_offsets".
4049
4050 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
4051
4052         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
4053         GetMethodFromHandle overloads (bug #78637).
4054
4055 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
4056
4057         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
4058         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
4059
4060 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
4061
4062         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
4063         #81498.
4064
4065         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
4066         gracefully.
4067         (mono_custom_attrs_from_index): Ditto.
4068
4069         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
4070         Fixes #81501.
4071
4072 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
4073
4074         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
4075         is now allocated from a mempool.
4076
4077 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
4078
4079         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
4080         caller holds threads_lock, leading to deadlocks. Fixes #81476.
4081
4082 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
4083
4084         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
4085         mono_loader_clear_error () too late. Fixes #81463.
4086
4087 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
4088
4089         * culture-info-table.h : regenerated.
4090
4091 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
4092
4093         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
4094         is missing.
4095
4096 2007-04-25  Dick Porter  <dick@ximian.com>
4097
4098         * Makefile.am: Put the mingw enforced-optimisation back into the
4099         PLATFORM_WIN32 section.
4100
4101 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
4102
4103         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
4104         patch.
4105
4106         * image.c (mono_image_load_module): New API function to load a module reference.
4107
4108         * image.c (load_modules): Load modules lazily. Fixes #80812.
4109
4110         * class.c (mono_class_from_typeref): Use mono_image_load_module.
4111         
4112         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
4113
4114         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
4115         to mono_image_load_module_dynamic.
4116
4117 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
4118
4119         * marshal.c: Fix calling convention for CCW on non-windows
4120         platforms. STDCALL on windows, CDECL everywhere else to work 
4121         with XPCOM and MainWin COM.
4122         
4123         Code is contributed under MIT/X11 license.
4124
4125 2007-04-23  Martin Baulig  <martin@ximian.com>
4126
4127         Fix #80969.
4128
4129         * loader.c
4130         (method_from_memberref): Added `gboolean *used_context' argument.
4131         (mono_get_method_from_token): Likewise.
4132         (mono_get_method_full): Don't insert the method in the cache when
4133         `used_context' is true.
4134
4135 2007-04-23  Raja R Harinath  <rharinath@novell.com>
4136
4137         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
4138
4139         * reflection.c (mono_reflection_bind_generic_parameters): Don't
4140         create new MonoTypes for returned types.
4141         * class.c (mono_generic_class_get_class): Export mono-internal.
4142         * class-internals.h: Update to changes.
4143
4144 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
4145
4146         * threadpool.c, threadpool.h, icall-def.h: patch from
4147         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
4148
4149 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
4150
4151         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
4152         
4153         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
4154
4155         * threads.c (mono_thread_get_stack_bounds): New helper function.
4156
4157         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
4158         Correctly compute stack bounds when attaching. Fixes #81394.
4159
4160 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
4161
4162         * reflection.c: fix handling of doubles in custom attributes
4163         for the arm-fpa format (bug #81368).
4164
4165 2007-04-18  Raja R Harinath  <rharinath@novell.com>
4166
4167         * reflection.c (assembly_add_win32_resources): Mildly relax an
4168         bounds check to let the end pointer point just past the end of the
4169         allocated buffer.  (may fix #81384)
4170
4171 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
4172
4173         * culture-info-table.h : regenerated.
4174
4175 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
4176
4177         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
4178         the thread is aborted early.
4179
4180 2007-04-05  Dick Porter  <dick@ximian.com>
4181
4182         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
4183         FindFirstFile()/FindNextFile() to find entries.  This lets the
4184         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
4185         81038.
4186
4187         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
4188         the parameters of
4189         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
4190
4191 2007-04-04  Martin Baulig  <martin@ximian.com>
4192
4193         * debug-helpers.c
4194         (mono_method_desc_full_match): Add support for nested classes.
4195
4196 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
4197
4198         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
4199
4200 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
4201
4202         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
4203         waiting for too many threads.
4204
4205 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
4206
4207         * environment.c: Fix return value check on uname so we can get the 
4208         executing version on Solaris operating systems.
4209
4210 2007-03-28  Jb Evain  <jbevain@gmail.com>
4211
4212         * class.c (mono_type_get_name_recurse): Complete the
4213         fix for the creation of assembly qualified names for
4214         pointer types. Fixes #81208.
4215
4216 2007-03-27  Dick Porter  <dick@ximian.com>
4217
4218         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
4219         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
4220         changed.
4221
4222         * threads.c
4223         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
4224         the value of ReleaseMutex().
4225
4226 2007-03-27  Dick Porter  <dick@ximian.com>
4227
4228         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
4229         in little-endian order, not network endian, so must be converted
4230         to host endian here.  Fixes bug 80593.
4231
4232 2007-03-22  Jb Evain  <jbevain@gmail.com>
4233
4234         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
4235         qualified names for pointer types. Fixes #81208.
4236
4237 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
4238
4239         * marshal.c: Add support for PreserveSigAttribute. 
4240         
4241         Code is contributed under MIT/X11 license.
4242
4243 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
4244
4245         * process.c: Fix endianness issues. Fixes #81126.
4246
4247         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
4248         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
4249
4250         * image.c (mono_image_lookup_resource): Make this work on big-endian
4251         machines.Change API contract so the caller needs to free the return value.
4252         
4253         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
4254         API change.
4255         
4256 2007-03-14  Martin Baulig  <martin@ximian.com>
4257
4258         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
4259         mono_type_get_desc() as well.
4260
4261 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
4262
4263         * icall.c:  Fix environ access in VS.  
4264         
4265 2007-03-13  Alp Toker  <alp@atoker.com>
4266
4267         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
4268         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
4269         #63841.
4270
4271 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
4272
4273         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
4274         circular references among dynamic methods. Fixes #81091.
4275
4276         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
4277
4278 2007-03-09  Martin Baulig  <martin@ximian.com>
4279
4280         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
4281
4282 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
4283
4284         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
4285         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
4286         
4287         Code is contributed under MIT/X11 license.
4288         
4289 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
4290
4291         * loader.c: Reapply patch for bug #79424.
4292
4293 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
4294
4295         * metadata.c (mono_type_to_unmanaged): Only convert object to
4296         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
4297
4298 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
4299
4300         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
4301         (and incorrectly set) is_reference field from MonoGenericInst.
4302
4303 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
4304
4305         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
4306         a little earlier.
4307
4308         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
4309
4310         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
4311
4312 2007-03-05  Miguel de Icaza  <miguel@novell.com>
4313
4314         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
4315         FileOptions.1 value to mean "temporary", map that to
4316         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
4317
4318         Fixes 80688
4319
4320 2007-03-03  Marek Habersack  <mhabersack@novell.com>
4321
4322         * appdomain.c: implement MS .Net style shadow copying. Copies of
4323         the assemblies are made in a subdirectory of the dynamic base
4324         directory, the assembly names are preserved.
4325         Copy .mdb and .config files along with the assemblies being shadowed.
4326
4327 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
4328
4329         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
4330         (emit_marshal_handleref): Ditto.
4331
4332         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
4333         on Visual C++. Fixes #80671.
4334
4335 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
4336
4337         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
4338         for clone operations.
4339
4340 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
4341
4342         * marshal.c: Fix warnings.
4343
4344 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
4345
4346         * loader.c: allow case-insensitive matching of the dll name
4347         in dllmap handling when prefixed with "i:".
4348
4349 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
4350
4351         * threads.c: Fix #ifdef for dummy_apc function for VS.
4352
4353 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
4354
4355         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
4356
4357 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
4358         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
4359         giving precedence to the methods with a fully qualified name
4360         (InterfaceName.MethodName) when building the interface sections
4361         of the vtable.
4362
4363 2007-02-16  Dick Porter  <dick@ximian.com>
4364
4365         * threadpool.c (append_job): Fix fast-path array handling, so it's
4366         less likely the array will grow exponentially when the load is
4367         heavy.
4368
4369 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
4370
4371         * metadata-internals.h, loader.c: fix dllmap lookup order
4372         for non-function maps, too, and prepare for fallback code.
4373
4374 2007-02-12  Robert Jordan  <robertj@gmx.net>
4375
4376         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
4377         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
4378         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
4379         GlobalFree. Fixes a part of bug #77075.
4380
4381 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
4382
4383         * loader.c: implemented typedef parent in field memberref.
4384
4385 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
4386
4387         * marshal.c: Fix warnings and remember to call Release on
4388         IUnknown of RCW.
4389         
4390         Code is contributed under MIT/X11 license.
4391
4392 2007-02-10  Miguel de Icaza  <miguel@novell.com>
4393
4394         * class-internals.h: Add MonoHandleRef definition, and
4395         handleref_class to mono_defaults. 
4396
4397         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
4398         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
4399
4400         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
4401         (do nothing on this stage)
4402         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
4403         (emit_marshal_handleref): New method, used for argument handling
4404         of HandleRefs. 
4405
4406 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
4407
4408         * class.c (mono_class_setup_parent): Lazily init com types.
4409         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
4410         init com types.
4411         * object.c (mono_remote_class_vtable): Lazily init com types.
4412         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
4413         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
4414         * domain-internals.h: Expose mono_init_com_types.
4415         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
4416         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
4417         Add support for COM Callable Wrapper marshalling.
4418         * marshal.h: Add icall definitions.
4419         * gc.c: Handle freeing of CCWs in finalizer code.
4420         
4421         Code is contributed under MIT/X11 license.
4422
4423 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
4424
4425         * reflection.c: changed all the signature encoding code to use
4426         a variable-sized buffer.
4427
4428 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
4429
4430         * marshal.c: locking fixes: never take the loader lock
4431         or other runtime locks when holding the marshal lock
4432         (fixes bug#80664).
4433
4434 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
4435
4436         * marshal.c: make the delegate function pointer mapping
4437         work for the moving GC.
4438
4439 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
4440
4441         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
4442         for bug #80618.
4443
4444 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
4445
4446         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
4447         gmodule.
4448
4449 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
4450
4451         * threadpool.c: made the code moving-GC safe.
4452
4453 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
4454
4455         * assembly.c, boehm-gc.c, class-internals.h, class.c,
4456         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
4457         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
4458         warning cleanup.
4459         * reflection.c: warning cleanup, some threading and moving GC fixes.
4460
4461 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
4462
4463         * class.c, loader.c: create the needed Set/Get/Address array methods
4464         as well as the .ctors in mono_class_init (), fixes bug #80567.
4465
4466 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
4467
4468         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
4469         we doesn't decrease its alignment. Should fix the sparc build.
4470
4471 2007-01-24  Dick Porter  <dick@ximian.com>
4472
4473         * socket-io.c
4474         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
4475         Create the returned object if we need to ignore an unsupported
4476         socket option.  Fixes a segfault reported by Atsushi.
4477
4478 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
4479
4480         * class.c, object.c: restrict GC-tracked fields to
4481         UIntPtr fields used inside corlib, so we provide better
4482         type info to the GC and also allow broken packing as in
4483         bug #80580.
4484
4485 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
4486
4487         * sgen-gc.c: removed duplicated function.
4488
4489 2007-01-19  Miguel de Icaza  <miguel@novell.com>
4490
4491         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
4492         value that means that the value is not supported, but that we
4493         should not return a failure, but instead report this as a
4494         successful operation.
4495
4496 2007-01-19  Raja R Harinath  <rharinath@novell.com>
4497
4498         Fix tests/bug79956.2.il
4499         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
4500         (mono_generic_class_get_class): If the generic definition in an
4501         enum, copy over other fields related to it.
4502
4503 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
4504
4505         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
4506         genericinst enums (bug #79215).
4507
4508 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
4509         * class.c: Fix bug 80307.
4510
4511 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
4512
4513         * image.c: if the file table is not present, try to load
4514         all the modules, since we don't have info about them
4515         having or not metadata (bug #80517).
4516         * assembly.c: allow mono_assembly_load_references () to
4517         work for netmodules.
4518
4519 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
4520
4521         * image.c, metadata-internals.h, object.c: execute module
4522         cctors when running on the 2 runtime if present (bug #80487).
4523
4524 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
4525
4526         * icall.c: optimized InitializeArray() on bigendian.
4527
4528 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
4529
4530         * icall.c: fix for the broken ARM FPA double format.
4531
4532 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
4533
4534         * icall.c: handle endian issues for r4 and r8 types, too, in
4535         the InitializeArray() icall.
4536
4537 2007-01-15  Miguel de Icaza  <miguel@novell.com>
4538
4539         * loader.c (mono_loader_error_prepare_exception): Clear the error
4540         once we have extracted the information from it, do this before we
4541         call into the JIT's class loading mechanisms.
4542
4543         * object.c (mono_class_create_runtime_vtable): Do not clear the
4544         loader error before calling mono_class_get_exception_for_failure
4545         as the loader error is needed inside
4546         mono_class_get_exception_for_failure to throw the error (thinko).
4547
4548         Fixes #80521
4549         
4550 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
4551
4552         * reflection.c: align fields rva data so it's faster to load at
4553         runtime.
4554
4555 2007-01-12  Raja R Harinath  <rharinath@novell.com>
4556
4557         Prepare to simplify GenericMethod handling.
4558         * class-internals.h (mono_method_get_context): New accessor function.
4559         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
4560         rather than directly accessing '->context' field.
4561
4562         * class-internals.h (_MonoGenericParam.method): Move ...
4563         (_MonoGenericContainer): ... here.  Add into union with klass field.
4564         * class.c, icall.c, loader.c, metadata.c, reflection.c:
4565         Update to changes.
4566
4567 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
4568
4569         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
4570         the wrapper type enum and reduce relocations.
4571
4572 2007-01-12  Raja R Harinath  <rharinath@novell.com>
4573
4574         * reflection.c (inflate_mono_method): Reuse method instantiation
4575         from the generic method, if available.
4576
4577 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4578
4579         * marshal.c (emit_marshal_variant): Fix conv_arg
4580         type in last commit, based on whether parameter is byref.
4581         
4582 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4583
4584         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
4585         marshalling.
4586         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
4587         MONO_TYPE_OBJECT back for VARIANT support.
4588
4589 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4590
4591         * marshal.c, marshal.h, icall-def.h: Implement 
4592         Marshal.ReAllocCoTaskMem.
4593
4594 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
4595
4596         * marshal.c: memory retention fixes: use the proper
4597         image cache for runtime_invoke method lookups.
4598
4599 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
4600
4601         * mempool.c: added code to help debug mempool allocations.
4602
4603 2007-01-11  Dick Porter  <dick@ximian.com>
4604
4605         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
4606         support (experimenting with faking it with IP_MTU_DISCOVER for
4607         systems that don't have IP_DONTFRAGMENT.)
4608         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
4609         icall.
4610
4611         * icall-def.h: new System.Net.Sockets.Disconnect icall.
4612
4613         * socket-io.h: Add new fields to MonoSocketAsyncResult
4614         corresponding to the new ones in Socket.cs.
4615
4616 2007-01-11  Raja R Harinath  <rharinath@novell.com>
4617
4618         Fix IronPython regression mentioned in #80249
4619         * metadata.c (do_mono_metadata_parse_generic_class): Clear
4620         'cached_context' field, since it may have been initialized as a
4621         side-effect of metadata parsing.
4622
4623         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
4624         (_MonoGenericClass.cached_class): Move here and rename from lone
4625         remaining field of ...
4626         (_MonoInflatedGenericClass): ... this.  Remove.
4627         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
4628         to changes.
4629
4630         Fix mcs/tests/test-128.cs regression.
4631         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
4632         2007-01-10 change below.
4633         [MONO_TYPE_OBJECT]: Recurse into array case.
4634
4635 2007-01-11  Raja R Harinath  <harinath@gmail.com>
4636
4637         * class-internals.h (mono_get_inflated_generic_class): Remove.
4638         * class.c (mono_get_inflated_generic_class): Remove.
4639         (mono_generic_class_get_class): Rename from
4640         mono_class_create_generic.
4641         (mono_class_from_mono_type) [GENERICINST]: Use it.
4642         * reflection.c, metadata.c: Update to changes.  Use
4643         'mono_class_from_mono_type'.
4644
4645 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
4646
4647         * reflection.c: use passed type when encoding an array element
4648         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
4649
4650 2007-01-09  Robert Jordan  <robertj@gmx.net>
4651
4652         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
4653         result arguments (someDelegate.EndInvoke (unrelatedAres)).
4654         Fixes bug #80392.
4655
4656 2007-01-09  Raja R Harinath  <rharinath@novell.com>
4657
4658         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
4659
4660         * object.c (set_value): Avoid aliasing between type->data.klass
4661         and type->data.generic_class.
4662
4663         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
4664
4665 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4666
4667         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
4668         between type->data.klass and type->data.generic_class.
4669
4670 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
4671
4672         * marshal.c: In MS.NET, StringBuilder objects are not copied by
4673         value in out parameters.
4674
4675 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4676
4677         Simplify invariant for MonoGenericClass::klass field.
4678         * class.c (mono_class_create_generic): Verify 'klass' is null.
4679         * metadata.c (do_mono_metadata_parse_generic_class): Don't
4680         initialize 'klass' field.
4681
4682 2007-01-05  Raja R Harinath  <rharinath@novell.com>
4683
4684         Ongoing work to avoid redundant data and simplify invariants.
4685         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
4686         'generic_class', and change type to a GenericInst.
4687         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
4688         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
4689
4690 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
4691
4692         * class.c : skip io-layer under PLATFORM_WIN32.
4693
4694 2007-01-03  Tor Lillqvist  <tml@novell.com>
4695
4696         Fix #80305: In a bundled executable, look in the bundled exe
4697         assembly to determine the runtime version. Add the possibility to
4698         bundle also the machine.config file.
4699         
4700         * assembly.c (mono_assembly_open_from_bundle): Make
4701         non-static. Allow being called even if we have no bundled
4702         assemblies, and return NULL right away in that case.
4703
4704         * domain-internals.h: Declare mono_assembly_open_from_bundle()
4705         here.
4706
4707         * domain.c (app_config_parse): Take an assembly exe file name as
4708         parameter instead of a config file name. Check for a bundled
4709         config file for that assembly by calling
4710         mono_config_string_for_assembly_file() (see below) before looking
4711         for one in the file system.
4712         (get_runtimes_from_exe): Corrsponding change to call of
4713         app_config_parse().
4714         (get_runtimes_from_exe): Check for bundled assembly exe file first
4715         by calling mono_assembly_open_from_bundle(). If no bundled
4716         assembly exe file is found, call mono_image_open() as before to
4717         look it up in the file system.
4718
4719         * mono-config.c: Add variable bundled_machinec_onfig.
4720         (mono_config_string_for_assembly_file): New function.
4721         (mono_config_for_assembly): Move code snippet that looks for a
4722         bundled assembly .config file into the above new function. Call
4723         it.
4724         (mono_register_machine_config, mono_get_machine_config): New
4725         functions to set and retrieve
4726
4727         * assembly.h: Declare mono_register_machine_config().
4728
4729         * mono-config.h: Declare mono_get_machine_config() and
4730         mono_config_string_for_assembly_file().
4731
4732         * icall.c: No declaration of environ necessary on Win32. It is
4733         declared (as a macro expanding to a function call) in stdlib.h.
4734         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
4735         New internal mono function. Returns the value of
4736         mono_get_machine_config() as a Mono string.
4737
4738         * icall-def.h: Add get_bundled_machine_config().
4739
4740 2007-01-04  Raja R Harinath  <rharinath@novell.com>
4741
4742         Remove redundant field
4743         * class-internals.h (_MonoGenericContext.container): Remove field.
4744         * loader.c (mono_method_get_signature_full): Don't parse a
4745         "container" for a signature parse when the signature is inflated
4746         immediately.
4747         (method_from_methodspec): Likewise, for a generic_inst.
4748         * class.c, metadata.c, reflection.c: Update to changes.
4749
4750 2006-01-04  Raja R Harinath  <rharinath@novell.com>
4751
4752         * class-internals.h (_MonoGenericClass): Rename 'context' field to
4753         'cached_context', and change semantics -- it starts off NULL, and
4754         is initialized on demand.
4755         * class.c (mono_generic_class_get_context): New accessor to
4756         replace 'context' field accesses.
4757         (mono_class_get_context): New helper.
4758         (*): Update to changes.
4759         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
4760
4761 2007-01-03  Miguel de Icaza  <miguel@novell.com>
4762
4763         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
4764         before the memcpy.   Fixes Marshal2 regression.
4765
4766 2007-01-02  Jb Evain  <jbevain@gmail.com>
4767
4768         * blob.h: add a MONO_TYPE_ENUM definition
4769         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
4770         fix the encoding of arrays of enums in custom attributes.
4771
4772         Fixes #79666.
4773
4774 2007-01-01  Miguel de Icaza  <miguel@novell.com>
4775
4776         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
4777         string is null terminated, but only cut the string short if it
4778         overflows the buffer.   
4779         
4780         (mono_string_to_byvalstr): Also fix this routine.   The code here
4781         was not properly terminating a string (it was only terminated
4782         because of the previous catch-all memset). 
4783
4784         I left the memset, because I do not know if applications expect
4785         the runtime to clear this region. 
4786
4787         Fixes #79944.
4788
4789         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4790         Clear the error before returning to unmanaged code to prevent the
4791         runtime from being confused later on (fixes  80420).
4792         (ves_icall_type_from_name): Always call mono_loader_clear_error
4793         after parsing a type that could have failed.
4794         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
4795
4796         * loader.c (mono_loader_clear_error): Fix indentation.
4797
4798 2006-12-28  Martin Baulig  <martin@ximian.com>
4799
4800         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
4801
4802 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
4803
4804         * reflection.c: patch from Rolf Bjarne Kvinge to fix
4805         getting a token for an EnumBuilder.
4806
4807 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4808
4809         * reflection.c: be more careful in case resource generation
4810         fails to create the data array.
4811
4812 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
4813
4814         * sgen-gc.c: write barrier for clone and fix unregister handles.
4815
4816 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
4817
4818         * reflection.c: some fixes needed in the generics code for the moving GC.
4819
4820 2006-12-22  Robert Jordan  <robertj@gmx.net>
4821
4822         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
4823         account. Fixes bug #80299.
4824
4825 2006-12-21  Raja R Harinath  <rharinath@novell.com>
4826
4827         Fix WaitHandle usage in delegates.
4828         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
4829         * object.c (mono_wait_handle_new): Use the property set method to
4830         initialize the handle.
4831         (mono_wait_handle_get_handle): New.
4832         * threadpool.c (mono_async_invoke): Use it.
4833         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
4834         Likewise.
4835         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
4836
4837 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
4838
4839         * marshal.c (emit_marshal): Call emit_marshal_variant and
4840         emit_marshal_com_interface when applicable.
4841         (emit_marshal_variant, emit_marshal_com_interface): Add
4842         methods for this case and remove if's from emit_marshal_object.
4843         
4844 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
4845
4846         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
4847
4848 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
4849
4850         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
4851         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
4852         and GlobalFree on Windows. Remove FIXME.
4853
4854 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
4855
4856         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
4857         implementation for managed objects.
4858
4859 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
4860
4861         * object.c: implemented code to be used for checking
4862         that no reference field overlaps with non-references.
4863
4864 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4865
4866         * threadpool.c: fix queue code to be compatible with the
4867         moving GC.
4868
4869 2006-12-18  Miguel de Icaza  <miguel@novell.com>
4870
4871         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
4872         in structures by throwing ArgumentNullException.
4873
4874         (emit_marshal_safehandle): Also when they are null parameters.
4875
4876         (emit_marshal_safehandle): Add support for ref
4877         SafeHandles parameters
4878
4879 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4880
4881         * profiler.c: updated to use the mono-dl API instead of
4882         gmodule.
4883
4884 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4885
4886         * profiler.c: updated to use the mono-dl dynamic loading
4887         API instead of gmodule.
4888
4889 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
4890
4891         * profiler.c: use readlink, older versions of glib don't have
4892         g_file_read_link ().
4893
4894 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4895
4896         * profiler.c: try to detect the path to mono if libc fails to provide
4897         a useful name (bug #80286).
4898
4899 2006-12-16  Raja R Harinath  <rharinath@novell.com>
4900
4901         Fix #80242
4902         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
4903         instance, use the generic type definition instead.
4904         (ves_icall_Type_GetNestedTypes): Likewise.
4905         * class.c (mono_class_create_generic): Always set the
4906         nested_classes of a generic instance to NULL, even if the generic
4907         type definition has nested types.
4908
4909 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
4910
4911         * marshal.c (mono_string_from_bstr): Revert previous Windows change
4912         and fix on Linux.
4913         
4914 2006-12-15  Miguel de Icaza  <miguel@novell.com>
4915
4916         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
4917         my arguments were in the wrong order.   I also fixed the Windows
4918         version which seems to have had the same issue.
4919
4920         (mono_free_bstr): On Unix, this is g_free.
4921         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
4922         conversions (for the tests in corlib to pass).
4923
4924 2006-12-14  Miguel de Icaza  <miguel@novell.com>
4925
4926         * marshal.c (emit_ptr_to_object_conv): For now, ignore
4927         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
4928         exception if a ref SafeHandle in a struct has changed).
4929         
4930         (emit_struct_conv): Do not perform layout checks for classes
4931         derived from SafeHandle, as those are specially handled. 
4932
4933         (emit_object_to_ptr_conv): Add support for
4934         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
4935
4936         (emit_marshal_safehandle): Implement conversion of return values
4937         of safehandles (MARSHAL_ACTION_CONV_RESULT).
4938         
4939         * threads.c: WaitHandle now is compiled with two different handles
4940         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
4941         for 2.0.
4942         
4943         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
4944         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
4945         these routines to cope with both kinds of fields.
4946
4947 2006-12-12  Miguel de Icaza  <miguel@novell.com>
4948
4949         * metadata.c (mono_type_to_unmanaged): Handle the case where
4950         type->data.klass is a SafeHandle, and in that case, return the
4951         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
4952         MONO_MARSHAL_CONV_SAFEHANDLE. 
4953
4954 2006-12-11  Miguel de Icaza  <miguel@novell.com>
4955
4956         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
4957         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
4958         calling emit_marshal_object.
4959
4960         (emit_marshal_safehandle): Implement marshalling of
4961         SafeHandle parameters (no ref support yet).
4962
4963         (MarshalAction): Document the defines as I implement
4964         them for SafeHandle.
4965
4966         (emit_marshal_object): indentation police.
4967
4968         * class-internals.h: Define MonoSafeHandle.
4969         Add safehandle_class to MonoDefaults type.
4970
4971         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
4972         list of classes to check for fields. 
4973
4974         * domain.c (mono_init_internal): Add SafeHandle to the list of
4975         mono_defaults loaded.
4976
4977 2006-12-15  Raja R Harinath  <rharinath@novell.com>
4978
4979         Fix #80253
4980         * reflection.c (mono_reflection_bind_generic_parameters): If the
4981         generic type definition is a type builder, ensure that it is fully
4982         initialized before instantiating it.  Kill some dead code.
4983
4984 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
4985
4986         * object.c: clear the loader_error () before loading
4987         more metadata stuff (bug #80258).
4988
4989 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
4990
4991         * icall.c, icall-defs.h: type modifiers icalls for
4992         parameters and properties.
4993
4994 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
4995
4996         * object.c, icall.c: fixed warnings.
4997
4998 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
4999
5000         * marshal.c: fixed a couple of leaks and coding style in a few places.
5001
5002 2006-12-08  Dick Porter  <dick@ximian.com>
5003
5004         * process.c: Cope with NULL ProcessStartInfo arguments on windows
5005         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
5006         80173.
5007
5008 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
5009
5010         * process.c: ProcessStartInfo may have only filename set and
5011         arguments can be NULL.
5012
5013 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5014
5015         * icall.c: fix leak found by Robert Jordan.
5016
5017 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
5018
5019         * marshal.c, marshal.h: generate managed method to access an element
5020         of a multi-dimensional array.
5021
5022 2006-11-30  Paolo Molaro (lupus@ximian.com)
5023
5024         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
5025
5026 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
5027
5028         * icall.c: back out GetFields () fix until the serialization code is
5029         fixed to not depend on the incorrect behaviour.
5030
5031 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
5032
5033         * profiler.c: provide defaults if none are set.
5034
5035 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
5036
5037         * Makefile.am, attrdefs.h: new public header file with
5038         constants for attributes for use by embedders.
5039
5040 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
5041
5042         * icall.c: GetFields () fix for bug #80064.
5043
5044 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
5045
5046         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
5047         removed long unused icalls.
5048
5049 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
5050   
5051         * marshal.c: 
5052                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
5053                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
5054                 can be generated without a delegate class.
5055                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
5056         
5057         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
5058
5059 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5060
5061         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
5062         #80069.
5063
5064 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5065
5066         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
5067         icall-def.h: added icalls needed by System.GC.
5068
5069 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
5070
5071         * loader.c: ensure the class in catch clauses is handled
5072         correctly for generics methods (fixes bug#79980).
5073
5074 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
5075
5076         * monitor.h, monitor.c: added mono_locks_dump () function
5077         to help debug deadlocks involving managed locks.
5078
5079 2006-11-13  Dick Porter  <dick@ximian.com>
5080
5081         * file-io.c (get_file_attributes): If the file is a symlink try
5082         and get the stat data for the target, but also add the
5083         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
5084         the specs for the windows symlink support, but will probably have
5085         to be reworked when I have test data from a vista machine.  Fixes
5086         bug 79887.
5087
5088 2006-11-13  Dick Porter  <dick@ximian.com>
5089
5090         * gc.c (mono_domain_finalize): 
5091         * marshal.c (mono_delegate_begin_invoke): 
5092         * threadpool.c (socket_io_init, mono_thread_pool_init)
5093         (mono_thread_pool_finish): 
5094         * monitor.c (mono_monitor_try_enter_internal): 
5095         * threads.c (mono_thread_resume, mono_thread_init)
5096         (mono_thread_suspend_all_other_threads)
5097         (mono_thread_execute_interruption): 
5098         * appdomain.c (mono_domain_unload): Check for NULL error returns
5099         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
5100         75733.
5101
5102 2006-11-11  Miguel de Icaza  <miguel@novell.com>
5103
5104         * process.c
5105         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
5106         Only close the handle if the value of the handle is not
5107         INVALID_HANDLE_VALUE.  This just makes the process a bit more
5108         robust.
5109
5110         Improvement for #75733, so that we do not run into this problem. 
5111
5112         
5113         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
5114         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
5115         internal variables.  Fixes #79462 
5116         
5117
5118 2006-11-09  Dick Porter  <dick@ximian.com>
5119
5120         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
5121         Use poll() not select().  Fixes bug 79397.
5122
5123 2006-11-09  Raja R Harinath  <rharinath@novell.com>
5124
5125         Fix #79872
5126         * assembly.c (mono_assembly_load_from_full): Check that the given
5127         image has an assembly manifest.
5128
5129 2006-11-09  Ankit Jain  <jankit@novell.com>
5130
5131         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
5132         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
5133         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
5134
5135 2006-11-07  Dick Porter  <dick@ximian.com>
5136
5137         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
5138         Put the old resolver behaviour back for pre-2.0 profiles.
5139
5140 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5141
5142         * threadpool.c: precise GC and locking fixes.
5143
5144 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
5145
5146         * class.c: don't load types that have an explicit unaligned
5147         managed reference. Provide better info in the TypeLoad exception.
5148         Part of the fix for bug #79744.
5149         * object.c: use the correct check for class type load issues.
5150
5151 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
5152
5153         * class.c: enforce alignment of fields with managed references
5154         even when Pack=1 is forced by the user (bug #77788).
5155
5156 2006-11-03  Dick Porter  <dick@ximian.com>
5157
5158         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
5159         If the address reverse lookup fails, return it as the hostname
5160         anyway.  Fixes bug 79721.
5161
5162 2006-11-03  Dick Porter  <dick@ximian.com>
5163
5164         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
5165         Fix build on Windows.
5166
5167 2006-11-02  Dick Porter  <dick@ximian.com>
5168
5169         * icall-def.h: 
5170         * object-internals.h: 
5171         * exception.c (mono_get_exception_thread_interrupted): 
5172         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
5173         Fixes bug 74525.
5174
5175         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
5176         Check for pending Thread.Interrupt.
5177
5178 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
5179         * loader.c: Fixed bug 79684.
5180
5181 2006-10-27  Dick Porter  <dick@ximian.com>
5182
5183         * file-io.c (get_file_attributes): Force symlinks to directories
5184         to be returned as a regular file.  Fixes bug 79733.
5185 2006-10-26  Dick Porter  <dick@ximian.com>
5186
5187         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
5188         CreateFile to open a directory then we need to set the
5189         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
5190
5191 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
5192
5193         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
5194         friends.
5195
5196 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5197
5198         * sgengc.c: small cleanup of timer code.
5199
5200 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
5201
5202         * sgen-gc.c: fix some warnings and start adding support for
5203         complete object removal on domain unload.
5204
5205 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
5206
5207         * assembly.c: build_assembly_name should not consider a version
5208         number without build or revision number invalid. Fixes bug #79715.
5209
5210 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
5211
5212         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
5213         call kernel32 function OutputDebugString directly.
5214         
5215         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
5216         
5217 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
5218
5219         * reflection.c: small cleanup, using a function to insert a MonoString
5220         in the string heap.
5221
5222 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
5223
5224         * reflection.c: moving GC fixes.
5225
5226 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
5227
5228         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
5229         all the objects with finalizers belonging to an unloading appdomain.
5230
5231 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
5232
5233         * sgen-gc.c: added ability to allocate even when the nursery is fully
5234         pinned and fixed a couple of bugs.
5235
5236 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
5237
5238         * threads.h: Revert the last change for now.
5239
5240         * threads.h (mono_thread_get_pending_exception): Rename this to
5241         mono_thread_get_undeniable_exception ().
5242
5243 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
5244
5245         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
5246         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
5247         when fname does not refer to valid assembly. This result in a more
5248         meaningful error message.
5249         * exception.c: added mono_get_exception_bad_image_format2 which 
5250         constructs a BadImageFormatException using the ctor taking a custom
5251         message and the file name. Passing in a NULL msg results in a default
5252         message.
5253         * exception.h: define mono_get_exception_bad_image_format2 function.
5254         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
5255         when file name pointed to an invalid IL image. Use 
5256         mono_get_exception_file_not_found2 to construct FileNotFoundException,
5257         as this results in a more meaningful error message.
5258
5259 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
5260
5261         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
5262         #79465.
5263
5264 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
5265
5266         * metadata.c (mono_type_size): Change the align parameter to guint32 for
5267         consistency with the other _size functions.
5268         (mono_type_stack_size): Ditto.
5269
5270         * class.c object.c icall.c: Fix warnings caused by the above change.
5271
5272         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
5273
5274         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
5275
5276         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
5277
5278 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
5279
5280         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
5281         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
5282         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
5283         threadpool.h, threads-types.h: mark more internal functions.
5284
5285 2006-10-11  Dick Porter  <dick@ximian.com>
5286
5287         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
5288         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
5289         reproduce the bug even before applying the fix.)
5290
5291 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
5292
5293         * reflection.c: allow retrieving attributes for arguments in generic
5294         methods (bug #79241).
5295
5296 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
5297
5298         * debug-mono-symfile.c: properly check fopen () result (found by
5299         coverity).
5300
5301 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
5302
5303         * reflection.c: make error message clearer and fixed two
5304         issuelets found by Coverity.
5305
5306 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
5307
5308         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
5309
5310 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
5311
5312         * object-internals.h, gc-internal.h, profiler-private.h:
5313         mark internal functions.
5314
5315 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
5316
5317         * reflection.c: put data in the text section.
5318         * icall.c: recognize more types in type_from_typename ().
5319         * process.c, marshal.c: added some GC FIXMEs.
5320
5321 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
5322
5323         * loader.c: check for NULL before initializing.
5324
5325 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
5326
5327         * gc.c (finalizer_thread): Use a non-alertable wait here.
5328
5329         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
5330         until the correct solution is found.
5331
5332 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
5333
5334         * reflection.c (mono_module_get_object): Avoid an assert when operating on
5335         modules with no metadata. Fixes #79596.
5336
5337         * image.c (load_metadata_ptrs): Put back the error message when
5338         the #- heap is encountered since the support is not complete yet.
5339
5340 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
5341
5342         * gc.c: do not allow the user to SuppressFinalize () a
5343         delegate because it would leak the trampoline if present.
5344
5345 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
5346
5347         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
5348         PropertyPtr table.
5349
5350 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
5351
5352         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
5353
5354         * metadata.c (mono_metadata_get_param_attrs): Ditto.
5355
5356         * row-indexes.h: Add definitions for *Ptr tables.
5357
5358         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
5359
5360         * metadata.c (mono_metadata_translate_token_index): New helper function to
5361         translate table indexes used in uncompressed metadata.
5362         (mono_metadata_decode_table_row): Ditto.
5363         (mono_metadata_decode_table_row_col): Ditto.
5364
5365         * metadata.c: Add table schema for *Ptr tables.
5366
5367         * class.c loader.c: Use the new helper function to access the affected metadata
5368         tables.
5369         
5370         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
5371         #38532.
5372         
5373 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
5374
5375         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
5376         sequences which can be unbounded in size. Fixes #79583.
5377
5378 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
5379
5380         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
5381         static initialization.
5382
5383         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
5384
5385         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
5386
5387         * domain.c (mono_domain_free): Free up type_init_exception_hash.
5388
5389         * object.c (mono_runtime_class_init): Implement correct semantics when a static
5390         ctor fails, i.e. throw the same exception on subsequent accesses.
5391         
5392 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
5393
5394         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
5395         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
5396         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
5397         Handle marshalling of interfaces and VARIANTs contained in structs.
5398         
5399         Code is contributed under MIT/X11 license.
5400         
5401 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
5402
5403         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
5404         
5405         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
5406         mempool.
5407
5408 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5409
5410         * console-io.c: ignore previous SIGINT handler.
5411
5412 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
5413
5414         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
5415         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
5416         #79460, #79461, #79485.
5417
5418         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
5419
5420         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
5421         #79217.
5422
5423 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
5424
5425         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
5426         could be generated from it.
5427
5428 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
5429
5430         * rand.c: fix read loop to correctly handle EINTR.
5431
5432 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5433
5434         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
5435         internal calls are defined to keep methods closer to the declaring
5436         type and allow a significant reduction in runtime relocations and
5437         memory usage.
5438
5439 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
5440
5441         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
5442         exception message to have FileNotFoundException use the default
5443         assembly load error message. Fixes bug #79426.
5444         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
5445
5446 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5447
5448         * threadpool.c: (start_thread_or_queue) use the root domain when
5449         creating the thread instead of the async object one.
5450
5451 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
5452
5453         * class.c, object.c, class-internals.h, reflection.c:
5454         for arrays, store element_size inside MonoClass (speedup
5455         for array object creation).
5456
5457 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
5458
5459         * icall.c: fixed CodeBase to use the file name and not the module
5460         name (bug #79365).
5461
5462 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
5463
5464         * mono-debug.c, mono-debug.h: export find_method as
5465         mono_debug_find_method ().
5466
5467 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5468
5469         * debug-helpers.c, class-internals.h: added a few functions useful
5470         when debugging under gdb.
5471
5472 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5473
5474         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
5475         characters that need special handling.
5476
5477 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
5478
5479         * mono-config.c: make the os/cpu specification more flexible,
5480         allowing lists and negation.
5481
5482 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
5483
5484         * marshal.c: COM Interop fixes. Handle case where method->klass.
5485         is interface. Handle BSTR/MonoString when null. Use CDECL as 
5486         calling convention on non-windows platforms. This is for
5487         compatibility with XPCOM and MainWin COM.
5488         
5489         Code is contributed under MIT/X11 license.
5490         
5491
5492 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
5493
5494         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
5495         correctly. Fixes #79217.
5496
5497         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
5498
5499 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
5500
5501         * mono-config.c: allow both an os and cpu attribute for dllmap
5502         and dllentry elemnets to enable a single config file to be used
5503         for multiple architectures.
5504
5505 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
5506
5507         * loader.c: MonoLoaderError was cleared too soon on load failure.
5508         Fixes bug #79424.
5509
5510 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
5511
5512         * icall.c: use the defining class vtable when accessing a
5513         static field, not a pobblibly derived class.
5514
5515 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
5516
5517         * icall.c string-icalls.c: Remove references to unicode.h.
5518
5519         * unicode.h unicode.c Makefile.am: Remove these unused source files.
5520
5521         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
5522
5523         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
5524         indicating the image where custom marshaller types should be looked up.
5525         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
5526         custom marshallers, instead of corlib. Fixes #79425.
5527
5528 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
5529
5530         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
5531
5532 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
5533
5534         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
5535         Implement Environment.ProcessorCount.
5536         
5537         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
5538         Implement Environment.ProcessorCount.
5539         
5540         * icall.c: 
5541         Add Environment.ProcessorCount icall.
5542         
5543         Patch by Jason McFall.
5544
5545 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5546
5547         * assembly.c: don't append .exe/.dll when the filename already contains
5548         one of those extensions.
5549
5550 2006-09-12  Martin Baulig  <martin@ximian.com>
5551
5552         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
5553         to array interfaces.
5554
5555 2006-09-11  Martin Baulig  <martin@ximian.com>
5556
5557         * reflection.c (mono_image_build_metadata): Create the
5558         MethodImpl's after emitting all types and methods, so we don't
5559         need another fixup pass for them.
5560
5561 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
5562
5563         * class.c (mono_class_from_name_case): Fix regression introduced by the last
5564         change.
5565
5566 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
5567
5568         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
5569         unload.
5570
5571 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
5572
5573         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
5574         args is not set. Fixes #78926.
5575
5576 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
5577
5578         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
5579
5580         * image.c (load_class_names): Move this to class.c, and rename it to 
5581         'mono_image_init_name_cache'.
5582         (load_modules): Fix a warning.
5583
5584         * class.c icall.c image.c: Initialize image->name_cache lazily.
5585
5586         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
5587         on its name using information in the AOT file.
5588
5589         * class.c (mono_class_from_name): Use the new hook function.
5590
5591 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
5592
5593         * reflection.c (mono_param_get_objects): Handle enum default parameter values
5594         correctly.
5595
5596         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
5597         Fixes #79289.
5598         
5599 2006-09-06  Martin Baulig  <martin@ximian.com>
5600
5601         * icall.c (mono_lookup_internal_call): Small fix.
5602
5603 2006-09-05  Raja R Harinath  <rharinath@novell.com>
5604
5605         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
5606         double g_free.
5607
5608 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
5609
5610         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
5611         when --debug is specified.
5612
5613 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
5614
5615         * class.c (setup_generic_array_ifaces): Fix a warning.
5616
5617 2006-09-04  Miguel de Icaza  <miguel@novell.com>
5618
5619         * Temporarily remove the patch to assemly.c that checks the
5620         assembly versions as it breaks our gacutil.
5621
5622 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
5623
5624         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
5625
5626         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
5627         a net 1.0 runtime.
5628
5629         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
5630         created using the default ctor. Fixes #79152.
5631         (mono_string_builder_to_utf16): Ditto.
5632
5633 2006-09-01  Martin Baulig  <martin@ximian.com>
5634
5635         Fix handling of the generic array interfaces.
5636
5637         * class-internals.h
5638         (MonoDefaults): Removed `generic_array_class' and added
5639         `generic_ilist' class.
5640
5641         * class.c
5642         (mono_bounded_array_class_get): Add the new generic array interfaces.
5643         (setup_generic_array_ifaces): New static method; create vtable
5644         entries for each method in the generic array interfaces.
5645
5646         * metadata.c
5647         (select_container): Allow "parent-less" generic methods.
5648
5649         * marshal.c
5650         (mono_marshal_get_generic_array_helper): New public method.
5651
5652         * icall.c
5653         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
5654         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
5655         moved the interncall into System.Array.
5656
5657 2006-09-01  Raja R Harinath  <rharinath@novell.com>
5658
5659         A few more cases of avoiding work on types with ->byref set.
5660         Has the real fix for #79238
5661         * icall.c (is_generic_parameter): New helper.
5662         (ves_icall_Type_GetGenericParameterPosition): Use it.
5663         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
5664         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
5665         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5666         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
5667         reference types.
5668         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
5669         reference types.
5670         (ves_icall_Type_get_IsGenericInstance): Likewise.
5671         (ves_icall_Type_get_IsGenericType): Likewise.
5672
5673 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
5674
5675         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
5676         class if possible.
5677
5678         * mempool.h (mono_mempool_get_allocated): New helper function.
5679
5680         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
5681         change.
5682
5683         * mempool.c: Fix warnings and the calculation of stats.
5684
5685         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
5686
5687         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
5688
5689         * loader.c (mono_get_method_from_token): Update method_count stat.
5690
5691         * class-internals.h (MonoStats): Add some stats.
5692
5693 2006-08-31 Robert Jordan  <robertj@gmx.net>
5694
5695         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
5696         with managed variants.
5697         All code is contributed under the MIT/X11 license.
5698         
5699 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
5700
5701         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
5702         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
5703
5704         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
5705
5706         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
5707         with cycles in classes.
5708
5709         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
5710
5711         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
5712         missing a [MarshalAs] directive. Fixes #79203.
5713
5714         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
5715         klass->marshal_info. Fixes #79217.
5716
5717 2006-08-30  Martin Baulig  <martin@ximian.com>
5718
5719         Committing a patch from Joachim Ante <joe@otee.dk>:
5720         Add support for binary data symbol stores.
5721
5722         * debug-mono-symfile.c
5723         (mono_debug_open_mono_symbol_file): Renamed into
5724         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
5725         arguments.
5726
5727         * mono-debug.c
5728         (mono_debug_open_image): Added `raw_contents' and `size' args.
5729         (mono_debug_init_2_memory): New public function.
5730
5731 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
5732
5733         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
5734
5735 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5736
5737         * appdomain.c: implement support for ShadowCopyFiles.
5738
5739 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
5740
5741         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
5742         when value is NULL (and should remove CID #51).
5743
5744 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5745
5746         * image.c: moved 2 functions to ../utils.
5747
5748 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
5749
5750         * gc.c: cope with the target object of a GC handle being NULL
5751         (bug #78877).
5752
5753 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
5754
5755         * class.c: recursively check parent's explicit implementations
5756         of interface methods (fixes bug #79125).
5757
5758 2006-08-19  Miguel de Icaza  <miguel@novell.com>
5759
5760         * filewatcher.c: Avoid warnings when building, do not redefine
5761         constants that are defined.
5762
5763         Remove warnings.
5764
5765 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5766
5767         * image.c: don't fail when the link points to an absolute path.
5768
5769 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
5770
5771         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
5772         Fix CID #3.
5773
5774 2006-08-17  Miguel de Icaza  <miguel@novell.com>
5775
5776         * image.c (full_path): A new method used to obtain the actual path
5777         of an assembly even in the presence of symbolic links.  
5778
5779         This is necessary for the case where we are running a binary that
5780         has been GACed, but we are using the "published" path name
5781         ($prefix/mono/1.0/blah.exe) which happens to point to the real
5782         file in the GAC.
5783
5784         This was the source of the failure for the `xsp' command with the
5785         recent AppDomain changes, as far as the runtime was concerned,
5786         there were two different assemblies: $prefix/mono/1.0/blah.exe and
5787         $prefix/mono/gac/blah/version/blah.exe.
5788
5789         (do_mono_image_open): use full path
5790
5791 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5792
5793         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
5794
5795 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
5796
5797         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
5798         domain_id is supplied. Fix CID #241 and corlib's unit tests.
5799
5800 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5801
5802         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
5803         small structures. Fixes #78990.
5804
5805 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5806
5807         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
5808
5809         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
5810
5811 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5812
5813         * appdomain.c:
5814         * marshal.c: don't load all the assemblies from a domain into newly
5815         created ones. The new domains might have different rules and load
5816         assemblies from different locations. Fixes bug #76757.
5817
5818         Patch by Lluis. Conflicts resolved by Brian Crowell.
5819
5820 2006-08-16  Alp Toker  <alp@atoker.com>
5821
5822         * socket-io.c: First half of the fix for #79084.
5823         Set sa_size to the length of the content, not that of the struct.
5824         Don't add NULL suffix to the content, this should be done in
5825         managed code if needed.
5826
5827 2006-08-14  Raja R Harinath  <rharinath@novell.com>
5828
5829         Fix part of #79012
5830         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
5831         mono_metadata_parse_type returns NULL.
5832
5833 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
5834
5835         * normalization-tables.h : new file for string normalization data.
5836         * locales.c, locales.h, icall.c :
5837           added load_normalization_resource() for string normalization,
5838           and icall as well.
5839         * Makefile.am : added normalization-tables.h to the sources.
5840
5841 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
5842
5843         * marshal.c: Add more helper functions to reduce code duplication and use them
5844         everywhere.
5845
5846 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
5847
5848         * marshal.c: Fix non-x86 stdcall warnings.
5849         
5850         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
5851         them everywhere.
5852
5853 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
5854
5855         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
5856         type check on multi-dimensional arrays. Fixes #79000.
5857
5858 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
5859
5860         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
5861         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
5862         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
5863         * class-internals.h: add is_com_object to class structure.
5864         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
5865         null checks to COM object marshalling. Fix .ctor call on RCW.
5866         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
5867         
5868         All code is contributed under the MIT/X11 license.
5869
5870 2006-08-09  Dick Porter  <dick@ximian.com>
5871
5872         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
5873         racing mono_monitor_allocator_lock() somewhere, so don't delete
5874         the critical section for now.  Found by running and exiting
5875         monodevelop.
5876
5877 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
5878
5879         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
5880         (ves_icall_System_ComObject_FindInterface): Ditto.
5881         (ves_icall_System_ComObject_CacheInterface): Ditto.
5882
5883         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
5884         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
5885
5886 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5887
5888         * threadpool.c: treat pipes from process asynchronous reads as sockets
5889         when reading from them, so we get select/poll or epoll to wait for
5890         data.
5891
5892 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
5893
5894         * loader.c: Fix a typo (CID #233) in the null check.
5895
5896 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
5897
5898         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
5899         Hopefully fixes #78949.
5900         
5901         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
5902         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
5903         bytes. Fixes #78972.
5904
5905 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5906
5907         * filewatcher.c: we need to set errno here.
5908
5909 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5910
5911         * filewatcher.c: let Win32Exception get the error value.
5912
5913 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5914
5915         * filewatcher.c: translate errno into win32 errors for Win32Exception
5916         to know what happened.
5917
5918 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
5919
5920         * threadpool.c: Fix more warnings.
5921
5922         * assembly.c (search_loaded): Fix warnings.
5923
5924         * threadpool.c (mono_thread_pool_finish): Fix warnings.
5925         (mono_async_invoke): Ditto.
5926
5927 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
5928
5929         * object.c (mono_remote_class_vtable): Need to create proxy vtable
5930         entries for __ComObject type in addition to ComImport types.
5931         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
5932         about hash table.
5933         
5934         All code is contributed under the MIT/X11 license.
5935
5936 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
5937
5938         * image.c: avoid tentative loading of modulerefs that contain
5939         no metadata (P/Invoke library names).
5940
5941 2006-07-28  Dick Porter  <dick@ximian.com>
5942
5943         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
5944         mono_loader_lock() somewhere, so don't delete the critical section
5945         for now.  Found by running and exiting monodevelop.
5946
5947 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5948
5949         * filewatcher.c: define the inotify syscalls when we're building on
5950         linux and have sys/syscall.h. The build system might not have support
5951         for inotify but the target system might have it.
5952
5953 2006-07-26  Miguel de Icaza  <miguel@novell.com>
5954
5955         * domain.c: Documentation updates.
5956
5957         * loader.c (mono_free_method): Do not release the method
5958         information if we are being profiled, as profilers will use this
5959         information at shut down to present some data to the user.
5960
5961         This is needed so that the profiler does not crash, as the
5962         profiler tends to keep MonoMethods around, and they might become
5963         invalid if we free these.
5964
5965         (mono_get_method_constrained): Return the original CIL stream
5966         method as well, so verification can be performed against it.
5967
5968 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5969
5970         * filewatcher.[ch]: support for inotify file system watcher.
5971         * icall.c: add new internal calls for the inotify file system watcher.
5972
5973 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5974
5975         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
5976         #78888.
5977
5978 2006-07-20  Dick Porter  <dick@ximian.com>
5979
5980         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
5981         warning.
5982
5983 2006-07-20  Dick Porter  <dick@ximian.com>
5984
5985         * threads.c (start_wrapper): Do the thread cleanup while we still
5986         hold a reference to its object.  Fixes bug 78123.
5987
5988 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
5989
5990         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
5991         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
5992           "managed-to-managed".
5993         * icall.c: Redirect string constructors that take sbyte* to
5994           ves_icall_System_String_ctor_RedirectToCreateString.
5995         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
5996           to CreateString () methods with matching signature.
5997         * reflection.c: Use original security informations for
5998           MONO_WRAPPER_MANAGED_TO_MANAGED.
5999         * security-manager.c: Use original security informations for
6000           MONO_WRAPPER_MANAGED_TO_MANAGED.
6001         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
6002           that is a placeholder and only its address should be used.
6003         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
6004           that is a placeholder and only its address should be used.
6005
6006 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
6007
6008         Begin implementing COM Interop.
6009         * appdomain.c: Increment corlib version.
6010         * class.c: Set ComImport classes' parent to __ComObject.
6011         * loader.c: Mark cominterop methods as such.
6012         * domain.c: Add __ComObject class to MonoDefaults structure.
6013         * image.c: Add 2 hashtables to the image for COM Interop related methods
6014         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
6015         using the mempool allocator
6016         
6017         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
6018         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
6019         declaration for mono_metadata_type_dup_mp.
6020         
6021         * debug-helpers.c: Added strings for two additional wrapper types
6022         * object.c: Create proxy objects for ComImport classes
6023         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
6024         and added __ComObject class to MonoDefaults structure.
6025         
6026         * object-internals.h: Finish MonoRealProxy definition, and add definition of
6027         MonoComInteropProxy and MonoComObject.
6028         
6029         * marshal.c: Added support for COM Interop
6030         (signature_cominterop): Converts managed signature to corresponding
6031         unmanaged COM signature.
6032         (cominterop_get_function_pointer): gets unmanaged function pointer via
6033         COM object vtable
6034         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
6035         (cominterop_get_method_interface): returns interface type that method is defined on
6036         (mono_mb_emit_cominterop_call): emits native call to function pointer
6037         gotten from vtable
6038         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
6039         that matches signature of unmanaged function.
6040         (cominterop_get_native_wrapper): wrapper around adjusted method call.
6041         (cominterop_get_invoke): forwards call from proxy to __ComObject
6042         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
6043         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
6044         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
6045         
6046         * marshal.h: Added Marshal icall declarations.
6047         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
6048         so we can access them in finalizer
6049         
6050 2006-07-14  Dick Porter  <dick@ximian.com>
6051
6052         * object.c (mono_type_initialization_cleanup): Fix a race
6053         condition by temporarily commenting out the critical section
6054         deletion.
6055
6056 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
6057
6058         * reflection.c (create_custom_attr): Fix some warnings.
6059         (create_custom_attr_data): Ditto.
6060         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
6061         types. Fixes #78855.
6062
6063 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
6064
6065         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
6066
6067         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
6068
6069 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
6070
6071         * reflection.c (resolve_object): Add support for DynamicMethod.
6072
6073         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
6074         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
6075
6076 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
6077
6078         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
6079         don't leak GPtrArray's pdata has we have no use (nor free) for it.
6080
6081 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
6082
6083         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
6084         Fixes #77888.
6085
6086 2006-06-30  Raja R Harinath  <rharinath@novell.com>
6087
6088         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
6089         slightly: remove a shadow local variable.
6090
6091 2006-06-29  Raja R Harinath  <rharinath@novell.com>
6092
6093         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
6094         definition that introduces the virtual function slot.
6095         Also fix Coverity #105.
6096
6097 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
6098
6099         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
6100         for dynamic assemblies. Fixes #78724.
6101
6102 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
6103
6104         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
6105         Fixes #78722.
6106
6107 2006-06-21  Martin Baulig  <martin@ximian.com>
6108
6109         * reflection.c
6110         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
6111         fixes #76484.
6112
6113 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
6114
6115         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
6116
6117 2006-06-20  Raja R Harinath  <rharinath@novell.com>
6118
6119         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
6120         nor TYPEREFs.
6121         * class.c (mono_class_create_from_typespec): Add 'context' argument.
6122         Inflate result if necessary.
6123         (mono_class_get_full): Remove old version.  Rename from
6124         'mono_class_get' and add 'context' argument.  Pass it to
6125         ..._create_from_typespec.
6126         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
6127         (mono_ldtoken): Revert change below.
6128
6129 2006-06-20  Martin Baulig  <martin@ximian.com>
6130
6131         * class.c (mono_ldtoken): Don't pass the generic context to
6132         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
6133
6134 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
6135
6136         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
6137         and later freeing it. Fixes #78638.
6138
6139 2006-06-15  Miguel de Icaza  <miguel@novell.com>
6140
6141         * icall.c (mono_class_get_throw): Revert over-zealous error
6142         throwing, the caller for mono_class_get_throw will cope with
6143         errors when classes are not properly initialized already.
6144
6145         The code still copes with loader exceptions though.
6146
6147         Fixes the regression in reftype1 and reftype3 from the CAS tests.
6148         
6149 2006-06-14  Miguel de Icaza  <miguel@novell.com>
6150
6151         Fixes the `make run1' version of RuntimeAbort (to be commited,
6152         source is in Bugzilla).
6153         
6154         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
6155         FALSE on class loading failure instead of returning true.
6156
6157         * class.c (mono_class_create_from_typedef): It is possible for
6158         mono_metadata_interfaces_from_typedef_full to fail if a class is
6159         not found, cope with this.
6160         
6161
6162 2006-06-14  Dick Porter  <dick@ximian.com>
6163
6164         * socket-io.c: 
6165         * process.c: Fix a bunch of signed/unsigned warnings from gcc
6166         4.1.1
6167
6168 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
6169
6170         * culture-info-table.h : oops, forgot to make it nsync with r61548.
6171
6172 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
6173
6174         * icall.c: Another fix for building mono in Visual Studio.
6175
6176 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
6177
6178         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
6179         
6180 2006-06-09  Martin Baulig  <martin@ximian.com>
6181
6182         * debug-mono-symfile.c: Put this back and really fix it this
6183         time. Sorry for all the trouble.
6184
6185 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
6186
6187         * icall.c (mono_class_get_throw): Fix a warning.
6188         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
6189         ReflectionTypeLoadException if needed. Fixes #78606.
6190
6191         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
6192         (mono_class_init): Ditto.
6193
6194         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
6195         ref_only exceptions.
6196         (mono_loader_clear_error): Make this work even if there is no error.
6197
6198 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
6199
6200         * object-internals.h marshal.c marshal.h icall.c: Implement method 
6201         Marshal.GetComSlotForMethodInfo using internal call.
6202
6203 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
6204
6205         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
6206         a function for signalling it.
6207
6208         * class.c (mono_class_from_typeref): Use the new kind of loader error when
6209         a referenced assembly is not found.
6210
6211         * loader.c (mono_loader_error_prepare_exception): Add support for 
6212         LOADER_ERROR_ASSEMBLY. Fix formatting.
6213
6214 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6215
6216         * domain.c appdomain.c class-internals.h marshal.c: Add support 
6217         for VARIANT marshalling on windows and increment corlib version
6218         since Variant struct was added.
6219
6220 2006-06-03  Miguel de Icaza  <miguel@novell.com>
6221
6222         * debug-mono-symfile.c: Revert Martin's previous patch which broke
6223         stack trace line information:
6224
6225         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
6226         (Martin) when looking up B which is between A and C, return A not C.
6227
6228         Bug is #78573.
6229
6230         Thanks to Alexander Olk for tracking this down.
6231
6232 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
6233
6234         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
6235         
6236         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
6237         avoid clobbering its value.
6238         (mono_string_to_lpstr): Fix a warning on windows.
6239
6240 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
6241
6242         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
6243
6244         * reflection.c loader.c: Removed references to 'dummy' flag.
6245
6246         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
6247
6248         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
6249         it gets GC tracking.
6250
6251         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
6252         GC tracking.
6253         
6254         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
6255
6256         * marshal.c threadpool.c: Update callers of mono_async_result_new.
6257
6258         * appdomain.c: Bump corlib version.
6259
6260 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
6261
6262         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
6263         CEE_STIND_REF when working with object references.
6264
6265 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
6266
6267         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
6268         Fixes #78539.
6269
6270 2006-05-30  Miguel de Icaza  <miguel@novell.com>
6271
6272         * loader.c (method_from_memberref): Fix argument value for
6273         mono_loader_set_error_method_load (I was passing the MonoClass
6274         instead of the class name char *).
6275
6276 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
6277
6278         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
6279         CEE_STIND_REF when working with object references.
6280
6281 2006-05-30  Martin Baulig  <martin@ximian.com>
6282
6283         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
6284         mono_method_full_name() change and replace the ':' with a '.'
6285         here.
6286
6287 2006-05-30  Martin Baulig  <martin@ximian.com>
6288
6289         * debug-mono-symfile.c
6290         (mono_debug_symfile_lookup_location): Fix the algorithm:
6291         when looking up B which is between A and C, return A not C.
6292
6293 2006-05-29  Martin Baulig  <martin@ximian.com>
6294
6295         * mono-debug.h
6296         (MonoDebugMethodInfo): Make the typedef public.
6297         (MonoDebugSourceLocation): New public struct.
6298
6299         * mono-debug.c
6300         (mono_debug_source_location_from_address): Removed.
6301         (mono_debug_source_location_from_il_offset): Removed.
6302         (mono_debug_il_offset_from_address): Removed.
6303         (mono_debug_address_from_il_offset): Removed.
6304         (mono_debug_lookup_method): New public function.
6305         (mono_debug_lookup_source_location): New public function; replaces
6306         the old mono_debug_source_location_from_*() functions; see the
6307         inline documentation.
6308         (mono_debug_free_source_location): New public function.
6309         (mono_debug_print_stack_frame): New public function; see the
6310         inline documentation.
6311
6312         * debug-mono-symfile.c
6313         (mono_debug_find_source_location): Renamed into
6314         mono_debug_symfile_lookup_location(); only take a
6315         `MonoDebugMethodInfo *' and an `offset' argument; added inline
6316         documentation.
6317         (mono_debug_find_method): Renamed into
6318         mono_debug_symfile_lookup_method().
6319
6320 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
6321
6322         * assembly.c (mono_assembly_open_full): Dont overwrite the status
6323         returned by mono_image_open_full ().
6324
6325         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
6326         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
6327         #78517.
6328
6329         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
6330         #78518.
6331
6332 2006-05-27  Miguel de Icaza  <miguel@novell.com>
6333
6334         * class.c (mono_class_from_typeref): handle missing images
6335         earlier, deals with bug #78418.   Refactor code; 
6336
6337         Fix a warning introduced in my previous commit (some stale code
6338         from before I revisited my patch).
6339
6340         * class.c (mono_class_create_from_typedef): On failure, remove the
6341         class from the MonoImage->class_cache as the class is not
6342         initialized;   Fixes the leak pointed out by Paolo.
6343
6344 2006-05-25  Dick Porter  <dick@ximian.com>
6345
6346         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
6347         DeleteCriticalSections until I figure out which one may still be
6348         sometimes locked when mono_thread_cleanup is called.
6349
6350 2006-05-24  Dick Porter  <dick@ximian.com>
6351
6352         * threads.c (mono_thread_cleanup): Move the threading cleanup out
6353         of mono_thread_manage and back into its own function, so it can be
6354         called after the finalizer thread has finished.
6355
6356         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
6357
6358 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
6359
6360         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
6361         Fixes #78495.
6362
6363         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
6364         with non-blittable elements.
6365         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
6366
6367 2006-05-24  Martin Baulig  <martin@ximian.com>
6368
6369         * mono-debug-debugger.h (MonoDebuggerEvent): Added
6370         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
6371
6372         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
6373         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
6374         `mono_debugger_event_handler' to NULL.
6375
6376 2006-05-24  Martin Baulig  <martin@ximian.com>
6377
6378         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
6379
6380 2006-05-24  Martin Baulig  <martin@ximian.com>
6381
6382         * mono-debug-debugger.h
6383         (mono_debugger_create_notification_function): Added
6384         `MonoCodeManager *' argument.
6385
6386 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
6387
6388         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
6389
6390 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
6391
6392         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
6393         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
6394         implementation.
6395
6396 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
6397
6398         * icall.c: precise GC support: objects can't be stored in unmanaged
6399         memory anymore, even if they are kept alive by other references: since
6400         they can move the GC needs to be able to always find them.
6401
6402 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
6403
6404         * object.c: precise GC support for static fields. Support
6405         for moving GCs: write barriers and pinned allocation for interned
6406         strings.
6407
6408 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
6409
6410         * domain.c, domain-internals.h: precise GC support for the MonoDomain
6411         structure.
6412
6413 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
6414
6415         * class.c, gc.c: sgen and precise GC updates.
6416
6417 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
6418
6419         * marshal.h, marshal.c: added write barrier wrapper and precise type
6420         fixes.
6421
6422 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
6423
6424         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
6425         support.
6426
6427 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
6428
6429         * reflection.c: precise and sgen GC updates.
6430
6431 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
6432
6433         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
6434
6435 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
6436
6437         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
6438
6439 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
6440
6441         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
6442         MONO_TYPE_OBJECT. Fixes #78462.
6443
6444 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
6445
6446         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
6447         and blittable types.
6448
6449 2006-05-17  Miguel de Icaza  <miguel@novell.com>
6450
6451         * class.c (mono_class_get_exception_for_failure): Implement parts
6452         of a TODO: if the loader error is set (instead of the class
6453         error), we return a Loader exception that can be properly thrown
6454         elsewhere.
6455
6456         This was exposed by some Winforms 2.0 code that I tried to run
6457         (Atsushi pointed me to it).
6458
6459 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
6460
6461         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
6462         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
6463         
6464         * marshal.c (emit_marshal_vtype): Add limited support for 
6465         UnmanagedType.LPStruct. Fixes #78427.
6466
6467         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
6468         Applied a patch from kangaroo to fix #77523.
6469
6470 2006-05-17  Martin Baulig  <martin@ximian.com>
6471
6472         * threads.c
6473         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
6474         (debugger_thread_created): Removed.
6475         (debugger_thread_exited): Removed.
6476
6477 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
6478
6479         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6480
6481         * object-internals.h (MonoReflectionResource): Sync with managed version.
6482
6483 2006-05-12  Wade Berrier <wberrier@novell.com>
6484
6485         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
6486
6487 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
6488
6489         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
6490         functions try to allocate from the image mempool.
6491
6492 2006-05-12  Dick Porter  <dick@ximian.com>
6493
6494         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
6495
6496 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
6497
6498         * object.c: The FieldGetter and FieldSetter methods require the full
6499         name of the class, not only the name. Fixes bug #78277.
6500
6501 2006-05-11  Miguel de Icaza  <miguel@novell.com>
6502
6503         * loader.c (method_from_memberref): Do not pass the NULL klass to
6504         mono_loader_set_error_() methods.  Pass the non-NULL value
6505         (class). 
6506
6507 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
6508
6509         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
6510         (mono_assembly_close): Null out assembly->image->references after freeing it.
6511
6512         * image.c (mono_image_close): Free image->references.
6513         
6514         * reflection.c (mono_image_basic_init): Fix a small memory leak.
6515
6516 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
6517
6518         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
6519         before checking if it's NULL (g_assert).
6520
6521 2006-05-10  Martin Baulig  <martin@ximian.com>
6522
6523         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
6524         I thought I already killed that two months ago, but now it somehow reappeared.
6525
6526 2006-05-10  Martin Baulig  <martin@ximian.com>
6527
6528         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
6529
6530 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
6531
6532         * reflection.c: Allocate memory for dynamically created methods in the image
6533         mempools.
6534
6535 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
6536
6537         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
6538         don't use the ad pointer before checking if it's NULL (g_assert).
6539
6540 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
6541
6542         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
6543         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
6544
6545         * marshal.c: Allocate all signatures from mempools.
6546
6547         * marshal.c: Allocate some more signatures from mempools.
6548
6549 2006-05-09  Miguel de Icaza  <miguel@novell.com>
6550
6551         * object.c (mono_load_remote_field): The code used to provide a
6552         temporary variable for returning results if the user did not
6553         provide a result pointer.  But our temporary variable was allocted
6554         on the satck.
6555
6556         Fix calling code to always pass a result area.   Coverity ID 103.
6557
6558 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
6559
6560         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
6561         value, not the old. Fixes #78312.
6562         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
6563
6564         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
6565         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
6566         per-image cache.
6567
6568         * assembly.c (mono_assembly_close): Free image->references.
6569
6570         * assembly.c (mono_assembly_names_equal): Fix a warning.
6571         (mono_assemblies_cleanup): Cleanup more global data.
6572
6573         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
6574
6575         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
6576         ptr_cache and image->modules.
6577
6578         * image.c (mono_image_init): Allocate array_cache lazily.
6579         
6580 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6581
6582         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
6583         behavior was changed recently and has bad side effects.
6584
6585 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
6586
6587         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
6588         
6589         * assembly.c (mono_assembly_close): Remove a debug printf.
6590
6591         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
6592
6593         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
6594         to also allow for temporary references between mono_image_open ()/close ().
6595
6596         * domain.c (get_runtimes_from_exe): Add a FIXME.        
6597
6598 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
6599
6600         * marshal.c: Fix support for dynamic methods.
6601
6602         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
6603
6604         * marshal.c (mono_marshal_cleanup): New cleanup function.
6605
6606         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
6607         image mempools.
6608
6609         * class.c (mono_class_init): Fix leaking class->nested_classes.
6610
6611         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
6612
6613         * image.c (mono_image_init): Initialize the new cashes.
6614
6615         * image.c (mono_image_close): Destroy the new cashes.
6616
6617         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
6618
6619         * mempool.c (mono_mempool_strdup): New helper function.
6620
6621         * class-internals.h: Add prototype for mono_loader_unlock ().
6622
6623         * domain.c (mono_jit_info_table_find): Fix a warning.
6624         (mono_debugger_check_runtime_version): Ditto.
6625
6626         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
6627         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
6628         functions to these modules.
6629
6630         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
6631         metadata modules.
6632         
6633         * marshal.c (mono_free_bstr): Fix a warning.
6634
6635         * assembly.c (mono_assembly_open_full): Fix another small leak.
6636
6637         * object.c: Fix some unload leaks in the remoting code.
6638
6639         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
6640         function.
6641
6642         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
6643
6644         * reflection.c: Fix some unload leaks in dynamic assemblies.
6645
6646 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
6647
6648         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
6649         * marshal.h: Add BSTR support on Win32
6650         * icall.c: Add BSTR icalls
6651         * metadata.h: Add BSTR enums
6652
6653 2006-04-28  Miguel de Icaza  <miguel@novell.com>
6654
6655         Work to catch the crash from #76795 and turn it into an
6656         exception.   As I stubbed out pieces of the VisualBasic support,
6657         I found a number of places where the code was failing and I added
6658         checks to those places. 
6659         
6660         * metadata.c (do_mono_metadata_parse_generic_class): Make this
6661         function return a status code.  If we fail to parse the signature
6662         from mono_metadata_parse_generic_inst, return FALSE.
6663
6664         * loader.c (mono_get_method_from_token): If we fail to load the
6665         method (mono_class_get) return NULL.   
6666
6667         * (method_from_memberref): Return NULL if we are unable to parse
6668         the method signature
6669
6670         (mono_loader_error_prepare_exception): Since we now use the
6671         loader_error flag internally to stop processing, and obtaining
6672         exceptions that might be thrown will walk this code path the
6673         proper way of going from a MonoLoaderError into a
6674         MonoException was convoluted.   This new routine encapsulates the
6675         process of turning the error into an exception and *clearing* the
6676         error afterwards.
6677         
6678 2006-04-27  Miguel de Icaza  <miguel@novell.com>
6679
6680         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
6681         with missing assemblies), and to cope with:
6682
6683                 * Missing fieldref from a non-existing assembly.
6684                 * Missing methodref from a non-existing assembly.
6685
6686         The first batch of work to address *some* of the issues from 76661.
6687         
6688         * object.c (mono_class_create_runtime_vtable): If we fail to
6689         initialize the class raise the exception here. 
6690
6691         * metadata.c (mono_class_get_overrides_full): If any methods fail
6692         to load return the failure to the caller.
6693
6694         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
6695         flagging assemblies that failed to load.   
6696
6697         Do not crash if we are unable to load the assembly.
6698
6699         (mono_assembly_close): Do nothing with REFERENCE_MISSING
6700         assemblies. 
6701
6702         * loader.c (mono_loader_set_error_type_load): Change the
6703         convention to always pass unallocated strings, so we make our own
6704         copies (I know our own code had duplicated strings before, but
6705         this keeps the normal conventions).
6706         (method_from_memberref): Call mono_loader_set_error_method_load
6707         for all possible failures of loading the class. 
6708         Remove assert, turn into a loader error.
6709
6710         (mono_loader_error_to_exception): Move this routine from mini
6711         (mini_loader_error_to_exception) there was no need to have that in
6712         mini. 
6713
6714         * class.c (mono_class_from_typeref): If we were not able to load
6715         the assembly with mono_assembly_load_reference, call the
6716         mono_loader_set_error_type_load to register the problem.
6717
6718         (mono_class_setup_fields): If we fail to load the type from
6719         mono_metadata_parse_type_full, call mono_class_set_failure and
6720         break from the loop.
6721
6722         If class->exception_type is set, we do not layout the fields as
6723         that might crash the runtime, and instead return (from breaking
6724         from the previous loop).
6725
6726         (mono_class_setup_vtable): This now returns a boolean indicating
6727         whether the table was properly setup.   The decision is driven by
6728         mono_class_get_overrides_full which might run into non-existing
6729         methods. 
6730         
6731         (mono_class_init): Returns TRUE on success or FALSE if there was a
6732         problem in loading the type (incorrect assemblies, missing
6733         assemblies, methods, etc).
6734
6735         When we call mono_class_setup_fields we also check for a potential
6736         error inside this call (either a class exception or a general
6737         loader exception).
6738
6739         (mono_class_create_from_typedef): If the parent fails to load
6740         (calling mono_class_get_full) return NULL.
6741         
6742         ** Important **
6743
6744         calls to mono_metadata_parse_type_full should be checked
6745         everywhere and set the mono_class_set_failure
6746         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
6747
6748         The current patch checks the places where my manually constructed
6749         tests show the errors are showing up, but we should do it
6750         everywhere. 
6751
6752         ** Important2 **
6753
6754         mono_class_init return values should be tested everywhere, like
6755         the previous case this is something that we should audit
6756         everywhere and not only on the cases exposed by the tests I
6757         created. 
6758
6759 2006-04-26  Miguel de Icaza  <miguel@novell.com>
6760
6761         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
6762         boolean parameter and instead pass the information on `options'
6763         parameter (FileOptions).
6764
6765         * icall.c: Register the new signature for MonoIO.Open.
6766
6767         * debug-helpers.c (dis_one): Trying to understand how coverity
6768         works.  Fix Run 5, item 78.
6769
6770 2006-04-26  Dick Porter  <dick@ximian.com>
6771
6772         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
6773         dereference.
6774
6775 2006-04-25  Martin Baulig  <martin@ximian.com>
6776
6777         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
6778
6779         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
6780         debugger_thread_created().
6781         (debugger_gc_push_all_stacks): Don't handle the main thread in any
6782         special way.
6783         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
6784         (mono_debugger_finalize_threads): New function; undo the effects
6785         of mono_debugger_init_threads().
6786         (mono_debugger_create_all_threads): Removed.
6787
6788 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
6789
6790         * image.c (mono_image_close): Tidy up trace messages.
6791
6792         * assembly.c (mono_assembly_close): Ditto.
6793
6794         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
6795         no longer references an already freed assembly. Fixes #78168.
6796
6797 2006-04-21  Dick Porter  <dick@ximian.com>
6798
6799         * threads.c (mono_thread_detach): Fix reference counting when
6800         detaching threads.
6801
6802 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
6803
6804         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
6805         #78155.
6806
6807 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
6808
6809         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
6810         (mono_type_to_stind): Ditto.
6811
6812         * marshal.c: Use the new helper functions to simplify code.
6813
6814         * image.c (mono_image_close): Add some code for help debug assembly unloading
6815         problems.
6816
6817         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
6818         image mempool.
6819
6820         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
6821         assembly was already loaded in another appdomain. Fixes #78083.
6822
6823 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
6824
6825         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
6826         referenced assemblies.
6827         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
6828
6829         * domain.c (mono_domain_free): Add a trace message.
6830
6831         * appdomain.c (add_assemblies_to_domain): Ditto.        
6832
6833         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
6834         field.  
6835
6836 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6837
6838         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
6839
6840 2006-04-12  Martin Baulig  <martin@ximian.com>
6841
6842         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
6843         `USE_INCLUDED_LIBGC'.   
6844
6845 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6846
6847         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
6848         the patch contains ../ and a small directory name later. Hopefully fixes
6849         #78035.
6850
6851 2006-04-10  Martin Baulig  <martin@ximian.com>
6852
6853         Clean up the debugger's thread-handling code.
6854
6855         The debugger's thread-handling code has been moved from
6856         ../mini/debug-debugger.c to threads.c.  We now iterate directly
6857         over the `threads' hash, keep track of exiting threads and also
6858         use proper locking.
6859
6860         We can now debug XSP and XSP based applications with the debugger.
6861
6862         * object-internals.h (MonoThread): Added `gpointer end_stack'.
6863
6864         * threads.h
6865         (MonoThreadCallbacks): Removed; this was only used by the debugger.
6866         (mono_install_thread_callbacks): Likewise.      
6867
6868         * threads.c (mono_thread_callbacks): Removed.
6869         (debugger_thread_created, debugger_thread_exited): New static functions.
6870         (start_wrapper): Call debugger_thread_created().
6871         (thread_cleanup): Call debugger_thread_exited().
6872         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
6873         (mono_debugger_init_threads): New public function.
6874         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
6875         iterate directly over the `threads' hash and also use proper locking.
6876
6877         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
6878
6879         * mono-debug-debugger.h
6880         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
6881
6882 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
6883
6884         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
6885         argument type=array. Fixes #78057.
6886
6887 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
6888
6889         * culture-info-table.h : regenerated. Fixed bug #69652.
6890
6891 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
6892
6893         * loader.c metadata.c: Reapply a variant r59116.
6894         
6895         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
6896
6897         * class.c (mono_class_setup_interface_offsets): New internal function.
6898
6899         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
6900         interfaces too. Fixes #77398.
6901
6902         * reflection.c (encode_cattr_value): Add support for 
6903         parameter type=object, argument type=array.
6904         (load_cattr_value): Ditto. Fixes #77916.
6905
6906         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
6907         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
6908
6909         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
6910         a byval char array and CharSet is Ansi.
6911
6912         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
6913
6914 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
6915
6916         * metadata.c: Add some locking comments.
6917         
6918         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
6919         mempool.
6920         (mono_metadata_free_method_signature): Don't free the signature itself.
6921
6922         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
6923
6924         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
6925         reference the same MonoImage.
6926         (mono_assembly_load_from_full): Add an assert.
6927
6928 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
6929
6930         * image.c (mono_image_close): Don't put the image we are about to free into the
6931         loaded_images_guid_hash.
6932
6933         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
6934         to reduce code duplication.
6935
6936         * marshal.c: Register the native functions called by this module as icalls, to
6937         somewhat centralize the creation of MonoMethodSignature's.
6938
6939         * loader.c (mono_method_signature): Add a cache for method signatures.
6940
6941         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
6942         the parameter attributes of a method.
6943         (mono_metadata_parse_method_signature_full): Refactored the computation of
6944         parameter attributes into a separate function. Also avoid one allocation in
6945         most cases.
6946
6947         * assembly.c (mono_assembly_close): Ditto.
6948
6949         * image.c (mono_image_close): Log trace messages with INFO level.
6950
6951         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
6952
6953         * image.c reflection.c: Correct reference counting of image modules.
6954         
6955         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
6956         of this function from the image mempool.
6957         
6958         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
6959         to allow more cached types to be used.
6960
6961         * mono-debug.c (mono_debug_add_method): Appled patch from
6962         David S. Miller  <davem@sunset.davemloft.net>: Access 
6963         minfo->lexical_blocks[] entry elements using read32().
6964
6965 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
6966
6967         * loader.c (mono_free_method): No longer free the method header for non-dynamic
6968         methods as it is allocated from the mempool.
6969
6970         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
6971         image mempool.
6972
6973         * metadata-internals.h: Add comments describing the reference counting scheme
6974         used for MonoImage and MonoAssembly.
6975
6976         * image.c assembly.c reflection.c: Rework reference counting of images and 
6977         assemblies so they are freed when the runtime is shut down. Free some 
6978         additional memory structures when an image is unloaded.
6979         
6980 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
6981
6982         * class.c loader.c reflection.c: Allocate more data structures in
6983         the image mempool.
6984
6985 2006-03-31  Miguel de Icaza  <miguel@novell.com>
6986
6987         * icall.c
6988         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
6989         build on pre glib 2.4 systems.
6990
6991 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
6992
6993         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
6994
6995         * icall.c: Fix some warnings.
6996
6997 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
6998
6999         * culture-info-table.h : regenerated.
7000
7001 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
7002
7003         * threads.c, object-internals.h, verify.c: changed the culture caching
7004         code to use a normal MonoArray for storage so the GC can keep track of
7005         them easily. Fixed bits of the cache logic, too and simplified the
7006         code.
7007
7008 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
7009
7010         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
7011         thread for non-Boehm GCs.
7012
7013 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
7014
7015         * domain.c, object.c, domain-internals.h: reduce the amount of memory
7016         needed to keep track of the data for static fields.
7017
7018 2006-03-29  Raja R Harinath  <rharinath@novell.com>
7019
7020         Fix #75172
7021         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
7022         for interface classes.  Use 'num_methods' instead.
7023         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
7024         before using '->vtable_size' field.
7025
7026 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
7027
7028         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
7029         doesn't contain managed pointers, so use a normal hashtable.
7030
7031 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
7032
7033         * reflection.c, class-internals.h, domain.c: fixed handling of types
7034         used as values for objects in custom attributes (bug #77915):
7035
7036 2006-03-24  Martin Baulig  <martin@ximian.com>
7037
7038         * class.c (mono_class_setup_fields): Added support for generic
7039         instances; fixes #77580.
7040
7041 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7042
7043         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
7044
7045 2006-03-24  Dick Porter  <dick@ximian.com>
7046
7047         * file-io.c (get_file_attributes): More stat macro breakage.
7048         Fixes bug 77759.
7049
7050 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
7051
7052         * profiler.c: added the file=filename option in the default profiler
7053         to output the profile data to filename.
7054
7055 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7056
7057         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
7058         bug #77877.
7059
7060 2006-03-22  Martin Baulig  <martin@ximian.com>
7061
7062         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
7063         allocated `MonoClassField *' in `fb->handle'.
7064
7065 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
7066
7067         * class.c, image.c, metadata-internals.h: implemented new mechanism to
7068         allocate interface ID to save memory and allow better ID reuse on
7069         appdomain unload. setup_generic_vtable () removal from Martin.
7070
7071 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
7072
7073         * object.h, appdomain.c, domain.c, exception.c, icall.c,
7074         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
7075         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
7076         write barriers for reference stores with managed objects accessed with
7077         C structures in the runtime and in embedding programs.
7078
7079 2006-03-20  Raja R Harinath  <rharinath@novell.com>
7080
7081         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
7082         'interface_id' and 'max_interface_id' fields of MonoClasses
7083         representing open generic types.
7084
7085 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
7086
7087         * object.h, object.c, icall.c: added functions to deal with
7088         storing valuetypes that contain references in managed objects.
7089         * reflection.c, string-icalls.c, threads.c, marshal.c: small
7090         fixes and comments around uses of mono_array_addr ().
7091
7092 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
7093
7094         * object.h, icall.c, monitor.c: object.GetHashCode ()
7095         implementation that supports the moving garbage collector.
7096
7097 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
7098
7099         * icall.c, threads-types.h, threads.c: implemented finalizer for
7100         LocalDataStoreSlot.
7101
7102 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
7103
7104         * metadata.c (mono_type_size): Add a fixme.
7105         (mono_type_stack_size): Ditto.
7106
7107         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
7108         'type_forwarders' field.
7109
7110         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
7111         attribute from net 2.0.
7112
7113         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
7114         from class.c.
7115
7116         * class.c (mono_class_setup_fields): Fix a warning.
7117         
7118         * class.c (mono_class_from_name): Add support for assemblyref entries
7119         in the EXPORTEDTYPE table.
7120
7121         * reflection.c: Add support for handling type forwarders under net 2.0.
7122
7123         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
7124         
7125 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
7126
7127         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
7128         overwriting entries in ModuleBuild->types, also clean up the code
7129         a little. Fixes #77774.
7130
7131 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
7132
7133         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
7134         load friend assembly info when present.
7135
7136 2006-03-14  Raja R Harinath  <rharinath@novell.com>
7137
7138         Fix crasher on gtest-158.cs.
7139         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
7140         the return value if the MonoClass we want is yet in an
7141         inconsistent state.
7142         * class.c (mono_class_create_from_typedef): Add an comment
7143         explaining an order dependency between mono_class_setup_parent and
7144         mono_class_setup_mono_type.
7145
7146 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
7147
7148         * class.c: documentation updates and events bug fix.
7149
7150 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
7151
7152         * class.c: some cleanup, locking fixes.
7153
7154 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
7155
7156         * class.c: fix the generics code to setup nested
7157         type info to the instantiated type (bug #77770).
7158
7159 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
7160
7161         * marshal.c: fixed a few type correctness issues.
7162
7163 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
7164
7165         * loader.c: the Set/Get/Addrtess array methods should be public.
7166
7167 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
7168
7169         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
7170         
7171         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
7172         info->wrapper.
7173
7174 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
7175
7176         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
7177
7178         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
7179
7180         * mempool.c (mono_mempool_alloc): Speed this up a bit.
7181         (mono_mempool_alloc0): Ditto.
7182
7183 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7184
7185         * socket-io.c:
7186         (create_object_from_sockaddr): it was allocating 4 extra bytes
7187         for the AF_UNIX data. Fixes bug #77747.
7188
7189 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
7190
7191         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
7192
7193 2006-03-09  Dick Porter  <dick@ximian.com>
7194
7195         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
7196         Fixes bug 76966 again.
7197
7198 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
7199
7200         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
7201         names from r57532
7202         * appdomain.c: Bumped corlib version to 48 (due to r57532)
7203
7204 2006-03-07  Martin Baulig  <martin@ximian.com>
7205
7206         * object.c
7207         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
7208
7209 2006-03-07  Martin Baulig  <martin@ximian.com>
7210
7211         * class.c
7212         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
7213         regression introduced in r56970; see gtest-252.cs.
7214
7215         * loader.c (mono_get_method_constrained): Correctly handle generic
7216         methods; see gtest-253.cs.
7217
7218 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
7219
7220         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
7221
7222 2006-03-04  Martin Baulig  <martin@ximian.com>
7223
7224         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
7225         compute the parent type at runtime, just like we're already doing
7226         it for interfaces.
7227
7228         * reflection.c
7229         (mono_reflection_bind_generic_parameters): Don't compute the
7230         parent type anymore.
7231
7232         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
7233
7234 2006-03-04  Martin Baulig  <martin@ximian.com>
7235
7236         * mono-debug-debugger.h
7237         (mono_debugger_create_notification_function): Allocate memory at
7238         runtime and return a pointer to it.
7239
7240 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
7241
7242         * assembly.c: Fix windows build.
7243         
7244         * assembly.c: Fix build.
7245
7246         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
7247
7248         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
7249         
7250 2006-03-03  Dick Porter  <dick@ximian.com>
7251
7252         * process.c
7253         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
7254         Check parameters before dereferencing them.  Fixes Aaron's part of
7255         bug 77393.
7256
7257 2006-03-03  Raja R Harinath  <rharinath@novell.com>
7258
7259         Fix performance regression.
7260         * loader.c (find_method_in_class): Add 'from_class' argument.
7261         Rename 'klass' argument to 'in_class'.  The signature is compared
7262         against the method in 'in_class', and the corresponding method is
7263         returned from 'from_class'.
7264         (find_method): Walk both 'in_class' and 'from_class' in parallel.
7265         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
7266         type definition and generic instantiation in parallel.
7267         (mono_get_method_constrained): Update to changes.
7268
7269 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
7270
7271         * threads.c: make sure the domain is correct, too when doing
7272         mono_thread_attach ().
7273
7274 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
7275
7276         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
7277         windows. Fixes #77683.
7278
7279 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
7280
7281         * object.h, *: introduced specific way to set elements of an array
7282         of references to be used as write barrier. Still need to audit the
7283         uses of mono_array_addr.
7284
7285 2006-03-01  Miguel de Icaza  <miguel@novell.com>
7286
7287         * object-internals.h: New field to cache the assmebly name, patch
7288         from Tambet Ingo (tambet@ximian.com)
7289
7290 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
7291
7292         * decimal.h, class-internals.h, metadata-internals.h,
7293         file-io.h: mark a few function declarations as internal, to
7294         reduce the number of PLT entries.
7295
7296 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7297
7298         * file-io.c: fix typo in warning message.
7299
7300 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
7301
7302         * loader.c: on unix, lookup the "*A" version of a function
7303         if charset is auto as a second option before failing.
7304
7305 2006-02-28  Raja R Harinath  <rharinath@novell.com>
7306
7307         * class.h (mono_class_inflate_generic_method): Revert to two
7308         argument version.
7309         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
7310         (mono_class_inflate_generic_method_full): Add.
7311         * class.c (mono_class_inflate_generic_method_full): Rename from
7312         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
7313         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
7314         * loader.c, reflection.c: Update to changes.
7315
7316 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
7317
7318         * icall.c: const fixes and small improvements.
7319
7320 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7321
7322         * threadpool.c: for asynchronous connect(), enable the same workaround
7323         for BSD 6 as for the Mac. Fixes bug #77637.
7324
7325 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
7326
7327         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
7328         formatted classes. Fixes #77524.
7329
7330 2006-02-24  Raja R Harinath  <rharinath@novell.com>
7331
7332         * class.c (inflate_generic_type): Add a couple more
7333         micro-optimizations.
7334         (inflate_generic_context): Don't use the 'gmethod' from
7335         'inflate_with'.
7336         (mono_class_inflate_generic_method): If the method has generic
7337         parameters, but the passed-in context doesn't have a 'gmethod',
7338         create one.  Use the possibly simplified generic instantiation
7339         from the declaring class instead of the one passed in.
7340
7341 2006-02-24  Raja R Harinath  <harinath@gmail.com>
7342
7343         Make generic method signature and method header handling lazy.
7344         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
7345         (inflate_generic_header): Likewise.
7346         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
7347         parameter to avoid inflating types.
7348         (mono_get_inflated_method): Empty out.
7349         * class.h (mono_class_inflate_generic_method): Update to changes.
7350         * loader.c (mono_get_method_from_token): Don't parse signature for
7351         generic methods, nor methods of generic classes.
7352         (mono_method_signature): Rename from 'mono_method_signature'.
7353         Inflate signature on demand.
7354         (mono_method_get_header): Inflate method header on demand.
7355         * reflection.c: Update to changes.
7356
7357 2006-02-23  Raja R Harinath  <rharinath@novell.com>
7358
7359         * metadata.c (mono_metadata_inflate_generic_inst): If the
7360         instantiation is closed, don't bother expanding it in the new
7361         context.
7362         * class.c (inflate_generic_class): If the generic instantiation
7363         doesn't change after inflation, return the argument itself.
7364         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
7365         Add bounds checks.
7366         (inflate_generic_context): If neither the generic class nor the
7367         generic method instantiations change, return the original context.
7368         * reflection.c (mono_method_get_object): Do
7369         'mono_get_inflated_method' before accessing the ->klass field.
7370         (inflate_mono_method): Don't create a MonoGenericMethod unless
7371         necessary.
7372         (inflate_method): Don't pass a constructed type as the declaring
7373         type of a methodbuilder.
7374
7375 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
7376
7377         * object.c: fix memory overwrite.
7378
7379 2006-02-22  Dick Porter  <dick@ximian.com>
7380
7381         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
7382         it doesn't work any more.
7383         (mono_threads_request_thread_dump): Fix unused variable warnings.
7384
7385 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
7386
7387         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
7388         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
7389         the public header file.
7390
7391 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
7392
7393         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
7394
7395 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
7396
7397         * class-internals.h, object.c: reduce the size of MonoVTable
7398         and store the interface_offsets array at negative offsets.
7399
7400 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
7401
7402         * metadata.c: tweak table descriptors data structures to reduce
7403         size and runtime relocations.
7404
7405 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
7406
7407         * marshal.c: fix some types and opcodes to be type-safe
7408         in marshaling wrappers.
7409
7410 2006-02-21  Ankit Jain  <jankit@novell.com>
7411
7412         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
7413
7414 2006-02-21  Raja R Harinath  <rharinath@novell.com>
7415
7416         * metadata.c (get_constraints): Relax debugging checks for monodis.
7417
7418 2006-02-21  Ankit Jain  <jankit@novell.com>
7419
7420         * metadata.c (mono_metadata_load_generic_params): Move the code
7421         checking for ambiguous generic params from here to mono/dis/get.c
7422         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
7423
7424 2006-02-21  Raja R Harinath  <harinath@gmail.com>
7425
7426         Fix assertion triggered when compiling nemerle.
7427         * class.c (mono_get_shared_generic_inst): Rename from
7428         get_shared_inst and make non-static.
7429         * loader.c (mono_get_shared_generic_method): New.  Used to create
7430         the MonoGenericContext-equivalent of a MonoGenericContainer.
7431         (mono_get_method_from_token): Initialize the 'context' field of
7432         the created MonoGenericContainer.
7433         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
7434         * metadata.c (get_constraints): Add sanity check.
7435         * class-internals.h: Add new internal methods.
7436
7437         * reflection.c (verify_safe_for_managed_space): New sanity check.
7438         Currently checks that owner-less generic parameters aren't allowed
7439         in managed space.
7440         (mono_type_get_object): Use it.
7441         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
7442         that are now in mono_type_get_object.
7443         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
7444
7445 2006-02-19  Raja R Harinath  <harinath@gmail.com>
7446
7447         * metadata.c (mono_type_create_from_typespec): Rename from
7448         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
7449         argument and caching of types in the generic container.
7450         (unwrap_arrays, find_generic_param): Remove.
7451         * metadata-internals.h: Update.
7452         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
7453
7454 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
7455
7456         * class.c (mono_class_get_exception_for_failure): Fix a warning.
7457
7458         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
7459         return values. Fixes #77581.
7460
7461         * class.c (mono_fnptr_class_get): Switch name and name_space.
7462
7463         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
7464         classes and add support for [In, Out] attributes.
7465         (mono_marshal_free_asany): Ditto. Fixes #77524.
7466
7467 2006-02-18  Raja R Harinath  <harinath@gmail.com>
7468
7469         * class.c (mono_class_from_generic_parameter): Make more robust to
7470         incomplete MonoGenericContainers from monodis.
7471
7472 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
7473
7474         * class-internals.h: added some more exception types.
7475         * class.c, metadata.c: added a few checks to handle missing
7476         types.
7477
7478 2006-02-17  Raja R Harinath  <rharinath@novell.com>
7479
7480         Use owner-less generic-params some more.
7481         * class.c (my_mono_class_from_generic_parameter): Remove.
7482         (mono_class_from_generic_parameter): Handle null image,
7483         param->name and param->owner.
7484         (mono_class_from_mono_type): Update.
7485         (mono_class_create_from_typespec): Remove 'container' parameter.
7486         If that parameter is non-null, the result is always inflated by
7487         'mono_class_get_full' anyway.
7488         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
7489         parameter.
7490         (mono_class_get_full): Update.
7491
7492         * class.c (inflate_generic_type) [GENERICINST]: If the generic
7493         instance is not open, don't bother inflating.
7494         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
7495         parse metadata for inflated classes.
7496         (_mono_class_get): Change GenericContext* parameter to
7497         GenericContainer*.
7498         (mono_class_create_from_typespec): Likewise.  Simplify, and
7499         implement trivially.  All the cases are handled in
7500         mono_class_from_mono_type.  Don't inflate returned class.
7501         (mono_class_get_full): Delegate GENERICINST optimization to
7502         inflate_generic_type.
7503         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
7504
7505 2006-02-16  Dick Porter  <dick@ximian.com>
7506
7507         * socket-io.c (create_object_from_sockaddr): Fix typo.
7508         (create_sockaddr_from_object): Check array lengths before
7509         potentially accessing items off the end.
7510         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
7511         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
7512         (ves_icall_System_Net_Sockets_Socket_Send_internal)
7513         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
7514         length checks to avoid wraparound overflows.
7515         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
7516         contents of the array of sockets
7517         (hostent_to_IPHostEntry2)
7518         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
7519         Check return value of inet_ntop ().
7520         (addrinfo_to_IPHostEntry): Fix typo
7521
7522 2006-02-16  Raja R Harinath  <rharinath@novell.com>
7523
7524         Type metadata parsing doesn't use generic-instantiation information.
7525         * metadata.c (mono_metadata_parse_array_full): Change
7526         MonoGenericContext* parameter to MonoGenericContainer*.
7527         (mono_metadata_parse_type_full): Likewise.
7528         (mono_type_create_from_typespec_full): Likewise.
7529         (mono_metadata_parse_mh_full): Likewise.
7530         (mono_metadata_parse_generic_inst): Likewise.
7531         (do_mono_metadata_parse_generic_class): Likewise.
7532         (do_mono_metadata_parse_type): Likewise.
7533         * metadata-internals.h: Update to changes.
7534         * class.c (mono_class_find_enum_basetype): Likewise.
7535         (mono_class_setup_fields): Likewise.
7536         (mono_class_create_from_typespec): Likewise.
7537         * loader.c (method_from_methodspec): Likewise.
7538         (mono_get_method_from_token): Likewise.
7539         (mono_method_get_header): Likewise.
7540
7541 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
7542
7543         * marshal.c: handle additional GENERICINST case (patch from
7544         Thong Nguyen <tum@veridicus.com>).
7545         Fix a few cases where LDIND_I/STIND_I was used for references.
7546
7547 2006-02-16  Raja R Harinath  <rharinath@novell.com>
7548
7549         * reflection.c (mono_reflection_get_token): Remove unused variable.
7550
7551 2006-02-16  Martin Baulig  <martin@ximian.com>
7552
7553         * reflection.c (mono_reflection_get_token): Add support for fields
7554         in instantiated generic types.
7555
7556         * icall.c
7557         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
7558
7559 2006-02-15  Martin Baulig  <martin@ximian.com>
7560
7561         * icall.c
7562         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
7563         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
7564         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
7565         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
7566
7567 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
7568
7569         * class.c, metadata.c, metadata.h, object.c, icall.c,
7570         marshal.c: changed mono_type_get_underlying_type () to do
7571         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
7572         Fixed handling of instantiated generic valuetypes (bug #75479).
7573
7574 2006-02-15  Raja R Harinath  <rharinath@novell.com>
7575
7576         * metadata.c (mono_metadata_decode_signed_value): Simplify.
7577         Delegate to mono_metadata_decode_value, and work on the returned value.
7578
7579         * icall.c (ves_icall_MonoType_GetGenericArguments):
7580         Add consistency check here too.
7581         
7582 2006-02-15  Ankit Jain  <jankit@novell.com>
7583
7584         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
7585         char/short etc.
7586
7587 2006-02-15  Ankit Jain  <jankit@novell.com>
7588
7589         * metadata.c (mono_metadata_decode_signed_value): New function to decode
7590         signed values, used only for representing lower bounds of arrays.
7591         (mono_metadata_parse_array_full): Use new
7592         mono_metadata_decode_signed_value to decode lower bounds.
7593
7594 2006-02-14  Martin Baulig  <martin@ximian.com>
7595
7596         * reflection.c
7597         (mono_reflection_get_token): Support "MonoGenericMethod" and
7598         "MonoGenericCMethod" and allow generic instances / methods.
7599
7600 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
7601
7602         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
7603         to obtain the terminal size using an ioctl.
7604
7605         * object.c (mono_nullable_init): Revert this as nullable reference
7606         types are not valid.
7607         (mono_nullable_box): Ditto.
7608
7609 2006-02-09  Dick Porter  <dick@ximian.com>
7610
7611         * threads.c (mono_thread_detach): Drop a reference to the thread
7612         we're detaching.
7613
7614 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
7615
7616         * object.c (mono_nullable_init): Handle nullable reference types.
7617         (mono_nullable_box): Ditto. Fixes #77446.
7618
7619 2006-02-07  Martin Baulig  <martin@ximian.com>
7620
7621         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
7622
7623 2006-02-07  Ankit Jain  <jankit@novell.com>
7624
7625         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
7626         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
7627         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
7628         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
7629         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
7630         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
7631
7632 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
7633
7634         * class.c (mono_class_create_generic): Set type_token as well.
7635
7636         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
7637         compatible with MS.
7638
7639 2006-02-02  Martin Baulig  <martin@ximian.com>
7640
7641         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
7642         has never been used so far.
7643
7644 2006-02-02  Martin Baulig  <martin@ximian.com>
7645
7646         * mono-debug-debugger.h: Changed comment at the top of this file;
7647         the header is not installed, but it's safe to #include it from
7648         within the JIT.
7649
7650         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
7651         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
7652
7653 2006-02-02  Martin Baulig  <martin@ximian.com>
7654
7655         * mono-debug.h
7656         (MonoSymbolTable): Removed the `metadata_info' field.
7657
7658         * mono-debug.c
7659         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
7660
7661         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7662         (mono_debugger_add_builtin_types): Removed.
7663         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
7664         (mono_debugger_create_notification_function): We now operate on a
7665         pre-allocated area; take a `gpointer' and return `void'.
7666
7667         * mono-debug-debugger.c
7668         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
7669         (mono_debugger_add_builtin_types): Removed.
7670
7671 2006-02-02  Martin Baulig  <martin@ximian.com>
7672
7673         * threads.c (mono_debugger_create_all_threads): New public method.
7674
7675 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
7676
7677         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
7678         breaks on several platforms.
7679
7680 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
7681
7682         * assembly.c: the VS.NET build doesn't supply default values for
7683         MONO_ASSEMBLIES and MONO_CFG_DIR.
7684
7685 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
7686
7687         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
7688         helper function.
7689
7690         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
7691
7692         * loader.c (method_from_memberref): Fix a warning.
7693
7694         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
7695
7696         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
7697         with explicit layout. Fixes #77433.
7698
7699 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
7700
7701         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
7702         max_interface_id is initialized before using it. Fixes #77398.
7703         (ves_icall_Type_GetInterfaces): Ditto.
7704
7705 2006-01-30  Raja R Harinath  <rharinath@novell.com>
7706
7707         * metadata.c (mono_metadata_parse_method_signature_full): Don't
7708         allocate memory for parameter attributes when parsing memberref
7709         signatures.
7710         * loader.c (mono_loader_set_error_method_load): Don't warn.
7711         (method_from_memberref): Ensure MissingMethodException gets thrown
7712         if method is not found.  Make warning more informative.
7713
7714 2006-01-29  Raja R Harinath  <harinath@gmail.com>
7715
7716         Fix #77397
7717         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
7718         return true if is byref.
7719         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
7720         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
7721         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
7722
7723 2006-01-27  Raja R Harinath  <rharinath@novell.com>
7724
7725         Fix tests/find-method.2.il
7726         * loader.c (find_method, find_method_in_class): Remove is_inflated
7727         argument.  Revert 2006-01-18 change.
7728         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
7729         is generic, search for method in its generic definition.
7730         * class.c (mono_class_setup_vtable_general): Print generic
7731         arguments of generic types in debugging printf.
7732
7733 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
7734
7735         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
7736
7737         * threads.c (mono_threads_request_thread_dump): New helper function.
7738
7739 2006-01-25  Raja R Harinath  <rharinath@novell.com>
7740
7741         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
7742
7743 2006-01-25  Ankit Jain  <jankit@novell.com>
7744
7745         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
7746         move definition to ..
7747         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
7748         
7749 2006-01-25  Ankit Jain  <jankit@novell.com>
7750             Raja R Harinath  <rharinath@novell.com>
7751
7752         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
7753         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
7754         as necessary.
7755
7756 2006-01-25  Martin Baulig  <martin@ximian.com>
7757
7758         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
7759         `MonoDebuggerThread' into debug-debugger.c.
7760
7761 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
7762
7763         * profiler.c: fix printing of data.
7764
7765 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
7766
7767         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
7768           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
7769
7770 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
7771
7772         * object.c: fix deadlock related to string interning.
7773
7774 2006-01-23  Martin Baulig  <martin@ximian.com>
7775
7776         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7777
7778         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
7779
7780 2006-01-23  Martin Baulig  <martin@ximian.com>
7781
7782         * mono-debug.h: Moved the prototypes of some functions which are
7783         used by the JIT here from mono-debug-debugger.h.
7784
7785 2006-01-21  Martin Baulig  <martin@ximian.com>
7786
7787         * Makefile.am: Don't install mono-debug-debugger.h.
7788
7789 2006-01-21  Martin Baulig  <martin@ximian.com>
7790
7791         * mono-debug-debugger.h: Enforce the private status of this header
7792         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
7793         Moved some stuff from mono-debugger-jit-wrapper.h here.
7794
7795 2006-01-20  Raja R Harinath  <rharinath@novell.com>
7796
7797         * class.c (mono_class_from_typeref): Add a sanity test to help
7798         catch lack of assembly load/search hooks.
7799
7800 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
7801
7802         * marshal.c (emit_struct_conv): Relax the fields with same offset
7803         check even more. Fixes #77230.
7804
7805 2006-01-18  Martin Baulig  <martin@ximian.com>
7806
7807         * loader.c (find_method_in_class): Added `gboolean is_inflated'
7808         argument; if false, we compare the uninstantiated signatures.
7809         (method_from_memberref): Compare the uninstantiated signatures;
7810         fixes #76417.
7811
7812 2006-01-18  Robert Jordan  <robertj@gmx.net>
7813
7814         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
7815         Clear the weak link. Fixes bug #77170.
7816
7817         * gc.c (mono_gchandle_free):
7818         Reflect *-gc.c changes (tiny optimization).
7819
7820 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
7821
7822         * metadata.c (mono_metadata_signature_dup): Applied patch from
7823         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
7824         Fixes #77288.
7825
7826 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
7827
7828         * marshal.c (emit_struct_conv): Allow fields with the same offset when
7829         marshalling from native to managed code. Fixes #77230.
7830
7831 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7832
7833         * threadpool.c: fix problem (Mac only) when more than one asynchronous
7834         connect. Fixes bug #77020.
7835
7836 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
7837
7838         * class.c: fixed id assignement for nested interfaces (bug #77275).
7839         Added also better info for --print-vtable debugging.
7840
7841 2006-01-12  Martin Baulig  <martin@ximian.com>
7842
7843         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
7844         interfaces on-the-fly; fixes #76625.
7845
7846         * class-internals.h
7847         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
7848         don't need that anymore.
7849
7850 2006-01-12  Miguel de Icaza  <miguel@novell.com>
7851
7852         * socket-io.c
7853         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
7854         To avoid initing the nested_classes when not needed I turned the
7855         PeerCredData as a toplevel internal class, as it has to be shared
7856         anyways. 
7857
7858         Fixes the CASA issue.
7859
7860 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
7861
7862         * domain.c: Accessors for MonoJitInfo
7863
7864         * profiler-private.h: Add jitinfo to the end jit hook
7865
7866         * profiler.[ch]: Define new hooks, called after jitting which give
7867         the MonoJitInfo that was compiled
7868
7869 2006-01-10  Martin Baulig  <martin@ximian.com>
7870
7871         * class.c (mono_class_setup_events): Add support for generic
7872         classes; fixes #76440.
7873
7874 2006-01-06  Raja R Harinath  <rharinath@novell.com>
7875
7876         Fix #77160.
7877         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
7878         on passed-in method.
7879
7880 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7881
7882         * object.c (mono_runtime_invoke_array): Add Nullable support.
7883
7884         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
7885
7886 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
7887
7888         * file-io.c: Don't consider sockets as directory and avoid an endless
7889         loop. Fix bug #76966.
7890
7891 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7892
7893         * object.c (mono_nullable_init): New helper function.
7894         (mono_nullable_box): Ditto.
7895
7896         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
7897
7898         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
7899
7900         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
7901         
7902 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
7903
7904         * class.c (mono_class_is_assignable_from): Make T assignable to 
7905         Nullable<T>.
7906
7907 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
7908
7909         * appdomain.c: Bump corlib version to 46.
7910         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
7911         serialization purpose) and changed ves_icall_System_Reflection_
7912         Assembly_get_code_base signature to accept a boolean (to escape, or 
7913         not, the assembly code base).
7914
7915 2005-12-23  Dick Porter  <dick@ximian.com>
7916
7917         * icall.c: 
7918         * threads-types.h: 
7919         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
7920         CreateEvent icall now returns "created" boolean parameter.
7921
7922 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
7923
7924         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
7925         #76967.
7926
7927         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
7928         when attr_klass is an interface. Fixes #77045.
7929
7930 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
7931
7932         * marshal.c (emit_struct_conv): Fix previous patch.
7933         
7934         * marshal.c (emit_struct_conv): Add a check for fields with the same
7935         offset.
7936
7937 2005-12-20  Raja R Harinath  <rharinath@novell.com>
7938
7939         Fix regression in Mono.C5.
7940         * class.c (mono_class_create_generic): If 'klass' is an interface
7941         set up the interface offsets.
7942         (mono_class_is_assignable_from): Don't throw away generic arguments.
7943
7944 2005-12-19  Raja R Harinath  <rharinath@novell.com>
7945
7946         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
7947         type parameters.
7948
7949 2005-12-15  Raja R Harinath  <rharinath@novell.com>
7950
7951         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
7952         dead store.
7953         (do_mono_metadata_parse_generic_class): Don't pass the current
7954         generic context when parsing the type being instantiated: it
7955         cannot use it, anyway.
7956
7957         * loader.c (method_from_memberref): Don't inflate a signature if
7958         it doesn't contain any type parameters.
7959
7960 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
7961
7962         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
7963
7964 2005-12-14  Martin Baulig  <martin@ximian.com>
7965
7966         * class.c
7967         (mono_type_get_name_recurse): Don't return null for type
7968         parameters and open generic classes.
7969         (mono_class_setup_methods): Don't exclude generic instances.
7970         (mono_get_unique_iid): Use different IDs for different
7971         instantiations of the same generic type.
7972         (mono_class_setup_vtable): Only use setup_generic_vtable() for
7973         open generic instances; create a normal vtable for closed generic
7974         instances.
7975         (mono_class_setup_vtable_general): We're now also called for
7976         closed generic instances.
7977
7978         * reflection.c
7979         (mono_reflection_bind_generic_parameters): Correctly use
7980         mono_metadata_lookup_generic_inst() everywhere.
7981
7982 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
7983
7984         * object.c (mono_class_create_runtime_vtable): Call 
7985         mono_class_setup_vtable ().
7986
7987         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
7988         function.
7989         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
7990         #76959.
7991
7992         * loader.c (mono_loader_set_error_type_load): Print the type load
7993         warnings to the console so they are more visible to the user.
7994         (mono_loader_set_error_method_load): Ditto.
7995
7996         * reflection.c (ensure_runtime_vtable): Revert the last change as it
7997         is still broken.
7998         
7999         * reflection.c (ensure_runtime_vtable): Fix build.
8000
8001         * reflection.c (ensure_runtime_vtable): Disable an optimization which
8002         doesn't work in all cases.
8003
8004 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
8005
8006         * object.c (mono_array_new_full): Treat a single dimensional array
8007         with 0 lower bounds as an szarray. Fixes #76973.
8008
8009         * reflection.c (custom_attr_visible): Really fix this.
8010
8011 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
8012
8013         * reflection.c (custom_attr_visible): Allow nested public attributes
8014         as well.
8015
8016         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
8017         interface check.
8018
8019 2005-12-12  Raja R Harinath  <harinath@gmail.com>
8020
8021         * class.c (set_generic_param_owner): Delete.
8022         (mono_class_create_from_typedef): Don't set ->owner field of
8023         generic parameters to "param containers" of enclosing classes.
8024         * reflection.c (mono_reflection_initialize_generic_parameter):
8025         Likewise.
8026
8027 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
8028
8029         * reflection.c (custom_attr_visible): Fix build.
8030
8031 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
8032
8033         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
8034         private attributes.
8035         
8036         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
8037         handling of null parameter defaults.
8038
8039 2005-12-09  Raja R Harinath  <rharinath@novell.com>
8040
8041         * class.c (mono_class_from_generic_parameter): Don't set
8042         klass->generic_container.
8043         (my_mono_class_from_generic_parameter): Likewise.
8044
8045 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
8046
8047         * reflection.c (load_public_key): Fix a warning.
8048         (method_encode_code): Fix unaligned accesses.
8049
8050 2005-12-07  Martin Baulig  <martin@ximian.com>
8051
8052         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
8053
8054         * reflection.c
8055         (write_generic_param_entry): Encode our custom attrs.
8056
8057         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
8058
8059 2005-12-07  Martin Baulig  <martin@ximian.com>
8060
8061         * reflection.c (encode_new_constraint): Removed; we don't use the
8062         `NewConstraintAttribute' anymore.
8063
8064 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
8065
8066         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
8067         not fire a TypeResolve event when Assembly.GetType () is called.
8068
8069 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
8070
8071         Beginning of support for nullable types in the runtime. Parts of
8072         this patch are from Martin.
8073
8074         * appdomain.c (MONO_CORLIB_VERSION): Bump
8075
8076         * domain.c (mono_init_internal): get the nullable type
8077
8078         * class.c (mono_class_is_nullable): New method
8079         (mono_class_get_nullable_param): New mehod
8080         (mono_class_create_generic): In types T? set cast_class to T
8081
8082         * class-internals.h (MonoDefaults): new nullable default class
8083         (mono_class_get_nullable_param, mono_class_get_nullable_param):
8084         new methods.
8085
8086 2005-12-05  Raja R Harinath  <rharinath@novell.com>
8087
8088         * metadata.c (select_container): New.  Refactor code to select the
8089         appropriate GenericContainer given the type of generic parameter
8090         we are looking for.
8091         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
8092         not a MonoGenericContext.  Use select_container.  Update parameters.
8093         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
8094         and MONO_TYPE_MVAR.
8095         (unwrap_arrays): Remove duplicate tests.
8096         (find_generic_param): Rename from 'has_same_context'.  Now walks a
8097         generic instantiated class to find any arguments that are generic
8098         parameters.
8099         (mono_type_create_from_typespec_full): Use find_generic_param to
8100         avoid evicting some generic instantiations from the typespec
8101         cache.
8102
8103 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
8104
8105         * reflection.c: fixed writing of doubles on ARM FPA.
8106
8107 2005-12-02  Robert Jordan  <robertj@gmx.net>
8108
8109         * icall.c: Fixed EventInfo.ReflectedType (#76829).
8110
8111 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8112
8113         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
8114         least on SUSE 10 they are not the same (on debian, they are just the
8115         same thing).
8116
8117 2005-12-01  Raja R Harinath  <rharinath@novell.com>
8118
8119         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
8120         DeclaringType for VARs and MVARs.
8121         * class.c (set_generic_param_owner): Fix initialization of owner
8122         fields.
8123
8124 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
8125
8126         * icall.c: fixed Enum.ToObject() to correctly convert the values.
8127
8128 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8129
8130         * threadpool.c: workaround for a bug that shows up on the Mac:
8131         select()+connect() on a blocking socket is not like it should
8132         be, so we proceed to connect() in that case, wasting the I/O
8133         threadpool thread until connect succeedes. Fixes bug #75436.
8134
8135 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8136
8137         * threadpool.c: fix typo when setting file descriptor states.
8138
8139 2005-11-28  Raja R Harinath  <rharinath@novell.com>
8140
8141         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
8142         * metadata.c (mono_metadata_parse_method_signature_full): Don't
8143         create a temporary signature container.
8144         (mono_metadata_parse_generic_param): Update to changes.
8145         (mono_type_create_from_typespec_full): Update to changes.
8146         * loader.c (method_from_memberref): Don't use a
8147         MonoGenericContainer while parsing a memberref signature.
8148         (method_from_methodspec): Remove dead-store of the 'container'
8149         variable.  It's overwritten before use.
8150
8151         * metadata.c (mono_type_create_from_typespec_full): Make debugging
8152         checks tighter.
8153         (mono_metadata_parse_generic_param): Likewise.
8154         * loader.c (find_method_in_class): Does not need a
8155         MonoGenericContainer.  Use 'mono_method_signature' rather than
8156         'mono_method_signature_full'.
8157         (find_method, mono_get_method_constrained, method_from_memberref):
8158         Update to changes.
8159
8160         * metadata.c (mono_type_create_from_typespec_full): Ensure that
8161         owner-less generic-parameters are never evicted from the typespec
8162         cache.
8163
8164         * loader.c (method_from_memberref): Don't use the current context
8165         when parsing signatures.
8166         (method_from_methodspec, mono_get_method_from_token): Update to changes.
8167
8168         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
8169         side-effects in g_assert.
8170         * loader.c (mono_get_method_from_token): Resolve klass earlier so
8171         that we don't potentially lose information.
8172
8173 2005-11-26  Dick Porter  <dick@ximian.com>
8174
8175         * icall.c:
8176         * threads.c: icalls to implement basic (ie, not named)
8177         System.Threading.Semaphore.
8178
8179 2005-11-24  Dick Porter  <dick@ximian.com>
8180
8181         * process.c
8182         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
8183         Use GetProcessId() if it's available.
8184
8185 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
8186
8187         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
8188
8189 2005-11-23  Raja R Harinath  <rharinath@novell.com>
8190             Ankit Jain  <jankit@novell.com>
8191
8192         * loader.c (mono_get_method_from_token): Initialize 'method' field
8193         of all generic parameters before parsing the signature.  Remove
8194         code that "fixed"-up MVAR references.
8195
8196 2005-11-23  Ankit Jain  <jankit@novell.com>
8197
8198         * metadata.c (mono_metadata_has_generic_params):
8199         (mono_metadata_load_generic_param_constraints):
8200         (mono_metadata_load_generic_params): Move duplicate code ...
8201         (mono_metadata_get_generic_param_row): ... here. Returns the
8202         first row-id in GenericParam table for a given owner (token).
8203         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
8204         prototype.
8205
8206 2005-11-23  Raja R Harinath  <rharinath@novell.com>
8207             Ankit Jain  <jankit@novell.com>
8208
8209         * metadata.c (mono_metadata_class_equal): Pass signature_only when
8210         comparing VARs too.
8211         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
8212         type->data.generic_param only if the type is an MVAR.
8213         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
8214         leak owner-less VARs and MVARs into managed space.
8215
8216 2005-11-21  Martin Baulig  <martin@ximian.com>
8217
8218         * class-internals.h
8219         (MonoMethod): Moved the `generic_container' here from
8220         `MonoMethodNormal' since we now also need it for
8221         `MonoMethodPInvoke';
8222         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
8223         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
8224         an union containing both `MonoMethodNormal' and
8225         `MonoMethodPInvoke'.
8226
8227         * loader.c
8228         (mono_get_method_from_token): Allow implementing generic methods
8229         as interncalls.
8230
8231         * threads.c
8232         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
8233         icall.
8234
8235 2005-11-17  Dick Porter  <dick@ximian.com>
8236
8237         * icall.c: 
8238         * process.h: 
8239         * process.c: Split the Process Start_internal icall into
8240         ShellExecuteEx_internal and CreateProcess_internal, which are
8241         called depending on whether UseShellExecute is true.  Fixes bug
8242         76670.
8243
8244         * appdomain.c (MONO_CORLIB_VERSION): Incremented
8245
8246 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
8247
8248         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
8249         'msize' parameters, use the information in 'mspec' instead.
8250         (emit_object_to_ptr_conv): Ditto.
8251
8252         * marshal.c (emit_struct_conv): Handle explicit layout structs with
8253         fields out of order. Fixes #76733.
8254
8255 2005-11-17  Ankit Jain  <jankit@novell.com>
8256
8257         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
8258
8259 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
8260
8261         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
8262           bug #76575.
8263
8264 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
8265
8266         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
8267         for types with non-auto layout. Fixes #76717.
8268
8269 2005-11-16  Ankit Jain  <jankit@novell.com>
8270
8271         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
8272         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
8273         if generic_context is null.
8274           (mono_metadata_generic_param_equal): param->owner can be null.
8275           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
8276         null.
8277
8278 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
8279
8280         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
8281         the correct value.
8282
8283 2005-11-15  Martin Baulig  <martin@ximian.com>
8284
8285         * object.c (set_value): Use mono_class_from_mono_type() instead of
8286         the hack for generic instances; fixes #76136.
8287
8288 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
8289
8290         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
8291         fields.
8292
8293         * image.c (load_metadata_ptrs): Initialize the new fields.
8294
8295         * reflection.c (create_dynamic_mono_image): Ditto.
8296
8297         * reflection.c (build_compressed_metadata): Use the new fields.
8298
8299         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
8300         icall.
8301
8302         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
8303         icall.
8304         
8305 2005-11-15  Ankit Jain  <jankit@novell.com>
8306             Raja R Harinath  <harinath@gmail.com>
8307
8308         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
8309         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
8310         new per-generic_container cache if the cached MonoType's context matches
8311         the current context.
8312           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
8313         to the expected context.
8314           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
8315
8316 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8317
8318         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
8319         we changed the signature of an icall.
8320         * icall.c: Modify to mono_double_ParseImpl return true/false 
8321         depending on the success, instead of throwing the exception. This will
8322         help us in Double.TryParse methods.
8323         
8324 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
8325
8326         * marshal.c (emit_marshal_object): Throw an exception when
8327         marshalling 'object' instead of crashing. Fixes #76696.
8328
8329 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
8330
8331         * class-internals.h: Add prototype for mono_type_get_full_name ().
8332
8333 2005-11-11  Dick Porter  <dick@ximian.com>
8334
8335         * threads.c (mono_thread_manage): Make sure the main thread has
8336         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
8337
8338 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
8339
8340         * loader.c (mono_loader_set_error_type_load): Log a warning to the
8341         console about the missing type.
8342         (mono_loader_set_error_method_load): Ditto.
8343
8344 2005-11-09  Miguel de Icaza  <miguel@novell.com>
8345
8346         * mono-config.c (mono_get_config_dir): Set the system defaults if
8347         none is specified.
8348
8349         * assembly.c (mono_set_dirs): New API entry point to set the
8350         assembly and the config directory in one call
8351
8352 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
8353
8354         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
8355         the ftnptr was created from a delegate in a domain other than the
8356         current domain. Fixes #75377.
8357
8358         * exception.h exception.c: Add mono_get_exception_not_supported ().
8359
8360 2005-11-08  Martin Baulig  <martin@ximian.com>
8361
8362         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
8363
8364 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
8365
8366         * security-manager.h: Added definitions to deal with strongname key 
8367         pairs bigger (and smaller) than 1024 bits.
8368         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
8369         adjust wrt the public key length being used.
8370
8371 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
8372
8373         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
8374           Windows build (r51396-51397).
8375
8376 2005-11-03  Martin Baulig  <martin@ximian.com>
8377
8378         * class.c (mono_class_setup_vtable_general): Also add generic
8379         methods to the vtable; fixes #76581.
8380
8381 2005-11-01  Miguel de Icaza  <miguel@novell.com>
8382
8383         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
8384         sure that we lookup GetString method from the System.Text.Encoding
8385         class, not the derived class or we get an empty method.
8386
8387         Fixed class #76612.
8388
8389 2005-10-25  Miguel de Icaza  <miguel@novell.com>
8390
8391         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
8392         if it has been previously set (embedders). 
8393
8394         Make mono_set_rootdir available also on Unix.
8395
8396 005-10-24  Robert Jordan  <robertj@gmx.net>
8397
8398         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
8399
8400 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
8401
8402         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
8403         only calls which are made to native code use this flag.
8404
8405         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
8406
8407 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
8408
8409         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
8410         Add support for FieldBuilders.
8411
8412 2005-10-29  Martin Baulig  <martin@ximian.com>
8413
8414         * mono-debug.c
8415         (mono_debug_using_mono_debugger): New public method; returns
8416         whether we're running inside the debugger.
8417
8418 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
8419
8420         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
8421         for Method/Constructor/FieldBuilders.
8422
8423 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
8424
8425         * reflection.c (module_add_cattrs): Save custom attributes for global methods
8426         and fields as well.
8427
8428 2005-10-26  Martin Baulig  <martin@ximian.com>
8429
8430         * mono-debug-debugger.c
8431         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
8432
8433 2005-10-24  Raja R Harinath  <harinath@gmail.com>
8434
8435         * icall.c (base64_to_byte_array): Don't pass an out-of-range
8436         integer to isspace.
8437
8438 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
8439
8440         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
8441         when passing valuetypes byref. Fixes #76502.
8442
8443 2005-10-19  Jackson Harper  <jackson@ximian.com>
8444
8445         * profiler.c: Don't put a . in front of types that are not in a
8446         namespace.
8447
8448 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
8449
8450         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
8451
8452 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
8453
8454         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
8455         #76436.
8456         (mono_marshal_get_ldflda_wrapper): Fix a warning.
8457
8458 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8459
8460         * assembly.c metadata-internals.h icall.c: Define an additional
8461         parameter for mono_assembly_name_parse_full, so we can avoid creating
8462         S.R.AssemblyName.Version when no version info wasn't passed.
8463         
8464 2005-10-09  Miguel de Icaza  <miguel@novell.com>
8465
8466         * class.c (mono_type_get_full_name): Reimplement method that was
8467         removed. 
8468
8469         * image.c: Some docs
8470
8471 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
8472
8473         * profiler.c (output_newobj_profile): Fix printing of Total memory
8474         on x86.
8475
8476 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
8477
8478         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
8479
8480 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
8481
8482         * threads.c: remove debug output.
8483
8484 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
8485
8486         * threads.c (mono_thread_manage): Fix crashes if more than 64
8487         threads need to be aborted. Hopefully fixes #75899.
8488
8489         * assembly.c (mono_stringify_assembly_name): New helper function.
8490
8491         * class.c: Use mono_stringify_assembly_name instead of the similar
8492         static function.
8493
8494         * assembly.h assembly.c: Add support for calling a postload search 
8495         hook if an assembly cannot be loaded.
8496
8497         * appdomain.c: Register new search hooks which call the AssemblyResolve
8498         events in AppDomain. Fixes #75231
8499
8500 2005-10-07  Martin Baulig  <martin@ximian.com>
8501
8502         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
8503         methods without debug info.
8504
8505 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
8506
8507         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
8508         wrappers.
8509
8510 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8511
8512         * file-io.c: now that we return symlinks, use lstat and, when the file
8513         is a symbolic link, stat, to get the file attributes. Also avoid the
8514         conversion to/from utf16/external.
8515
8516 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
8517
8518         * class.c (mono_class_layout_fields): Compute klass->has_references
8519         correctly if an embedded valuetype is not yet initialized. Fixes
8520         #76331.
8521
8522 2005-10-04  Martin Baulig  <martin@ximian.com>
8523
8524         * metadata.c
8525         (mono_metadata_load_generic_param_constraints): New public
8526         function; splitted the constraints loading out from
8527         mono_metadata_load_generic_params().
8528
8529         * class.c (mono_class_create_from_typedef): Call
8530         mono_metadata_load_generic_param_constraints() after setting up
8531         the type and creating our parent; fixes #75329.
8532
8533 2005-10-04  Martin Baulig  <martin@ximian.com>
8534
8535         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
8536         non-dynamic parent classes.
8537
8538 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
8539
8540         * file-io.c : win32 build fix (ETXTBSY seems not found).
8541
8542 2005-10-04  Martin Baulig  <martin@ximian.com>
8543
8544         * reflection.c
8545         (mono_image_get_methodspec_token): Make the cache actually work;
8546         fixes #75974.
8547
8548 2005-10-04  Martin Baulig  <martin@ximian.com>
8549
8550         * class.c (mono_class_name_from_token): Removed the unneccessary
8551         `MonoGenericContext *' argument.
8552
8553 2005-10-04  Martin Baulig  <martin@ximian.com>
8554
8555         * loader.c
8556         (method_from_methodspec): Make the caching work again; fixes the
8557         performance regression from #76262.
8558
8559 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8560
8561         * file-io.c:
8562         * file-io.h:
8563         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
8564         GetFileSystemEntries that performs the same work but without going
8565         into io-layer, locking, etc.
8566
8567 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
8568
8569         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
8570         ThreadState_Stopped as well. Fixes #76047.
8571
8572 2005-09-29  Martin Baulig  <martin@ximian.com>
8573
8574         * class.c
8575         (inflate_generic_context): If the new context has a `gmethod', set
8576         its `container' that that gmethod's `container'.
8577
8578         * metadata.c
8579         (mono_metadata_parse_generic_param): Simplify things;
8580         `generic_container = generic_context->container;' is just fine.
8581
8582         * loader.c (method_from_methodspec): Code cleanups.
8583
8584 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
8585
8586         * decimal.c: fix warning (and let gcc generate correct
8587         code on ARM with optimizations).
8588
8589 2005-09-28  Martin Baulig  <martin@ximian.com>
8590
8591         * loader.c
8592         (method_from_memberref): Added `MonoGenericContext *class_context'
8593         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
8594         (method_from_methodspec): If we're a memberref, use the enclosing
8595         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
8596
8597 2005-09-28  Martin Baulig  <martin@ximian.com>
8598
8599         * object.c (mono_runtime_invoke_array): Added support for
8600         MONO_TYPE_GENERICINST; fixes #75917.
8601
8602 2005-09-27  Martin Baulig  <martin@ximian.com>
8603
8604         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
8605         `k->byval_arg.type' to determine the actual type.
8606
8607         * loader.c (method_from_methodspec): Removed some hacks.
8608
8609 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
8610
8611         * class-internals.h (mono_field_is_deleted): Do the test for
8612         rtspecialname before we check the actual name of the field. This
8613         prevents us from dereferencing a pointer into the string table,
8614         saving us from accessing a few pages
8615
8616         * *.c: Replace the use of {Enter,Leave}CriticalSection with
8617         macros. This will allow a deadlock debugger to easily be plugged
8618         in.
8619
8620 2005-09-27  Martin Baulig  <martin@ximian.com>
8621
8622         * loader.c (method_from_methodspec): Create a "signature"
8623         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
8624
8625 2005-09-27  Martin Baulig  <martin@ximian.com>
8626
8627         * class.c
8628         (inflate_generic_class): Correctly set the new context's
8629         container.
8630
8631         * loader.c
8632         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
8633         instead of a `MonoGenericContext *'.
8634         (mono_method_signature_full): Take a `MonoGenericContainer *'
8635         instead of a `MonoGenericContext *'.
8636
8637         * metadata.c
8638         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
8639         instead of a `MonoGenericContext *'.
8640         (mono_metadata_parse_method_signature_full): Likewise.
8641
8642 2005-09-26  Martin Baulig  <martin@ximian.com>
8643
8644         * class.c
8645         (mono_class_from_generic_parameter): Set `klass->generic_container'
8646         (mono_class_from_generic_parameter): Likewise.
8647         (mono_bounded_array_class_get): We inherit the generic container
8648         from the element class.
8649
8650         * loader.c
8651         (find_method, find_method_in_class): Take a `MonoGenericContext *'
8652         argument rather than computing it here.
8653         (method_from_memberref): Correctly set the generic context before
8654         parsing the signature.  Fixes #75681.
8655
8656 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
8657
8658         * object.c (mono_class_has_special_static_fields): Fix warnings.
8659
8660 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8661
8662         * assembly.c: Add parse_public_key function, to
8663         par the public keys. Also added mono_assembly_name_parse_full,
8664         to define it the parsed key should be freed or not.
8665         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
8666         to parse a long format assembly name.
8667         * metadata-internals.h: Keep mono_assembly_name_parse_full as
8668         private, since calling it to preserve the key requires
8669         freeing it manually.
8670         
8671 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
8672
8673         * locales.c : removed HAVE_ICU part.
8674
8675 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
8676
8677         * object.c (mono_class_create_runtime_vtable): Avoid calling 
8678         field_is_special_static if the klass has no special static fields.
8679
8680         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
8681         (MonoCachedClassInfo): Likewise.
8682
8683         * object.c (mono_class_has_special_static_fields): New helper function.
8684
8685 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8686
8687         * class.c (mono_class_create_from_typedef): Don't call 
8688         interfaces_from_typedef_full for enums.
8689         (mono_class_create_from_typedef): Compute the base types of enums directly
8690         without calling mono_class_setup_fields ().
8691         (mono_class_find_enum_basetype): New helper function.
8692
8693         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
8694         one place inside the string heap.
8695         
8696 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
8697
8698         * class.c: locking fixes, code cleanups, some docs added.
8699         Allocate some data structures in the image mempool.
8700
8701 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8702
8703         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8704         the example code.
8705         
8706 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
8707
8708         * class-internals.h, class.c, reflection.c: reduce memory taken by
8709         MonoClass.
8710
8711 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
8712
8713         * metadata.c, metadata.h, loader.h: documentation updates, code and
8714         API cleanups.
8715
8716 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8717
8718         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8719         the example code.
8720
8721         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
8722         page faults caused by the runtime while reading metadata.
8723
8724 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8725
8726         * socket-io.c: the field names were changed 3 months ago and no one
8727         realized until bug #76077 got filed!
8728
8729 2005-09-20  Martin Baulig  <martin@ximian.com>
8730
8731         * icall.c (assembly_icalls): Removed some unused debugger icalls.
8732
8733 2005-09-20  Martin Baulig  <martin@ximian.com>
8734
8735         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
8736         write the rank into the class entry.
8737
8738 2005-09-20  Martin Baulig  <martin@ximian.com>
8739
8740         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
8741
8742 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
8743
8744         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8745
8746         * icall.c (custom_attrs_defined_internal): New icall.
8747
8748         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
8749         function.
8750         (mono_custom_attrs_construct_by_type): New helper function.
8751
8752 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
8753
8754         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
8755         terminate the resulting string. Fixes #76123.
8756
8757 2005-09-16  Martin Baulig  <martin@ximian.com>
8758
8759         * mono-debug.c
8760         (mono_debug_add_method): Ignore inflated methods for the moment.
8761
8762 2005-09-14  Martin Baulig  <martin@ximian.com>
8763
8764         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
8765
8766 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
8767
8768         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
8769         return a success/failure indication.
8770         (mono_metadata_interfaces_from_typedef_full): Ditto.
8771         (get_constraints): Ditto.
8772
8773 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
8774
8775         * marshal.c (emit_marshal_array): Fix handling of null arrays.
8776         
8777         * marshal.c (emit_marshal_array): Add support for returning string
8778         arrays from delegates. Fixes #76063.
8779
8780         * marshal.c: Use the emit_ldloc/stloc macros where possible.
8781
8782 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
8783
8784         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
8785         icall.
8786
8787 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
8788
8789         * reflection.c icall.c: Fix after mono_get_exception_type_load
8790         signature change.
8791
8792         * assembly.c (mono_assembly_get_assemblyref): New helper function.
8793         (mono_assembly_load_reference): Use the new helper.
8794
8795         * class-internals.h (MonoLoaderError): New structure containing 
8796         information about type loading errors.
8797
8798         * class-internals.h loader.c: Add APIs to store per-thread loader
8799         error information.
8800
8801         * loader.c class.c: Set the loader error if needed.
8802
8803         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
8804
8805 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
8806
8807         * decimal.c: fixed to handle the broken ARM fp format.
8808
8809 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
8810
8811         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
8812         broken.
8813
8814 2005-09-06  Martin Baulig  <martin@ximian.com>
8815
8816         * domain.c (supported_runtimes): Added v2.0.50727.
8817
8818 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
8819
8820         * culture-info.h: reduce the size of some structures.
8821
8822 2005-09-05  Martin Baulig  <martin@ximian.com>
8823
8824         Reflect latest API changes in the August CTP.
8825
8826         * icall.c
8827         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
8828         ("MonoType.HasGenericArguments"): Removed.
8829         ("MonoMethod.BindGenericParameters"): Renamed to
8830         "MakeGenericMethod".
8831         ("MethodBuilder.BindGenericParameters"): Renamed to
8832         "MakeGenericMethod".    
8833
8834 2005-09-05  Martin Baulig  <martin@ximian.com>
8835
8836         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
8837
8838 2005-09-05  Martin Baulig  <martin@ximian.com>
8839
8840         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8841
8842         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
8843         generic_container is non-NULL.
8844
8845 2005-09-05  Martin Baulig  <martin@ximian.com>
8846
8847         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8848
8849         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
8850
8851 2005-08-29  Michal Moskal  <malekith@nemerle.org>
8852
8853         * reflection.c (encode_locals,
8854         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
8855         for large generic types.
8856
8857 2005-09-05  Martin Baulig  <martin@ximian.com>
8858
8859         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8860
8861         * class.c (mono_dup_array_type): New public method.
8862         (mono_metadata_signature_deep_dup): New public method.
8863         (dup_type): Correctly duplicate array and function types.
8864
8865 2005-09-05  Martin Baulig  <martin@ximian.com>
8866
8867         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8868
8869         * reflection.c (get_default_param_value_blobs): Handle generic types
8870         and generic methods.
8871
8872 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
8873
8874         * class.c: Fixed error reporting (method/class were inversed) for 
8875         inheritance demands.
8876         * security-manager.c|h: Added the AppDomain when calling the managed
8877         System.Security.SecurityManager.InheritanceDemand method.
8878
8879 2005-09-01  Raja R Harinath  <rharinath@novell.com>
8880
8881         * reflection.c (encode_marshal_blob): 'marshaltype' and
8882         'marshaltyperef' are alternate sources for the custom marshaler
8883         name.
8884
8885 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
8886
8887         * class.c: fix creation of array classes with rank == 1
8888         (patch by Ankit Jain <jankit@novell.com>).
8889
8890 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
8891
8892         * object.c: fix check for creating the bound data for arrays vs
8893         szarrays.
8894
8895 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8896
8897         * object.c: configuration file name is now based on the executable name,
8898         not the image name. Fixes bug #75931.
8899
8900 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
8901
8902         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
8903         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
8904
8905 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
8906
8907         * rand.c: Use wincrypt.h instead of WinCrypt.h.
8908
8909 2005-08-24  Ankit Jain  <jankit@novell.com>
8910             Raja R Harinath  <rharinath@novell.com>
8911
8912         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
8913           called by it recursively.
8914           (mono_class_init): Remove special case in pending_init handling, since it's
8915           superseded by the fix to mono_class_from_typeref.
8916
8917 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
8918
8919         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
8920         BROKEN_THREAD_START stuff.
8921
8922 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
8923
8924         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
8925         trampoline.
8926
8927         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
8928         
8929         * object.c (mono_delegate_ctor): Replace the original function address with
8930         a delegate trampoline.
8931
8932 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
8933
8934         * icall.c: add boolean argument to base64_to_byte_array and 
8935         InternalFromBase64String to control whether a whitespace-only string
8936         is allowed (or should casue a FormatException to be thrown). We need
8937         this as the behavior has changed between MS.NET 1.x and 2.0, and we
8938         to match the MS behaviour in both profiles.
8939         * appdomain.c: Bump corlib version.
8940
8941 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8942
8943         This patch implements a big portion of publisher policy
8944         support, used to bind assembly versions and redirect
8945         one assembly from version A to version B.
8946
8947         * assembly.c:
8948         New GSList loaded_assembly_bindings, for storing the cached
8949         assembly bindings.
8950         (assembly_binding_maps_name): New static function for checking if a 
8951         assembly binding information maps an assembly name.
8952         (mono_assembly_binding_info_free): New function for freeing
8953         assembly binding information resources.
8954         (get_publisher_policy_info): New static function for retrieving 
8955         assembly binding information from a MonoImage.
8956         (compare_versions): New static function for comparing an assembly
8957         binding information data and the version of an assembly name.
8958         (check_policy_versions): New static function for checking if an
8959         assembly binding info mapping an assembly name is valid for it.
8960         (mono_assembly_load_publisher_policy): New static function for
8961         loading the 'policy.major.minor.MyAssembly' image for an assembly
8962         with an assembly name 'aname'.
8963         (mono_assembly_bind_version): New static function for updating
8964         assembly redirection.
8965         (mono_assembly_apply_binding): New static function for applying
8966         assembly binding.
8967         (search_binding_loaded): New static function for searching 
8968         loaded assembly binding infos in the cache domain.
8969         (mono_assembly_load_full): Don't apply assembly binding for
8970         reflection only assemblies.
8971
8972         * metadata-internals.h: Add MonoAssemblyBindingInfo,
8973         which contains information about assembly binding. Also
8974         declare signature for mono_config_parse_publisher_policy ()
8975         function, used to retrieve pub policy info.
8976         
8977         * mono-config.c:
8978         (publisher_policy_start): New static function used to parse publisher 
8979         policy config files.
8980         (publisher_policy_parser): New static MonoParseHandler containing 
8981         the functions used when parsing config files.
8982         (mono_config_parse_publisher_policy): New function for parsing
8983         publisher policy files.
8984         
8985 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
8986
8987         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
8988
8989         * marshal.c (mono_delegate_free_ftnptr): Ditto.
8990
8991         * object.c (mono_get_addr_from_ftnptr): New helper function.
8992
8993         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
8994
8995         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8996
8997 2005-08-19  Dick Porter  <dick@ximian.com>
8998
8999         * threads.c, threads.h, appdomain.c, appdomain.h,
9000         profiler-private.h, monitor.c, object.c, object-internals.h,
9001         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
9002         store the thread ID, so it can hold a 64 bit value if needed.
9003
9004 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
9005
9006         * reflection.c (mono_reflection_create_dynamic_method): Store the
9007         handle class into the method references as well so ldtoken works in
9008         dynamic methods.
9009
9010         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
9011         types.
9012
9013 2005-08-19  Ankit Jain <jankit@novell.com>
9014
9015         Fix #75847.
9016         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
9017           here rather than using the method signature of a arbitrary function
9018           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
9019           two arguments.
9020           Hack done with Harinath.
9021
9022 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9023
9024         * threadpool.c: disable printing stack traces when we get a exception
9025         in a threadpool thread. I need to do more testing to figure out which
9026         cases actually print this. Fixes bug #75828.
9027
9028 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9029
9030         * icall.c: there might be ignored whitespace after the last '='. This
9031         fixes length computation and bug #75840.
9032
9033 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
9034
9035         * assembly.c (mono_assembly_load_full): Consider .exe extension as
9036         well. Fixes #75809.
9037
9038         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
9039         #75784.
9040         
9041         * reflection.c (create_custom_attr_data): Ditto.
9042
9043 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
9044
9045         * locales.c, culture-info.h : removed RegionLCIDMap.
9046         * culture-info-tables.h : regenerated.
9047
9048 2005-08-16  Martin Baulig  <martin@ximian.com>
9049
9050         * class.c (mono_type_get_name_recurse): Small fix.
9051
9052 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
9053
9054         * locales.c : indentation fixie.
9055
9056 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
9057
9058         * object-internals.h,
9059           locales.h,
9060           locales.c,
9061           culture-info.h,
9062           icall.c : added RegionInfo table support.
9063         * culture-info-table.h : regenerated for region support.
9064
9065 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
9066
9067         * reflection.c (resolve_object): handle all kinds of MonoMethod
9068         including generic ones
9069
9070 2005-08-12  Ankit Jain <jankit@novell.com>
9071
9072         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
9073           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
9074
9075 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
9076
9077         * process.c: Don't close a thread handle when it's NULL. This is a
9078         workaround for bug #75733.
9079
9080 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
9081
9082         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
9083
9084 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
9085
9086         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
9087
9088 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9089
9090         * threadpool.c: if a work item in the thread pool has a callback that
9091         catches a exception, don't propagate it after invoking the callback.
9092         Fixes bug #75336.
9093
9094 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
9095
9096         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
9097
9098         * class-internals.h (MonoCachedClassInfo): Add some new fields.
9099
9100         * class.c (mono_class_init): Load field info lazily in the AOT case.    
9101
9102         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
9103
9104 2005-08-03  Ankit Jain  <jankit@novell.com>
9105
9106         Fix #75683.
9107         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
9108           PInvoke calling convention is 0.
9109
9110 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
9111
9112         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
9113         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
9114
9115 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
9116
9117         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
9118         to handle threads not started by the GC (patch by Michael Meeks
9119         <michael.meeks@novell.com>).
9120
9121 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
9122
9123         * reflection.c: Make buffer used in emitting types larger for some
9124         big generic types (patch by Michal Moskal).
9125
9126 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
9127
9128         * mono-debug.c: Fix some (not all) alignment problems.
9129
9130 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9131
9132         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
9133         Invoke mono_image_load_from_data_full passing the refonly
9134         parameter.
9135
9136         * assembly.c
9137         (mono_assembly_open_from_bundle): Add the refonly argument, 
9138         in order to pass it to other methods it calls to.
9139         (do_mono_assembly_open): Add the refonly argument, in order 
9140         to pass it to other methods it calls to.
9141         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
9142         the refonly parameter to it.
9143
9144         * image.c: Add loaded_images_refonly_hash and
9145         loaded_images_refonly_guid_hash to cache the reflection
9146         only loaded images.
9147         (mono_images_init): Initialize the hash tables used for
9148         caching the reflection only images.
9149         (load_modules): Invoke mono_image_open_full passing the refonly
9150         parameter to load the modules the correct way.
9151         (build_guid_table): Add the refonly argument, to re-build the 
9152         correct hash table.
9153         (do_mono_image_open): Added the refonly argument, in order to
9154         define it for the loaded image.
9155         (mono_image_loaded_full): New function, which receives an
9156         additional parameter to look for the image in the refonly or
9157         non-refonly section.
9158         (mono_image_loaded): Updated, using mono_image_loaded_full.
9159         (mono_image_loaded_by_guid_full): The same case that happens
9160         with mono_image_loaded_full.
9161         (mono_image_loaded_by_guid): Likewise.
9162         (register_image): Use the ref_only variable inside MonoImage
9163         to decide in which hash table store the current image.
9164         (mono_image_open_from_data_full): Rename
9165         mono_image_open_from_data to mono_image_open_from_data_full,
9166         adding the refonly argument, to define the ref_only variable 
9167         inside MonoImage.
9168         (mono_image_open_from_data): Return 
9169         mono_image_open_from_data_full.
9170         (mono_image_open_full): Rename mono_image_open to
9171         mono_image_open_full, receiving the new refonly argument,
9172         to pass it to inner methods.
9173         (mono_pe_file_open): Update this function, to open
9174         a MonoImage as a non-refonly image.
9175         (mono_image_close): Use the refonly variable inside
9176         MonoImage to remove the image from the correct caches.
9177
9178         * image.h: Add the signatures of mono_image_open_full,
9179         mono_image_open_from_data_full, mono_image_loaded_full,
9180         mono_image_loaded_by_guid_full.
9181
9182         * metadata-internals.h: Add the ref_only field to 
9183         MonoImage.
9184         
9185 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9186
9187         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
9188         Fix the last behavior, which used to load the assemblies and
9189         extract MonoReflectionAssemblyName information, instead of
9190         extract it from the metadata tables. Needed for Reflection
9191         Only assemblies.
9192         
9193 2005-07-29  Martin Baulig  <martin@ximian.com>
9194
9195         * mono-debug-debugger.c
9196         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
9197         not initialized.
9198
9199         * mono-debug.c
9200         (mono_debug_address_from_il_offset): Check whether we have
9201         debugging support before attempting to take the lock.
9202         (mono_debug_source_location_from_address): Likewise.
9203         (mono_debug_source_location_from_il_offset): Likewise.
9204         (mono_debug_il_offset_from_address): Likewise.
9205         (mono_debug_address_from_il_offset): Likewise.
9206
9207 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
9208
9209         * class.c (mono_class_from_name_case): Add support for dynamic images.
9210         Fixes #75650.
9211
9212         * object.c (mono_class_compute_gc_descriptor): Add a workaround
9213         for #75479.
9214
9215 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
9216         
9217         * reflection.c (mono_method_get_object): Fix warning.
9218
9219 2005-07-28  Martin Baulig  <martin@ximian.com>
9220
9221         * mono-debug.c
9222         (mono_debug_add_wrapper): Also write the wrapper type.
9223
9224 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
9225
9226         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
9227         
9228         * class.c (mono_class_init): Avoid reading nested classes if the AOT
9229         data indicates the class has none.
9230
9231 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
9232
9233         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
9234         loader lock with the debugger lock. Prevents deadlocks for beagle.
9235
9236         Beagle can now run on an smp box for a weekend without any
9237         issues. Woohoo!
9238
9239 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
9240
9241         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
9242         in a module. Fixes #75629.
9243
9244 2005-07-26  Martin Baulig  <martin@ximian.com>
9245
9246         * mono-debug.c (mono_debug_add_wrapper): New static method.
9247         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
9248         interncall or a wrapper.
9249
9250         * mono-debug.h (MonoDebugWrapperData): New public typedef.
9251         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
9252         (MONO_DEBUGGER_VERSION): Bump to 51.
9253
9254         * mono-debug-debugger.c
9255         (mono_debugger_add_type): Removed this empty function.
9256         (mono_debugger_add_method): Likewise.
9257
9258 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
9259
9260         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
9261         before accessing method->slot.
9262
9263 2005-07-21  Jb Evain  <jbevain@gmail.com>
9264
9265         * reflection.c (method_encode_clauses/class): Handle filters clauses.
9266         Fixes #75010.
9267
9268 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
9269
9270         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
9271         #75587.
9272
9273 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
9274
9275         * image.h image.c: Add mono_image_get_guid () API function.
9276
9277 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
9278
9279         There were issues when multiple threads tried to load
9280         assemblies. A deadlock was created between assemblies_mutex and
9281         mono_domain_assemblies_lock. This fixes the issue by making the
9282         assembly ref counting be lock free. See bug 75586.
9283         
9284         * image.c (mono_image_close): The add ref function here was using
9285         Interlocked operations while the unref was using a mutex and a
9286         --. I don't think this was ever a bug that would be exposed in a
9287         non-pendantic way (ie, by an embedder doing a ref on one thread
9288         and an unref on another), but for the sake of correctness, this is
9289         now Interlocked.
9290
9291         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
9292         (mono_assembly_load_reference): Call mono_assembly_addref rather
9293         than touching the refcount ourselves.
9294         (mono_assembly_close): Use InterlockedDecrement to unref the
9295         assembly. Don't acquire the lock unless it is actually needed.
9296
9297 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
9298
9299         * class.c (mono_class_layout_fields): Fix calculation of has_references
9300         for generic types.
9301
9302 2005-07-12  Martin Baulig  <martin@ximian.com>
9303
9304         Applying a patch from Michal Moskal <malekith@nemerle.org>.
9305
9306         * metadata.c
9307         (mono_type_hash): Provide better hashing for generic instances.
9308         (mono_generic_inst_hash): Improve hashing.
9309         (mono_generic_class_hash): Likewise.
9310
9311         * reflection.c (mymono_metadata_type_hash): Improve hashing for
9312         generic instances.
9313
9314 2005-07-12  Martin Baulig  <martin@ximian.com>
9315
9316         * reflection.c (mono_reflection_create_runtime_class): Remove the
9317         hack for generic type definitions and non-`Run' assemblies.
9318         (mono_reflection_bind_generic_parameters): Also use
9319         `klass->wastypebuilder' to check for TypeBuilders.
9320
9321 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
9322
9323         * class.c (mono_class_layout_fields): Fix calculation of has_references
9324         for generic types.
9325
9326         * class.c (inflate_generic_class): Fix a leak.
9327         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
9328         for generic types.
9329
9330 2005-07-11  Martin Baulig  <martin@ximian.com>
9331
9332         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
9333         on error.
9334
9335 2005-07-11  Martin Baulig  <martin@ximian.com>
9336
9337         * loader.c (find_method): Also lookup in
9338         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
9339
9340 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9341
9342         * appdomain.c (mono_domain_unload): Don't free the error message
9343         before passing it to mono_get_exception_...
9344
9345         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
9346         
9347 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
9348
9349         * threads.c: try to better guess an available RT signal (bug #75387).
9350
9351 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9352
9353         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
9354         and CACHE_OBJECT.
9355
9356 2005-07-07  Martin Baulig  <martin@ximian.com>
9357
9358         * class.c (mono_type_get_name_full): Return NULL for
9359         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
9360         fixes #75408.
9361
9362 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9363
9364         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
9365         exit the appdomain as well being aborted.
9366
9367         * threadpool.c: Create all threadpool threads inside the root appdomain, and
9368         change back to the root domain after calling managed code. This enables
9369         appdomains using threadpools to be unloaded.
9370
9371 2005-07-07  Martin Baulig  <martin@ximian.com>
9372
9373         * class-internals.h
9374         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
9375         into `MonoDynamicGenericClass' since we only need it for dynamic
9376         types.
9377
9378         * reflection.c (mono_class_bind_generic_parameters): We don't need
9379         to compute the `parent' here.
9380
9381 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
9382
9383         * culture-info-table.h : regenerated.
9384
9385 2005-07-06  Martin Baulig  <martin@ximian.com>
9386
9387         * icall.c
9388         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
9389
9390         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
9391
9392 2005-07-06  Martin Baulig  <martin@ximian.com>
9393
9394         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
9395         we're doing a signature-only comparision; fixes #74945.
9396
9397 2005-07-06  Martin Baulig  <martin@ximian.com>
9398
9399         * class-internals.h (MonoGenericClass): Moved some things out into
9400         a new `MonoInflatedGenericClass' type.  
9401         (MonoInflatedGenericClass): New type; the `klass' of a
9402         `MonoGenericClass' is now computed lazyly in
9403         mono_get_inflated_generic_class().      
9404
9405         * class.c (mono_get_inflated_generic_class): New public function.
9406         (mono_class_inflate_generic_method): Removed the unused
9407         `MonoClass *' argument.
9408         (setup_generic_vtable): Don't call mono_get_inflated_method() on
9409         all the methods.
9410         (mono_class_create_generic): Make this static and merge it with
9411         mono_class_create_generic_2(); we're now called automatically from
9412         mono_get_inflated_generic_class().
9413
9414         * loader.c (mono_method_signature): Call
9415         mono_get_inflated_method() here.
9416
9417 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
9418
9419         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
9420         type of fields with RVA.
9421
9422         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
9423         for this pseudo class.
9424         (my_mono_class_from_generic_parameter): Likewise.
9425         (mono_class_init): Allow interfaces to have cctors.
9426
9427 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
9428
9429         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
9430         lazily for AOT methods.
9431
9432 2005-07-05  Martin Baulig  <martin@ximian.com>
9433
9434         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
9435         returns FALSE for a successful match, not TRUE.
9436
9437 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
9438
9439         * loader.c (mono_method_get_index): Optimize this a bit.
9440
9441 2005-07-04  Martin Baulig  <martin@ximian.com>
9442
9443         * class.c
9444         (class_compute_field_layout): Move the check for generic type
9445         definitions into mono_class_layout_fields().  Fixes #74684.
9446         (mono_class_from_generic_parameter): Correctly compute
9447         `klass->parent'; fixes #75457.
9448
9449         * reflection.c (register_assembly, register_module): Make sure
9450         `domain->rejobject_hash' is already created.
9451
9452 2005-07-02  Martin Baulig  <martin@ximian.com>
9453
9454         * class-internals.h
9455         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
9456         `MonoDynamicGenericClass'.      
9457
9458 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
9459
9460         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
9461         returned by a field getter is null, since null is a valid value.
9462
9463 2005-07-01  Martin Baulig  <martin@ximian.com>
9464
9465         * reflection.c (mono_reflection_generic_class_initialize): Update
9466         the `dgclass->fields [i].parent' to the correct class.
9467         (mono_image_get_fieldref_token): Use the declaring type, not the
9468         reflected type.
9469
9470 2005-07-01  Martin Baulig  <martin@ximian.com>
9471
9472         * loader.c (find_method): Also look in the interfaces; fixes #75429.
9473
9474 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
9475
9476         * threads.c (thread_cleanup): assert that thread != NULL
9477         (wait_for_tids_or_state_change): We were using the wrong variable
9478         when accessing wait->threads. `i' was always out of the bounds of
9479         the array.
9480
9481 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9482
9483         * loader.c: map user32 and kernel32 to libMonoSupportW
9484
9485 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
9486
9487         * appdomain.c (unload_thread_main): Mark this as WINAPI.
9488
9489 2005-06-28  Martin Baulig  <martin@ximian.com>
9490
9491         * loader.c (method_from_methodspec): Fix #75334.
9492
9493 2005-06-28  Martin Baulig  <martin@ximian.com>
9494
9495         Fix #74953 - Arrays now implement the generic IList<T> interface
9496         on the 2.0 platform.
9497
9498         * class-internals.h (MonoDefaults): Added `generic_array_class'.
9499
9500         * reflection.c (mono_class_bind_generic_parameters): New public
9501         function; similar to mono_reflection_bind_generic_parameters(),
9502         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
9503
9504         * domain.c (mono_init_internal): Try to initialize.
9505         `mono_defaults.generic_array_class' here; this'll only succeed if
9506         we're using the 2.0 corlib.
9507
9508         * icall.c
9509         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
9510         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
9511         (mono_lookup_internal_call): Added support for nested classes.
9512
9513         * loader.c
9514         (mono_get_method_from_token): Set `result->signature->pinvoke' if
9515         we're an interncall and have generic arguments.
9516
9517         * class.c
9518         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
9519         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
9520         instance of System.Array.InternalArray<T> for arrays, so they
9521         implement the generic IList<T> interface.
9522
9523 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
9524
9525         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
9526         (chastamar@yahoo.com). Fixes #75374.    
9527
9528 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
9529
9530         * culture-info-table.h: regenerated.
9531
9532 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9533
9534         * icall.c: handle spaces correctly for base64 strings.
9535
9536 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
9537
9538         * *.c: Kill some warnings.
9539
9540 2005-06-23  Duncan Mak  <duncan@novell.com>
9541
9542         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
9543         that this builds on Solaris 10 (x86).
9544
9545 2005-06-23  Martin Baulig  <martin@ximian.com>
9546
9547         * class.c
9548         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
9549         generic type definitions.
9550
9551 2005-06-23  Martin Baulig  <martin@ximian.com>
9552
9553         Fix #75331.
9554
9555         * metadata.c (mono_class_get_overrides): Renamed to
9556         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
9557         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
9558         pass it to mono_get_method_full().
9559
9560 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
9561
9562         * reflection.c (mono_reflection_create_runtime_class): take the
9563         mono_domain_lock in this method. Prevents deadlocks
9564
9565 2005-06-22  Martin Baulig  <martin@ximian.com>
9566
9567         * loader.c (method_from_methodspec): Fix #75330.
9568
9569 2005-06-22  Martin Baulig  <martin@ximian.com>
9570
9571         * reflection.c (type_get_qualified_name): Use
9572         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
9573         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
9574         argument; use it if we don't have an assembly name.
9575
9576 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
9577
9578         * object.c: In mono_message_init, set "copy out" flag for in
9579         parameters with the [Out] flag.
9580
9581 2005-06-21  Martin Baulig  <martin@ximian.com>
9582
9583         * class.c
9584         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
9585         and MONO_TYPE_PTR.
9586
9587 2005-06-21  Martin Baulig  <martin@ximian.com>
9588
9589         * class.c (mono_class_init): Don't initialize `class->fields' for
9590         generic instances since they're initialized again in
9591         compute_field_layout(). 
9592         (compute_field_layout): Set the field's `generic_info' here; fix
9593         #75320. 
9594
9595 2005-06-21  Martin Baulig  <martin@ximian.com>
9596
9597         * class-internals.h
9598         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
9599
9600         * metadata.c (mono_metadata_generic_method_equal): Also
9601         distinguish the `generic_class'; fixes #75334.
9602
9603 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9604
9605         * domain.c:
9606         * appdomain.c:
9607         * domain-internals.h:
9608         * reflection.c: 'domain_assemblies' field is now protected by its own
9609         lock. Don't call into managed code to run the AssemblyLoad event if we
9610         now there are no registered delegates for it.
9611
9612 2005-06-20  Martin Baulig  <martin@ximian.com>
9613
9614         * class.c (mono_class_is_assignable_from): Use a custom version of
9615         mono_class_has_parent() to make things work for generic instances;
9616         fix #75300.
9617
9618 2005-06-20  Martin Baulig  <martin@ximian.com>
9619
9620         * loader.c (method_from_methodspec): Apply a patch from
9621         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
9622
9623 2005-06-20  Martin Baulig  <martin@ximian.com>
9624
9625         * class.c (mono_class_init): Reverted Zoltan's last change; it
9626         breaks generics.
9627
9628 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
9629
9630         * threads.c (wait_for_tids_or_state_change): Add missing locking.
9631
9632 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9633
9634         * socket-io.c: fix the index in the socket array for writable/error
9635         sockets. Fixes bug #75306.
9636
9637 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
9638
9639         * class.c (mono_class_init): Allow interfaces to have static ctors.
9640
9641 2005-06-17  Martin Baulig  <martin@ximian.com>
9642
9643         * loader.c (method_from_methodspec): Use `context->container' when
9644         parsing the `gmethod->inst'.
9645
9646 2005-06-17  Martin Baulig  <martin@ximian.com>
9647
9648         * class.c (mono_type_get_name_recurse): Don't add the assembly
9649         name for type arguments.
9650
9651 2005-06-15  Martin Baulig  <martin@ximian.com>
9652
9653         * reflection.c (mono_image_get_inflated_method_token): Encode
9654         correct klass; fixes #75260.
9655
9656 2005-06-13 Michal Moskal <malekith@nemerle.org>
9657
9658         * icall.c: Make GetCorrespondingMethod/Constructor take
9659         MonoReflectionMethod method not MonoMethod. Removed
9660         MonoType.GetCorrespondingField, and make
9661         MonoGenericType.GetCorrespondingField take name not
9662         MonoClassField.
9663
9664 2005-06-13  Michal Moskal <malekith@nemerle.org>
9665
9666         * reflection.c (field_encode_signature, encode_locals):
9667          Make sizes of buffers for types larger (for big generic types).
9668          (create_generic_typespec,
9669          mono_reflection_sighelper_get_signature_local,
9670          mono_reflection_sighelper_get_signature_field):
9671          Add asserts for too small buffers.
9672
9673 2005-06-15  Martin Baulig  <martin@ximian.com>
9674
9675         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
9676         if our parent is not a dynamic type.
9677
9678 2005-06-15  Martin Baulig  <martin@ximian.com>
9679
9680         * class-internals.h (MonoTypeNameFormat): New enum.
9681
9682         * class.c
9683         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
9684         (mono_type_get_full_name): Removed.
9685         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
9686         argument instead of the boolean's.
9687
9688         * icall.c (ves_icall_System_MonoType_getFullName):
9689         Added `gboolean assembly_qualified'.    
9690
9691         * reflection.h
9692         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
9693
9694         * reflection.c (mono_reflection_parse_type): Parse the new type
9695         name format.
9696
9697 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9698
9699         * icall.c: no need to convert from utf16 to utf8 and then back again
9700         after the call to GetLogicalDrives.
9701
9702 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9703
9704         * icall.c: frombase64. Fix problems exposed by new tests.
9705
9706 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9707
9708         * icall.c: added internal calls for converting char [] and strings in
9709         base64 into byte [].
9710
9711 2005-06-10  Martin Baulig  <martin@ximian.com>
9712
9713         * class.c (mono_class_create_generic_2): Read the nested classes
9714         from the metadata rather than from `gklass->nested_classes' since
9715         `gklass' might not be initialized yet.
9716
9717 2005-06-09  Duncan Mak  <duncan@novell.com>
9718
9719         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
9720         all public headers. Fixes #74919.
9721
9722 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
9723
9724         * domain.c: The key for proxy_vtable_hash is now a pointer
9725         array. Added new GHashFunc and GCompareFunc functions for this.
9726
9727         * class.h: The list of interfaces in MonoRemoteClass is known in
9728         advance and can't grow (we create a new MonoRemoteClass if needed),
9729         so now the interface array can be allocated together with
9730         MonoRemoteClass.
9731         
9732         * object.c: Added a new method create_remote_class_key.
9733         Fixed mono_remote_class so it does not depend on
9734         mono_upgrade_remote_class.
9735         Removed extend_interface_array.
9736         Added new method clone_remote_class(), which makes a copy of a remote
9737         class and adds a new interface or class to it.
9738         mono_upgrade_remote_class() now creates a new remote class (or gets
9739         it from the cache) if an vtable upgrade is needed. In this way
9740         we make sure that other objects sharing the same remote class
9741         don't get the new vtable with unwanted interfaces.
9742         
9743         * object-internals.h:
9744         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
9745         
9746         * marshal.c: Track changes in mono_upgrade_remote_class().
9747
9748 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
9749         * icall.c: Add runtime methods for obtaining members of inflated
9750         class, which were created from supplied non-inflated members. It
9751         is used in internal Get{Method,Constructor,Field} methods in
9752         System.Type
9753
9754 2005-06-09  Martin Baulig  <martin@ximian.com>
9755
9756         * reflection.c
9757         (mono_reflection_bind_generic_method_parameters): Fix #75169.
9758
9759 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9760         * reflection.c (mono_image_basic_init): Define
9761         Version in MonoDynamicAssembly. 
9762         
9763 2005-06-08  Martin Baulig  <martin@ximian.com>
9764
9765         Fix #75136.
9766
9767         * loader.c
9768         (mono_method_signature_full): New public method; takes a
9769         `MonoGenericContext *'.
9770         (find_method): Use mono_method_signature_full() and pass the
9771         klass'es context to it.
9772
9773         * class.c (mono_class_is_inflated_method): Use
9774         mono_method_signature_full() and pass the context to it.
9775
9776 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
9777
9778         * object.c: add proper locking in mono_remote_class_vtable(),
9779         fixes possible memory corruption.
9780
9781 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
9782
9783         * marshal.c (mono_remoting_marshal_init): set
9784         initialized after initialization.
9785
9786 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
9787
9788         * locales.c : hush.
9789
9790 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
9791
9792         * object.c (extend_interface_array): fix really silly
9793         memory corrupting / comparison bug.
9794
9795 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9796
9797         * reflection.c: Functions added to support the creation
9798         of CustomAttributeData, which includes Attribute data
9799         used by ReflectionOnly methods.
9800
9801         * reflection.h:  mono_reflection_get_custom_attrs_data and
9802          mono_custom_attrs_data_construct added (functions exposed).
9803
9804          * icall.c: Added mono_reflection_get_custom_attrs_data
9805          as icall.
9806         
9807 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
9808
9809         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
9810         lupus's request.
9811
9812 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
9813
9814         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
9815
9816         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
9817         dynamic DllImportAttribute.
9818
9819         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
9820         dynamic DllImportAttribute.
9821
9822         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
9823         Fixes #75162.
9824
9825 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9826
9827         * threads.c: avoid segfault when an unstarted thread is aborted.
9828
9829 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
9830
9831         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
9832         Returns the name and version of the runtime for reporting.
9833
9834 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9835
9836         * appdomain.c: bump corlib version.
9837         * object-internals.h: new field in MonoReflectionAssembly.
9838
9839 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9840
9841         * object-internals.h: Carlos forgot to add this field.
9842
9843 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9844
9845         * icall.c: Added create_version to create instances
9846         of Version of MonoReflectionAssemblyName. This change helps
9847         the AssemblyName tests to keep running fine.
9848         
9849 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
9850   
9851         * object.c (mono_method_return_message_restore): A somehow less
9852         intrusive fix for #75138.
9853
9854 2005-06-03  Raja R Harinath  <rharinath@novell.com>
9855
9856         * object.c (mono_method_return_message_restore): Fix computation
9857         of expected number of out args.
9858
9859 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9860
9861         * reflection.c (mono_image_get_method_info): Fix the case when the
9862         charset is empty.
9863
9864 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
9865
9866         * object.c: Added missing null check in
9867           mono_method_return_message_restore.
9868
9869 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9870
9871         * reflection.c (mono_image_get_method_info): Handle the case when
9872         dllentry is empty.
9873
9874 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
9875
9876         * object.c: When creating the vtable for a proxy, take into account
9877         all inherited interfaces, not only the ones registered in
9878         iclass->interfaces. This fixs bug #74996.
9879         Also, in mono_method_return_message_restore, verify that the array
9880         of out args has the expected lengh.
9881
9882 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9883
9884         * socket-io.c: update the timeout in Poll when the call is interrupte.
9885
9886 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9887
9888         * socket-io.c: support abort/suspend in Select_internal after last
9889         change.
9890
9891 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9892
9893         * threadpool.c: remove warning.
9894
9895 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9896
9897         * icall.c:
9898         * socket-io.[ch]: Select_internal uses poll() now when available, thus
9899         removing the 1024 limit from select(). Runtime part of the fix for
9900         bug #71203.
9901
9902 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9903
9904         * socket-io.c: when resolving the addresses for the same
9905         host returned by gethostname(), get the local IPs from the interface
9906         list. Loopback addresses are discarded if the are interfaces up with
9907         non-loopback ones. Fixes bug #63265.
9908
9909 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
9910
9911         * appdomain.c, verify.c, object-internals.h, reflection.c:
9912         bumped corlib number to 36, and added new extra_flags field
9913         to ReflectionMethodBuilder and friends.  Fixes #75060.
9914
9915 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
9916
9917         * gc.c: register a new weak link only if the object is non-null
9918         (fixes bug#75047).
9919
9920 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9921
9922         * culture-info.h : short time pattern too.
9923
9924 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9925
9926         * culture-info.h : expand long time pattern string length.
9927
9928 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9929
9930         * culture-info-table.h : update (more French date format; #72788).
9931
9932 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
9933
9934         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
9935         the method is static. Fixes #75029.
9936
9937 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
9938
9939         * reflection.c: Update the table_idx field of method builders after
9940         saving the module, since it can change. This is a workaround for
9941         bug #74914. 
9942
9943 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9944
9945         * culture-info-table.h : update (additional French date format).
9946
9947 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
9948
9949         * icall.c (ves_icall_type_Equals): Revert last change.
9950         
9951         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
9952
9953         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
9954
9955 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
9956
9957         * class-internals.h: Added executioncontext_class field to 
9958         MonoDefaults structure.
9959         * domain.c: Cache System.Threading.ExecutionContext class in 
9960         mono_defaults.
9961         * object.c: Capture the ExecutionContext for asynchroneous calls in
9962          mono_async_result_new.
9963         * object-internals.h: Added execution_context and original_context 
9964         fields to MonoAsyncResult. Added execution_context to MonoThread.
9965         * security-manager.c|.h: Added mono_get_context_capture_method to 
9966         return the capture method (if required by the security manager or by
9967         the framework version used).
9968         * threadpool.c: Apply capture (if present) ExecutionContext in 
9969         mono_async_invoke and revert to original context after it completes.
9970
9971 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
9972
9973         * culture-info-table.h : updated (real hacky solution for zh-CHT).
9974
9975 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
9976
9977         * culture-info-table.h : zh-CHT related workaround.
9978
9979 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9980
9981         * marshal.c (emit_marshal_custom): Add some error checking and call the
9982         methods in the ICustomMarshaler interface. Fixes #74875.
9983         
9984         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
9985         native->managed wrappers.
9986
9987 2005-05-12  Martin Baulig  <martin@ximian.com>
9988
9989         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
9990         here and use the loader lock.
9991
9992         * mono-debug.c: Properly lock when the debugger is not attached.
9993         (mono_debug_init): Release the initial lock if we're not running
9994         in the debugger.
9995
9996 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9997
9998         * marshal.c (emit_marshal_custom): Pass through NULL values without
9999         calling the custom marshalling routines.
10000
10001         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
10002         conversion in structures. Fixes #74882.
10003
10004 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
10005
10006         * culture-info-table.h : zh-* cultures were missing.
10007
10008 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
10009
10010         * threads.c: Added a new event background_change_event which is signaled
10011         when a thread changes its background mode.
10012         Moved here several checks previously done in managed code. The checks
10013         require the thread lock, and using the thread lock in managed code
10014         can result in deadlocks.
10015         Merged Start_internal and Thread_internal into a single method. Now 
10016         Thread_internal does all work of creating and starting a thread.
10017         Added icalls for setting and getting the state of the object. Moved from
10018         managed code to avoid locking there.
10019         Added wait_for_tids_or_state_change() which is called instad of
10020         wait_for_tids when waiting for non-backround threads to end. This method
10021         will return if one of the threads ends or the background_change_event
10022         is signaled.
10023         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
10024         the background mode. This method signals the background_change_event
10025         event.
10026         * icall.c:
10027         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
10028         removed Start_internal.
10029         
10030 2005-05-11  Martin Baulig  <martin@ximian.com>
10031
10032         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
10033         to order of some fields to get proper alignment on 64-bit machines.
10034
10035 2005-05-11  Martin Baulig  <martin@ximian.com>
10036
10037         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
10038         changes as they're broken and completely fuck up the debugger.
10039
10040         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
10041
10042 2005-05-10  Martin Baulig  <martin@ximian.com>
10043
10044         * reflection.c (mono_reflection_generic_class_initialize): Don't
10045         call mono_class_setup_parent() here.
10046
10047 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10048
10049         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
10050         send/receive timeout use an integer in milliseconds. We were using a
10051         struct timeval.
10052
10053 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10054
10055         * locales.c:
10056         (internal_get_cultures): reserve the first slot of the array for the
10057         InvariantCulture, which will be filled in managed code.
10058
10059 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
10060
10061         * reflection.c (mono_image_fill_module_table): Initialize the
10062         GENERATION field as well.
10063
10064 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10065
10066         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
10067         Monitor.Enter on the object.
10068
10069 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
10070
10071         * threads.c: Enable the wait for running threads when exiting.
10072         * icall.c: Suspend all threads before exiting.
10073
10074 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
10075
10076         * assembly.c (mono_assembly_load_reference): Fix warning.
10077
10078 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10079
10080         * threadpool.c: changed the default number of threads per cpu. From now
10081         on, the default will be 20 + (5 * number of cpus) instead of 50.
10082
10083 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
10084
10085         * loader.c (mono_method_get_signature_full): Add locking here.
10086
10087 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
10088
10089         * appdomain.c: Moved methods for parsing and freeing assembly
10090         names to assembly.c.
10091         * assembly.c, domain-internals.h: Created public methods for parsing
10092         assembly names. Fixed mono_assembly_load_with_partial_name:
10093         it now finds the best match, taking into account the version,
10094         token and culture specified in the partial name. Also return
10095         the latest version if no version information is specified.
10096
10097 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
10098
10099         * threadpool.c: replace check for SocketAsyncCall class.
10100
10101 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10102
10103         * threadpool-internals.h:
10104         * Makefile.am: added threadpool-internals.h
10105
10106         * threadpool.c: call mono_unhandled_exception on exceptions not handled
10107         that happen in threadpool threads (tested on MS).
10108         (mono_thread_pool_remove_socket): new function that dispatch any pending
10109         AIO call on a socket that is closing. By now only epoll really needs it,
10110         as select/poll wake up when the socket closes.
10111
10112
10113         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
10114
10115 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
10116
10117         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
10118
10119 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
10120
10121         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
10122
10123 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
10124
10125         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
10126         has an abort request, convert it into a suspend request.
10127
10128 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
10129
10130         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
10131         warning for the usage of `UnmanagedFunctionPointerAttribute' which
10132         is not supported yet.
10133
10134 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10135
10136         * image.c: register assemblies loaded from data (bundles) in the loaded
10137         assemblies hash. Fixes bug #74772.
10138
10139 2005-04-29  Martin Baulig  <martin@ximian.com>
10140
10141         * class.c (mono_type_get_name_recurse): Update to the new naming
10142         schema from the latest .NET 2.x beta2.
10143         (mono_class_setup_vtable_general): If we're a generic instance,
10144         copy the vtable from our generic type definition and inflate all
10145         the methods in it.
10146
10147         * loader.c (find_method): Update to the new naming schema from the
10148         latest .NET 2.x beta2.
10149
10150 2005-04-29  Raja R Harinath  <harinath@gmail.com>
10151
10152         * class.c (mono_class_init): Add a mono_loader_unlock to the
10153         #74734 fix.
10154
10155 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
10156
10157         * icall.c (ves_icall_System_Environment_Exit): Remove the 
10158         suspend_all_other_threads () call for the time being, since it can hang.
10159
10160         * threads.c (mono_thread_manage): Similarly, disable the waiting for
10161         the background threads to exit, since it can also hang.
10162
10163         * class.c (mono_class_init): Applied patch from Ankit Jain 
10164         (radical@gmail.com). Avoid pending init errors when a field refers
10165         to a nested class using a typeref. Fixes #74734.
10166
10167         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
10168         this for dynamic modules.
10169
10170 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10171
10172         * threads.c: don't wait for threads that are in the process of aborting
10173         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
10174         and waiting for background threads to finish. This makes xsp and
10175         mod-mono-server exit without random length delays and/or hangs.
10176
10177 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10178
10179         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
10180
10181 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
10182
10183         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
10184         dynamic types to prevent infinite loops. Fixes #74727.
10185
10186         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
10187         ..._is_assignable_to.
10188
10189 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
10190
10191         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
10192
10193 2005-04-25  Martin Baulig  <martin@ximian.com>
10194
10195         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
10196
10197         * domain.c
10198         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
10199
10200         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
10201
10202         * reflection.c (build_compressed_metadata): Set metadata header
10203         version to 2.0.
10204
10205 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
10206
10207         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
10208         number into an integral and a decimal part. Fixes #70473.
10209
10210         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
10211
10212 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
10213
10214         * culture-info-table.h : reflected the latest locale-builder output.
10215
10216 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10217
10218         * threadpool.c: check for SuspendRequested too when deciding if
10219         mono_thread_interruption_checkpoint should be called.
10220
10221 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10222
10223         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
10224         * threads.c: remove interruption_mutex and use Interlocked instead. When
10225         suspending all the threads, wait for all the suspended events at once.
10226         If we're shutting down and get an APC that is going to be queued,
10227         call mono_thread_execute_interruption immediately, as the thread might
10228         be sleeping on a pthread condition or mutex.
10229
10230         * icall.c: call mono_runtime_set_shutting_down before suspending the
10231         threads.
10232
10233         Fixes bug #74693. And now xsp is happier when exiting.
10234
10235 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
10236
10237         * loader.c (mono_stack_walk): Fix #74690.
10238
10239 2005-04-22  Martin Baulig  <martin@ximian.com>
10240
10241         * mono-debug.h (MonoDebugMethodJitInfo): Added
10242         `MonoDebugMethodJitInfo *jit'.
10243
10244         * mono-debug.c (mono_debug_read_method): Cache the
10245         MonoDebugMethodJitInfo in `address->jit'.
10246         (mono_debug_free_method_jit_info): New public method.
10247
10248 2005-04-22  Martin Baulig  <martin@ximian.com>
10249
10250         * class.c (mono_class_is_assignable_from): Disallow
10251         type parameter -> interface.
10252
10253 2005-04-21  Dick Porter  <dick@ximian.com>
10254
10255         * threads.c (mono_thread_create): Turn an assertion into an error.
10256
10257 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
10258
10259         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
10260         
10261         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
10262         Fix some gcc 4.0 warnings.
10263
10264 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
10265
10266         * file-io.c: fix alt dir separator char on unix systems
10267         and cleanup (fixes bug #71214).
10268
10269 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
10270
10271         * marshal.c: Use CALLVIRT instead of CALL when dispatching
10272         a call to a remote domain, since the method may be an
10273         interface method in the client domain. This fixes bug #74192.
10274
10275 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10276
10277         * threadpool.c: recv/send are now performed before going back to managed
10278         code to save one transition.
10279
10280 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10281
10282         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
10283
10284         * metadata/threadpool.c: removed hack to workaround the bug above.
10285
10286         Fixes bug #74618.
10287
10288 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
10289
10290         * reflection.c reflection.h: Fix handling of parameter defaults in
10291         dynamic methods. Also fixes handling of parameter attributes.
10292         Fixes #74609.
10293
10294         * mono-debug.c (mono_debug_close_image): Fix warning.
10295
10296 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10297
10298         * socket-io.h: replaced old unused field with new 'blocking'.
10299         * threadpool.c: restore socket blocking state on windows(tm).
10300
10301 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
10302
10303         * icall.c: don't return the codebase in the AssemblyName[] returned by
10304         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
10305         * object-internals.h: Removed FIXME (fields were presents) and fixed
10306         versioncompat declaration.
10307
10308 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10309
10310         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
10311         not closed, so don't cleanup when it happens.
10312
10313 2005-04-13  Chris Toshok  <toshok@ximian.com>
10314
10315         * mono-debug-debugger.h: change prototype for
10316         mono_debugger_lookup_type.
10317
10318         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
10319         this function, although it should probably be named
10320         mono_debugger_init_type.
10321
10322 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10323
10324         * threadpool.c: fix non-AIO case.
10325
10326 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
10327
10328         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
10329         the built-in profiler to measure just JIT compilation times.
10330
10331 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10332
10333         * threadpool.c: the epollfd might be closed by another thread at
10334         any time, so ignore EBADF at treat it as a "we're closing" sign.
10335
10336 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10337
10338         * threadpool.c: release the semaphores with a count equals to the number
10339         of working threads in both IO and regular pools. Fixed typo that messed
10340         up the count of IO pool threads. Don't initialize the pipe handles if
10341         we're using epoll.
10342
10343 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10344
10345         * threadpool.c: some systems don't like a NULL when deleting the socket
10346         from epoll.
10347
10348 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10349
10350         * threadpool.c: fix semaphore allocation.
10351
10352 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10353
10354         * threadpool.c: added epoll() based implementation for asynchronous IO
10355         that is used instead of the default poll() when available.
10356         It can be disabled by setting MONO_DISABLE_AIO.
10357
10358 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10359
10360         * threadpool.c: windows needs 'closesocket' and instead of returning
10361         0 when the stream is closed while in select, it returns -1. Fixes bug
10362         #74573.
10363
10364 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
10365
10366         * class.c (class_compute_field_layout): Fix the regression caused by
10367         the previous try.
10368
10369 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10370
10371         * threadpool.c: separate pool for socket async. IO.
10372         * threadpool.h: mono_max_worker_threads is not a global any more.
10373
10374 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
10375
10376         * class.c (class_compute_field_layout): Fix #74549.
10377
10378 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10379
10380         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
10381         use 2 connected sockets instead.
10382
10383 2005-04-08  Miguel de Icaza  <miguel@novell.com>
10384
10385         * mono-config.c: Add new entry point for mkbundle
10386         mono_config_parse_memory. 
10387
10388 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10389
10390         * threadpool.c: removed another unused function.
10391
10392 2005-04-08  Ankit Jain  <radical@corewars.org>
10393
10394         * reflection.c (get_default_param_value_blobs): Add 'types'
10395         parameter to get the types encoded in the constant table.
10396         (mono_param_get_objects): Use the type from the constant table,
10397         not the type of the parameter, when creating default values.
10398         Handle null default values correctly.
10399
10400 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10401
10402         * file-io.c:
10403         * file-io.h:
10404         * threadpool.c:
10405         * threadpool.h:
10406         * icall.c:
10407         * socket-io.c: removed dead code for async IO.
10408
10409 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10410
10411         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
10412
10413         * threadpool.c: intercept socket async. calls and pass them to a thread
10414         that is polling and dispatching the job items to the threadpool as
10415         socket become ready. Fixes bugs #71217, #71933.
10416
10417         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
10418         between char and short/ushort arrays.
10419
10420         * socket-io.c: remove dead code.
10421
10422 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
10423
10424         * locales.c,
10425           icall.c : removed InternalToUpper_Comp() and
10426           InternalToLower_Comp().
10427
10428 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
10429
10430         * char-conversions.h : The tables were incorrectly generated. Should
10431           be generated against invariant culture.
10432
10433 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
10434
10435         * object.c (mono_runtime_invoke_array): Fix return value when 
10436         passing pre-created valuetype objects to ctors.
10437
10438         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
10439         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
10440         Fixes #74338.
10441
10442 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
10443
10444         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
10445         only used with --security and hides the wrong corlib version error.
10446
10447 2005-03-30  Joshua Tauberer  <tauberer@for.net>
10448
10449         * class.c: Changed mono_class_name_from_token so that types
10450         outside of a namespace don't have an initial period.  Improved
10451         the g_warning message used in _mono_class_get when loading
10452         fails.
10453         * assembly.c: In mono_assembly_load_reference, when an assembly
10454         can't be found, "No such file or directory" is misleading and
10455         unhelpful because a few paths were checked for the presence of
10456         the assembly.  When that happens (ENOENT), display a nicer
10457         message indicating the directories that were searched.  In all
10458         cases, the warning is made easier to read for non-hackers.
10459
10460 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
10461
10462         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
10463         project/solution.
10464         * appdomain.h|domain.c: Removed inline from functions.
10465         * appdomain.c: Reduced warnings when compiling on windows.
10466         * icall.c: Fixed output_debug declaration to gunichar2*.
10467         * mono-config.c: Reduced warnings when compiling on windows.
10468         * rand.c: Added missing "windows.h". Added missing return value.
10469         * rawbuffer.c: Added missing winsock2.h for windows.
10470         * sysmath.h: Added mono-compiler.h header to allow/ease 
10471         compilation with non-GCC compilers.
10472         * threads.c: Fixed declarations to compile with VS.NET C compiler.
10473         Removed cast warnings.
10474
10475         Adapted from the work of J Lothian (for VC6).
10476
10477 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
10478
10479         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
10480         from default_path.
10481
10482 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
10483
10484         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
10485         the 2.0 profile.
10486
10487 2005-03-27  Raja R Harinath  <harinath@gmail.com>
10488
10489         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
10490         has to be in $(exec_prefix).  $(prefix) is for arch-independent
10491         stuff, and it would probably use $(prefix)/share rather than
10492         $(prefix)/lib.
10493
10494 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10495
10496         * console-io.c: added 2 includes that might be missing.
10497
10498 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
10499
10500         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
10501         profile.
10502
10503         * reflection.c (create_custom_attr): Allocate the params array using
10504         alloca so it gets GC tracking.
10505
10506 2005-03-23  Chris Toshok  <toshok@ximian.com>
10507
10508         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
10509         out some spew.
10510
10511 2005-03-24  Raja R Harinath  <rharinath@novell.com>
10512
10513         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
10514         changes to pick up any changes in prefix, etc.
10515
10516 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
10517
10518         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
10519         
10520         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
10521         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
10522
10523 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
10524
10525         * class-internals.h object-internals.h class.c reflection.c: Extend the
10526         mono_lookup_dynamic_token () function to return the class of the
10527         token as well. 
10528
10529         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
10530         well. Fixes #73848.
10531
10532 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
10533
10534         * security-manager.c: Skip inheritance checks for intra-corlib
10535         class inheritance and method overrides. This skips a lot of checks
10536         and (anyway) permissions cannot work until corlib is loaded.
10537
10538 2005-03-23  Martin Baulig  <martin@ximian.com>
10539
10540         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
10541         MONO_TYPE_GENERICINST.  
10542
10543 2005-03-23  Martin Baulig  <martin@ximian.com>
10544
10545         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
10546
10547 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
10548
10549         * class.c: added locking comments to some functions.
10550         Cache the interface offsets arrays (saves about 20 KB
10551         of runtime memory in a typical app).
10552         Reduce the time overhead in mono_class_setup_supertypes ().
10553
10554 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
10555
10556         * icall.c: speedup and fix leaks in GetMethodsByName and
10557         GetPropertiesByName.
10558
10559 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
10560
10561         * reflection.c: some locking fixes.
10562
10563 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
10564
10565         * metadata.c: added missing break in case statement.
10566
10567 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
10568
10569         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
10570         typedbyref return values. Fixes #73941.
10571
10572 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
10573
10574         * security-manager.c|h: Added demandunmanaged method and 
10575         suppressunmanagedcodesecurity class to MonoSecurityManager.
10576         Renamed aptc class to allowpartiallytrustedcallers.
10577
10578 2005-03-17  Martin Baulig  <martin@ximian.com>
10579
10580         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
10581
10582 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10583
10584         * file-io.c: disabled file async. IO using aio_*. It uses the
10585         threadpool now. Workaround for bug #73718.
10586
10587 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
10588
10589         * assembly.h, mono-config.c: added code to deal with bundled configs
10590         for bundled assemblies.
10591
10592 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
10593
10594         * *.c, private.h: cleanup, removing old private.h header file.
10595
10596 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
10597
10598         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
10599         and throw_on_unmappable_char attributes.
10600
10601 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
10602
10603         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
10604         _ProcessName_internal.
10605
10606 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
10607
10608         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
10609         #73631.
10610
10611         * icall.c threads.c threads-types.h: Remove slothash icalls as they
10612         are no longer used.
10613
10614 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
10615
10616         * object.c (compute_class_bitmap): Add support for generics. Fixes
10617         #73527.
10618
10619 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
10620
10621         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
10622
10623 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10624
10625         * filewatcher.c: commented out the code for windows watcher, as we don't
10626         use it (we use the managed implementation instead).
10627
10628 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
10629
10630         * object-internals.h (MonoThread): Remove 'unused1' field.
10631
10632         * appdomain.c: Bump corlib version.
10633
10634         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
10635
10636         * reflection.c (mono_reflection_create_runtime_class): Remove the
10637         AssemblyBuilder.Save optimization since it causes too many problems.
10638
10639 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
10640
10641         * exception.c|h: Added mono_get_exception_reflection_type_load to
10642         create a ReflectionTypeLoadException object.
10643         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
10644         to return NULL is a InheritanceDemand fails during reflection. Updated
10645         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
10646         ReflectionTypeLoadException if an InheritanceDemand fails during 
10647         reflection. Added icall mapping for GetLinkDemandSecurity.
10648         * security-manager.c|h: Added ves_icall_System_Security_
10649         SecurityManager_GetLinkDemandSecurity internal call to return the
10650         class and methods permissions set for a LinkDemand. Removed unused
10651         fields in MonoSecurityManager.
10652
10653 2005-03-10  Martin Baulig  <martin@ximian.com>
10654
10655         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
10656         it's a generic instance.
10657
10658 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
10659
10660         * reflection.c (mono_get_object_from_blob): Applied patch from
10661         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
10662
10663         * class.c (mono_class_is_assignable_from): Another try at fixing 
10664         #73469 without breaking anything.
10665
10666 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
10667
10668         * class.c: (mono_class_is_assignable_from): Revert the last changes
10669         since they don't work with generics.
10670         
10671         * class.c (mono_class_is_assignable_from): Fix build bustage.
10672
10673         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
10674         the managed IsAssignableFrom method. Fixes #73469.
10675
10676         * reflection.c (mono_reflection_call_is_assignable_from): New helper
10677         function.
10678
10679 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
10680
10681         * object.c (mono_load_remote_field_new): Fix returning uninitialized
10682         memory when the remoting callback does not sets the out arguments.
10683         Fixes #73007.
10684
10685         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
10686         by mistake.
10687
10688         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
10689
10690         * object-internals.h (MonoStackFrame): Sync with managed object layout.
10691
10692         * appdomain.c: Bump corlib version.
10693
10694 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
10695
10696         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
10697         function.
10698
10699         * threads.c (mono_thread_attach): Detect threads which are not started
10700         by the GC pthread wrappers.
10701
10702 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
10703
10704         * icall.c: Added new icall for RNG.
10705         * rand.c|h: Added new icall to open the RNG. This allows to share a 
10706         single handle on Linux to access /dev/urandom and fix #73183.
10707
10708 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
10709
10710         * object.c: setting the new vtable in a transparent proxy object must
10711         not change the GC descriptor.
10712
10713 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10714
10715         * object.c: fixed compilation without GCJ support.
10716         * reflection.c: for runtime-created types ensure klass->has_references
10717         is correct (bug #73215).
10718
10719 2005-03-02  Martin Baulig  <martin@ximian.com>
10720
10721         * class.c (mono_class_is_assignable_from): Make this work if
10722         `oklass' is a generic instance; fixes #72831.
10723
10724 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10725
10726         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
10727         with hasthis set.
10728         
10729         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
10730
10731         * marshal.c: Reorganize native->managed marshalling code to also use
10732         the emit_marshal_... functions.
10733
10734 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10735
10736         * object.c: typed allocs have issues with bitmap sizes > 30,
10737         so check for max_set >= 30.
10738
10739 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10740
10741         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
10742         managed code. Fixes #73012.
10743
10744         * metadata.h (MonoMarshalSpec): Add elem_mult field.
10745
10746         * metadata.c reflection.c: Load/Emit elem_mult as well.
10747         
10748         * metadata.h (MonoMarshalSpec): Add comment.
10749
10750         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
10751
10752         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
10753         num_elem to -1 if not given.
10754
10755         * object-internals.h (MonoReflectionMarshal): Add has_size field.
10756
10757         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
10758         given values.
10759
10760 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
10761
10762         * null-gc.c (mono_gc_free_fixed): Was not compilable.
10763
10764 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
10765
10766         * reflection.c (encode_marshal_blob): Encode param_num field as well.
10767
10768         * object-internals.h (MonoReflectionMarshal): Add param_num field.
10769
10770 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10771
10772         * object.c: generalized the reference bitmap creation
10773         and added hooks for the new GC.
10774         * class-internals.c: removed the gc_bitmap field from MonoClass.
10775
10776 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10777
10778         * domain.c: help the compiler to produce better code
10779         in mono_jit_info_table_find ().
10780
10781 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10782
10783         * object.c: make all allocations look typed.
10784
10785 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10786
10787         * socket-io.c: load Mono.Posix if it's not loaded already
10788         (fixes bug#73033).
10789
10790 2005-02-24  Martin Baulig  <martin@ximian.com>
10791
10792         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
10793         * reflection.c (dup_type): Likewise.
10794
10795 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
10796
10797         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
10798         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
10799
10800 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10801
10802         * domain.c, threads.c, object-internals.h: make the critical thread
10803         local vars use the fast access mode (even when we're compiled in
10804         a lib). Provide accessors to be used by the jit during codegen.
10805
10806 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10807
10808         * appdomain.c: Changed hook functios behavior to include
10809         support for the reflection only assemblies. Some icalls were changed
10810         to support the mentioned assemblies too. Signatures of static methods
10811         try_assembly_resolve and real_load now have an additional parameter:
10812         refonly.
10813
10814         * assembly.c: General changes to mono_assembly_ methods to support
10815         reflection only api. Functions mono_assembly_open, mono_assembly_load,
10816         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
10817         suffix, to support an additional gbool parameter to specify whether
10818         the assembli is reflection only or not. Created some new hook functions 
10819         to add support for reflection only assemblies. Signatures of static 
10820         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
10821         have now an additional parameter: refonly.
10822
10823         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
10824         indicating whether the assembly is reflection only or not.
10825
10826         * exception.c: Add mono_get_exception_invalid_operation.
10827
10828         * icall.c: Throw an InvalidOperationException when trying to invoke
10829         a property/method/event, or trying to set/get the value of a field.
10830         Also add an icall to retrieve the ref_only flag to the
10831         MonoReflectionAssembly.
10832
10833 2005-02-23  Chris Toshok  <toshok@ximian.com>
10834
10835         Part of fix for #72827.
10836         * mono-debug.c (mono_debug_add_method): add lexical block data to
10837         the info we write.  Kind of a hack at the moment - we copy the
10838         lexical block info from the MonoDebugMethodInfo to the
10839         MonoDebugMethodJitInfo here, before writing it.
10840         (mono_debug_read_method): read the lexical block info.
10841
10842         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
10843
10844         * debug-mono-symfile.h: add lexical block support.
10845
10846         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
10847         support.
10848
10849 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10850
10851         * loader.c (mono_lookup_pinvoke_call): Fix warning.
10852
10853         * object.c (mono_runtime_free_method): Call mono_free_method () and
10854         put the TODOs there.
10855
10856         * loader.c (mono_free_method): Free up most memory allocated for 
10857         dynamic methods.
10858
10859 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
10860
10861         * reflection.c: properly flag a Type argument to a
10862         named custom attr value (bug #72248).
10863
10864 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10865
10866         * reflection.c: reduce code duplication in named custom
10867         attribute encoding.
10868
10869 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
10870
10871         * reflection.c: properly encode custom attrs of type object
10872         (bug #72649).
10873
10874 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10875
10876         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
10877
10878 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
10879
10880         * socket-io.c: load System.dll if it's not loaded already
10881         (bug #72850 and #70477).
10882
10883 2005-02-21  Martin Baulig  <martin@ximian.com>
10884
10885         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
10886         generic instances.
10887
10888 2005-02-21  Martin Baulig  <martin@ximian.com>
10889
10890         * reflection.c (mono_image_build_metadata): We also need to
10891         "fixup" the MethodImpl table after we computed the final method
10892         indices.  Call fixup_methodimpl() to do that.
10893         (fixup_methodimpl): New private method.
10894
10895 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10896
10897         * assembly.c: special case mscorlib.dll (bug#72536),
10898         patch from Carlos Alberto Cortez.
10899
10900 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
10901
10902         * threads-types.h threads.c: Fix build bustage.
10903
10904         * threads.c: Use a union for long<->double conversions.
10905
10906         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
10907         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
10908
10909         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
10910         containing the checkpoint call with NOT_TAKEN.
10911         
10912         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
10913         checkpoint before pushing the arguments, so they won't have to be
10914         spilled to stack.
10915
10916 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10917
10918         * domain.c, assembly.c, domain-internals.h: make some data
10919         const and relocation-free.
10920
10921 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
10922
10923         * object.c, appdomain.c, class-internals.h: introduce the
10924         MonoClassRuntimeInfo structure to hold the info needed to
10925         use a class at runtime. Made mono_class_vtable() lock-free
10926         for all the appdomains.
10927
10928 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
10929
10930         * metadata-internals.h, image.c: introduce a per-image mempool to
10931         be used for memory that has the same lifetime as the image.
10932
10933 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
10934
10935         * domain.c: In mono_init_internal(), instead of selecting the first
10936         runtime version supported by an executable, get a list of all
10937         supported versions and select the one for which an mscorlib exists
10938         (since even if the runtime supports a given version, it doesn't mean
10939         that the framework for that version is installed).
10940         Modified get_runtimes_from_exe to support this behavior.
10941         In supported_runtimes, added information about additional system
10942         assembly versions.
10943         
10944         * assembly.c: Added support for more than one system assembly version
10945         per runtime version. Updated the assembly list.
10946         In mono_assembly_remap_version, removed the initial version check,
10947         since we don't know to which version we need to compare until we
10948         get the version set on which the assembly is based.
10949         Moved the code for loading corlib into the new method
10950         mono_assembly_load_corlib(), so it can be used by the initialization
10951         code.
10952         
10953         * domain-internals.h: Updated data structures and added declaration
10954         for mono_assembly_load_corlib.
10955
10956 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10957
10958         * reflection.c (resolve_object): Fix the creation of the signature in 
10959         the SignatureHelper case.
10960
10961         * assembly.c (mono_assembly_remap_version): Fix binary search.
10962         
10963 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
10964  
10965         * class.c: Added inheritance check when a method is overloaded (from a
10966         virtual method or when implementing an interface) and when a class is
10967         inherited. Added functions to set a failure for a class and to 
10968         retreive the exception from a failure.
10969         * class-internals.h: Added fields to MonoClass to keep the exception
10970         information status for inheritance (or other exceptions) to be thrown
10971         later (i.e. not at load time).
10972         * object.c: Throw the inheritance SecurityException when a type is to 
10973         be created with either class or method inheritance violations.
10974         * reflection.c|h: Fix when getting declsec from a class. Removed 
10975         unrequired code for class. Improved sanity in parameter naming.
10976         * security-manager.c|h: Added functions to check for class and method
10977         inheritance.
10978
10979 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10980
10981         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
10982         and has_finalize in dynamic types as well.
10983
10984 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
10985
10986         * culture-info-table.h : fixed currency format for en-GB (and so on).
10987
10988 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
10989
10990         * gc.c: ensure the GC handles never have 0 as a value.
10991
10992 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
10993
10994         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
10995         a pointer to a struct to unmanaged code. Fixes #72625.
10996
10997 2005-02-16  Martin Baulig  <martin@ximian.com>
10998
10999         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
11000
11001 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
11002
11003         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
11004
11005 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
11006
11007         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
11008
11009         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
11010         UnmanagedFunctionPointerAttribute, use it for determining calling convention
11011         etc. Fixes #71471.
11012
11013         * reflection.c (mono_custom_attrs_get_attr): New helper function.
11014
11015         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
11016
11017 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
11018
11019         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
11020         changes to make the current context a field in MonoThread.
11021
11022 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
11023
11024         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
11025         the last change.
11026         
11027         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
11028         extracted from mono_marshal_get_native_wrapper.
11029
11030         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
11031         to create wrappers around native functions.
11032
11033         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
11034         delegates for arbitrary function pointers. Fixes #71472.
11035
11036 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
11037
11038         * threads.c: cleaned up the code a little.
11039
11040 2005-02-15  Martin Baulig  <martin@ximian.com>
11041
11042         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
11043         the data table.
11044
11045         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
11046         allocate larger chunks if needed.
11047
11048 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
11049
11050         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
11051         in by mistake.
11052
11053 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
11054
11055         * domain.c: keep the domains in an array and ensure the domain ids
11056         are kept small, so they can be used as indexes to domain-specific data
11057         with a small memory overhead.
11058
11059 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
11060
11061         * icall.c: Handle byref types in Type icalls. Fixes #72544.
11062
11063 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
11064
11065         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
11066
11067 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
11068
11069         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
11070
11071         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
11072         values.
11073
11074         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
11075         
11076 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
11077
11078         * domain-internals.h: add the hashtable here.
11079
11080         * class-internals.h: Remove `info' from MonoMethod
11081
11082         * domain.c: Add a new hashtable, jit_trampoline_hash
11083
11084 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
11085
11086         * object.c: don't set the value of static fields
11087         (fixes bug#72494).
11088
11089 2005-02-11  Martin Baulig  <martin@ximian.com>
11090
11091         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
11092         (mono_debug_add_method): Silently ignore the method if it's too big.
11093         (mono_debug_add_type): Likewise.
11094
11095 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
11096
11097         * threads.c, appdomain.c: remove #ifdefs from the code.
11098
11099 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
11100
11101         * metadata-internals.h: Added flags to MonoAssembly to cache the most
11102         common security informations. This allows us to stay in unmanaged code
11103         when doing LinkDemand and it's special cases (except for the first 
11104         time for initialization). The flags a very much used with --security.
11105         * reflection.c|h: Added code to get declarative security attributes 
11106         for LinkDemand and InheritanceDemand. This required to refactor the
11107         existing code for Demand.
11108         * security-manager.c|h: Added new method fields for the special cases
11109         of LinkDemand.
11110
11111 2005-02-10  Martin Baulig  <martin@ximian.com>
11112
11113         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
11114         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
11115
11116 2005-02-10  Martin Baulig  <martin@ximian.com>
11117
11118         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
11119         debugging code; this is almost a complete rewrite.
11120
11121         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
11122
11123 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
11124
11125         * domain.c, object.h: expose mono_string_equal () and 
11126         mono_string_hash ().
11127         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
11128         it's implemented in managed code.
11129
11130 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11131
11132         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
11133         lo leak objects between appdomains.
11134
11135 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11136
11137         * assembly.c: old compilers compilation fix from 
11138         robertj@gmx.net (Robert Jordan).
11139
11140 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
11141
11142         * class-internals.h: Little reminder for the future.
11143
11144         * debug-helpers.c: Fix up wrapper_type_names
11145
11146 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11147
11148         * image.c, metadata-internals.h: when loading an image from a file,
11149         mmap all of it and use the same codepaths as when using a
11150         in-memory image: the code is simpler and we use less memory
11151         (both writable and readonly).
11152
11153 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
11154
11155         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
11156         API to alloc runtime data structures that need to be tracked by the
11157         GC and contain pointers.
11158         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
11159         make the code more readable and eventually use a different GC.
11160
11161 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
11162
11163         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
11164         for out arguments.
11165         
11166 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
11167
11168         * object.c: In release_type_locks(), don't release the cctor lock
11169         if it has already been released. This fixes a crash in the
11170         thread5 test.
11171
11172 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
11173
11174         * gc.c, marshal.c, icall.c: register a delegate for finalization
11175         only when the native function pointer has been allocated for it.
11176
11177 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11178
11179         * object.c: cleaned up some code, allocate objects that are
11180         pointer free with the atomic malloc variant. Allocate memory
11181         for static data from the mempool if it's pointer-free.
11182         Allocate the bounds array at the end of the array data, when needed.
11183         * object-internals.h, object.h: move a private function in a private
11184         header.
11185         * class.c: handle missing case in tracking references in fields.
11186
11187 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
11188
11189         * class.c, class-internals.h: keep track if a type has
11190         reference fields in either the instance or static fields.
11191
11192 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
11193
11194         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
11195         and renamed to MonoRuntimeInfo. Added fields to store the expected
11196         framework assembly version. Changed mono_get_framework_version and
11197         mono_get_runtime_version for a single mono_get_runtime_info method.
11198         
11199         * assembly.c: Added method to remap system assembly versions to the
11200         current executing runtime version. Removed old mapping code.
11201         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
11202         
11203         * icall.c, reflection.c: Track api changes.
11204
11205 2005-02-06  Miguel de Icaza  <miguel@novell.com>
11206
11207         * loader.c (method_from_memberref): Improve error reporting,
11208         produce the class name instead of the typeref/typedef index. 
11209
11210 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
11211
11212         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
11213
11214 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11215
11216         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
11217         stdcall and charset name mangling.  Reorganize the code and add
11218         some tracing stuff.
11219
11220 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
11221
11222         * monodiet.c: More iters!
11223
11224         * marshal.c: Iter usage.
11225
11226         * icall.c: Iter usage.
11227
11228         * object.c: Use iters.
11229
11230         * debug-helpers.c: More iters
11231
11232 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11233
11234         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
11235         under win32.
11236
11237 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
11238
11239         * mono-debug-debugger.c: use iters
11240
11241         * class.c, class-internals.h: mono_class_setup_events is static
11242         now
11243
11244         * All callers: use iters
11245
11246 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11247
11248         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
11249         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
11250
11251 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
11252
11253         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
11254
11255         * marshal.h: Add prototypes for ldfld/stfld_remote.
11256
11257         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
11258         this is called during startup.
11259         
11260 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
11261
11262         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
11263         MonoThreadsSync struct private in monitor.c. Changed the way
11264         MonoThreadsSync is allocated so it's faster and there is no
11265         need to keep track of it with a finalizer and it uses less memory.
11266         This also finally allows us to allocate mono objects as ptrfree when
11267         there are no reference fields.
11268
11269 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
11270
11271         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
11272         disappearing link to the GC interface and use them to simplify
11273         the gchandles code.
11274
11275 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
11276
11277         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
11278         stfld_remote which call mono_load/store_field_new. This allows methods
11279         calling ldfld/stfld wrappers to be AOTed.
11280
11281         * console-io.c: Include sys/filio.h under solaris.
11282         
11283         * console-io.c: Include curses.h if needed correctly.
11284
11285 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
11286         
11287         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
11288         method->klass as well.
11289
11290         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
11291
11292         * class.c (mono_class_init): Switch on lazy initialization of 
11293         methods.
11294
11295         * class.c (mono_class_get_finalizer): Handle the case when the 
11296         finalizer is inherited.
11297
11298 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11299
11300         * console-io.c: <curses.h> is needed by term.h on solaris.
11301
11302 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
11303
11304         * icall.c, class-internals.h, monodiet.c, class.c: Remove
11305         mono_class_setup_properties where possible. Remove this ftn from
11306         the header file, and make it static.
11307
11308 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
11309
11310         * loader.c: Add missing setup_... call.
11311
11312         * class.c: Add missing setup_... calls.
11313
11314         * class.c (mono_class_init): Switch on lazy initialization of 
11315         the generic vtable.
11316         
11317         * class.c (mono_class_init): Fix generics broken by the recent changes.
11318
11319         * monodiet.c (handle_type): Add missing setup_... calls.
11320
11321         * class.c: Back out garbage in previous patch.
11322         
11323         * class.c: Add missing setup_... calls.
11324
11325         * class.c (mono_class_get_method_from_name_flags): Avoid calling
11326         mono_class_setup_methods () if possible.
11327
11328         * class-internals.h (MonoClass): Add 'has_cctor' flag.
11329
11330         * class-internals.h (MonoCachedClassInfo): New structure.
11331
11332         * class.c: Initialize properties and events fields of MonoClass lazily.
11333
11334         * class.c: Add infrastructure for lazily initializing the methods and
11335         vtable fields of MonoClass. Not yet used.
11336
11337         * class.c (mono_class_get_finalizer): New helper function.
11338
11339         * class.c: Add infrastructure for loading some class related data from
11340         an AOT file.
11341
11342         * object.c: Add infrastructure for initializing the vtable from data
11343         in the AOT file.
11344
11345         * gc.c (run_finalize): Use mono_class_get_finalizer ().
11346
11347         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
11348         appropriate initialization function before accessing parts of the
11349         MonoClass structure.
11350
11351         * marshal.c: Fix warnings.
11352         
11353         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
11354
11355         * mono-debug-debugger.c (get_exception_message): Use 
11356         mono_class_get_method_from_name_flags ().
11357
11358 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
11359
11360         * reflection.c, appdomain.c: Replace a few manual searches that
11361         Zoltan missed. (Paolo approved this part of my initial patch).
11362
11363 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
11364
11365         * profiler.c: disable recording statistical events at report time.
11366
11367 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11368
11369         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
11370         to byteswap arrays of enum values, too (bug #72080).
11371
11372 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
11373
11374         * appdomain.c (set_domain_search_path): Allow this to be called if
11375         domain->setup is not yet set.
11376
11377         * loader.c (mono_method_get_index): New helper function.
11378
11379         * loader.c reflection.c: Use mono_method_get_index ().
11380
11381         * class.c (mono_class_get_method_from_name_flags): New helper method.
11382
11383         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
11384         this.
11385
11386         * class.c (mono_class_get_cctor): New helper method.
11387
11388         * string-icalls.c object.c class.c marshal.c reflection.c: Use
11389         mono_class_get_method () to look up methods.
11390
11391 2005-02-01  Miguel de Icaza  <miguel@novell.com>
11392
11393         * console-io.c: Fix the build, this should work on Windows.
11394
11395 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
11396
11397         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
11398         be set to null to keep things valid
11399
11400 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11401
11402         * icall.c: added Console 2.0 icalls.
11403         * Makefile.am: added console-io.[ch]
11404         * console-io.[ch]: internal calls for Console 2.0 API.
11405
11406 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11407
11408         * class.c: make sure we consider all the interfaces
11409         when calculating max_interface_id (bug found by
11410         Jeroen Frijters running ikvm).
11411
11412 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
11413
11414         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
11415         valuetype fields to null.
11416
11417         * object.c (set_value): Ditto. Fixes #71669.    
11418
11419 2005-01-31  Martin Baulig  <martin@ximian.com>
11420
11421         * metadata.c (mono_metadata_has_generic_params): New public
11422         function; checks whether something is a generic method.
11423
11424 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
11425
11426         * appdomain.c: fix infinite recursion when adding assemblies.
11427
11428 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
11429
11430         * object.c: Fix small typo to return all items for Environment.
11431         GetCommandLineArgs.
11432
11433 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
11434
11435         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
11436         reflection.c: more domain and assembly-unload related fixes
11437         and memory leaks plugs.
11438
11439 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
11440
11441         * 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.
11442
11443 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
11444
11445         * loader.c (mono_method_signature): Make this method lazy
11446         (mono_get_method_from_token): Don't computate the signature here.
11447
11448         Doing this saves quite a bit of memory. I got 90 kb on starting up
11449         monodoc. It should also save some disk reads on startup.
11450
11451         * *: MonoMethod->signature might be NULL now. You *MUST* use
11452         mono_method_signature.
11453
11454 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
11455
11456         * object.c (mono_runtime_get_main_args): Return an array from the
11457         current domain here. Fixes #71938.
11458
11459 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
11460
11461         * monitor.c: formatting changes to comply with the
11462         mono coding style and remove #ifdefs from the code.
11463
11464 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
11465
11466         * metadata.c, private.h: remove some unneeded data
11467         and use a more compact representation for table schemas.
11468
11469 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
11470
11471         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
11472         to get a better distribution in hash tables.
11473         * *.c: use mono_aligned_addr_hash() where appropriate.
11474         * assembly.c: make var static.
11475
11476 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
11477
11478         * domain-internals.h: Put MonoJitInfo on a diet.
11479
11480         * domain.c: Fix a warning.
11481
11482 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11483
11484         * gc.c: rework the gc handles code to reuse handles
11485         when freed.
11486
11487 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
11488
11489         * domain.c: fixed long standing bug in mono_string_equal() which
11490         was brought to light with the ldstr changes.
11491
11492 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
11493
11494         * reflection.c: Remove warning by adding missing include for marshal.h
11495
11496 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11497
11498         * domain.c, object.c: change the ldstr_table to hold
11499         MonoString* as keys: makes the runtime isinterned lookup
11500         faster and simplifies memory management.
11501
11502 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
11503  
11504         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
11505         possible to add imperative security checks before calling the icall.
11506         * reflection.c: Return security attributes on the original MonoMethod
11507         (and not the wrapped one). This fix permissions on icalls.
11508
11509 2005-01-25  Dick Porter  <dick@ximian.com>
11510
11511         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
11512         the check for mktime() support actually test the mktime() return
11513         value.  "Fixes" bug 71682, though the output is still different to
11514         MS.
11515
11516 2005-01-25  Martin Baulig  <martin@ximian.com>
11517
11518         * class.c (mono_class_is_assignable_from): Make this work for
11519         generic instances.
11520
11521 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
11522
11523         * marshal.c (mono_string_utf8_to_builder)
11524         (mono_string_builder_to_utf16): We might not have ownership of the
11525         string. In thise case, we need to create a new buffer.
11526
11527         * object-internals.h (mono_stringbuilder_capacity): sb->str might
11528         be null, in which case, use the default capacity.
11529
11530 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11531
11532         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
11533         GC events to the profiler.
11534
11535 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
11536
11537         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
11538         if you don't want the GC to run.
11539
11540 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
11541
11542         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
11543         start providing a GC API and keeping different implementations in
11544         their own file.
11545         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
11546
11547 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
11548
11549         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
11550         mmap rather than allocating a huge buffer.
11551         (mono_debug_close_mono_symbol_file): Free the buffer allocated
11552         above.
11553
11554 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
11555
11556         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
11557         and CheckExecutionRights.
11558         * reflection.c|h: Keep the index of the declarative security to be 
11559         used, instead of the pointer, when AOT compiler is used. Also add 
11560         class initialization when requesting demands.
11561         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
11562         CheckExecutionRights. Both properties are now FALSE by default, and
11563         unmodifiable, unless the --security option is used.
11564
11565 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11566
11567         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
11568         reflection.c: properly refcount images and assemblies, many leaks fixed.
11569
11570 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11571
11572         * threadpool.c: increase the timeout for threads in the thread pool to
11573         10s.  Fixes bug #67159.
11574
11575 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
11576
11577         * class-internals.h: Sun's compiler insists on explicit
11578         signed on bit fields to handle then correctly.
11579
11580 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
11581
11582         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
11583         Make the size of the array fit only the number of invalid path
11584         chars that we have.
11585
11586         * class.c (_mono_class_get): Improve the error reporting when a
11587         class referenced is not found, to assist debugging. 
11588
11589 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
11590
11591         * threads.c: fix off-by-one error.
11592         * domain.c: free data allocated in the domain.
11593
11594 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
11595
11596         * reflection.c (mono_method_body_get_object): Fill out exception info
11597         as well.
11598
11599         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
11600         structure.
11601         
11602 2005-01-19  Martin Baulig  <martin@ximian.com>
11603
11604         * loader.c (mono_get_method_constrained): Make this work again.
11605
11606 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
11607
11608         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
11609         guint16 to match the managed side.
11610
11611         * reflection.c (mono_reflection_body_get_object): Fill out local
11612         variables array.
11613
11614         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
11615         as well.
11616
11617         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
11618         'local_var_sig_token'.
11619
11620 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
11621
11622         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
11623         System.Drawing.
11624
11625         * reflection.c (mono_method_body_get_object): Handle abstract and
11626         runtime methods.
11627
11628 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
11629
11630         * marshal.c, loader.c, class-internals.h, reflection.c:
11631         store the emthod data for a wrapper in an array instead of a list.
11632
11633 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
11634
11635         * marshal.c: change the code to allocate memory more
11636         conservatively for method wrappers.
11637
11638 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
11639
11640         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
11641         fields from MonoClass to the marshal info structure where they belong.
11642
11643 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11644
11645         * class.c, object.c, class-internals.h, marshal.c: rearrange
11646         some fields and tweak some types to lower memory usage.
11647
11648 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
11649
11650         * threads.c (signal_thread_state_change): Handle the case when the
11651         target thread is the current thread.
11652
11653         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
11654
11655         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
11656         emit_ptr_to_object_conv. 
11657
11658         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
11659         marshalling. Fixes #71352.
11660
11661 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
11662
11663         * metadata.h, blob.h: move table enum to blob.h so it can be included
11664         in any header.
11665         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
11666         cut the size of MonoImage/MonoDynamicImage.
11667
11668 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
11669
11670         * profiler.c (mono_profiler_install_simple): Fix default arguments.
11671
11672 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
11673
11674         * reflection.c, reflection.h, icall.c: add a function to check
11675         if an attribute type is defined for a metadata object.
11676
11677 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
11678
11679         * object-internals.h: Added some needed fields from StringBuilder class.
11680         * marshal.c: Set the maxCapacity when creating a StringBuilder.
11681
11682 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
11683
11684         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
11685         threads before shutting down the runtime.
11686
11687         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
11688
11689 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
11690
11691         * object-internal.h, threads.c: implement stacksize and 
11692         parameterized thread start functionality (requires
11693         matching corlib). Marked broken code for later removal.
11694
11695 2005-01-12  Martin Baulig  <martin@ximian.com>
11696
11697         * class-internals.h (MonoGenericClass): Moved the `initialized'
11698         flag to MonoDynamicGenericClass, removed `init_pending'.
11699         (MonoGenericInst): Added `is_reference' flag.
11700
11701 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
11702
11703         * reflection.c (mono_image_create_pefile): Only set the pe_offset
11704         inside the MSDOS header. Fixes #71201.
11705
11706         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
11707         gc thread.
11708         (mono_domain_finalize): Ditto.
11709
11710 2005-01-12  Martin Baulig  <martin@ximian.com>
11711
11712         * class.c (mono_get_shared_generic_class): Use the cache for
11713         non-dynamic generic classes.
11714
11715         * class-internals.h (mono_class_create_generic_2): Removed
11716         function prototype, this function is now static inside class.c.
11717
11718         * class.c (mono_class_create_generic_2): Made this static, only
11719         call it from mono_class_init() and mono_class_setup_parent().
11720         (collect_implemented_interfaces_aux): Call mono_class_init() on
11721         the interfaces we collect.
11722         (mono_class_setup_vtable): Call mono_class_init (class->parent).
11723
11724 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11725
11726         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
11727         it a real thread handle.
11728
11729         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
11730         MonoJitExceptionInfo, since each catch clause needs its own variable.
11731         
11732 2005-01-11  Dick Porter  <dick@ximian.com>
11733
11734         * image.c (mono_pe_file_open): New variant on mono_image_open()
11735         that does not set up the CLI metadata; used for FileVersionInfo so
11736         it can get the data for windows binaries too.
11737         
11738         * process.c (process_read_string_block): Don't read off the end of
11739         the StringTable block.
11740
11741         These both fix bug 70766.
11742
11743 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
11744
11745         * gc.c: set some fields to NULL at GC cleanup time.
11746         * threads.c: if we quit the main thread, call exit ().
11747
11748 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11749
11750         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
11751
11752 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
11753
11754         * threads.h, threads.c, object.c: added accessor and settor for
11755         main_thread. Handle it specially when exiting from it: wait
11756         for other foreground threads to exit.
11757
11758 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
11759
11760         * process.c, verify.c: remove some bloat.
11761
11762 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
11763
11764         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
11765         the calling convention to cdecl under win32.
11766
11767 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
11768
11769         * object.c (mono_object_get_size): New function to get the size of
11770         an object instance.
11771
11772         * profiler.c (simple_allocation): Use above.
11773
11774 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
11775
11776         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
11777         ves_icall_System_AppDomain_getRootDomain (as it's not required to
11778         get an appdomain by it's id and we can't assume the root's id is 0).
11779         * domain-internals.h: Change the function prototype to match.
11780         * icall.c: Change the icall table for AppDomain.
11781
11782 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
11783
11784         * locales.c (string_invariant_compare_char): Only compute
11785         GUnicodeTypes in the case where we need them.  Test for ordinality
11786         first and return if so.
11787
11788         From the commit:
11789
11790                 /*
11791                  * FIXME: here we must use the information from c1type and c2type
11792                  * to find out the proper collation, even on the InvariantCulture, the
11793                  * sorting is not done by computing the unicode values, but their
11794                  * actual sort order.
11795                  */
11796
11797 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
11798
11799         * loader.c: for P/Invoke methods, allow the "Internal" shared
11800         library name to refer to the calling process symbol namespace.
11801
11802 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
11803
11804         * Makefile.am: Add the security manager to the build.
11805         * security-manager.c|h: New. Initialization of the security manager.
11806
11807 2005-01-07  Dick Porter  <dick@ximian.com>
11808
11809         * threads.c: 
11810         * monitor.c: Update thread state during Monitor and WaitHandle
11811         waits.  Fixes bug 71031.
11812
11813 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
11814
11815         * reflection.c (property_encode_signature): Correctly handle when the
11816         property has no methods.
11817
11818 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
11819
11820         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
11821         
11822         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
11823         fields from mb, not rmb. Fixes #71017.
11824
11825         * marshal.c (emit_ptr_to_str_conv): Add support for 
11826         ByValTStr -> string conversion. Fixes #71015.
11827
11828         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
11829
11830         * mempool.c (mono_mempool_contains_addr): New helper function.
11831
11832 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11833
11834         * metadata.c (mono_metadata_compute_size): Fix size calculation of
11835         HasSematics encoded fields.
11836         
11837         * metadata.c (mono_type_to_unmanaged): Improve error message for 
11838         invalid string marshalling.
11839
11840         * metadata.c: Fix warnings.
11841         
11842 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11843
11844         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
11845         profiler support.
11846
11847 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11848
11849         * domain.c object.c domain-internals.h: Revert part of r38077 since the
11850         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
11851         tests.
11852
11853 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
11854
11855         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
11856         so methods containing these can be AOTed.
11857
11858 2005-01-03  Martin Baulig  <martin@ximian.com>
11859
11860         * loader.c (find_method): Removed the hack for generic instances.
11861         (method_from_memberref): If our parent is a generic instance, pass
11862         its generic type definition to find_method() and then inflate the
11863         method.
11864         (mono_get_method_constrained): Pass the generic type definition to
11865         find_method() and inflate the method later.
11866
11867         * class-internals.h (MonoStats): Added `generic_class_count'.
11868
11869         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
11870         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
11871
11872         * reflection.c (mono_custom_attrs_from_params): Don't ignore
11873         generic type definitions.
11874
11875 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
11876
11877         * loader.c icall.c: Fix warnings.
11878
11879 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
11880
11881         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
11882         blittable types. Fixes #70864.
11883
11884 2004-12-29  Martin Baulig  <martin@ximian.com>
11885
11886         * icall.c
11887         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
11888
11889         * reflection.c (mono_method_get_object): Create a
11890         "System.Reflection.MonoGenericMethod" for inflated methods; don't
11891         call mono_get_inflated_method().
11892
11893         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
11894
11895 2004-12-27  Martin Baulig  <martin@ximian.com>
11896
11897         * class-internals.h (MonoMethod): Added `is_inflated' flag.
11898         (MonoMethodInflated): Added `inflated' field.
11899
11900         * class.c (mono_class_inflate_generic_method): Don't really
11901         inflate the method here; just set the `is_inflated' flag in the
11902         MonoMethod.
11903         (mono_class_get_inflated_method): Actually inflate the method here
11904         if it's not already inflated; we use the MonoMethodInflated's new
11905         `inflated' field as a cache.
11906
11907 2004-12-26  Martin Baulig  <martin@ximian.com>
11908
11909         * class.c
11910         (inflate_generic_class): Moved some code out of inflate_generic_type().
11911         (mono_class_inflate_generic_method): If we're already inflated,
11912         inflate the context and use the declaring method; ie. make sure
11913         the declaring method of an inflated method is always the generic
11914         method definition.
11915         (mono_class_create_from_typedef): Create
11916         `class->generic_container->context->gclass'.
11917
11918 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
11919
11920         * metadata-internals.h, marshal.c, reflection.c: More
11921         MonoGHashTable->GHashTable.
11922
11923         * domain-internals.h, class.c: Change MonoGHashTable's into
11924         GHashTables for some cases where no gc stuff is used
11925
11926         All users: update apis
11927
11928 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
11929
11930         * metadata.c (builtin_types): Make this `const'. Makes this get
11931         put into the shareable section.
11932         (mono_metadata_init): Casts to make gcc happy.
11933
11934 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
11935
11936         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
11937
11938 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
11939
11940         * icall.c: Added an internal call to retrieve the position and length
11941         of assembly-level declarative security attributes (RequestMinimum, 
11942         RequestOptional and RequestRefuse). This is used by the Assembly class
11943         to re-create the corresponding permission sets.
11944
11945 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
11946
11947         * marshal.c: fix the stelemref wrapper to be type correct
11948         (and faster).
11949
11950 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
11951
11952         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
11953         to do key & 0x7fffffff. Hashtable already does this. It just
11954         results in longer code.
11955
11956 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
11957
11958         * appdomain.c: Bump corlib version.
11959         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
11960         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
11961         * reflection.c|h: Add functions to get declarative security infos
11962         (blob position and length) for assemblies, classes and methods.
11963
11964 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
11965
11966         * reflection.c: sort the constant table (bug #70693).
11967
11968 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
11969
11970         * object-internals.h, threads.c, domain.c: add accessors for
11971         the MonoThread and MonoDomain tls keys.
11972
11973 2004-12-18  Martin Baulig  <martin@ximian.com>
11974
11975         * class.c (inflate_generic_type): If we're inflating a generic
11976         instance, set `ngclass->context->container = context->container';
11977         ie. the container we inflated into.
11978
11979         * metadata.c (mono_metadata_parse_generic_param): Reflect above
11980         inflate_generic_type() changes.
11981
11982 2004-12-17  Martin Baulig  <martin@ximian.com>
11983
11984         * class-internals.h
11985         (MonoGenericClass): Replaced `MonoType *generic_type' with
11986         `MonoClass *generic_class'.  Removed `dynamic_info'; if
11987         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
11988         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
11989
11990 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
11991
11992         * exception.c (mono_exception_from_token): New helper function.
11993
11994 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
11995
11996         * assembly.c (mono_assembly_load_with_partial_name): Call 
11997         mono_assembly_loaded before invoking the preload hooks. Fixes
11998         #70564.
11999
12000         * object-internals.h (MonoThread): Change culture_info and 
12001         ui_culture_info into an array.
12002
12003         * threads.c: Cache culture info objects from more than one appdomain.
12004
12005         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
12006         current UI culture.
12007
12008 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
12009
12010         * threads.h threads.c appdomain.c: Clear the culture_info field of
12011         all threads during unloading if they point to an object in the dying
12012         appdomain.
12013
12014 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
12015
12016         * culture-info.h (TextInfoEntry): New struct
12017         * object-internals.h: sync with managed
12018         * locales.c: fill the `text_info_data' field
12019         * culture-info-tables.h: update
12020
12021 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
12022
12023         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
12024         collector.
12025
12026 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
12027
12028         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
12029         (ves_icall_ModuleBuilder_getMethodToken): Ditto
12030
12031 2004-12-12  Martin Baulig  <martin@ximian.com>
12032
12033         * mono-debug-debugger.c (write_type): If we're an enum and the
12034         builtin types have already been initialized, call mono_class_init().
12035
12036 2004-12-11  Martin Baulig  <martin@ximian.com>
12037
12038         * metadata.c (mono_metadata_load_generic_params): Added
12039         `MonoGenericContainer *parent_container' argument; automatically
12040         compute `container->is_method'; pass the correct owner to
12041         get_constraints().      
12042
12043         * reflection.c (compare_genericparam): Sort the GenericParam table
12044         according to increasing owners. 
12045
12046 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
12047
12048         * profiler.c: allow disabling the default profiler.
12049
12050 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
12051
12052         * decimal.c, icall.c: allow disabling System.Decimal support.
12053
12054 2004-12-09  Marek Safar <marek.safar@seznam.cz>
12055
12056         * reflection.c: Add support for null attribute arguments.
12057
12058 2004-12-09  Martin Baulig  <martin@ximian.com>
12059
12060         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
12061         names to get rid of compiler warnings.
12062
12063 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
12064
12065         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
12066         mono_marshal_load_type_info (). Fixes #69625.
12067         (mono_marshal_get_ptr_to_struct): Likewise.
12068
12069 2004-12-08  Martin Baulig  <martin@ximian.com>
12070
12071         * mono-debug.h: Bumped version number to 47.
12072
12073         * mono-debug-debugger.c
12074         (mono_debugger_event_handler, mono_debugger_event): Take two
12075         guint64 arguments insteed of a gpointer and a guint32.  
12076
12077 2004-12-08  Martin Baulig  <martin@ximian.com>
12078
12079         * debug-mono-symfile.h
12080         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
12081         `address' to `native_offset'.
12082
12083 2004-12-08  Martin Baulig  <martin@ximian.com>
12084
12085         * class.c (mono_class_create_from_typespec): Only inflate if we
12086         either have `context->gclass' or `context->gmethod'.
12087
12088 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
12089
12090         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
12091
12092         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
12093
12094         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
12095
12096         * reflection.c (mono_assembly_get_object): Remove the workaround put
12097         in for the release.
12098         
12099         * appdomain.c: Use the corlib_internal field from MonoAssembly.
12100
12101         * appdomain.c: Bump corlib version.
12102
12103         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
12104         be visible in other appdomains.
12105
12106 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
12107
12108         * threads.c: Interlocked inc and dec for longs were messed up,
12109         use a KISS based impl for this. Fixes 70234
12110
12111 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
12112
12113         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
12114
12115 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
12116
12117         * icall.c: fix to follow policy not to allow struct
12118         arguments in icalls.
12119
12120 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12121
12122         * process.c: make the patch that handles spaces in file paths work
12123         on mono/windows too.
12124
12125 2004-12-06  Martin Baulig  <martin@ximian.com>
12126
12127         * class.c (mono_class_create_generic): Call
12128         mono_class_setup_supertypes() if we're dynamic.
12129         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
12130
12131 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
12132
12133         * object-internals.h: Add new fields to MonoThread.
12134
12135         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12136
12137         * icall.c threads-types.h threads.c: Add new icalls.
12138
12139         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
12140
12141         * object-internals.h (MonoReflectionAssembly): Sync object layout with
12142         managed side.
12143
12144         * appdomain.c: Bump corlib version.
12145
12146         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
12147         internal assemblies. Fixes #69181.
12148
12149 2004-12-05  Martin Baulig  <martin@ximian.com>
12150
12151         * class.c (mono_class_inflate_generic_signature): Make this a
12152         no-op if `context' is NULL or we don't have any type parameters;
12153         also copy `sentinelpos'.        
12154
12155 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
12156
12157         * image.c: Add unbox_wrapper_cache.
12158
12159         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
12160
12161         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
12162         function generator.
12163         
12164         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
12165         Fixes #70173.
12166
12167         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
12168         
12169 2004-12-04  Martin Baulig  <martin@ximian.com>
12170
12171         * loader.c (mono_method_get_signature_full): New public function;
12172         like mono_method_get_signature(), but with an additional
12173         `MonoGenericContext *' argument.
12174
12175         * class.c (mono_class_inflate_generic_signature): Formerly known
12176         as inflate_generic_signature(); make this public.
12177
12178 2004-12-04  Martin Baulig  <martin@ximian.com>
12179
12180         * metadata.c
12181         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
12182         instead of a `MonoGenericContainer *'.  
12183         (mono_metadata_parse_array_full): Likewise.
12184         (mono_metadata_parse_signature_full): Likewise.
12185         (mono_metadata_parse_method_signature_full): Likewise.
12186         (mono_metadata_parse_generic_inst): Likewise.
12187         (mono_metadata_parse_generic_param): Likewise.
12188         (mono_metadata_parse_mh_full): Likewise.
12189         (mono_type_create_from_typespec_full): Likewise.
12190
12191 2004-12-03  Martin Baulig  <martin@ximian.com>
12192
12193         * class-internals.h (MonoGenericContainer): Replaced the
12194         `MonoGenericContext * pointer with a `MonoGenericContext'
12195         structure and made it the first element.
12196
12197 2004-12-03  Martin Baulig  <martin@ximian.com>
12198
12199         * class.c
12200         (inflate_generic_type): Set the `context->container' when creating
12201         a new MonoGenericContext.
12202         (mono_class_inflate_generic_method): Likewise.
12203         (mono_class_create_from_typespec): Just use `context->container'
12204         to get the container.
12205
12206         * loader.c (method_from_methodspec): Set `context->parent' from
12207         `context->container' - and if that's a method container, use its
12208         parent.  Also set the `context->container' when creating a new
12209         MonoGenericContext.
12210         (mono_get_method_from_token): Use just `context->container' to get
12211         the container.
12212
12213         * metadata.c (do_mono_metadata_parse_generic_class): Also set
12214         `gclass->context->container'.
12215
12216         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
12217         the `context->container' when creating a new MonoGenericContext.
12218
12219 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
12220
12221         * reflection.c (compare_genericparam): Sort params with identical
12222         owner by their number. Fixes gen-111 on sparc.
12223
12224 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
12225
12226         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
12227         around the domain changes.
12228
12229         * appdomain.c (mono_domain_unload): Handle the case when the thread
12230         calling Unload is itself being aborted during unloading. Fixes #70022.
12231
12232         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
12233
12234         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
12235         checkpoint_func as an icall so it gets a wrapper.
12236         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
12237         in the cross-appdomain wrappers too.
12238
12239         * threads.c (mono_thread_has_appdomain_ref): Make this public.
12240
12241         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
12242
12243         * reflection.c: Fix some memory leaks.
12244         
12245 2004-12-02  Martin Baulig  <martin@ximian.com>
12246
12247         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
12248
12249         * metadata.c (generic_class_cache): New static hashtable.
12250         (mono_metadata_lookup_generic_class): New public method.
12251
12252 2004-12-02  Martin Baulig  <martin@ximian.com>
12253
12254         * class.c (mono_class_create_from_typedef): Call
12255         mono_class_setup_parent() and mono_class_create_mono_type() before
12256         parsing the interfaces.
12257
12258 2004-12-02  Martin Baulig  <martin@ximian.com>
12259
12260         * metadata.c (generic_inst_cache): New static hashtable.
12261         (mono_metadata_lookup_generic_inst): New public function.
12262         (mono_metadata_inflate_generic_inst): New public function.
12263         (mono_metadata_parse_generic_inst): New public function.
12264         (do_mono_metadata_parse_generic_class): Use the new
12265         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
12266         since this'll also use the cache.
12267
12268         * reflection.c (mono_reflection_bind_generic_method_parameters):
12269         Use mono_metadata_lookup_generic_inst() to use the new cache.
12270
12271         * class.c (inflate_mono_type): Use
12272         mono_metadata_inflate_generic_inst() to inflate a generic
12273         instance; this'll also use the new cache.
12274
12275         * loader.c (method_from_methodspec): Use
12276         mono_metadata_parse_generic_inst() and
12277         mono_metadata_inflate_generic_inst() rather than parsing it
12278         manually, so we can use the new cache.
12279
12280 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
12281
12282         * threads.c (wait_for_tids): Do not incorrectly free threads when 
12283         the wait times out.
12284
12285 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
12286
12287         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
12288         iter->args based on whether parameters are passed in registers (i.e.
12289         MONO_ARCH_REGPARMS is defined)
12290
12291 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
12292
12293         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
12294         the exception message. Fixes #70070.
12295         (method_from_methodspec): Fix warnings.
12296
12297 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12298
12299         * process.c: (complete_path) return the path quoted
12300
12301 2004-12-01  Martin Baulig  <martin@ximian.com>
12302
12303         * class-internals.h (MonoGenericInst): New structure.
12304         (MonoGenericClass): Replaced `type_argc', `type_argv' and
12305         `is_open' with `MonoGenericInst *inst'.
12306         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
12307         `is_open' with `MonoGenericInst *inst'.
12308
12309 2004-11-30  Martin Baulig  <martin@ximian.com>
12310
12311         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
12312
12313         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
12314         to `generic_class_cache'.
12315
12316         * metadata.c
12317         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
12318         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
12319         (mono_generic_inst_is_valuetype): Renamed to
12320         mono_generic_class_is_valuetype().
12321
12322         * class-internals.h
12323         (MonoGenericInst): Renamed to MonoGenericClass.
12324         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
12325         (MonoClass): Renamed `generic_inst' to `generic_class'.
12326         (MonoGenericContext): Renamed `ginst' to `gclass'.
12327
12328         * object-internals.h
12329         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
12330
12331         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
12332         mono_reflection_generic_class_initialize().
12333
12334         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
12335         now known as "System.Reflection.MonoGenericClass".
12336         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
12337
12338 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
12339
12340         * class-internals.h: Added a flag field to MonoClass to cache the
12341         declarative security attributes actions associated with the class.
12342         * domain-internals.h: Added booleans to MonoJitInfo to cache the
12343         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
12344         applicable to the JITted method.
12345         * reflection.c|h: Added functions to extract (as flags) which security
12346         actions are available (declaratively) for a method, class or assembly.
12347         * metadata.c|h: Added functions to search the declarative security
12348         table in the metadata.
12349         
12350 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
12351
12352         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
12353         EXPORTEDTYPES are already in the class name cache, so there is no
12354         need to add extra code here to look at them. Just removes a bit of
12355         cruft.
12356
12357         (ves_icall_System_Environment_get_TickCount): No need for #if
12358         WINDOWS. We already have the code in io-layer.
12359
12360 2004-11-28  Martin Baulig  <martin@ximian.com>
12361
12362         * loader.c
12363         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
12364         Fixes gen-112.cs.
12365
12366 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
12367
12368         * assembly.c (do_mono_assembly_open): Instead of having a
12369         conditional WITH_BUNDLE, incorporate support for bundles here, by
12370         having a global `bundles' variable holding a pointer to the actual
12371         bundles. 
12372
12373         (mono_register_bundled_assemblies): New API call used by the
12374         bundle code. 
12375
12376         See mkbundle.1 for details.
12377         
12378 2004-11-27  Martin Baulig  <martin@ximian.com>
12379
12380         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
12381         the vtable for generic methods.
12382
12383 2004-11-26  Martin Baulig  <martin@ximian.com>
12384
12385         * metadata.c
12386         (mono_metadata_generic_method_hash): New public function.
12387         (mono_metadata_generic_method_equal): Likewise.
12388
12389         * class-internals.h
12390         (MonoGenericContainer): Added `GHashTable *method_hash'.
12391
12392         * reflection.c (ReflectionMethodBuilder): Added
12393         `MonoGenericContainer *generic_container'.
12394         (reflection_methodbuilder_to_mono_method): Don't create a new
12395         MonoGenericContainer each time we're called.
12396         (mono_reflection_bind_generic_method_parameters): Use
12397         `container->method_hash' to cache the results so we don't create a
12398         different method if we're called several times with the same
12399         arguments.
12400
12401         * loader.c (method_from_methodspec): Use the new
12402         `container->method_hash' here, too.
12403
12404 2004-11-26  Martin Baulig  <martin@ximian.com>
12405
12406         * class.c (inflate_generic_signature): Correctly compute
12407         `res->has_type_parameters'.
12408         (mono_class_vtable): Use the `has_type_parameters' flag to
12409         determine whether we're a generic method.
12410
12411         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
12412
12413 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
12414
12415         * object.c (mono_runtime_run_main): Fix a small memory leak.
12416
12417 2004-11-25  Martin Baulig  <martin@ximian.com>
12418
12419         * class.c (set_generic_param_owner): Fixed the loop.
12420
12421 2004-11-25  Martin Baulig  <martin@ximian.com>
12422
12423         * object.c (mono_class_vtable): Don't create any JIT wrappers for
12424         generic methods.
12425
12426 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
12427
12428         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
12429         names. Fixes #69787.
12430
12431 2004-11-24  Martin Baulig  <martin@ximian.com>
12432
12433         * class.c (mono_class_create_generic_2): If we don't have a
12434         `ginst->parent', inflate `gklass->parent' to get our parent.
12435
12436 2004-11-24  Martin Baulig  <martin@ximian.com>
12437
12438         * reflection.c (compare_genericparam): Correctly sort the
12439         GenericParam table; fixes #69779.
12440
12441 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
12442
12443         * reflection.c: When writing a PE file, don't create a huge
12444         buffer in memory. Just write the arrays we have to the file.
12445         This reduces memory usage.
12446
12447         * metadata-internals.h: MonoDynamicStream pefile is no longer used
12448         globally.
12449
12450 2004-11-17  Martin Baulig  <martin@ximian.com>
12451
12452         * class.c (mono_class_init): Don't setup `class->parent' for
12453         dynamic instances; moved this to mono_class_generic_2().
12454         (mono_class_create_generic): Also set `klass->inited' for dynamic
12455         generic instances.
12456         (mono_class_create_generic_2): Don't do anything for dynamic
12457         generic instances.  Set `klass->parent' here and also call
12458         mono_class_setup_parent() here. 
12459
12460         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
12461         `MonoType *parent' argument; set `ginst->parent' before calling
12462         mono_class_create_generic_2(), so we set the correct parent.
12463
12464 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
12465
12466         * reflection.c: allow getting attributes from ModuleBuilder
12467         (used by ikvm).
12468
12469 2004-11-17  Martin Baulig  <martin@ximian.com>
12470
12471         * class.c (mono_class_create_from_typedef): If a type parameter is
12472         inherited from an outer class, set its owner to that class.
12473
12474 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
12475
12476         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
12477           for (int*) written size. This fixes bug #69592.
12478
12479 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
12480
12481         * icall.c: Added IsAuthenticodePresnet internal call.
12482         * image.c|h: New function that check a MonoImage for an Authenticode
12483         signature in the certificate PE data directory.
12484         * security.c|h: New internal call to ask the runtime if an 
12485         Authenticode signature seems referenced in the PE header.
12486
12487 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
12488
12489         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
12490
12491         * reflection.c (mono_image_create_pefile): Free the assembly streams
12492         after writing out the assembly file.
12493
12494         * object.c (mono_runtime_run_main): Fix small memory leak.
12495
12496         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
12497         property access modifiers. Fixes #69389.
12498
12499 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
12500
12501         * domain.c, object.c, object-internals.h, domain-internals.h,
12502         object.h, marshal.c: keep dynamic code info per domain.
12503
12504 2004-11-15  Martin Baulig  <martin@ximian.com>
12505
12506         * class.c (mono_type_get_name_recurse): Put type arguments in
12507         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
12508         see bug #68387.
12509
12510 2004-11-15  Martin Baulig  <martin@ximian.com>
12511
12512         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
12513         (mono_class_setup_vtable): When computing `the_cname' for a
12514         generic instance, don't include the namespace since we'd otherwise
12515         add it twice.
12516
12517 2004-11-15  Martin Baulig  <martin@ximian.com>
12518
12519         * class.c (mono_class_create_generic): Changed return type to void.
12520         (mono_class_create_generic_2): New public function; setup
12521         `class->method', `class->field' and `class->interfaces' here
12522         instead of in mono_class_init().
12523
12524         * class.h (mono_class_create_generic): Moved to class-internals.h.
12525
12526 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
12527
12528         * reflection.c (mono_image_create_pefile): take a file HANDLE.
12529         rather than writing to memory, write to this file. Right now,
12530         we are just writting into a buffer, and copying that. However
12531         we can avoid the buffer later.
12532
12533         (mono_dynamic_stream_reset): new function
12534
12535         * icall.c, object-internals.h: update for the above.
12536
12537 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
12538
12539         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
12540         have been using gc'd memory. First it is slower, unlikely
12541         the comment in the source code said, secondly, it increases
12542         our footprint to do it in the gc.
12543
12544         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
12545         the method so that it does not have to copy to managed code.
12546
12547 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
12548
12549         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
12550
12551 2004-11-12  Martin Baulig  <martin@localhost>
12552
12553         * reflection.c (mono_image_create_token): Allow generic method
12554         definitions here, since they may appear in an `.override'; see
12555         gen-98/gen-99 for an example.
12556
12557 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
12558
12559         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
12560         #69365.
12561
12562         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
12563         descriptive.
12564
12565 2004-11-11  Martin Baulig  <martin@ximian.com>
12566
12567         * class.c (mono_class_setup_vtable): In an explicit interface
12568         implementation, the method name now includes the arity.
12569
12570 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
12571
12572         * object.c (mono_array_full_copy): Fix warning.
12573
12574 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
12575
12576         * appdomain.c: Removed look_for_method_by_name(). Use the new method
12577         mono_class_get_method_from_name() instead.
12578         
12579         * class-internals.h: Added two new types of wrappers. 
12580         Added MonoRemotingTarget enum. Added new trampoline function type, which
12581         takes an additional MonoRemotingTarget value as parameter, so it is
12582         possible to request a trampoline for a specific target.
12583         
12584         * class.c: Added new mono_class_get_method_from_name() method.
12585         
12586         * class.h: In MonoRemoteClass, we can have now to vtables, one for
12587         general remoting sinks and one specific for cross domain calls.
12588         
12589         * debug-helpers.c: Added new wrapper names.
12590         
12591         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
12592         of a remote class.
12593         
12594         * image.c: Porperly delete value objects form the remoting invoke hashtable.
12595         
12596         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
12597         with several other methods (mono_marshal_get_xappdomain_dispatch,
12598         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
12599         and others) can generate a fast remoting wrapper for cross domain calls.
12600         More information can be found in docs/remoting.
12601         Other changes: Removed mono_find_method_by_name, and used
12602         mono_class_get_method_from_name instead.
12603         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
12604         is stored in the remoting invoke hashtable.
12605         
12606         * marshal.h: published the new method for getting the xdomain wrapper,
12607         and also added a method for getting the adequate wrapper for a given
12608         method and target.
12609         
12610         * object-internals.h, object.c: Added a couple of methods for capying and
12611         cloning arrays.
12612         Modified mono_install_remoting_trampoline, which takes the new remoting
12613         trampoline that has a remoting target as parameter.
12614         mono_class_proxy_vtable now also takes a remoting target as parameter, and
12615         will return the most suitable vtable for the target.
12616         Added mono_remote_class_vtable, which returns the vtable of a remote class
12617         (which can be the normal remoting vtable or the xdomain vtable).
12618         
12619         * threads.c: the xdomain invoke and dispatch wrappers must also be
12620         protected against interruptions.
12621
12622 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12623
12624         * icall.c: use memmove in BlockCopyInternal when the source and
12625         destination arrays are the same.
12626
12627 2004-11-09  Martin Baulig  <martin@ximian.com>
12628
12629         * class-internals.h (MonoGenericContainer): Removed `method' and
12630         `signature', replaced them with `is_method' and `is_signature'
12631         flags.  Added `context'.
12632
12633         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
12634         instead of a `MonoGenericContainer *'.
12635
12636         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
12637         for dynamic type parameters.
12638         (mono_metadata_load_generic_params): Setup `container->context'.
12639
12640         * reflection.c (mono_reflection_setup_generic_class): Setup
12641         `tb->generic_container->context'.
12642         (do_mono_reflection_bind_generic_parameters): Use
12643         mono_class_inflate_generic_type() to correctly inflate types,
12644         rather than using our own hack just for MONO_TYPE_VAR.
12645
12646 2004-11-09  Martin Baulig  <martin@ximian.com>
12647
12648         * class.c (mono_class_inflate_generic_method): Small fix; don't
12649         crash here.
12650
12651         * icall.c
12652         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
12653         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
12654         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
12655         (ves_icall_Type_BindGenericParameters): Likewise.
12656         (ves_icall_Type_get_IsGenericInstance): Likewise.
12657         (ves_icall_Type_GetGenericParameterPosition): Likewise.
12658         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
12659         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
12660         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
12661
12662 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
12663
12664         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
12665         assembly versions and public key tokens. Fixes #69113.
12666
12667 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
12668
12669         * metadata.c: fix bug introduced with the type cache changes
12670         on 2004-11-06.
12671
12672 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
12673
12674         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
12675         the MonoClass pointer instead of the token in exception clauses.
12676         * reflection.c: updates for the above and make the code not depend
12677         on the structure of MonoExceptionClause.
12678
12679 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
12680
12681         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12682         Add support for dynamic assemblies. Fixes #69114.
12683
12684         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
12685
12686 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
12687
12688         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
12689         since most only those methods use it. the code member of
12690         MonoMethodPInvoke was dead, so that can be removed too. Also,
12691         remove inline_count (again, not used), and move slot so that it
12692         can share bits with some other flags. This saves 8 bytes in the
12693         structure and gives us about 50 kb back for mcs helloworld.cs
12694
12695         * *.[ch]: Do naming changes for the above.
12696
12697         * loader.c (mono_method_get_header): Lazily init the header
12698         on first access.
12699         (mono_get_method_from_token): don't init the header here
12700         (mono_free_method): the header may never be allocated
12701
12702         Overall, this saves 150 kb of unmanaged allocations
12703         for mcs helloworld.cs. That accounts for 10% of the unmanaged
12704         memory at runtime.
12705         
12706         * loader.c, loader.h (mono_method_get_header): new accessor.
12707
12708         * *.[ch]: use the above method. Prepares us to lazily load
12709         the header.
12710
12711         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
12712         three warnings, which are actual bugs (see 69206).
12713
12714         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
12715         unused. Saves a cool 4 bytes / method.
12716
12717 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
12718
12719         * metadata.c (builtin_types): Add types for System.Object here.
12720         (mono_metadata_parse_type_full): Cache MonoType*'s that are
12721         for a class or valuetype from klass->this_arg or klass->byval_arg.
12722
12723         On mcs for a hello world, this gets us down from 21836 MonoType's
12724         to 14560.
12725
12726         (mono_metadata_free_type): Account for the above change.
12727
12728 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
12729
12730         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
12731         exception instead of asserting if name is null.
12732         (ves_icall_System_AppDomain_GetData): Ditto.
12733
12734 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
12735
12736         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
12737         EnumBuilder.
12738
12739         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
12740         Return NULL when the domain does not have entry_assembly set.
12741
12742         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
12743         Add a 'resource_modules' argument.
12744         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
12745
12746         * reflection.c (mono_reflection_create_runtime_class): Move setting
12747         of wastypebuilder here, so mono_get_type_object () returns a MonoType
12748         for enums too.
12749
12750         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
12751         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
12752         Throw an ArgumentNullException if 'ptr' is null.
12753
12754         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
12755         assemblies here. Fixes #69020.
12756
12757 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
12758
12759         * reflection.c (build_compressed_metadata): Fix the previous patch for
12760         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
12761         the stack.
12762
12763 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
12764
12765         * assembly.c (mono_assembly_names_equal): Allow a match if one of
12766         the cultures is false. Fixes #69090.
12767
12768         * reflection.c (build_compressed_metadata): Fix invalid memory read 
12769         detected by valgrind.
12770         
12771         * reflection.c (mono_reflection_get_type): Avoid triggering a 
12772         TypeResolve multiple times for the same type. Fixes #65577.
12773
12774 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
12775
12776         * marshal.c: Avoid using ldftn to call managed functions. It is
12777         much slower than just a call.
12778
12779         * reflection.c (mono_module_get_object): free the basename we
12780         allocate here from glib.
12781         
12782         * reflection.c (ensure_runtime_vtable): make sure to free
12783         overrides.  Also, we were allocating an array of MonoMethod not an
12784         array of MonoMethod*.
12785
12786         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
12787
12788         * image.c (mono_image_close): free image->guid here.
12789
12790 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
12791
12792         * reflection.c: Fix some spec conformance issues with the PE file
12793         structures so mcs compiled apps run on the Net 2.0 beta.
12794
12795 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
12796
12797         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
12798         Implement this. Fixes #67264.
12799
12800         * debug-helpers.h debug-helpers.c marshal.c: Move 
12801         mono_find_method_by_name to debug-helpers.c.
12802
12803 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
12804
12805         * object.c (mono_release_type_locks): type_initialization_hash is
12806         a GHashTable.
12807
12808         * reflection.c object.c object-internals.h: Fix warnings.
12809
12810         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
12811         without accessors. Fixes #61561.
12812
12813         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
12814         application base from the root domain if not set. Fixes #65641.
12815         (mono_runtime_init): Fix warning.
12816
12817 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12818
12819         * appdomain.c: call mono_thread_pool_init.
12820         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
12821         of worker threads based on the number of CPUs and the environment
12822         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
12823         for non-windows (windows) systems.
12824
12825 2004-10-27  Chris Toshok  <toshok@ximian.com>
12826
12827         * mono-debug-debugger.c (write_class): don't call mono_class_init
12828         here, as even with the check for (!klass->init_pending), we get
12829         into a situation where we're hitting cycles in class
12830         initialization.  Fixes #68816.
12831
12832 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
12833
12834         * image.c: Avoid overwriting values in the loaded_images_hash when an
12835         assembly is loaded multiple times. Fixes #61152.
12836
12837         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
12838         so multiple satellite assemblies for the same name can be loaded.
12839         Fixes #68259.
12840
12841         * mono_domain_assembly_preload: Actually return the loaded assembly, 
12842         not NULL.
12843
12844         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
12845         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
12846
12847         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
12848         pending finalizers are not invoked after the appdomain has been 
12849         unloaded. Fixes #67862.
12850
12851 2004-10-22  Martin Baulig  <martin@ximian.com>
12852
12853         * mono-debug-debugger.c
12854         (mono_debugger_runtime_invoke): Don't box valuetypes.
12855
12856 2004-10-22  Chris Toshok  <toshok@ximian.com>
12857
12858         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
12859         don't hide private methods.
12860
12861 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
12862
12863         * icall.c: Allows the runtime to "share" (when known) the public key
12864         token of an assembly. This avoid the need to recalculate the token 
12865         (from the public key) in managed code.
12866
12867 2004-10-21  Chris Toshok  <toshok@ximian.com>
12868
12869         * debug-helpers.c (append_class_name): argh, revert last patch.
12870         
12871 2004-10-21  Chris Toshok  <toshok@ximian.com>
12872
12873         * debug-helpers.c (append_class_name): use '+' as the delimiter,
12874         not '/', so that it matches what the debugger uses to look up
12875         methods.
12876
12877 2004-10-21  Martin Baulig  <martin@ximian.com>
12878
12879         * mono-debug-debugger.c (mono_debugger_throw_exception): New
12880         public method; this is called each time an exception is thrown and
12881         allows the debugger to use exception catch points.
12882
12883 2004-10-21  Martin Baulig  <martin@ximian.com>
12884
12885         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
12886         the stack pointer and the exception object in some struct and pass
12887         that to the debugger.
12888
12889 2004-10-21  Chris Toshok  <toshok@ximian.com>
12890
12891         * mono-debug-debugger.c (do_write_class): add instance/static
12892         event support.  We don't expose "raise" or "other" yet.
12893         (event_is_static): new method.
12894
12895 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
12896
12897         * mono-debug-debugger.c
12898         (mono_debugger_handle_exception): Remove
12899         bogus return value for fussy compilers.
12900
12901 2004-10-20  Martin Baulig  <martin@ximian.com>
12902
12903         * mono-debug-debugger.c
12904         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
12905         (mono_debugger_handled_exception): Likewise.
12906
12907 2004-10-20  Martin Baulig  <martin@ximian.com>
12908
12909         * mono-debug-debugger.h (MonoDebuggerEvent): Added
12910         MONO_DEBUGGER_EVENT_EXCEPTION.
12911
12912         * mono-debug-debugger.c (mono_debugger_handle_exception): New
12913         public function to send the debugger a notification for an
12914         exception and inform it about a catch/finally clause.
12915
12916 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
12917
12918         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
12919         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
12920         fix 2.95 build. 
12921
12922         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
12923
12924 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
12925
12926         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
12927         marshalled as [In,Out]. Fixes #58325.
12928
12929 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
12930
12931         * reflection.c (mono_method_body_get_object): Implement some fields.
12932
12933 2004-10-12  Martin Baulig  <martin@ximian.com>
12934
12935         * reflection.c (mono_reflection_bind_generic_parameters): Small
12936         fix, correctly retrieve our parent from a generic instance.
12937
12938 2004-10-12  Martin Baulig  <martin@ximian.com>
12939
12940         * metadata.c (mono_metadata_generic_param_equal): We always have
12941         an owner.
12942
12943         * class.c
12944         (mono_class_from_generic_parameter): We need to have an owner.
12945         (my_mono_class_from_generic_parameter): Likewise.
12946
12947         * reflection.c (mono_reflection_setup_generic_class): Renamed to
12948         mono_reflection_create_generic_class() and added a new
12949         mono_reflection_setup_generic_class().  
12950         (mono_reflection_initialize_generic_param): If we're a nested
12951         generic type and inherited from the containing class, set our
12952         owner to the outer class.
12953
12954 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
12955
12956         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
12957
12958         * reflection.c (mono_method_body_get_object): New function to create
12959         a MethodBody object.
12960
12961         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
12962
12963 2004-10-11  Martin Baulig  <martin@ximian.com>
12964
12965         * metadata.c (_mono_metadata_type_equal): Renamed to
12966         do_mono_metadata_type_equal() and made static.
12967
12968 2004-10-11  Martin Baulig  <martin@ximian.com>
12969
12970         * appdomain.c: Bump corlib version number to 28.
12971
12972 2004-10-10  Martin Baulig  <martin@ximian.com>
12973
12974         * class-internals.h
12975         (MonoGenericInst): Added `MonoGenericContainer *container'.
12976         (MonoGenericMethod): Likewise.
12977         (MonoGenericContext): Likewise.
12978         (MonoGenericParam): Added `MonoGenericContainer *owner'.
12979
12980         * metadata.c
12981         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
12982         (do_mono_metadata_parse_generic_inst): Likewise.
12983         (mono_metadata_parse_type_full): New public method.  This is the actual
12984         mono_metadata_parse_type() implementation - with an additional
12985         `MonoGenericContainer *' argument.
12986         (mono_metadata_parse_array_full): Likewise.
12987         (mono_metadata_parse_signature_full): Likewise.
12988         (mono_metadata_parse_method_signature_full): Likewise.
12989         (mono_metadata_parse_mh_full): Likewise.
12990         (mono_type_create_from_typespec): Likewise.
12991         (mono_metadata_interfaces_from_typedef_full): New public method;
12992         this is similar to the other _full() methods, but we take a
12993         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
12994         (mono_metadata_parse_generic_param): Take an additional
12995         `MonoGenericContainer *' argument and lookup the MonoGenericParam
12996         from that container.
12997         (mono_metadata_generic_param_equal): New static method to compare
12998         two type parameters.
12999         (_mono_metadata_type_equal): New static method; takes an
13000         additional `gboolean signature_only' argument - if true, we don't
13001         compare the owners of generic parameters.
13002         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
13003         with a TRUE argument - do a signature-only comparision.
13004
13005         * loader.c: Use the new _full() methods and pass the
13006         MonoGenericContainer to them.
13007
13008         * object-internals.h (MonoReflectionTypeBuilder): Added
13009         `MonoGenericContainer *generic_container' field.
13010         (MonoReflectionMethodBuilder): Likewise.
13011
13012 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
13013
13014         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
13015         case initial images of dynamic assemblies.
13016
13017         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
13018
13019         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
13020
13021         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
13022         length of event->other array.
13023         (typebuilder_setup_events): Ditto.
13024
13025         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
13026         'assembly_by_name' and add an 'assemblies' list.
13027
13028         * assembly.h assembly.c: Add a new search hook for determining whenever
13029         an assembly is already loaded. Use this instead of searching in the
13030         loaded_assemblies list.
13031
13032         * domain.c appdomain.c: Implement the new search hook so loaded 
13033         assemblies are now scoped by appdomain. Fixes #67727.
13034
13035 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
13036
13037         * threads.c (mono_thread_attach): Initialize synch_lock field so
13038         mono_thread_detach works again.
13039
13040         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
13041         'lib' too. Fixes #63130.
13042
13043 2004-10-06  Jackson Harper  <jackson@ximian.com>
13044
13045         * culture-info-tables.h: regenerated.
13046
13047 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
13048
13049         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
13050         implemented by other interfaces in the result. Fixes #65764.
13051         
13052         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
13053         Handle unloadable modules without crashing.
13054
13055         * image.c (load_modules): Revert the previous patch since modules must
13056         have a fixed index inside the array.
13057         
13058         * image.c (load_modules): Don't include native modules in the modules
13059         array.
13060
13061 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
13062
13063         * reflection.h: Add param_defaults field.
13064
13065         * reflection.c: Add support for parameter defaults in dynamic methods.
13066         Fixes #64595.
13067
13068         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
13069         an empty string when a type has no namespace. Fixes #64230.
13070
13071 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
13072
13073         * tabledefs.h: Added "internal" security actions to support non-CAS
13074         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
13075         Note: they do not seems to be used anymore in 2.0 (new metadata format)
13076
13077 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
13078
13079         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
13080         constructor of abstract class. Fixes #61689.
13081
13082 2004-10-04  Martin Baulig  <martin@ximian.com>
13083
13084         * class-internals.h (MonoGenericContainer): New type.
13085         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
13086         `MonoGenericContainer *generic_container'.
13087         (MonoClass): Replaced `gen_params' and `num_gen_params' with
13088         `MonoGenericContainer *generic_container'.
13089
13090         * metadata.c (mono_metadata_load_generic_params): Return a
13091         `MonoGenericContainer *' instead of a `MonoGenericParam *';
13092         removed the `num' argument.
13093
13094 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
13095
13096         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
13097         for dynamic images.
13098
13099         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
13100         machine fields.
13101
13102         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
13103
13104         * reflection.c: Save pe_kind and machine values into the generated
13105         image file.
13106
13107         * appdomain.c: Bump corlib version number.
13108
13109         * object-internals.h: Reorganize layout of LocalBuilder.
13110
13111         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
13112         New helper function.
13113
13114         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
13115         created MonoType for dynamic types. Fixes #66180.
13116
13117 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
13118
13119         * threadpool.c: the ares hashtable needs a critical section around it.
13120         this prevents some nasty segfaults
13121
13122 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
13123
13124         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
13125         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
13126         bug 67324).
13127         
13128 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
13129
13130         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
13131         
13132 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
13133
13134         * image.c: Always canonicalize image file names, to avoid loading
13135         the same assembly twice when referenced using a relative path.
13136
13137 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
13138
13139         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
13140
13141         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
13142
13143         * marshal.c: Fix warnings.
13144
13145 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
13146
13147         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
13148         attempting to marshal the delegate_trampoline as the method_addr.
13149         This patch has a static hashtable of marshalled delegates so that 
13150         we can map delegate_trampoline addresses back to delegates.  This
13151         allows a delegate passed to managed code to be passed back into native
13152         code.  Fixes #67039
13153
13154 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
13155
13156         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
13157
13158         * reflection.c (method_encode_code): Align method headers properly.
13159         Fixes #66025.
13160
13161 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
13162
13163         * marshal.c: In the runtime invoke wrapper, reset the abort
13164         exception if it is cached. This avoids the automatic rethrowal of 
13165         the exception after the catch of the wrapper. Also check for pending
13166         interruptions before calling the managed method. This is done using
13167         the new method emit_thread_force_interrupt_checkpoint, since the
13168         normal checkpoint method is ignored when running the invoke wrapper.
13169         * object.c: If the abort exception is rethrown, set the abort_exc
13170         field of the thread, so it will be rethrown aftere every catch.
13171         * threadpool.c: Only run an interruption checkpoint if what has been
13172         requested is a stop of the thread (aborts will be ignored).
13173         * threads.c: By default, a thread will now never be interrumped while
13174         running the runtime invoke wrapper (this ensures that runtime_invoke
13175         will always return to the caller if an exception pointer is provided).
13176         There is a new special method mono_thread_force_interruption_checkpoint()
13177         to force an interruption checkpoint even if running a protected
13178         wrapper, which is used by the same runtime invoke wrapper to do a check
13179         at a safe point.
13180
13181 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
13182
13183         * object.c, object-internals.h: Implemented mono_release_type_locks,
13184         which releases the cctor locks held by a thread.
13185         * threads.c, threads.h: In thread_cleanup, release cctor locks held
13186         by a thread. Added mono_thread_exit() method to be used to safely stop
13187         a thread.
13188
13189 2004-09-28  Raja R Harinath  <rharinath@novell.com>
13190
13191         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
13192         Move null check before dereference.  Avoid indexing beyond the end
13193         of the 'modules' array.
13194
13195 2004-09-28  Raja R Harinath  <rharinath@novell.com>
13196
13197         * metadata-internals.h (MonoImage): Add module_count field.
13198         * image.c (load_modules): Set image->module_count.
13199         (mono_image_load_file_for_image): Use image->module_count.
13200         * reflection.c (mono_image_load_module): Append to image->modules array 
13201         of dynamic assembly.
13202         (mono_module_get_object): Fix loop to actually increment index.
13203         Use image->module_count.
13204         * assembly.c (mono_assembly_load_references): Use image->module_count.
13205         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
13206         Likewise.
13207
13208 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
13209
13210         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
13211         Avoid assert on generic types.
13212
13213 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
13214
13215         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
13216
13217         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
13218
13219         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
13220         function to convert a MarshalSpec structure to its managed counterpart.
13221
13222         * reflection.c: Fix warnings.
13223         
13224         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
13225         field.
13226
13227         * icall.c (mono_create_icall_signature): Fix build.
13228
13229 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
13230
13231         * icall.c: Add MakePointType icall.
13232
13233         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
13234         warnings.
13235
13236 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13237
13238         * threadpool.c: reuse allocated slots in the queue.
13239
13240 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
13241
13242         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
13243
13244         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
13245
13246         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
13247         previous change.
13248
13249         * tabledefs.h: Add constants for pinvoke attributes BestFit and
13250         ThrowOnUnmappableChar.
13251
13252         * icall.c (ves_icall_Type_GetPacking): New icall.
13253
13254 2004-09-24  Martin Baulig  <martin@ximian.com>
13255
13256         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
13257
13258 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13259
13260         * appdomain.c:
13261         (mono_domain_set): allow setting a domain that is being unloaded.
13262         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
13263         being unloaded.
13264
13265 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
13266
13267         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
13268         the GetCustomAttributes icall.
13269
13270 2004-09-23  Martin Baulig  <martin@ximian.com>
13271
13272         * object-internals.h (MonoReflectionGenericParam): Replaced
13273         'has_ctor_constraint', `has_reference_type' and `has_value_type'
13274         with `guint32 attrs'.
13275
13276 2004-09-23  Martin Baulig  <martin@ximian.com>
13277
13278         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
13279
13280 2004-09-23  Martin Baulig  <martin@ximian.com>
13281
13282         * object-internals.h (GenericParameterAttributes): New enum.
13283
13284 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
13285
13286         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
13287         
13288         * class.c (init_events): Fill out event->other field.
13289
13290         * class.c: Fix warnings.
13291
13292         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
13293
13294 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
13295
13296         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
13297         walk which doesn't supply the IL offset.
13298
13299 2004-09-22  Martin Baulig  <martin@ximian.com>
13300
13301         * reflection.c (mono_reflection_setup_internal_class): If we're
13302         System.ValueType, System.Object or System.Enum, set
13303         `klass->instance_size' and create the vtable.
13304         (mono_reflection_create_internal_class): If we're an enum type,
13305         get the base class from our current corlib.
13306
13307 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
13308
13309         * reflection.h (MonoResolveTokenError): New type.
13310
13311         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
13312         icall.
13313
13314         * icall.c: Add an 'error' argument to the ResolveToken icalls.
13315
13316 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
13317
13318         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
13319         Support also calling constructors, but only for already allocated objects.
13320
13321 2004-09-17  Geoff Norton <gnorton@customerdna.com>
13322
13323         * reflection.c (type_get_qualified_name): If the klass is null
13324         return the typename to avoid a NullRefEx.
13325         (encode_cattr_value): Get the qualified name of the boxed type,
13326         not the underlying enumtype.  Fixes #62984.
13327
13328 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
13329
13330         * marshal.c: Fix problems with previous checkin.
13331
13332 2004-09-21    <vargaz@freemail.hu>
13333
13334         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
13335         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
13336
13337         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
13338
13339 2004-09-21  Geoff Norton <gnorton@customerdna.com>
13340
13341         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
13342         should only return a type for pointers, arrays, and passbyref types.
13343         Fixes bug #63841.
13344
13345 2004-09-21  Martin Baulig  <martin@ximian.com>
13346
13347         * domain.c (mono_debugger_check_runtime_version): New public
13348         function.
13349
13350         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
13351
13352 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
13353
13354         * reflection.c: Added missing sort to the declarative security 
13355         attributes table. MS implementation stops seeing the attributes if the
13356         token number regress in the table (as shown by ildasm and permview).
13357
13358 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
13359
13360         * object-internals.h (MonoReflectionModule): Add 'token' field.
13361         
13362         * reflection.c (mono_reflection_get_token): Add support for Module
13363         and Assembly.
13364         (mono_module_get_object): Set 'token' field.
13365         (mono_module_file_get_object): Set 'token' field.
13366
13367         * icall.c: Add new Assembly and Module icalls.
13368
13369         * appdomain.c: Bump corlib version.
13370
13371 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
13372
13373         * loader.h loader.c class.h class.c: Add helper functions for obtaining
13374         tokens of metadata objects.
13375
13376         * reflection.h reflection.c (mono_reflection_get_token): New function
13377         to obtain the token of a metadata object.
13378
13379         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
13380
13381 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
13382
13383         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
13384         
13385         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
13386
13387 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
13388
13389         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
13390         * object-internals.h: Added 3 MonoArray* members to MonoReflection
13391         AssemblyBuilder to access the permissions set in the class lib.
13392         * reflection.c: Added security attributes encoding step in 
13393         mono_image_build_metadata.
13394         * tabledefs.h: Added new security actions defined in 2.0:
13395         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
13396
13397 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
13398
13399         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
13400         macro parameter.
13401
13402 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
13403  
13404         * locales.c: nullify the ICU_collator member of CompareInfo when it is
13405           finalized. There where random SIGSEVs at program termination, when
13406           an object being finalized was trying to do a string comparison and
13407           the current culture was already finalized.
13408  
13409 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13410
13411         * threads.c: call thread_cleanup before finishing the thread if we get
13412         there.
13413
13414 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
13415
13416         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
13417         assemblies from the parent. Fixes #65665.
13418
13419 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
13420
13421         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
13422         modifiers.
13423
13424 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
13425
13426         * reflection.h: add prototype for mono_get_dbnull_object
13427         * reflection.c: add prototypes for get_default_param_value_blobs 
13428         and mono_get_object_from_blob for fussier compilers
13429
13430 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
13431  
13432         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
13433         false deadlock checks in class initialization.
13434  
13435 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
13436
13437         * image.c (mono_image_addref): Fix comment.
13438
13439         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
13440         possible.
13441
13442 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
13443
13444         * reflection.c (mono_param_get_objects): Modified to return
13445         ParameterInfo.DefaultValue object.
13446
13447         (get_default_param_value_blobs):
13448         (mono_get_object_from_blob):
13449         (mono_get_dbnull_object): New helper routines. 
13450
13451         * object.c (mono_get_constant_value_from_blob): New helper routine
13452         carved out from get_default_field_value ()
13453
13454         * object-internals.h (mono_get_constant_value_from_blob): Added
13455         function declaration.
13456
13457 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
13458
13459         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
13460         referenced assemblies. Fixes #62135.
13461
13462         * exception.h exception.c (mono_get_exception_file_not_found2): New
13463         helper function.
13464
13465 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
13466
13467         * class.h class.c: Add mono_type_get_underlying_type ().
13468
13469 2004-09-09  Geoff Norton <gnorton@customerndna.com>
13470
13471         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
13472         Fix GetTypes() to support dynamically created assemblies.
13473
13474 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
13475
13476         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
13477         
13478         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
13479         previous patch.
13480
13481         * reflection.h reflection.c loader.c: Allow dynamic construction of
13482         pinvoke methods. Fixes #65571.
13483         
13484         * reflection.c (mono_reflection_get_type): Revert previous change since
13485         it causes regressions.
13486
13487 2004-09-08  Martin Baulig  <martin@ximian.com>
13488
13489         * class.c (class_compute_field_layout): Don't call
13490         mono_class_layout_fields() for open generic instances.
13491
13492 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
13493         * threads.c appdomain.c: fix typo in GC macro
13494
13495 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13496
13497         * threads.c: don't call mono_thread_detach() in start_wrapper(),
13498         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
13499
13500 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
13501
13502         * image.c (mono_image_close): Applied patch from 
13503         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
13504         assembly is loaded multiple times from data.
13505         
13506         * image.c (mono_image_open): Fix warning.
13507
13508 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13509
13510         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
13511         once. Fixes #58334.
13512         
13513         * reflection.c (mono_reflection_create_runtime_class): Initialize
13514         klass->nested_classes. Fixes #61224.
13515
13516 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
13517
13518         * threads.c: sched_yield() on exit, to allow threads to quit.
13519
13520 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13521
13522         * object.c (mono_unhandled_exception): Remove leftover debug code.
13523
13524 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
13525
13526         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
13527
13528 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13529
13530         * marshal.c (emit_marshal_array): Really null terminate string arrays.
13531         
13532         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
13533
13534 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13535
13536         * marshal.c (emit_marshal_array): Null terminate string arrays.
13537         
13538         * marshal.c (raise_auto_layout_exception): Fix warning.
13539
13540         * reflection.c (mono_param_get_objects): Initialize the default value
13541         with DBNull.Value, not null. Fixes #62123.
13542
13543 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
13544
13545         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
13546         throw an exception with a cute explanation.
13547
13548 2004-09-06  Dick Porter  <dick@ximian.com>
13549
13550         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
13551         Close the new process's thread handle, as we don't use it.  The
13552         handle stays around forever otherwise.
13553
13554 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13555
13556         * object.c (arith_overflow): Fix warning.
13557
13558         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
13559         calling conventions in method refs. Fixes #65352.
13560
13561         * reflection.c: Fix warnings.
13562
13563 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
13564
13565         * icall.c: Add a new icall for Array.Clear
13566
13567 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
13568
13569         * object.c: When allocating an array, we have to throw
13570         an overflow exception if any of the lengths are < 0.
13571
13572 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13573
13574         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
13575         properly. Also move implementation of string array marshalling to 
13576         managed code. Fixes #42316.
13577
13578 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13579
13580         * assembly.c: provide more information when loading an assembly fails.
13581
13582 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13583
13584         * filewatcher.c: don't expect the development fam package to be
13585         installed.
13586
13587 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
13588
13589         * marshal.c: Make a copy of the signature cookie since it will be
13590         freed by the caller.
13591         
13592         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
13593
13594         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
13595
13596         * metadata.c (mono_metadata_free_marshal_spec): New function to free
13597         marshal specs.
13598
13599         * marshal.c: More refactoring.
13600         
13601         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
13602         smaller functions.
13603
13604 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
13605
13606         * object.c: In mono_message_invoke, fill the output parameter array after
13607           calling the managed method (it was done before the call). This fixes
13608           bug #59299.
13609
13610 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
13611
13612         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
13613         as well.
13614
13615 2004-09-02  Martin Baulig  <martin@ximian.com>
13616
13617         * class.c (mono_class_instance_size): Don't allow generic type
13618         definitions or open generic instances.
13619         (mono_class_array_element_size): If we're a value type, call
13620         mono_class_instance_size() on the original class.
13621
13622         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
13623         handle generic instances.
13624
13625         * mono-debug-debugger.c (write_type): Handle generic instances
13626         like classes.
13627
13628 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
13629
13630         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
13631         the allocation request fails. Fixes #65089.
13632
13633         * object.c (mono_runtime_free_method): Do not call mono_free_method.
13634         
13635         * object.c (mono_runtime_free_method): New function to free a dynamic
13636         method.
13637
13638         * marshal.c (mono_delegate_free_ftnptr): New function to free the
13639         delegate trampoline.
13640
13641         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
13642         with hasthis as dynamic,
13643
13644         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
13645
13646         * domain.c (mono_jit_info_table_remove): New function to remove an
13647         entry from the jit info table.
13648
13649         * class-internals.h (MonoMethod): Add 'dynamic' field.
13650
13651         * loader.c: Fix warnings.
13652
13653 2004-09-01  Martin Baulig  <martin@ximian.com>
13654
13655         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
13656         instead of mono_debugger_lock() because the latter one is a no-op
13657         unless running in the debugger.
13658
13659 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13660
13661         * class.c (class_compute_field_layout): Classes with auto-layout or
13662         reference fields are not blittable.
13663         
13664 2004-09-01  Dick Porter  <dick@ximian.com>
13665
13666         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
13667         mono_image_get_filename() to get the assembly location.
13668
13669         * icall.c:
13670         * metadata.h: Fix compile warnings
13671
13672 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13673
13674         * class.c (class_compute_field_layout): System.Object is blittable.
13675
13676         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
13677         as in/out. Fixes #59909.
13678
13679 2004-09-01  Martin Baulig  <martin@ximian.com>
13680
13681         * metadata.h (MONO_TYPE_ISREFERENCE): Call
13682         mono_metadata_generic_inst_is_valuetype() if we're a generic
13683         instance to check whether our underlying type is a reference type.
13684
13685 2004-09-01  Martin Baulig  <martin@ximian.com>
13686
13687         * metadata.c (mono_type_size): If we're a generic instance, call
13688         mono_class_value_size() for value types.
13689
13690 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
13691
13692         * marshal.c: Implement more custom marshalling functionality. Fixes
13693         #64915.
13694
13695 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
13696
13697         * mono-debug.c, debug-mono-symfile.c: add some locking love.
13698
13699 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
13700
13701         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
13702
13703         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
13704
13705         * icall.c: Fix some warnings.
13706
13707         * threads.c (abort_appdomain_thread): Fix unref errors.
13708         (mono_thread_current): Fix THREAD_DEBUG define.
13709
13710 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
13711
13712         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
13713
13714         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
13715
13716 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
13717
13718         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
13719         string arrays.
13720
13721 2004-08-28  Martin Baulig  <martin@ximian.com>
13722
13723         * metadata.c
13724         (mono_metadata_generic_inst_is_valuetype): New public function.
13725
13726         * metadata.h (MONO_TYPE_ISSTRUCT): Call
13727         mono_metadata_generic_inst_is_valuetype() if we're a generic
13728         instance to check whether our underlying type is a valuetype.
13729
13730 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
13731
13732         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
13733         #63768.
13734
13735 2004-08-25  Martin Baulig  <martin@ximian.com>
13736
13737         * loader.c (mono_get_method_from_token): Abstract methods can also
13738         be generic and thus have type parameters.
13739
13740         * metadata-internals.h
13741         (MonoDynamicImage): Added `GPtrArray *gen_params'.
13742
13743         * reflection.c (mono_image_get_generic_param_info): Don't create a
13744         metadata row, just add an entry to the `gen_params' array.
13745         (build_compressed_metadata): Sort the `gen_params' array and then
13746         actually create the metadata.
13747
13748 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13749
13750         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
13751
13752 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
13753
13754         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
13755
13756 2004-08-24  Martin Baulig  <martin@ximian.com>
13757
13758         * class.cs (mono_class_is_subclass_of): Like an interface, a
13759         generic instance also derives from System.Object.
13760
13761 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
13762
13763         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
13764         custom modifiers to be in any order. Fixes #61990.
13765
13766 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
13767
13768         * object.c: Register mono_object_new_fast icall.
13769         
13770         * object.c (mono_class_get_allocation_ftn): Return to calling
13771         mono_object_new_fast, since it seems faster to compute the object 
13772         size in unmanaged code than passing it as a parameter.
13773
13774         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
13775
13776         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
13777         this function with Boehm as the oom handler, so we don't have to check
13778         the result of GC_malloc.
13779
13780         * object.c: Remove checks for oom.
13781
13782         * object.h object.c (mono_class_get_allocation_ftn): New function to
13783         return the icall which can be used to allocate an instance of a given
13784         class. 
13785
13786         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
13787
13788         * class-internals.h: Add 'enabled' field.
13789
13790 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
13791
13792         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
13793
13794 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
13795         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
13796         value 0x0010.
13797
13798 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
13799
13800         * appdomain.c: use the Tls function for appdomain too,
13801         at Zoltan's request. Actually return in mono_context_get
13802
13803         * appdomain.c, profiler.c, threads.c: use __thread
13804
13805 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
13806
13807         * appdomain.c threads.c: Call GC_CreateThread on windows.
13808
13809         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
13810         multiple libraries since this don't work on windows.
13811
13812 2004-08-18  Martin Baulig  <martin@ximian.com>
13813
13814         * class-internals.h
13815         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
13816         MonoMethodHeader.
13817
13818         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
13819         MonoMethodNormal since we also need it for abstract and interface
13820         methods.
13821
13822         * reflection.c
13823         (build_compressed_metadata): Sort the GenericParam table.
13824         (mono_image_create_token): Added `gboolean create_methodspec'
13825         argument; this is false when generating a MethodImpl token.
13826         (reflection_methodbuilder_to_mono_method): Abstract and interface
13827         methods may also have generic parameters.
13828
13829 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
13830
13831         * appdomain.c: thread local alloc
13832
13833 2004-08-17  Martin Baulig  <martin@ximian.com>
13834
13835         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
13836
13837         * icall.c
13838         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
13839         argument.
13840
13841         * class.c (mono_type_get_full_name): New public function.
13842         (mono_type_get_name): Don't include the type arguments.
13843
13844 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
13845
13846         * Makefile.am: Build static versions of libmetadata and libmonoruntime
13847         for inclusion into the mono executable.
13848
13849 2004-08-16  Martin Baulig  <martin@ximian.com>
13850
13851         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
13852         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
13853
13854 2004-08-14  Martin Baulig  <martin@ximian.com>
13855
13856         * class.c (dup_type): Also copy the `byref' field.
13857
13858 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
13859
13860         * reflection.c (create_dynamic_mono_image): Revert the last change 
13861         since it breaks bootstrap.
13862
13863 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
13864
13865         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
13866
13867         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
13868         not free them with g_free.
13869
13870 2004-08-11  Martin Baulig  <martin@ximian.com>
13871
13872         * reflection.c (mono_reflection_setup_internal_class): Also call
13873         mono_class_setup_mono_type() if we already have a `tb->type.type'.
13874
13875 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
13876
13877         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
13878         called during default (first) AppDomain creation. Keep track of
13879         Evidence when loading assemblies.
13880
13881 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
13882
13883         * opcodes.c, opcodes.h: reduce runtime relocations.
13884
13885 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
13886
13887         * culture-info.h, locales.c: fixes and chages to sue the new
13888         optimized format of the locale data.
13889         * culture-info-tables.h: regenerated.
13890
13891 2004-08-06  Geoff Norton <gnorton@customerdna.com>
13892         
13893         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
13894
13895 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
13896
13897         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
13898         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
13899         * domain-internals.h: icall declaration.
13900         * icall.c: icall registration.
13901         * object-internals.h: New fields in MonoAssembly for CAS.
13902
13903 2004-08-05  Duncan Mak  <duncan@ximian.com>
13904
13905         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
13906         CEE_LDELEM_ANY.
13907
13908 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
13909
13910         * reflection.c: fix to deal with object[] arrays in custom ctors
13911         (bug #62550).
13912
13913 2004-08-05  Martin Baulig  <martin@ximian.com>
13914
13915         * class.c (mono_class_array_element_size): Added support for
13916         generic instances and correctly handle "recursive" types.
13917
13918 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
13919
13920         * assembly.c: Fix warnings.
13921
13922 2004-08-04  Martin Baulig  <martin@ximian.com>
13923
13924         * class.c
13925         (mono_type_get_name_recurse): Added `gboolean include_arity'
13926         argument specifying whether or not we should include the generic
13927         arity in the type name.
13928         (_mono_type_get_name): New static function.
13929         (mono_class_setup_vtable): If we're a generic instance, don't
13930         include the generic arity in the names of explicit method
13931         implementations.        
13932
13933 2004-08-03  Martin Baulig  <martin@ximian.com>
13934
13935         * class.c (mono_type_get_name_recurse): Enclose the generic type
13936         arguments in `<', '>'.
13937
13938 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13939
13940         * gc.c: make GC warning messages use the trace API, they are just
13941         noise to most of the users.
13942
13943 2004-08-03  Martin Baulig  <martin@ximian.com>
13944
13945         * debug-mono-symfile.c (read_string): Correctly read the string.
13946
13947 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
13948
13949         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
13950         
13951         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
13952         icalls.
13953         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
13954
13955 2004-07-30  Martin Baulig  <martin@ximian.com>
13956
13957         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
13958         Reflect latest symbol writer changes.   
13959
13960 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
13961
13962         * object.c: always create an object if null is passed
13963         to Invoke() where a valuetype is expected.
13964
13965 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
13966
13967         * marshal.c (mono_marshal_init): make managed
13968         signatures match native ones better for 64bits.
13969
13970 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13971
13972         * appdomain.c: hack to build correctly the private bin path on windows.
13973         Fixes bug #61991.
13974
13975 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
13976
13977         * assembly.c: Load mscorlib from the correct framework directory
13978           (mono/<version>/mscorlib.dll).
13979         * appdomain.h: Added prototypes for new functions.
13980         * internals.h: Added some prototypes.
13981         * domain.c: When initializing the runtime, get from the executable and
13982           the configuration files the runtime version that the app supports.
13983           Added support methods for reading app.exe.config. Added list of versions
13984           supported by the JIT. Added two new methods: mono_init_from_assembly,
13985           which initializes the runtime and determines the required version from
13986           the provided exe file, and mono_init_version, which initializes
13987           the runtime using the provided version.
13988         * icall.c: Get machine.config from version-specific directory.
13989         * reflection.c: When generating an image, embed the version number
13990           of the current runtime.
13991
13992 2004-07-28  Dick Porter  <dick@ximian.com>
13993
13994         * socket-io.c
13995         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
13996         returned sockaddr size before creating the remote address object.
13997         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
13998         61608.
13999
14000 2004-07-28  Dick Porter  <dick@ximian.com>
14001
14002         * locales.c (string_invariant_compare_char): Fix invariant char
14003         compares between upper and lower cases.  Fixes bug 61458.
14004
14005 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
14006         
14007         * marshal.c: actually cache stelem.ref wrappers.
14008         
14009 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
14010
14011         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
14012         sections and remove the mono_cli_rva_map () function.
14013
14014 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
14015
14016         * debug-mono-symfile.c: fix one more endianess issue, from a patch
14017         by Geoff Norton (<gnorton@customerdna.com>).
14018
14019 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
14020
14021         * class.c: fix class loads for pointer types (typeof(int) !=
14022         typeof(int*)).
14023
14024 2004-07-27  Martin Baulig  <martin@ximian.com>
14025
14026         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
14027         reading the debugging information from an external ".mdb" file.
14028
14029 2004-07-24  Martin Baulig  <martin@ximian.com>
14030
14031         * reflection.c (mono_image_get_type_info): Only write a class
14032         layout entry if we actually have a size or a packing size.
14033
14034 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
14035
14036         * reflection.c (type_get_fully_qualified_name): 
14037         insert cast to get type checking of ?: with non-gcc compilers
14038
14039 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
14040
14041         * rand.c: use g_getenv for both lookups of
14042         MONO_EGD_SOCKET
14043
14044 2004-07-17  Martin Baulig  <martin@ximian.com>
14045
14046         * reflection.c (mono_reflection_bind_generic_method_parameters):
14047         Set `gmethod->reflection_info'.
14048
14049 2004-07-17  Martin Baulig  <martin@ximian.com>
14050
14051         * class.c (mono_class_create_from_typedef): Insert the newly
14052         created class into the hash table before computing the interfaces
14053         since we could be called recursively.
14054
14055 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
14056
14057         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
14058         function to implement stelem.ref in managed code
14059         * class-internals.h, debug-helpers.c: a new wrapper type
14060         for the above.
14061
14062 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
14063
14064         * gc.c: allow GC handles to work even when no GC is compiled in.
14065         Fix part of bug #61134 (GetAddrOfPinnedObject).
14066
14067 2004-07-13  Peter Williams  <peter@newton.cx>
14068  
14069         * process.c (complete_path): Make sure we don't attempt to execute
14070         directories.
14071  
14072 2004-07-12  Geoff Norton <gnorton@customerdna.com>
14073
14074         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
14075           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
14076           and will add/subtract the hour if needed
14077
14078 2004-07-12  Martin Baulig  <martin@ximian.com>
14079
14080         * reflection.c (mono_field_get_object): If we have
14081         `field->generic_info', take the attributes from
14082         `field->generic_info->generic_type'.    
14083
14084 2004-07-12  Martin Baulig  <martin@ximian.com>
14085
14086         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
14087         This function must be called before initializing the runtime.
14088         (mono_debug_init_1): New function; call this after initializing
14089         the runtime, but before loading the assembly.  It tells the
14090         debugger to load corlib and the builtin types.
14091
14092         * mono-debug-debugger.c: Did some larger changes in the debugging
14093         code; support recursive class declarations, make sure we actually
14094         add all classes.
14095
14096 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14097
14098         * debug-helpers.c: undo my previous patch and fixed the real issue in
14099         ../mini/exceptions-x86.c
14100
14101 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14102
14103         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
14104         when no HOME env. variable was set and a NullRef was thrown in a .cctor
14105         called from other .cctors.
14106
14107 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
14108
14109         * loader.c: Removed the mono_loader_wine_init hack now that we are
14110         doing a managed version of Windows.Forms.
14111
14112 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
14113
14114         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
14115         threadpool.c, threads.c: remove static data from rootset.
14116
14117 2004-07-09  Dick Porter  <dick@ximian.com>
14118
14119         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
14120         Don't do any more processing if the matched length was 0.  It was
14121         increasing the size of the string before.  Fixes bug 61167.
14122
14123 2004-07-09  Dick Porter  <dick@ximian.com>
14124
14125         * socket-io.h:
14126         * socket-io.c
14127         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
14128         Add support for SO_PEERCRED if its available.
14129
14130 2004-07-09  Peter Bartok <pbartok@novell.com>
14131         * loader.c: winelib.exe.so error message is now only displayed if
14132         MONO_DEBUG is set. To help us avoid questions when people are trying
14133         out the new Managed.Windows.Forms.
14134
14135 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
14136
14137         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
14138         for isinst and castclass wrappers.
14139
14140         * class-internals.h icall.c: Move registration and lookup of JIT icalls
14141         to libmetadata from the JIT, so they could be used by the marshalling
14142         code and the interpreter.
14143
14144         * marshal.c: Register marshalling related JIT icalls here instead of
14145         in mini.c. Use CEE_MONO_ICALL instead of the family of 
14146         CEE_MONO_PROC<x> opcodes to call marshalling functions.
14147
14148         * metadata.h: Remove unneeded marshalling conversions.
14149
14150         * opcodes.c: Update for new opcodes.
14151         
14152 2004-07-08  Martin Baulig  <martin@ximian.com>
14153
14154         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
14155         (mono_debug_get_domain_data): Make this function static.
14156
14157 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
14158
14159         * gc.c, object.h: add nice GC handle API for embedders.
14160
14161 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
14162
14163         * reflection.c: more changes for the new api
14164
14165         * object.c: When we reflect on a field w/ a constant value, it
14166         will not have a memory location, so we must access metadata. Also,
14167         allow easier reading of strings so that we can read them from
14168         the constant data.
14169
14170         * class.c (mono_class_layout_fields): no need for literal fields here.
14171
14172         * class-internals.h: api changes for const fields
14173
14174         * icall.c (ves_icall_get_enum_info): use new apis for const fields
14175
14176 2004-07-06  Martin Baulig  <martin@ximian.com>
14177
14178         * mono-debug.h: Increment version number to 44.
14179
14180         * mono-debug.c (mono_debug_add_wrapper): The second argument is
14181         now a gpointer, rewrote this whole method.
14182
14183         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
14184         function.  Add information about the wrapper in a new "misc table".
14185
14186         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
14187         for the new misc table.
14188
14189 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
14190
14191         * metadata-internals.h image.c: Add a cache for helper signatures.
14192
14193         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
14194
14195 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
14196
14197         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
14198         delegates from a delegate. Fixes #61033.
14199         
14200         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
14201         marshalling of stringbuilder arrays. Fixes #59900.
14202
14203 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
14204
14205         * icall.c: Add EnumBuilder:setup_enum_type icall.
14206
14207 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
14208
14209         * icall.c: Added a new icall for the property version of
14210         OffsetOfStringData.
14211
14212 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
14213
14214         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
14215         it has a constant size across platforms.
14216
14217         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
14218         stack trace.
14219
14220 2004-06-29  Martin Baulig  <martin@ximian.com>
14221
14222         * mono-debug.c (mono_debug_add_method): Protect the whole function
14223         in mono_debugger_lock(), not just parts of it.
14224
14225 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
14226
14227         * reflection.c: make sure padding bytes in heaps are zeroed.
14228
14229 2004-06-24  David Waite  <mass@akuma.org>
14230
14231         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
14232         image.c, loader.c, locales.c, marshal.c, metadata.c,
14233         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
14234         string-icalls.c, threads.c: change to C90-style comments from C99 /
14235         C++ -style
14236
14237 2004-06-24  Dick Porter  <dick@ximian.com>
14238
14239         * threads.c
14240         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
14241         return createdNew.  Fixes bug 60412.
14242
14243         * threads-types.h: 
14244         * icall.c: Add createdNew parameter to CreateMutex icall
14245
14246 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
14247
14248         * reflection.c, object-internals.h: save default value in params.
14249
14250 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14251
14252         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
14253         no need to build a new path combining that with the application base.
14254         Fixes bug #60442.
14255
14256 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
14257
14258         * reflection.c: fixed minor standard compliance issues.
14259
14260 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
14261
14262         * reflection.c: fixed issue with encoding some custom attributes
14263         (arrays in properties and fields, bug #60411).
14264
14265 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14266
14267         * reflection.c: fix start address when copying the public key token.
14268
14269 2004-06-23  Martin Baulig  <martin@ximian.com>
14270
14271         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
14272         the `exc' object in a static object to put it into the GC's root set.
14273
14274 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
14275
14276         * reflection.c: make mono_reflection_setup_internal_class ()
14277         callable a second time to setup a new parent class.
14278
14279 2004-06-23  Dick Porter  <dick@ximian.com>
14280
14281         * threads.c: Check for WAIT_IO_COMPLETION return values.
14282
14283 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
14284
14285         * appdomain.c: Removed the g_free on the public key token. Now copy 
14286         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
14287         * assembly.c: Added public key token string value when loading 
14288         assemblies. Fix bug #60439.
14289         * icall.c: Added missing informations (like public key) in 
14290         GetReferencedAssemblies. Fix #60519.
14291         * image.h: Changed definition for public key token from const char*
14292         public_tok_value to guchar public_key_token [17];
14293         * reflection.c: Updated for changes to public key token.
14294
14295 2004-06-22  Lluis Sanchez Gual
14296
14297         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
14298         for the field in base classes.
14299
14300 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
14301
14302         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
14303         mark headers as not supported, they are installed only for use by the
14304         debugger.
14305
14306 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
14307
14308         * *.c, *.h: avoid namespace pollution in public headers.
14309
14310 2004-06-21  Martin Baulig  <martin@ximian.com>
14311
14312         * exception.c (mono_get_exception_security): It's in
14313         "System.Security", not in "System".
14314
14315         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
14316         the exception classes.
14317
14318 2004-06-21  Martin Baulig  <martin@ximian.com>
14319
14320         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
14321         Protect the exception object from being finalized.
14322
14323 2004-06-21  Martin Baulig  <martin@ximian.com>
14324
14325         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
14326         public function.
14327
14328 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
14329
14330         * reflection.c: Load the assembly in mono_reflection_type_from_name,
14331         if it was not loaded before. Fix parts of #60439.
14332
14333 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
14334
14335         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
14336         code that was broken since Ben's change: wrappers are now
14337         dependent on the method signature only again.
14338
14339 2004-06-21  Martin Baulig  <martin@ximian.com>
14340
14341         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
14342         added interface support.
14343
14344 2004-06-21  Martin Baulig  <martin@ximian.com>
14345
14346         * class.c (mono_vtable_get_static_field_data): New public method.
14347
14348 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
14349
14350         * filewatcher.c : Windows build fix to be compliant with API changes.
14351
14352 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
14353
14354         * class.h, class.c: more accessors.
14355         * metadata.h, metadata.c: prepare for hiding MonoType and
14356         MonoMethodSignature: people should use the accessors from now on
14357         outside of the tree.
14358
14359 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
14360
14361         * *.c, *.h: more API cleanups.
14362
14363 2004-06-18  Jackson Harper  <jackson@ximian.com>
14364
14365         * assembly.c: Trace loading assemblies.
14366         * loader.c: Trace loading native libraries.
14367         * mono-config.c: Trace loading config files.
14368         
14369 2004-06-18  Dick Porter  <dick@ximian.com>
14370
14371         * locales.c: Tell ICU the lengths of strings, it can cope with
14372         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
14373
14374 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
14375
14376         * image.c: swapped name/filename;
14377
14378 2004-06-18  Martin Baulig  <martin@ximian.com>
14379
14380         * mono-debug-debugger.c (write_class): Write the parent class at
14381         the end of the header.
14382
14383 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
14384
14385         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
14386
14387 2004-06-17  Raja R Harinath  <rharinath@novell.com>
14388
14389         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
14390         (bundle_obj): New conditional define.
14391         (BUILT_SOURCES): Remove.
14392         ($(bundle_srcs)): Make parallel-make safe.
14393         (libmonoruntime_la_LIBADD): Make unconditional.
14394         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
14395         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
14396
14397 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
14398
14399         * culture-info-tables.h: It was inconsistent with the latest
14400           supp info files.
14401
14402 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
14403
14404         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
14405         be loaded.
14406
14407         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
14408         with gcc 2.95.
14409
14410 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
14411
14412         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
14413         cleaned up public header threads.h.
14414
14415 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
14416
14417         * Makefile.am, *.c, *.h: more API cleanups.
14418
14419 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
14420
14421         * Makefile.am: removed monosn from compilation.
14422         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
14423         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
14424         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
14425         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
14426         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
14427         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
14428
14429 2004-06-15  Jackson Harper  <jackson@ximian.com>
14430
14431         * assembly.c: Make locales lower case when searching the GAC for
14432         assemblies. gacutil will always make locales lowercase when
14433         installing so this effectively makes them case insensitive.
14434         
14435 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
14436
14437         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
14438         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
14439           parameter which allows to choose whether the wait can be interrupted or 
14440           not. Also added the method mono_monitor_enter(), which locks the monitor
14441           using an infinite wait and without allowing interruption.
14442           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
14443           interrupted.
14444         * object.h: Added new fields in MonoThread. suspend_event holds the event
14445           used to susped/resume the thread. synch_lock is the lock object to use for
14446           modifying the thread state.
14447         * threads.c: Use the new synch_lock object for locking, instead of "this",
14448           which can generate deadlocks.
14449           Moved thread state change in Thread.Sleep and Thread.Join from managed
14450           to unmanaged code. This avoids a deadlock when the thread was suspended
14451           just after acquiring the thread lock.
14452           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
14453           Implemented Thread.Suspend using an event instead of ThreadSuspend,
14454           which is not fully implemented in the io-layer.
14455         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
14456
14457 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
14458
14459         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
14460         threads-types.h: more API cleanups.
14461
14462 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
14463
14464         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
14465         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
14466         threadpool.c, threads.c: first pass at the exported API cleanup.
14467
14468 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
14469
14470         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
14471
14472 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14473
14474         * icall.c: added internalGetHome.
14475
14476 2004-06-14  Dick Porter  <dick@ximian.com>
14477
14478         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
14479         possible to return successfully when '.' or '..' were the only
14480         entries in a directory, but were skipped.  The MonoIOStat was not
14481         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
14482         Fixes bug 59574.
14483
14484 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
14485
14486         * reflection.c: make binaries run on .Net 1.1 by default.
14487
14488 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
14489
14490         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
14491
14492 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
14493
14494         * marshal.c: keep track of struct size with explicit layout
14495         (bug #59979).
14496
14497 2004-06-12  Martin Baulig  <martin@ximian.com>
14498
14499         * mono-debug-debugger.c: Comment out a debugging g_message().
14500
14501 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
14502
14503         * reflection.c, reflection.h: do not free custom attrs that are cached.
14504         * icall.c: use braces to make code clearer.
14505
14506 2004-06-11  Martin Baulig  <martin@ximian.com>
14507
14508         * class.h (MonoInflatedField): New type.
14509         (MonoClassField): Replaced `MonoType *generic_type' with
14510         `MonoInflatedField *generic_info'.
14511
14512         * icall.c
14513         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
14514
14515 2004-06-11  Martin Baulig  <martin@ximian.com>
14516
14517         * reflection.c (mono_image_create_method_token): Correctly encode
14518         varargs methods.
14519
14520 2004-06-11  Martin Baulig  <martin@ximian.com>
14521
14522         * metadata.c (mono_metadata_parse_method_signature): When parsing
14523         a MethodDef which has VarArgs, also set sentinelpos if we don't
14524         have any parameters.
14525
14526 2004-06-11  Martin Baulig  <martin@ximian.com>
14527
14528         * verify.c (mono_method_verify): In CEE_CALL, use
14529         mono_method_get_signature() to get the method's signature, unless
14530         we're a PInvoke method.
14531
14532 2004-06-10  Jackson Harper  <jackson@ximian.com>
14533
14534         * assembly.c: Use <path>/lib/mono/gac for the extra paths
14535         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
14536         logical name as the supplied path is just a prefix to the gac not
14537         the direct path to it.
14538         
14539 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
14540
14541         * reflection.c: make the token for a created method match
14542         the token of the MethodBuilder it was created from
14543         (IKVM requires this behaviour now).
14544
14545 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
14546
14547         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
14548         reflection.c, socket-io.c: leak fixes.
14549
14550 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
14551
14552         * icall.c: handle sentinel pos in vararg methods in position different
14553         from 0.
14554
14555 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14556
14557         * culture-info-tables.h: freshly generated.
14558
14559 2004-06-09  Martin Baulig  <martin@ximian.com>
14560
14561         * loader.c (mono_get_method_constrained): Call `mono_class_init
14562         (constrained_class)'.   
14563
14564 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
14565
14566         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
14567         any methods. Fixes #59629.
14568
14569 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14570
14571         * culture-info-tables.h: reflecting locale-builder updates.
14572
14573 2004-06-08  Dick Porter  <dick@ximian.com>
14574
14575         * object.h:
14576         * locales.c: Fixed compile warnings, including a real bug in
14577         CompareInfo_internal_compare.
14578         
14579 2004-06-08  Dick Porter  <dick@ximian.com>
14580
14581         * locales.c
14582         (ves_icall_System_Globalization_CompareInfo_internal_index):
14583         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
14584         Double-check the resuls of usearches, because ICU currently
14585         ignores most of the collator settings here.  Fixes bug 59720.
14586         
14587 2004-06-08  Dick Porter  <dick@ximian.com>
14588
14589         * locales.c
14590         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
14591         Fix memory leak and segfault-causing typo.  No idea how this one
14592         lasted so long without being noticed.
14593
14594 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
14595
14596         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
14597         any methods. Fixes #59629.
14598
14599 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14600
14601         * assembly.c:
14602         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
14603         own the critical section before). Removed dead code (that's done
14604         in the preload hook).
14605
14606         (mono_assembly_load_with_partial_name): call the preload hook.
14607
14608 2004-06-08  Martin Baulig  <martin@ximian.com>
14609
14610         * metadata.c (mono_metadata_signature_alloc): Default
14611         `sentinelpos' to -1.
14612
14613         * reflection.c (mono_image_get_array_token): Likewise.
14614
14615 2004-06-08  Martin Baulig  <martin@ximian.com>
14616
14617         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
14618
14619         * metadata.c (mono_metadata_parse_method_signature): When parsing
14620         a MethodDef which has VarArgs, set sentinelpos.
14621
14622         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
14623         `gint16' since we're using -1 for non-varargs methods.
14624
14625         * reflection.c
14626         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
14627         (method_encode_signature): Added varargs support.
14628         (method_builder_encode_signature): Likewise.
14629         (mono_image_get_varargs_method_token): New static method.
14630         (mono_image_create_method_token): New public method; this is
14631         called via an icall instead of mono_image_create_token() when
14632         calling a varargs method.       
14633
14634 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
14635
14636         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
14637
14638 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14639
14640         * culture-info-tables.h : Reflecting the latest locale-builder that
14641           fixed empty array representation ({} to {0}).
14642
14643 2004-06-07  Jackson Harper  <jackson@ximian.com>
14644
14645         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
14646         looking up extra gac paths. This allows MONO_GAC_PATH to act
14647         exactly like a prefix.
14648         
14649 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14650
14651         * reflection.c (mono_reflection_type_from_name): Make a copy of the
14652         type name before modifying it. Fixes #59405.
14653
14654 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14655
14656         * culture-info.h: added fields for "all datetime patterns".
14657         * locales.c: (  ves_icall_System_Globalization_CultureInfo
14658           _construct_datetime_format ()): fill xxx_patterns fields.
14659         * object.h: added fields for "all datetime patterns" to
14660           MonoDateTimeFormatInfo.
14661         * culture-info-tables.h: reflecting locale-builder updates.
14662
14663 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14664
14665         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
14666         the event has no add and remove methods. Fixes #59629.
14667
14668 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
14669
14670         * object.c: Fixed possible integer overflow when allocating large
14671         strings.
14672
14673 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14674
14675         * culture-info-tables.h: reflecting locale-builder updates.
14676
14677 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14678
14679         * culture-info-tables.h: reflecting locale-builder updates.
14680
14681 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
14682
14683         * culture-info-tables.h: reflecting locale-builder updates.
14684
14685 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
14686
14687         * threads.c: Made Thread.Sleep abortable.
14688
14689 2004-06-02  Martin Baulig  <martin@ximian.com>
14690
14691         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
14692
14693         * debug-mono-symfile.h: Bumped symbol file version number to 37.
14694
14695 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
14696
14697         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
14698
14699 2004-05-30  Jackson Harper  <jackson@ximian.com>
14700
14701         * reflection.c: Do not hardcode assembly versions or public key
14702         tokens anymore. All of this except the corlib section was dead
14703         code anyways.
14704         
14705 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
14706
14707         * object.c (mono_runtime_invoke_array): Automatically create boxed
14708         objects for byref valuetypes if needed. Fixes #59300.
14709         
14710         * object.c (mono_method_return_message_restore): Handle 
14711         MONO_TYPE_OBJECT as well.
14712
14713 2004-05-28  Jackson Harper  <jackson@ximian.com>
14714
14715         * reflection.c: The modified type encoding was causing build
14716         problems. Reverted for now.
14717         
14718 2004-05-28  Jackson Harper  <jackson@ximian.com>
14719
14720         * reflection.c/h: Take an assembly ref so that we dont create
14721         fully qualified names when encoding types in the same assembly as
14722         the custom attribute being emitted.
14723         * appdomain.c: Increment version number.
14724         
14725 2004-05-26  Duncan Mak  <duncan@ximian.com>
14726
14727         * icall.c
14728         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
14729         Set the full version number (major, minor, build, revision).
14730
14731 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
14732
14733         * marshal.c (emit_struct_conv): increment src/dst after blit
14734         (mono_marshal_get_managed_wrapper,
14735         mono_marshal_get_native_wrapper): make sure we have marshalling
14736         info before marshalling params (info computation affects
14737         blittable)
14738
14739         * class.c (class_compute_field_layout): correctly deal with
14740         blittable
14741         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
14742         value types (as per what windows dows by default)
14743         (mono_class_setup_mono_type): System.ValueType is blittable
14744         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
14745         blittable
14746
14747         * marshal.c (mono_marshal_load_type_info): flag types  as
14748         non-blittable if the native layout doesn't match the managed
14749         layout
14750
14751 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14752
14753         * appdomain.c: don't add stuff in the private search path that is
14754         above the application base. If application base is not set, there's
14755         no private search path.
14756
14757 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
14758
14759         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
14760         byref struct arguments in native->managed marshalling.
14761
14762 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
14763
14764         * marshal.c (mono_marshal_get_runtime_invoke): correctly
14765         cache methods using signature (special case for methods
14766         that are value type or string class)
14767         
14768         * image.c (mono_image_close): clean up allocated GSList's
14769         in runtime_invoke_cache.
14770
14771 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14772
14773         * mono-config.c: set the correct path for mono_cfg_dir on windows when
14774         there's no MONO_CFG_DIR environment variable defined.
14775
14776 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14777
14778         * threads.c: windows version must be >= 0x0500 to include OpenThread.
14779
14780 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
14781
14782         * threadpool.c: Really wait for 500ms after the async call, even if the wait
14783           is interrumped.
14784         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
14785           before waiting for it, and call CloseHandle after the wait to unref it.
14786           This will make sure that handles are not disposed too early.
14787
14788 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14789
14790         * appdomain.c:
14791         * appdomain.h:
14792         * icall.c: removed
14793         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
14794         needed now.
14795
14796         * object.c: se the application_base only for the domain that runs
14797         Main. Fixes bug #59216,
14798
14799 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14800
14801         * appdomain.c:
14802         * object.c: only the domain in which Main is run have
14803         SetupInformation.ConfigurationFile set, so moved a few lines from
14804         appdomain.c to object.c.
14805
14806 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14807
14808         * appdomain.c: we tried to load [name].(dll|exe), but according
14809         to bug #57710, we must also try [culture]/[name].(dll|exe) and
14810         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
14811         There's a test case attached to bug #58922.
14812
14813 2004-05-27  Dick Porter  <dick@ximian.com>
14814
14815         * icall.c:
14816         * file-io.c: Implemented icalls for locking and unlocking regions
14817         in a file.
14818         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
14819         FALSE on error (fixes both compiler warning and real bug.)
14820
14821 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
14822
14823         * culture-info-tables.h: reflecting locale-builder updates.
14824
14825           (Added missing ChangeLog entry for 05/26)
14826
14827 2004-05-27  Jackson Harper  <jackson@ximian.com>
14828
14829         * locales.c: Fix some cut and paste errors.
14830         
14831 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14832
14833         * mono-config.c: set the correct path for config. directory on windows.
14834
14835 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14836
14837         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
14838           on win32.
14839
14840 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14841
14842         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
14843         from pinvoke functions.
14844         
14845         * marshal.c (mono_ftnptr_to_delegate): Implement this.
14846
14847 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14848
14849         * culture-info-tables.h: reflecting locale-builder updates.
14850
14851 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14852
14853         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
14854         #59086.
14855
14856 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
14857
14858         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
14859         * icall.c: Modified icalls for RNG.
14860         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
14861         Windows (CryptoAPI).
14862
14863 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14864
14865         * locales.c: Fix build.
14866
14867 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
14868
14869         * culture-info-tables.h: reflecting locale-builder updates.
14870
14871 2004-05-25  Jackson Harper  <jackson@ximian.com>
14872
14873         * locales.c: When creating the current culture use the $LANGs
14874         specific culture. So DateTimeFormat and NumberFormat entries are created.
14875         
14876 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14877
14878         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
14879         a char array as parameter.
14880
14881 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
14882
14883         * image.c: In mono_image_open(), always use an absolute path name to
14884           look for already loaded images.
14885
14886 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
14887
14888         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
14889         missing in the windows build (like older cygwin include files).
14890
14891 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
14892
14893         * icall.c: Fixed check for possible integer overflow in Buffer_
14894         BlockCopy icall. Replaced comments style // by /* */.
14895
14896 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
14897
14898         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
14899         
14900         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
14901         check after MONO_VTADDR. Fixes pinvoke2.exe.
14902
14903         * marshal.h marshal.c metadata.h: Add beginnings of support for
14904         ftnptr -> delegate marshalling.
14905
14906 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
14907
14908         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
14909         * threads.c: Fix warnings.
14910
14911 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
14912
14913         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
14914         * icall.c: Registered icalls for Suspend and Resume.
14915         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
14916           Thread.Abort.
14917         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
14918         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
14919         * process.c: Use WaitForSingleObjectEx.
14920         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
14921           checkpoints.
14922         * threads.c, threads.h: Make use of new Ex wait methods. Improved
14923           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
14924           for Suspend and Resume. Added new mono_thread_stop, used for stoping
14925           background threads. Added basic support for Abort in Windows.
14926           Start new threads using a managed delegate invoke wrapper. This wrapper
14927           has an interruption checkpoint that is needed since an interruption
14928           can be requested before the thread leaves the unmanaged code that starts 
14929           the thread.
14930         * marshal.c: Added interruption checkpoint after every native call, and
14931           also before managed calls for wrappers called from unmanaged code to
14932           go into managed code.
14933         * object.h: Added new field in MonoThread to keep track of interruption
14934           requests.
14935
14936 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
14937
14938         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
14939         calls.
14940
14941 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14942
14943         * appdomain.c:
14944         * assembly.c:
14945         * gc.c:
14946         * locales.c:
14947         * mono-config.c:
14948         * rand.c: getenv -> g_getenv (windows!)
14949
14950         * process.c: complete_path is also used on non-windows platforms.
14951
14952 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14953
14954         * icall.c: new signature for Process_Start.
14955
14956         * process.[ch]: new signature for Process_Start. If we're on windows
14957         and UseShellExecute is false, we have to search for the program by
14958         ourselves if we don't get a full path.
14959
14960 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
14961
14962         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
14963         marshalling and call CleanUpNativeData if needed. Fixes #58646.
14964
14965 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14966
14967         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
14968         Fixes bug #58373.
14969
14970 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14971
14972         * process.c: use double quotes to quote program name and arguments on
14973         windows. Fixes bug #58575.
14974
14975 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14976
14977         * file-io.c: don't return "." and ".." when using windows Find*File.
14978
14979 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
14980
14981         * marshal.c: Don't pass wrappers to message init because method 
14982         addressed used to lookup metadata. part of remoting[2|3] fix.
14983
14984 2004-05-15  Jackson Harper  <jackson@ximian.com>
14985
14986         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
14987         path is essentially the same as MONO_PATH except that it points to
14988         GACs instead of lib directories.
14989         * loader.h: The user gac is gone so we dont need function to
14990         enable/disable it.
14991         * mono-config.c: user gac option is now gone.
14992         
14993 2004-05-15  Jackson Harper  <jackson@ximian.com>
14994
14995         * culture-info.h: Make defines more consistent, add calendar data
14996         to the culture info table.
14997         * culture-info-tables.h: Add basic calendar data. Basically
14998         everyone gets default gregorian until all the data is
14999         updated.
15000         * locales.c: Use the new consistent defines. Set calendar data for
15001         culture info objects.
15002         * object.h: add a field for calendar data to CultureInfo
15003         
15004 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
15005
15006         * image.c: image->runtime_invoke_cache is keyed on signatures now.
15007         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
15008         a signature.
15009         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
15010         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
15011         an extra param that is the pointer of the method to invoke. The IL for
15012         the invoke method is no longer specific to the method, but to the
15013         signature of the method. Thus, we can share the same code for multiple
15014         methods. This reduces the number of methods that have to be compiled.
15015
15016 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
15017
15018         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
15019
15020         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15021
15022         * icall.c: Optimize Buffer.BlockCopy.
15023
15024 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15025
15026         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
15027         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
15028         quote). Changed them to "MMMM yyyy".
15029
15030 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
15031
15032         * rand.c
15033         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
15034
15035 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
15036
15037         * reflection.h: Updated after changes to managed structures.
15038
15039         * appdomain.c: Bump corlib version.
15040
15041 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15042
15043         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
15044         windows.
15045
15046 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15047
15048         * Makefile.am: link to ../os/libmonoos.la on windows.
15049
15050         * assembly.c:
15051                 -If MONO_DEBUG, warn about non-existing directories in
15052                 MONO_PATH.
15053                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
15054                 compile time variable.
15055                 -Removed init_default_path and call mono_set_rootdir from
15056                 libmonoos.a instead (windows only).
15057
15058         * assembly.h: declare mono_assembly_getrootdir().
15059
15060         * domain.c:
15061         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
15062
15063         * loader.c: s/getenv/g_getenv/
15064
15065 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
15066
15067         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
15068
15069         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
15070
15071         * metadata.h: Add new marshalling conversions.
15072
15073         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
15074         function.
15075
15076         * reflection.c (mono_reflection_get_type): Lookup the type in all
15077         modules of a multi-module assembly. Fixes #58291.
15078
15079 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
15080
15081         * threads.c: Before aborting a background, set the StopRequested
15082         state.  This avoids throwing the Abort exception.
15083         In mono_thread_manage, don't continue with the shutdown until all
15084         aborted threads have actually stopped.
15085
15086 2004-05-10  Jackson Harper  <jackson@ximian.com>
15087
15088         * locales.c: Remove the modifier from culture names.
15089         
15090 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15091
15092         * Makefile.am: monosn is not installed any more. It has been deprecated
15093         in favor of sn.
15094
15095 2004-05-07  Jackson Harper  <jackson@ximian.com>
15096
15097         * locales.c
15098         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
15099         Fix array construction, add bailout if the length is 0.
15100
15101 2004-05-07  Dick Porter  <dick@ximian.com>
15102
15103         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
15104         machine doesn't have a DNS entry.  Patch by Urs Muff
15105         (umuff@quark.com), fixes bug 57928.
15106
15107 2004-05-06  Jackson Harper  <jackson@ximian.com>
15108
15109         * reflection.c: Handle null PublicTokens properly. alloc mem for
15110         assembly names culture so we dont crash when freeing it.
15111         
15112 2004-05-06  Jackson Harper  <jackson@ximian.com>
15113
15114         * assembly.c: Check the usergac when loading with partial names.
15115         
15116 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
15117
15118         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
15119         does nothing for now (not required for Linux/Windows) but the class
15120         library can call it (and a newer or modified runtime could need it).
15121         * icall.c: Registred icall.
15122
15123 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15124
15125         * loader.c: prints a message on module loading error we set MONO_DEBUG
15126         environment variable.
15127
15128 2004-05-05  Jackson Harper  <jackson@ximian.com>
15129
15130         * appdomain.c: Handle PublicKeyToken=null properly.
15131         
15132 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
15133
15134         * environment.c|h: Added icall ves_icall_System_Environment_
15135         GetOSVersionString to get the current OS version as a string.
15136         * icall.c: Registred icall.
15137
15138 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
15139
15140         * object.c: in mono_object_get_virtual_method(), take into account that
15141         non-virtual methods don't have a slot in the vtable. Check needed when
15142         the object is a proxy.
15143
15144 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
15145
15146         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
15147         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
15148
15149         * object.c (mono_class_compute_gc_descriptor): Fix warning.
15150
15151         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
15152         passed when a valuetype is expected.
15153
15154         * object.c (mono_unhandled_exception): Only set the exit code if the
15155         exception happens in the main thread. Fixes thread5.exe.
15156
15157         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
15158         invalid names. Fixes #58047.
15159
15160 2004-05-03  Jackson Harper  <jackson@ximian.com>
15161
15162         * assembly.c: This line was committed accidently and is unneeded.
15163         
15164 2004-05-03  Jackson Harper  <jackson@ximian.com>
15165
15166         * icall.c: Add new icall for Assembly::LoadWithPartialName
15167         * assembly.c/.h: new function that probes the GAC to load partial
15168         assembly names by Paolo Molaro.
15169         
15170 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15171
15172         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
15173         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
15174         (type_get_fully_qualified_name): Added PublicKeyToken when building a
15175         full type name.
15176
15177 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15178
15179         * appdomain.c: fixed check for 'neutral' culture and removed warning.
15180         * reflection.c: fix bug when parsing a full type name and Version is not
15181         the last thing in the string.
15182
15183 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
15184
15185         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
15186         crashes when it is freed.
15187
15188 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15189
15190         * assembly.c: print the compat warning to stderr.
15191
15192 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
15193
15194         * assembly.c (mono_assembly_load_references): Add a compatibility
15195         hack to run old applications that might be still referencing the
15196         3300-based assemblies, only do this for System.xxx.
15197
15198 2004-05-01  Jackson Harper  <jackson@ximian.com>
15199
15200         * appdomain.c: If the culture is neutral we set it to "".
15201         
15202 2004-04-29  Jackson Harper  <jackson@ximian.com>
15203
15204         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
15205
15206 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
15207  
15208         * string-icalls.c: added low overhead function for copying chars
15209         * icall.c: added needed icall for the above function
15210  
15211 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15212
15213         * icall.c: fix return value of get_global_assembly_cache.  Implemented
15214         Environment.GetLogicalDrives.
15215
15216 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
15217
15218         * rand.c: try and talk to egd or prngd
15219         for random bytes if opening devices fail.
15220
15221 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
15222
15223         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
15224         alignment for the type using the native alignment of its members 
15225         instead of using klass->min_align.
15226
15227         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
15228
15229 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15230
15231         * file-io.c:
15232         * socket-io.c: added check for sys/aio.h.
15233
15234 2004-04-28  Dick Porter  <dick@ximian.com>
15235
15236         * threads.c: Don't abort a thread thats already aborting, when
15237         terminating everything.
15238
15239 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15240
15241         * icall.c: added 2 new async calls for Socket.
15242
15243         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
15244         IO on *nix systems.
15245
15246         * threadpool.c: removed unused variable.
15247
15248 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
15249
15250         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
15251
15252 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
15253
15254         * locales.c: put back string_invariant_tolower () and
15255         string_invariant_toupper ().
15256
15257 2004-04-26 David Waite <mass@akuma.org>
15258
15259         * file-io.h:
15260         * socket-io.h:
15261         * threads.h:
15262         * unicode.h: remove comma from end of enumeration declarations
15263
15264 2004-04-26 David Waite <mass@akuma.org>
15265
15266         * debug-mono-symfile.h:
15267         * decimal.c:
15268         * mono_debug.h:
15269         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
15270
15271
15272 2004-04-26  Jackson Harper  <jackson@ximian.com>
15273
15274         * appdomain.c: Increment version number.
15275         
15276 2004-04-26  Jackson Harper  <jackson@ximian.com>
15277
15278         * appdomain.c: Set assembly references public token value when
15279         PublicKeyToken is specified, not the hash_value. Free public token
15280         values when free assembly name data. Previously the public key
15281         token was hex decoded, however we are using hex encoded public key
15282         tokens, so this is not neccasary.
15283         * assembly.c: Lookup assemblies in the gac if their public token
15284         value is set. Add function to allow enabling user gac
15285         lookups. Specify whether or not the assembly was loaded from the
15286         GAC. Compare full assembly names when checking the cache for
15287         assemblies (Temporarily disabled see comment in code). Remove
15288         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
15289         specifies trace-loader they get extra info to stdout on the
15290         loading of assemblies.
15291         * image.h: Add a field for an assembly references public token
15292         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
15293         whether an assembly has been loaded from the GAC.
15294         * image.c: Remove a corlib -> mscorlib name mapping.
15295         * loader.h: Add function to enable/disable the user gac.
15296         * mono-config.c: Check if the usergac is enabled in the config
15297         file.
15298         * icall.c: New icall to determine whether or not an assembly has
15299         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
15300         * tabldefs.h: Add constant for assemblyref flag that specifies a
15301         full public key is used instead of a public token.
15302         * reflection.c: Remove mscorlib -> corlib mappings. Set
15303         PublicTokenValue instead of hash value. This value is a hex
15304         string so it does not need to be expanded.
15305
15306 2004-04-26  Martin Baulig  <martin@ximian.com>
15307
15308         * mono-debug-debugger.c (mono_debugger_initialize): Set
15309         `mono_debugger_initialized' before calling mono_debug_lock().
15310
15311 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
15312
15313         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
15314           InternalToUpper/InternalToLower.
15315         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
15316           removed invariant culture shortcut.  This is now done in managed code.
15317         * locales.c: (string_invariant_toupper/tolower) removed.
15318
15319 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15320
15321         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
15322         Added Poll internal call.
15323
15324         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
15325         call for Poll. Select was too heavy for polling a single socket.
15326
15327         * threadpool.[ch]: added mono_threadpool_cleanup.
15328         * threads.c: use it. Don't use Thread_Abort on windows.
15329
15330 2004-04-23  Martin Baulig  <martin@ximian.com>
15331
15332         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
15333
15334 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
15335
15336         * icall.c: Registred new icalls for key pair protection and added an
15337         icall for Environment.GetFolderPath on Windows.
15338         * security.c|h: Added new icalls for key pair protection.
15339
15340 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15341
15342         * socket-io.c: don't display the non-supported family warning for known
15343         families. Now this is not displayed on windows when checking support
15344         for IPv4/IPv6.
15345
15346 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15347
15348         * class.c: don't display the layout warning for static fields.
15349
15350 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
15351
15352         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
15353         * locales.c, locales.h: Added new icalls for culture-specific
15354         Char.ToLower and Char.ToUpper.
15355
15356 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15357
15358         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
15359         by David Waite.
15360
15361 2004-04-20  Martin Baulig  <martin@ximian.com>
15362
15363         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
15364         of the type name before passing it to mono_reflection_type_from_name().
15365
15366 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
15367
15368         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
15369         encodings here. Fixes #56965.
15370
15371 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
15372
15373         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
15374         fix test on strstr result not that I can see anything that
15375         relies on the result.
15376
15377 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
15378
15379         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
15380         Fixes #57081.
15381
15382         * marshal.c (mono_marshal_get_string_encoding): New helper function.
15383
15384         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
15385         function to determine which marshalling to use for strings. Fixes
15386         #56965.
15387
15388         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
15389
15390         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
15391
15392 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
15393
15394         * icall.c: #include mono-config.h
15395
15396 2004-04-15  Jackson Harper  <jackson@ximian.com>
15397
15398         * culture-info-tables.h: Fix date formats for en-US culture.
15399         
15400 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
15401
15402         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
15403         ThreadPool.SetMinThreads.
15404         * threadpool.c: Implemented ThreadPool.GetMinThreads and
15405         ThreadPool.SetMinThreads.
15406
15407 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
15408
15409         * mono-config.c: also load the .config file in the directory
15410         where the assembly was found.
15411
15412 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
15413
15414         * assembly.c: load per-assembly config files.
15415         * icall.c: decrapified code to get the config dir and moved to
15416         mono-config.c.
15417         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
15418         per-assembly config files. When doing a dll map lookup give precedence
15419         to the per-assembly data.
15420
15421 2004-04-14  Martin Baulig  <martin@ximian.com>
15422
15423         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
15424         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
15425         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
15426
15427         * mono-debugger-debugger.c: While the debugger is locked, remember
15428         whether the symbol tables have changes and send one single
15429         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
15430
15431 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
15432
15433         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
15434
15435         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
15436         function.
15437
15438         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
15439         account when marshalling string arrays. Fixes #56965.
15440
15441 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
15442
15443         * icall.c: Add new icalls mapping for security.
15444         * security.c|h: Add internal calls for WindowsIdentity,
15445         WindowsImpersonationContext and WindowsPrincipal.
15446
15447 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
15448
15449         * class.c: Added comment to ensure the System.MonoDummy class
15450         is removed when no longer necessary
15451
15452 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
15453
15454         * appdomain.c: Pass arguments to the bootstraping exceptions to
15455         minimize JITed methods at boot
15456
15457         * metadata.c (mono_exception_from_name_two_strings): Allow for the
15458         second string to be null.
15459
15460         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
15461         Change the protocol to minimize the JIT methods at startup.  Now
15462         it Returns the internal codepage, if the value of "int_code_page"
15463         is 1 at entry, and we can not compute a suitable code page
15464         number, returns the code page as a string.
15465
15466 2004-04-13  Jackson Harper  <jackson@ximian.com>
15467
15468         * culture-info-tables.h: Fix number of decimal digits for all
15469         english locales.
15470
15471 2004-04-13  Jackson Harper  <jackson@ximian.com>
15472
15473         * icall.c: Clairfy out of sync error message. It is not always
15474         your corlib that is out of sync.
15475
15476 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
15477
15478         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
15479         properties when only the set accessor is overriden. Fixes #55874.
15480
15481 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
15482
15483         * assembly.c (mono_assembly_load_references): Make this thread safe.
15484         Fixes #56327.
15485
15486 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
15487
15488         * monosn.c: Add missing initialization calls.
15489
15490 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
15491
15492         * locales.c:
15493         ves_icall_System_Globalization_CultureInfo_construct_number_format
15494         Fix g_assert so it compiles on fussier compilers re int/ptr
15495         mismatch
15496
15497 2004-04-08  Dick Porter  <dick@ximian.com>
15498
15499         * socket-io.h:
15500         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
15501         53992.  Also rearrange the code so that the internal calls return
15502         an error value and exceptions are thrown from managed code.
15503
15504         * icall.c: Add type info to the socket icalls.
15505
15506 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15507
15508         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
15509         owes me a beer.
15510
15511 2004-04-07  Martin Baulig  <martin@ximian.com>
15512
15513         * class.c (mono_class_from_generic_parameter): Don't default
15514         `klass->parent' to `mono_defaults.object_type'.
15515
15516 2004-04-07  Martin Baulig  <martin@ximian.com>
15517
15518         * reflection.c (mono_reflection_initialize_generic_parameter): Set
15519         `param->pklass->reflection_info'.       
15520
15521 2004-04-07  Jackson Harper  <jackson@ximian.com>
15522
15523         * culture-info-tables.h: Fix date separator symbol.
15524         
15525 2004-04-07  Martin Baulig  <martin@ximian.com>
15526
15527         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
15528         from System.Type to System.MonoType.
15529
15530 2004-04-07  Martin Baulig  <martin@ximian.com>
15531
15532         * reflection.h
15533         (MonoReflectionGenericParam): Added `has_reference_type' and
15534         `has_value_type' fields.
15535
15536         * reflection.c (mono_image_get_generic_param_info): Encode the
15537         correct flags if we have the `class' or `struct' constraint.
15538
15539 2004-04-07  Martin Baulig  <martin@ximian.com>
15540
15541         * reflection.h
15542         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
15543
15544 2004-04-07  Jackson Harper  <jackson@ximian.com>
15545
15546         * appdomain.c: Revert extra patches, just wanted to bump the
15547         version number.
15548         
15549 2004-04-07  Jackson Harper  <jackson@ximian.com>
15550
15551         * Makefile.am: Add culture-info private headers.
15552         * icall.c: Add new icalls for contructing locales.
15553         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
15554         * locales.h: Declare new culture info construction methods.
15555         * object.h: Add new fields used to avoid the CultureMap to
15556         MonoCultureInfo.
15557         * culture-info.h: Definition of structs used in the culture info
15558         tables.
15559         * culture-info-tables.h: Autogenerated tables that contain culture
15560         info data. This file was generated with the locale-builder tool.
15561         * appdomain.c: Incement corlib version number.
15562         
15563 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
15564
15565         * appdomain.c: (mono_runtime_init) move mono_thread_init
15566         to before mono_object_new calls so critical sections
15567         are initialized before use.
15568
15569 2004-04-07  Martin Baulig  <martin@ximian.com>
15570
15571         * icall.c
15572         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
15573         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
15574         (ves_icall_MonoGenericParam_initialize): Removed.
15575         (monogenericparam_icalls): Removed.
15576         (generictypeparambuilder_icalls): Added new table for
15577         System.Reflection.Emit.GenericTypeParameterBuilder.
15578
15579         * reflection.c
15580         (mono_reflection_define_generic_parameter): Removed.
15581         (mono_reflection_initialize_generic_parameter): This is now called
15582         from GenericTypeParameterBuilder's .ctor.
15583
15584 2004-04-06  Martin Baulig  <martin@ximian.com>
15585
15586         * class.c (mono_class_init): Don't inflate nested classes in a
15587         generic instance.
15588         (mono_type_get_name_recurse): Include the generic arguments for
15589         generic instances and generic type declarations.
15590         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
15591         (_mono_class_get_instantiation_name): Removed.
15592         (mono_class_create_generic): Always use `gklass->name' as our name.
15593
15594         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
15595
15596         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
15597         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
15598         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
15599         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
15600         closed generic methods here.
15601
15602         * reflection.c
15603         (mono_reflection_generic_inst_get_nested_types): Removed.
15604         (inflate_mono_method): Copy the generic parameters from the
15605         MonoMethodHeader into out MonoGenericMethod.
15606
15607 2004-04-06  Martin Baulig  <martin@ximian.com>
15608
15609         * row-indexes.h
15610         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
15611
15612         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
15613
15614         * reflection.c (build_compressed_metadata): If we have any entries
15615         in the GenericParam, MethodSpec or GenericParamConstraint tables,
15616         set the header version to 1.1.
15617
15618 2004-04-06  Martin Baulig  <martin@ximian.com>
15619
15620         * class.c (mono_class_init): If we're a generic instance,
15621         initialize our nested classes, too.
15622         (_mono_class_get_instantiation_name): Deal with the new `!%d'
15623         suffix. 
15624
15625 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15626
15627         * process.c: quote the argument passed to the shell on windows.
15628
15629 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
15630
15631         * threads.c (mono_alloc_special_static_data): Allow this to be
15632         called during startup.
15633
15634 2004-04-02  Martin Baulig  <martin@ximian.com>
15635
15636         * icall.c
15637         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
15638
15639 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
15640
15641         * icall.c: Fix build.
15642
15643 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
15644
15645         * Makefile.am: Added security.c|h.
15646         * icall.c: Added icall for get_UserName;
15647         * security.c: New file for security related icalls. Added function
15648         get_UserName for System.Environment (fix #56144).
15649         * security.h: New. Header file for security.c
15650
15651 2004-04-02  Dick Porter  <dick@ximian.com>
15652
15653         * icall.c: Deleted the icalls that were obsoleted some time ago
15654         by the ICU string code, and which were mixed into the icall
15655         rearranging.  Fixes bug 55969.
15656
15657         * string-icalls.h: 
15658         * string-icalls.c: Deleted the code that those icalls reference.
15659
15660 2004-04-01  Martin Baulig  <martin@ximian.com>
15661
15662         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
15663
15664         * class.c (mono_class_from_generic_parameter): Don't set 
15665         TYPE_ATTRIBUTE_INTERFACE.
15666         (my_mono_class_from_generic_parameter): Likewise.
15667
15668 2004-04-01  Martin Baulig  <martin@ximian.com>
15669
15670         * loader.c (find_method): Added an optional `MonoClass *ic'
15671         argument to search in a specific interface.
15672         (mono_get_method_constrained): New public function.
15673
15674 2004-04-01  Martin Baulig  <martin@ximian.com>
15675
15676         * reflection.c (mono_image_get_generic_field_token): Use the
15677         `handleref' cache here.
15678
15679 2004-04-01  Martin Baulig  <martin@ximian.com>
15680
15681         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
15682
15683         * reflection.c (create_generic_typespec): Use the `typespec' hash
15684         here, not the `typeref' one.    
15685
15686 2004-04-01  Martin Baulig  <martin@ximian.com>
15687
15688         * class.c (mono_class_inflate_generic_type): Moved the
15689         functionality into a new static inflate_generic_type() which
15690         returns NULL if it didn't do anything.  Only increment the
15691         `mono_stats.inflated_type_count' if we actually inflated
15692         something.
15693         (mono_class_get_full): Check the classes type to see whether we
15694         need to inflate it; also inflate MONO_TYPE_(M)VAR.
15695
15696 2004-04-01  Jackson Harper  <jackson@ximian.com>
15697
15698         * reflection.c: Set culture for assembly references.
15699         
15700 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
15701
15702         * reflection.[ch], icall.[ch], Fix support for pinning variables.
15703
15704 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15705
15706         * assembly.c:
15707         (do_mono_assembly_open): the critical section also covers
15708         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
15709
15710 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15711
15712         * threads.c:
15713         (mono_manage_threads): abort the background threads when finishing.
15714         Fixes bug #47232.
15715
15716 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15717
15718         * gc.c: only close the done_event handle if there was no timeout.
15719         C-ified comments.
15720
15721 2004-03-30  Martin Baulig  <martin@ximian.com>
15722
15723         * icall.c (icall_entries): It's called "System.Activator", not
15724         "System.Activation".    
15725
15726 2004-03-30  Martin Baulig  <martin@ximian.com>
15727
15728         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
15729         (mono_class_create_from_typespec): Likewise.
15730
15731 2004-03-30  Martin Baulig  <martin@ximian.com>
15732
15733         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
15734         `has_ctor_constraint' and `initialized'.
15735
15736 2004-03-30  Martin Baulig  <martin@ximian.com>
15737
15738         * reflection.c (encode_new_constraint): New static function to add
15739         the constructor constraint attribute to a type parameter.
15740         (encode_constraints): Call encode_new_constraint() if necessary.
15741
15742         * reflection.h
15743         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
15744
15745         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
15746         
15747 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
15748
15749         * reflection.c, icall.c: add support for pinning variables. 
15750
15751 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
15752
15753         * marshal.c (mono_marshal_get_managed_wrapper):
15754         init bool local with zero rather than null.
15755
15756 2004-03-29  Martin Baulig  <martin@ximian.com>
15757
15758         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
15759         the "official" behavior here.
15760         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
15761
15762 2004-03-29  Martin Baulig  <martin@ximian.com>
15763
15764         * icall.c: Reflect latest API changes.
15765
15766 2004-03-29  Martin Baulig  <martin@ximian.com>
15767
15768         * loader.c (mono_get_method_from_token): Also call
15769         mono_metadata_load_generic_params () for abstract and interface
15770         methods; replace the type arguments in the method signature with
15771         the ones which are loaded from the metadata.
15772
15773 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
15774
15775         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
15776         of the lock is not the current thread. MS.NET don't do it, in spite of
15777         what the documentation says. See bug #56157.
15778
15779 2004-03-28  Martin Baulig  <martin@ximian.com>
15780
15781         * class.c (mono_class_init): Don't call init_properties() and
15782         init_events() for generic instances; set `prop->parent' when
15783         inflating properties.
15784
15785         * reflection.c (mono_generic_inst_get_object): Call
15786         `mono_class_init (ginst->klass)'.
15787         (mono_type_get_object): Only create a MonoGenericInst if your
15788         generic type is a TypeBuilder.
15789         (do_mono_reflection_bind_generic_parameters): Only set
15790         `ginst->is_dynamic' if our generic type is a TypeBuilder.
15791
15792 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
15793
15794         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
15795         Fixes #56091.
15796
15797 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15798
15799         * icall.c: added Kill_internal icall.
15800         * process.[ch]: added Kill_internal icall.
15801
15802 2004-03-25  Martin Baulig  <martin@ximian.com>
15803
15804         * class.h (MonoStats): Added `generic_instance_count',
15805         `inflated_method_count', `inflated_type_count' and
15806         `generics_metadata_size'.       
15807
15808 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15809
15810         * reflection.c: no warnings now.
15811
15812 2004-03-25  Martin Baulig  <martin@ximian.com>
15813
15814         * class.c (mono_class_get_full): New public function; does a
15815         mono_class_get(), but also takes a `MonoGenericContext *'.
15816
15817         * loader.c (mono_field_from_memberref): Renamed to
15818         `field_from_memberref', made static and added `MonoGenericContext *'
15819         argument.
15820         (mono_field_from_token): Added `MonoGenericInst *' argument.
15821         (method_from_memberef): Likewise.
15822         (mono_get_method_from_token): Likewise.
15823         (mono_get_method_full): New public function; does a
15824         mono_get_method(), but also takes a `MonoGenericContext *'.
15825
15826         * verify.c (mono_method_verify): Get the method's generic context
15827         and pass it to mono_field_from_token(), mono_get_method_full() and
15828         mono_class_get_full().
15829
15830 2004-03-25  Martin Baulig  <martin@ximian.com>
15831
15832         * class.c (mono_class_inflate_generic_type): Take a
15833         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
15834         `MonoGenericMethod *'.
15835
15836 2004-03-25  Martin Baulig  <martin@ximian.com>
15837
15838         * loader.h (MonoMethodInflated): Store the MonoGenericContext
15839         instead of the MonoGenericMethod here.
15840
15841 2004-03-25  Martin Baulig  <martin@ximian.com>
15842
15843         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
15844         each time we create a new MonoGenericInst, we also create a new
15845         context which points back to us.
15846
15847         * class.c (inflate_method): Use `ginst->context' instead of
15848         creating a new context.
15849
15850         * loader.c (method_from_memberref): Use
15851         `klass->generic_inst->context' instead of creating a new context.
15852
15853 2004-03-25  Martin Baulig  <martin@ximian.com>
15854
15855         * class.h (MonoGenericContext): New struct.
15856         (MonoGenericMethod): Removed `generic_inst'.
15857
15858         * class.c (mono_class_inflate_generic_method): Take a
15859         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
15860
15861 2004-03-25  Martin Baulig  <martin@ximian.com>
15862
15863         * loader.h (MonoMethodInflated): New typedef.
15864
15865         * metadata.h (MonoMethodSignature): Removed `gen_method', make
15866         `generic_param_count' consume just 30 bits, added `is_inflated'
15867         and `has_type_parameters' flags (one bit each).
15868
15869         * class.c (mono_class_inflate_generic_method): Create a
15870         MonoMethodInflated instead of a MonoMethodNormal and set
15871         `is_inflated' in the method signature.
15872
15873         * class.h (MonoGenericMethod): Removed `generic_method'.
15874
15875 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
15876
15877         * image.c: Make sure the name of a MonoImage is always an absolute path.
15878           This fixes bug #54415.
15879
15880 2004-03-24  Martin Baulig  <martin@ximian.com>
15881
15882         * class.c (mono_class_setup_vtable): If we're a generic instance,
15883         use our generic type's vtable size.
15884
15885 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
15886
15887         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
15888         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
15889         problems.
15890
15891 2004-03-23  Martin Baulig  <martin@ximian.com>
15892
15893         * class.h (MonoDynamicGenericInst): Added `int count_events' and
15894         `MonoEvent *events'.
15895
15896         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
15897         (typebuilder_icalls): Added "get_event_info"; calls
15898         mono_reflection_event_builder_get_event_info(). 
15899
15900         * reflection.c (mono_reflection_generic_inst_initialize): Added
15901         `MonoArray *events'.
15902         (mono_reflection_event_builder_get_event_info): New function.
15903
15904 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
15905
15906         * object.h: add mono_type_initialization_init
15907
15908         * object.c (mono_runtime_class_init): 
15909         implement class constructor synchronization rules
15910         to cope with threading issues.  
15911         add mono_type_initialization_init
15912
15913         * appdomain.c (mono_runtime_init): call 
15914         mono_type_initialization_init
15915
15916         * class.h: removing initializing field from MonoVTable
15917
15918 2004-03-23  Martin Baulig  <martin@ximian.com>
15919
15920         * class.c (my_mono_class_from_generic_parameter): Use
15921         `param->name' if it's not NULL. 
15922
15923 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
15924
15925         * class.c: do not insert non-virtual methods in the vtable.
15926         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
15927         that means the method is non-virtual. This never would have
15928         happened before.
15929
15930 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
15931
15932         * profiler.c: Added lock for accessing coverage_hash.
15933
15934 2004-03-22  Martin Baulig  <martin@ximian.com>
15935
15936         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
15937         `method->method->signature->generic_param_count != 0' to make it
15938         work for interface methods.
15939
15940 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15941
15942         * process.c: quote the string passed to the shell using g_shell_quote.
15943
15944 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15945
15946         * threads.c:
15947         (mono_threads_manage): don't remove the finalizer thread and self
15948         from the threads hash table so that mono_thread_manage can be called
15949         more than once.
15950
15951 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15952
15953         * process.c: quote the arguments when UseShellExecute is true. Fixes
15954         bug #55790.
15955
15956 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15957
15958         * threads.c: set mono_thread_detach as a cleanup routine for every
15959         thread. This way it's always executed upon thread termination, either
15960         aborted or finished normally. No more xsp hangs!
15961
15962 2004-03-17  Martin Baulig  <martin@ximian.com>
15963
15964         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
15965         `int count_nested' and a `MonoType **nested'.
15966
15967         * reflection.c (mono_reflection_bind_generic_parameters): Moved
15968         most of the functionality into a new static
15969         do_mono_reflection_bind_generic_parameters() and don't take a
15970         `MonoType *nested_in' argument any more.  Don't compute nested
15971         types here.
15972         (mono_reflection_generic_inst_get_nested_types): New public method
15973         to get nested types.
15974
15975         * class.c (mono_class_create_generic): Set `klass->nested_in' if
15976         we're a nested class.
15977
15978         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
15979         mono_reflection_generic_inst_get_nested_types() to compute the
15980         nested types.
15981
15982 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15983
15984         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
15985         descriptive error message under windows.
15986         
15987 2004-03-17  Martin Baulig  <martin@ximian.com>
15988
15989         * class.c (dup_type): Added `const MonoType *original' argument;
15990         copy the attrs from the original type.
15991
15992 2004-03-17  Martin Baulig  <martin@ximian.com>
15993
15994         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
15995         `m->generic_inst_cache' here.
15996
15997 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15998
15999         * exception.h exception.c: Add stack_overflow_exception.
16000
16001 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16002
16003         * threadpool.c:
16004         (overlapped_callback): call SetEvent *after* invoking the callback.
16005         No need to call CloseHandle.
16006
16007 2004-03-16  Martin Baulig  <martin@ximian.com>
16008
16009         * reflection.c (mono_image_get_fieldref_token): Take a
16010         `MonoReflectionField *' instead of a `MonoClassField *' and a
16011         `MonoClass *'; store the `MonoReflectionField *' in the hash.
16012
16013 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16014
16015         * appdomain.c: don't add the culture to the filename we're looking for
16016         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
16017
16018 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16019
16020         * locales.c: don't ignore symbols when doing case insensitive compares.
16021         Thanks Dick! Fixes bug #54046.
16022
16023         * threads.c: surround 'threads' usage with enter/leave in
16024         mono_thread_manage.
16025
16026 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
16027
16028         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
16029         implicitly marshalled as [Out]. Fixes #55450.
16030
16031         (mono_marshal_get_runtime_invoke): Zero out the result if there is
16032         an exception.
16033
16034 2004-03-16  Martin Baulig  <martin@ximian.com>
16035
16036         * class.c (mono_class_from_generic_parameter): Use the actual
16037         parameter name. 
16038
16039 2004-03-16  Martin Baulig  <martin@ximian.com>
16040
16041         * reflection.c (type_get_signature_size): New static function.
16042         Compues the size of the type in a method signature.
16043         (method_get_signature_size): New static function; calls
16044         type_get_signature_size() to compute the actual size of the
16045         method's signature.
16046         (method_encode_signature): Use method_get_signature_size() to get
16047         the signature's size rather than using `nparams * 10'.
16048
16049 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16050
16051         * file-io.h: define here WapiOverlapped on windows. I don't want the
16052         regular OVERLAPPED one.
16053
16054         * file-io.c:
16055         * threadpool.c: somehow, BindIoCompletionCallback is not found.
16056         Disabling AIO on windows.
16057
16058 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16059
16060         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
16061         bug #55385.
16062
16063 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16064
16065         * appdomain.c: upgraded corlib version.
16066
16067         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
16068         and BeginWrite. Allow opening files for asynchrnous operations.
16069
16070         * file-io.h: new struct that maps FileStreamAsyncResult.
16071         * icall.c: added new icalls.
16072         * process.[ch]: support setting child process environment variables
16073         and use the SHELL or COMSPEC when UseShellExecute is true.
16074
16075         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
16076         callback for async. IO is here and also BindHandle.
16077
16078         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
16079         from here.
16080
16081 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
16082
16083         * reflection.c (create_custom_attr): Allow len == 0.
16084
16085         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
16086         computation on big-endian machines.
16087
16088 2004-03-13  Martin Baulig  <martin@ximian.com>
16089
16090         * class.h (MonoGenericInst): Added `int count_ifaces'.
16091
16092         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
16093         `ginst->count_ifaces' instead `klass->interface_count' since we
16094         may get called before the vtable is created.
16095
16096         * loader.c (mono_method_get_param_names): If we're a generic
16097         instance, return and don't initialize the class.
16098
16099         * reflection.c (mono_reflection_setup_generic_class): Don't call
16100         ensure_runtime_vtable().
16101         (mono_reflection_bind_generic_parameters): Set
16102         `ginst->count_ifaces'.
16103
16104 2004-03-11  Jackson Harper <jackson@ximian.com>
16105
16106         * icall.c:
16107         * unicode.c:
16108         * unicode.h: Remove unused System.Char icalls.
16109         
16110 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
16111
16112         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
16113         code when we P/Invoke the first library in Windows.Forms, instead
16114         of when we first open the assembly.
16115
16116         * assembly.c: Drop the lookup from here.
16117
16118 2004-03-10  Martin Baulig  <martin@ximian.com>
16119
16120         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
16121         class for properties, fields and events.  Finally fixes #54945.
16122
16123 2004-03-10  Martin Baulig  <martin@ximian.com>
16124
16125         * metadata.c (mono_metadata_class_equal): New static function;
16126         checks whether two generic instances or two generic parameters are
16127         equal.
16128         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
16129         compare classes.        
16130
16131 2004-03-10  Martin Baulig  <martin@ximian.com>
16132
16133         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
16134
16135         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
16136         argument and write it into the `reflection_info' field.
16137
16138         * icall.c
16139         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
16140         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
16141
16142 2004-03-09  Jackson Harper  <jackson@ximian.com>
16143
16144         * char-conversions.h: use 8 bits for numeric data its all we need
16145         * icall.c: numeric data is only 8 bits now.
16146
16147 2004-03-09  Martin Baulig  <martin@ximian.com>
16148
16149         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
16150
16151         * class.c (init_properties, init_events): Initialize the new
16152         `parent' field.
16153
16154         * reflection.c (typebuilder_setup_properties): Likewise.
16155         (typebuilder_setup_events): Likewise.
16156
16157         * reflection.h (MonoEventInfo): Replaced `parent with
16158         `declaring_type' and `reflected_type'.
16159
16160         * icall.c (ves_icall_get_property_info): Distinguish between
16161         declaring and reflected type.
16162         (ves_icall_get_event_info): Likewise.
16163
16164 2004-03-09  Martin Baulig  <martin@ximian.com>
16165
16166         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
16167         (ves_icall_Type_GetField): Correctly set field->klass.
16168
16169 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
16170
16171         * loader.h: Fix warning.
16172
16173 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
16174
16175         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
16176         library routine if present.  Notice that it will still continue
16177         executing even if its missing, for those working on the Gtk#
16178         edition of Windows.Forms.
16179
16180         * assembly.c (do_mono_assembly_open): If loading the
16181         System.Windows.Forms call mono_loader_wini_init.
16182
16183 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
16184
16185         * class.h: Added MonoRemoteClass struct.
16186         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
16187         function for MonoStrings.
16188         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
16189         Added internal call for getting the proxy type.
16190         * marshal.c: Get the type of transparent proxies from its remote_class.
16191         Added methods that generate the IL for type checks and casts:
16192         mono_marshal_get_isinst, mono_marshal_get_castclass, 
16193         mono_marshal_get_proxy_cancast.
16194         * marshal.h: Declaration of the previous new methods.
16195         * object.c: Added new moethods for creating and updating MonoRemoteClass
16196         instances: mono_remote_class, mono_upgrade_remote_class, 
16197         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
16198         * verify.c: FIx transparent_proxy_fields layout.
16199         * appdomain.c: Bump corlib version.
16200
16201 2004-03-04  Jackson Harper  <jackson@ximian.com>
16202
16203         * icall.c: Add icall to access char conversion tables.
16204         * char-conversions.h: Character conversion tables.
16205         * Makefile.am: Add char-conversions.h private header file.
16206         
16207 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
16208
16209         * appdomain.c (unload_thread_main): Increase unloading timeout to
16210         10 sec as a temporary workaround for Nant problems.
16211
16212 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
16213
16214         * gc.c: Add checks for GC_enable and GC_disable.
16215
16216         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
16217         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
16218         (bug #54988).
16219         
16220 2004-02-27  Martin Baulig  <martin@ximian.com>
16221
16222         * reflection.c (mono_reflection_bind_generic_parameters): Take a
16223         `MonoReflectionType *' instead of a `MonoType *'.
16224
16225 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
16226
16227         * gc.c (run_finalize): Avoid finalizing the object representing the
16228         finalizer thread.
16229         (finalizer_thread): Fix warning.
16230
16231 2004-02-25  Martin Baulig  <martin@ximian.com>
16232
16233         * class.c (_mono_class_get_instantiation_name): Added `int offset'
16234         argument for nested types.
16235         (mono_class_create_generic): Added support for nested generictypes.
16236
16237         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
16238         `GList *nested'.
16239
16240         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
16241
16242         * reflection.c (method_encode_signature): Increase the minimum
16243         value of `size' from 10 to 11.
16244         (mono_reflection_bind_generic_parameters): Take `int type_argc'
16245         and `MonoType **types' arguments instead of the `MonoArray
16246         *types'; added `MonoType *nested_in'.  Recursively instantiate
16247         nested classes. 
16248
16249 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
16250
16251         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
16252         stack_overflow_ex members which are used by exception handling.
16253
16254         * appdomain.c (mono_runtime_init): Initialize the new members.
16255
16256         * gc.c (mono_gc_enable): New helper function.
16257         * gc.c (mono_gc_disable): New helper function.
16258
16259 2004-02-23  Martin Baulig  <martin@ximian.com>
16260
16261         * icall.c: I must have been really stupid - make it actually work
16262         this time ;-)
16263
16264 2004-02-23  Martin Baulig  <martin@ximian.com>
16265
16266         * loader.c (method_from_memberref): Only inflate the method if
16267         it's in another klass.
16268
16269 2004-02-23  Martin Baulig  <martin@ximian.com>
16270
16271         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
16272         (mono_class_init): If we're a generic instance and an interface,
16273         compute `class->interface_id'; also create `class->interfaces'
16274         here and inflate them.
16275
16276         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
16277         `ginst->is_open'.
16278         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
16279
16280         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
16281
16282 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
16283
16284         * reflection.c (method_encode_code): Improved the error message
16285         generated by the exception.
16286
16287 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16288
16289         * icall.c: Martin did not do what he said in the ChangeLog for
16290         2004-02-18, but put back the changes for properties and events.
16291         Commenting those changes out again and adding comment to bug #54518.
16292         
16293         * process.c: removed warning.
16294
16295 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
16296
16297         * marshal.c (emit_struct_conv): Print an error message instead of
16298         asserting when a type does not have the StructLayout attribute.
16299
16300 2004-02-20  Martin Baulig  <martin@ximian.com>
16301
16302         * reflection.c (mono_type_get_object): Also use the cache for
16303         generic instances.
16304         (mono_reflection_bind_generic_parameters): Always compute
16305         `ginst->ifaces'.        
16306
16307 2004-02-20  Martin Baulig  <martin@ximian.com>
16308
16309         * class.h (MonoGenericMethod): Removed `klass'.
16310
16311         * class.c (mono_class_inflate_generic_method): Added `MonoClass
16312         *klass' argument.
16313
16314 2004-02-20  Martin Baulig  <martin@ximian.com>
16315
16316         * reflection.c (method_encode_methodspec): Actually use the
16317         uninflated signature for the memberref.
16318
16319 2004-02-20  Martin Baulig  <martin@ximian.com>
16320
16321         * class.h (MonoGenericMethod): Removed `declaring'.
16322
16323         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
16324         is NULL, compute it here.
16325
16326 2004-02-20  Martin Baulig  <martin@ximian.com>
16327
16328         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
16329
16330         * metadata.c (mono_metadata_generic_inst_hash): New method.
16331         (mono_metadata_generic_inst_equal): New method.
16332
16333         * reflection.c (mono_reflection_bind_generic_parameters): Use the
16334         `klass->image->generic_inst_cache' cache to avoid creating
16335         duplicate MonoGenericInst's.
16336
16337         * class.c (mono_class_inflate_generic_type): Use the cache.
16338
16339 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
16340
16341         * object.c: fixed gc descriptor calculation for embedded valuetypes.
16342
16343 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16344
16345         * icall.c: added Socket.WSAIoctl icall.
16346
16347         * socket-io.[ch]: implemented
16348         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
16349
16350 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
16351
16352         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
16353
16354 2004-02-18  Urs C Muff  <umuff@quark.com>
16355
16356         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
16357         this work on PPC and other big-endian architectures.
16358
16359         * debug-mono-symfile.h: Prepended the names of all the `guint32'
16360         fields with an underscore to make sure they're only accessed by
16361         the read32() macro.
16362
16363 2004-02-18  Martin Baulig  <martin@ximian.com>
16364
16365         * icall.c: Put the klass->refclass changes back for methods and
16366         fields, but not for properties and events.  We're currently not
16367         distinguishing between DeclaringType and ReflectedType for
16368         properties and events, that's what caused the regressions.
16369
16370 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16371
16372         * object.c:
16373         (mono_async_result_new): the handle can be NULL.
16374
16375         * threadpool.c: Use an event instead of a semaphore, don't initialize
16376         it until needed. This saves quite a few semaphores from being created
16377         when using the threadpool.
16378
16379 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
16380
16381         * object.c (mono_string_is_interned_lookup): Fix interning of long
16382         strings. Fixes #54473.
16383
16384         * domain.c (ldstr_equal): Optimize if the two strings are equal.
16385
16386         * icall.c: Revert the klass->refclass changes since they introduce
16387         regressions (bug #54518).
16388
16389 2004-02-18  Martin Baulig  <martin@ximian.com>
16390
16391         * class.c (mono_class_init): If we're a generic instance and don't
16392         come from a TypeBuilder, inflate our members here.
16393         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
16394         (mono_class_create_generic): New public method.
16395         (mono_class_initialize_generic): Removed.
16396         (get_instantiation_name): Renamed to
16397         _mono_class_get_instantiation_name() and made it public.
16398
16399 2004-02-18  Martin Baulig  <martin@ximian.com>
16400
16401         * class.c (mono_class_inflate_generic_type): Clear the new
16402         instance's `nginst->klass' when inflating a generic instance.
16403         (mono_class_is_subclass_of): Added (basic) support for generic
16404         instances.
16405
16406 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
16407
16408         * appdomain.h, domain.c: use a MonoCodeManager instead of a
16409         MonoMempool to hold compiled native code.
16410
16411 2004-02-17  Martin Baulig  <martin@ximian.com>
16412
16413         * class.h (MonoDynamicGenericInst): Added `count_properties' and
16414         `properties'.
16415
16416         * reflection.c (mono_reflection_generic_inst_initialize): Added
16417         `MonoArray *properties' argument.
16418
16419         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
16420
16421 2004-02-17  Martin Baulig  <martin@ximian.com>
16422
16423         * icall.c (ves_icall_Type_GetFields): Renamed to
16424         ves_icall_Type_GetFields_internal() and added a
16425         `MonoReflectionType *rtype' argument; pass it to
16426         mono_field_get_object() to set the field's "reflected" type.
16427         (ves_icall_Type_GetConstructors): Likewise.
16428         (ves_icall_Type_GetEvents): Likewise.
16429         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
16430         argument; pass it to mono_method_get_object() to set the method's
16431         "reflected" type.       
16432
16433 2004-02-17  Martin Baulig  <martin@ximian.com>
16434
16435         * class.h (MonoDynamicGenericInst): New type.
16436         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
16437
16438         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
16439         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
16440         (ves_icall_MonoGenericInst_GetFields): New interncall.
16441
16442         * class.c (mono_class_from_generic): Don't call
16443         mono_class_initialize_generic() if this is a dynamic instance;
16444         ie. it's being created from a TypeBuilder.
16445         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
16446         `class->byval_arg.type'.
16447
16448         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
16449         to `inflate_method' and made static.
16450         (mono_reflection_inflate_field): Removed.
16451         (mono_reflection_generic_inst_initialize): New public method.
16452
16453         * reflection.h (MonoReflectionGenericInst): Removed `methods',
16454         `ctors' and `fields'; added `initialized'.
16455
16456 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
16457
16458         * debug-helpers.c (mono_method_full_name): Fix output for empty
16459         namespaces.
16460
16461 2004-02-12  Martin Baulig  <martin@ximian.com>
16462
16463         * class.h (MonoClassField): Added `MonoType *generic_type'.
16464
16465         * reflection.c (mono_image_get_fieldref_token): Added support for
16466         instantiated generic types.
16467         (field_encode_inflated_field): Removed.
16468         (mono_image_get_inflated_field_token): Removed.
16469         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
16470
16471         * reflection.h (MonoReflectionInflatedField): Removed.
16472
16473 2004-02-12  Martin Baulig  <martin@ximian.com>
16474
16475         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
16476         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
16477
16478         * reflection.c (mono_image_get_methodspec_token): Take a
16479         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
16480         (mono_image_create_token): Check whether we have a
16481         `method->signature->gen_method' and call
16482         mono_image_get_methodspec_token() if appropriate.
16483         (inflated_method_get_object): Removed.
16484         (mono_reflection_bind_generic_method_parameters): Return a
16485         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
16486         (mono_reflection_inflate_method_or_ctor): Likewise.
16487
16488         * reflection.h (MonoReflectionInflatedMethod): Removed.
16489
16490 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
16491
16492         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
16493         for custom valuetype marshalling.
16494
16495         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
16496
16497 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16498
16499         * icall.c: fixed WSAGetLastError_internal name.
16500
16501 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
16502
16503         * threads.c (mono_thread_attach): Allow this to be called multiple
16504         times for a thread.
16505         
16506         * threads.c (build_wait_tids): Do not wait for ourselves.
16507
16508         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
16509         appdomain list is empty.
16510
16511         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
16512         memory returned by mono_string_builder_to_utf16, since it points into
16513         managed memory. Thanks to Bernie Solomon for noticing this.
16514
16515         * icall.c: Add AppDomainSetup icalls.
16516
16517         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
16518
16519         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
16520         types.
16521
16522         * reflection.c (reflection_methodbuilder_to_mono_method): Save
16523         custom attributes to the method_aux struct. Also fix array indexes etc.
16524
16525         * loader.c (mono_method_get_param_names): Make dynamic case work again.
16526         
16527 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
16528
16529         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
16530         (both static and runtime) and reduce startup time.
16531
16532 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
16533
16534         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
16535         AsAny marshalling conversion instead of crashing.
16536
16537         * marshal.c: Fix warnings.
16538
16539 2004-02-09  Martin Baulig  <martin@ximian.com>
16540
16541         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
16542
16543         * reflection.h (MonoReflectionInflatedMethod): Removed the
16544         `declaring' field, it's now in the unmanaged MonoGenericMethod.
16545
16546         * reflection.c (method_encode_methodspec): Removed the `method'
16547         argument; we get it from `gmethod->declaring'.
16548         (inflated_method_get_object): Removed the `declaring' argument.
16549
16550 2004-02-09  Martin Baulig  <martin@ximian.com>
16551
16552         * class.h (MonoGenericMethod): New type.
16553         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
16554         `generic_method'.
16555
16556         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
16557         a `MonoGenericMethod *gen_method' one.
16558
16559         * class.c (mono_class_inflate_generic_type): Take an additional
16560         `MonoGenericMethod * argument.  This is only non-NULL if we're
16561         inflating types for a generic method.   
16562         (mono_class_inflate_generic_signature): Renamed to
16563         inflate_generic_signature() and made static; take a
16564         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
16565         (inflate_generic_header): Take a `MonoGenericMethod *' argument
16566         instead of a `MonoGenericInst *' one.
16567         (mono_class_inflate_generic_method): Likewise.
16568
16569         * reflection.c (encode_generic_method_sig): Take a
16570         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
16571         (method_encode_methodspec): Likewise.
16572         (inflated_method_get_object): Likewise. 
16573
16574         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
16575         field with a `MonoGenericMethod *gmethod' one.  
16576
16577 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
16578
16579         * class.h (mono_class_has_parent): add parens to expansion
16580         so you can ! this.
16581
16582 2004-02-08  Martin Baulig  <martin@ximian.com>
16583
16584         * image.h (MonoImage): Removed `generics_cache'.
16585
16586         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
16587         instead of a `MonoType *' argument; removed the `inflate_methods'
16588         argument.  Don't inflate methods here.
16589
16590         * loader.c (find_method): If it's a generic instance, call
16591         mono_class_init() on the `sclass->generic_inst->generic_type'.
16592
16593         * metadata.c (mono_type_size): Make this work on uninitialized
16594         generic instances; call it on the `ginst->generic_type's class.
16595
16596         * reflection.c (mono_reflection_bind_generic_parameters): Call
16597         mono_class_from_generic() to create the `ginst->klass'.
16598
16599 2004-02-08  Martin Baulig  <martin@ximian.com>
16600
16601         * class.h (MonoClass): Changed type of `generic_inst' from
16602         `MonoType *' to `MonoGenericInst *'.
16603
16604 2004-02-08  Martin Baulig  <martin@ximian.com>
16605
16606         * icall.c (ves_icall_Type_BindGenericParameters): Just call
16607         mono_type_get_object(), this is now creating a `MonoGenericInst'
16608         for MONO_TYPE_GENERICINST.
16609         (ves_icall_MonoGenericInst_GetParentType): Likewise.
16610         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
16611
16612         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
16613         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
16614         (inflated_method_get_object): Added `MonoClass *refclass' argument.
16615         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
16616         and reflected type.
16617
16618         * reflection.h (MonoReflectionInflatedMethod): Removed
16619         `declaring_type' and `reflected_type'.
16620
16621 2004-02-08  Martin Baulig  <martin@ximian.com>
16622
16623         * class.h (MonoGenericInst): Added `MonoType *parent' and
16624         `MonoType **ifaces'.
16625
16626         * reflection.h (MonoReflectionGenericInst): Removed `klass',
16627         `parent' and `interfaces'.
16628
16629         * reflection.c (mono_reflection_bind_generic_parameters): Take a
16630         `MonoType *' argument and return a `MonoType *'.
16631
16632         * icall.c
16633         (ves_icall_MonoGenericInst_GetParentType): New interncall.
16634         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
16635
16636 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16637
16638         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
16639         valuetype marshalling.
16640
16641 2004-02-06  Martin Baulig  <martin@ximian.com>
16642
16643         * class.c
16644         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
16645         (my_mono_class_from_generic_parameter): Likewise.
16646
16647 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16648
16649         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
16650         contents of the symbol files lazily.
16651
16652         * object.h (MonoThread): Add 'name' and 'name_len' fields.
16653
16654         * threads.h threads.c icall.c: New icalls for getting and setting the
16655         threads name.
16656
16657 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
16658
16659         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
16660         Raise an exception when the domain is not found.
16661
16662 2004-02-03  Martin Baulig  <martin@ximian.com>
16663
16664         * reflection.c (mono_image_get_methodspec_token): Use the
16665         uninflated signature; fixes gen-33.
16666
16667 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
16668
16669         * gc.c threads.c: Make the finalizer thread a normal managed thread so
16670         the finalizer code can use thread functionality.
16671
16672         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
16673         the finalizer thread.
16674
16675         * threads.c: Make some functions more robust.
16676
16677         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
16678
16679         * metadata.h: Add new marshalling conventions.
16680
16681         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
16682         stringbuilder marshalling. Fixes #53700.
16683
16684         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
16685
16686         * reflection.c (mono_image_get_type_info): Save declarative security
16687         info.
16688
16689         * reflection.c (mono_image_get_field_info): Handle uninitialized 
16690         unmanaged fields as well.
16691
16692         * appdomain.c: Bump corlib version.
16693
16694 2004-02-01  Martin Baulig  <martin@ximian.com>
16695
16696         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
16697         method type arguments.  
16698
16699 2004-01-30  Duncan Mak  <duncan@ximian.com>
16700
16701         * marshal.h: Add prototype for
16702         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
16703         and
16704         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
16705         fix the build.
16706
16707 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
16708
16709         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
16710         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
16711
16712 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16713
16714         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16715         custom marshalling of valuetypes.
16716
16717         * marshal.c: Fix some warnings.
16718
16719 2004-01-29  Martin Baulig  <martin@ximian.com>
16720
16721         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
16722         for generic method parameters.
16723
16724         * reflection.c (method_encode_methodspec): Write the uninflated
16725         signature into the methodspec table.
16726         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
16727         is always the uninflated method.
16728         (reflection_methodbuilder_to_mono_method): Copy the generic
16729         parameters from the MethodBuilder into `header->gen_params'.
16730
16731 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16732
16733         * class.c (mono_class_from_generic_parameter): Fix warning.
16734
16735 2004-01-27  Martin Baulig  <martin@ximian.com>
16736
16737         * class.c (mono_class_from_generic_parameter): Don't create
16738         `klass->methods' here.  
16739
16740 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
16741
16742         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
16743         extension since it does not work with libraries named lib<FOO>.dll.so.
16744
16745 2004-01-25  Martin Baulig  <martin@ximian.com>
16746
16747         * class.c (mono_class_inflate_generic_type): Added support for
16748         MONO_TYPE_GENERICINST.
16749
16750         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
16751         inflate methods on open constructed types.      
16752
16753 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16754
16755         * object.c: fire ProcessExit event in the root AppDomain after running
16756         Main. Fixes bug #53299.
16757
16758 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
16759
16760         * socket-io.c: include the new socket-wrappers.h header.
16761         Use the wrappers instead of the unix socket functions to make the code
16762         more clear.
16763
16764 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
16765
16766         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
16767
16768         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16769         Fixes #22532.
16770
16771 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
16772
16773         * reflection.c (mono_image_create_pefile): Handle the case when the
16774         entry point is not a MethodBuilder.
16775
16776         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16777         field to ReflectionMethod since it is not allways a builder.
16778
16779         * reflection.c (type_get_fully_qualified_name): New helper function to
16780         return the fully qualified name of a type.
16781
16782         * reflection.c (encode_marshal_blob): Always emit the fully qualified
16783         type name for custom marshallers.
16784
16785         * reflection.c (mono_marshal_spec_from_builder): Ditto.
16786
16787         * class.c (mono_class_setup_vtable): If a parent class already 
16788         implements an interface, use the implementing methods from that class.
16789         Fixes #53148.
16790
16791 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16792
16793         * threadpool.c: just return instead of ExitThread to allow for thread
16794         clean up earlier.
16795
16796 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
16797
16798         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
16799         when closing resource modules.
16800
16801         * reflection.c (mono_image_create_pefile): Handle the case when the
16802         entry point is not a MethodBuilder.
16803
16804         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16805         field to ReflectionMethod since it is not allways a builder.
16806
16807 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
16808
16809         * marshal.c (mono_marshal_get_managed_wrapper): 
16810         mono_marshal_alloc takes native int so CONV_I
16811         the arg for 64bits.
16812
16813 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
16814
16815         * reflection.c (fixup_cattrs): New function to fixup the methoddef
16816         tokens in the cattr table. Fixes #53108.
16817
16818 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16819
16820         * loader.c: don't trim ".dll" before looking up in the config file.
16821         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
16822
16823 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
16824
16825         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
16826         Return the module which contains the resource as well.
16827         (ves_icall_System_Reflection_Module_Close): New icall.
16828
16829         * appdomain.c: Bump corlib version number.
16830
16831         * image.c (mono_image_addref): New public function.
16832
16833         * assembly.c: Call mono_image_addref.
16834
16835         * reflection.c (mono_module_get_object): Increase reference count of 
16836         the image.
16837
16838         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16839         Fixes #22532.
16840
16841         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
16842         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
16843         proper exceptions on DllImport problems.
16844
16845 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
16846
16847         * class.c, metadata.c: eliminate CSIZE macro.
16848
16849 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
16850
16851         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
16852         * object.h: Added async_callback field in MonoAsyncResult.
16853         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
16854         * verify.c: Added async_callback in MonoAsyncResult layout.
16855
16856 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
16857
16858         * reflection.c (mono_reflection_get_custom_attrs): Add support
16859         for Modules.
16860
16861 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16862
16863         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
16864         marshalling.
16865         (mono_marshal_method_from_wrapper): Add null pointer check.
16866
16867 2004-01-16  Martin Baulig  <martin@ximian.com>
16868
16869         * debug-mono-symfile.h: Set version number to 36 and reflect
16870         latest symbol writer changes.
16871
16872 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16873
16874         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
16875         multi-dimensional arrays.
16876         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
16877         (mono_class_from_mono_type): Use bounded_array_class_get.
16878         
16879         * class.c (mono_bounded_array_class_get): New function which takes
16880         a 'bounded' bool argument to distinguish vectors from one dimensional
16881         arrays.
16882
16883         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
16884         bounded_array_class_get if the array has bounds.
16885
16886         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
16887         Search modules loaded using AssemblyBuilder:AddModule as well.
16888
16889 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16890
16891         * appdomain.c: increased corlib version.
16892         * filewatcher.c: removed g_print.
16893         * icall.c:
16894         (get_property_info): only allocate what is actually requested.
16895         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
16896
16897 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16898
16899         * Makefile.am: added filewatcher.[ch]
16900         * filewatcher.[ch]: FileSystemWatcher runtime support.
16901         * icall.c: added new FSW icalls.
16902
16903 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
16904
16905         * string-icalls.c: fix stringbuilder regression as suggested by
16906         Iain McCoy <iain@mccoy.id.au>.
16907
16908 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
16909
16910         * process.c (process_read_stringtable_block): Recognize '007f' as
16911         a language neutral stringtable block.
16912
16913 2004-01-12  Patrik Torstensson
16914
16915         * object.h (MonoStringBuilder) : Changed layout to support our
16916         new stringbuilder class.
16917         * marshal.c: Change marshalling to support the new layout of 
16918         string builder.
16919         * appdomain.c: increased version number because new layout of
16920         string builder.
16921
16922 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
16923
16924         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
16925         assembly name as an string instead of an AssemblyName, since it is
16926         easier to extract info from it.
16927
16928         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
16929         the culture subdirectories too. Fixes #52231.
16930
16931 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16932
16933         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
16934         It takes 2 new parameters with an optional name for the method to look
16935         for and case ignoring info.
16936
16937         * threadpool.c: removed unused variable.
16938
16939 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16940
16941         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
16942         It takes 2 new parameters with an optional name for the property to look
16943         for and case ignoring info.
16944         Fixes bug #52753.
16945
16946 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
16947
16948         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
16949         Fix #52451.
16950
16951 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16952
16953         * appdomain.c:
16954         * assembly.c: escape the uri before passing it to g_filename_from_uri.
16955         Fixes bug #52630.
16956
16957 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
16958
16959         * reflection.c: Add support for more than one unmanaged resource.
16960
16961         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
16962         in field->def_value, as done in all other cases.
16963
16964         * reflection.c (mono_reflection_get_custom_attrs): Add support for
16965         TypeBuilders.
16966
16967         * reflection.c (mono_reflection_create_runtime_class): Remove 
16968         errorneous assignment to klass->element_class, since it is already
16969         done in mono_reflection_setup_internal_class.
16970
16971 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16972
16973         * gc.c: added missing LeaveCriticalSection.
16974         * icall.c: indented a couple of lines.
16975         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
16976         if we call EndInvoke inside a callback. Fixes bug #52601.
16977
16978 2004-01-07  Martin Baulig  <martin@ximian.com>
16979
16980         * mono-debug-debugger.h
16981         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
16982
16983 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
16984
16985         * appdomain.c: Use messages in NotImplementedException.
16986
16987         * exception.c (mono_get_exception_not_implemented): Now this takes
16988         a message argument.
16989
16990         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
16991         exception instead of g_asserting an aborting when something is not
16992         implemented.
16993
16994         Add some inline docs.
16995
16996 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
16997
16998         * reflection.h: Update after changes to object layout.
16999
17000         * reflection.c: Implement saving of unmanaged aka win32 resources.
17001
17002         * appdomain.c: Bump version number.
17003
17004         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
17005         Handle missing domains gracefully.
17006
17007 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
17008
17009         * file-io.c : On Windows, there are much more invalid_path_chars.
17010
17011 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
17012
17013         * class.h, object.c: prepare for GetType () speedup.
17014
17015 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
17016
17017         * profiler.c: workaround for --profile null reference exception on
17018           cygwin. Patch by Patrik Torstensson.
17019
17020 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
17021
17022         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
17023         make work for unaligned access.
17024
17025 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
17026
17027         * class.c: small cleanup (class->fields [i] -> field).
17028         * image.c: check address of metadata is valid.
17029
17030 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
17031
17032         * assembly.h assembly.c (mono_assembly_loaded): New public function to
17033         search the list of loaded assemblies.
17034
17035         * reflection.c (mono_reflection_type_from_name): Use 
17036         mono_assembly_loaded instead of mono_image_loaded.
17037
17038         * reflection.c: Fix warnings.
17039
17040 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
17041
17042         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
17043         is dynamic. This is needed since an assembly can contain both dynamic and
17044         non-dynamic images.
17045
17046         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
17047         assembly->dynamic.
17048
17049         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
17050
17051         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
17052         to store modules loaded using AddModule.
17053
17054         * reflection.c (mono_image_fill_file_table): Generalize this so it works
17055         on Modules.
17056
17057         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
17058
17059         * reflection.c (mono_image_fill_export_table_from_module): New function to
17060         fill out the EXPORTEDTYPES table from a module.
17061
17062         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
17063         into a separate function. Also handle loaded non-dynamic modules.
17064
17065         * reflection.c (mono_image_basic_init): Fix memory allocation.
17066
17067         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17068
17069         * assembly.c (mono_assembly_load_references): Make this public.
17070
17071 2003-12-19  Martin Baulig  <martin@ximian.com>
17072
17073         * class.c (mono_class_initialize_generic): Made this static, take
17074         a `MonoGenericInst *' instead of a `MonoClass *'.
17075         (mono_class_from_generic): Call mono_class_initialize_generic()
17076         unless we're already initialized or being called from
17077         do_mono_metadata_parse_generic_inst().
17078
17079         * class.h (MonoGenericInst): Added `initialized' and
17080         `init_pending' flags.
17081
17082         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
17083         `mono_class_init (gklass)' or mono_class_initialize_generic()
17084         here; set `generic_inst->init_pending' while parsing the
17085         `type_argv'.
17086
17087 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
17088
17089         * locales.c: include string.h for memxxx prototypes
17090
17091 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
17092
17093         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
17094         constructor when accessing literal fields.
17095
17096 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
17097
17098         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17099
17100         * reflection.c (assembly_add_resource_manifest): New function to fill
17101         the MANIFESTRESOURCE table.
17102
17103         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
17104
17105         * reflection.h: Update to changes in class layout.
17106
17107         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
17108         Reenable call to mono_runtime_is_shutting_down ().
17109
17110         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
17111         determine if the runtime is shutting down.
17112
17113 2003-12-16  Jackson Harper <jackson@ximian.com>
17114
17115         * icall.c: comment out call to mono_runtime_is_shutting_down to
17116         fix build.
17117         
17118 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
17119
17120         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
17121         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
17122
17123 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
17124
17125         * reflection.c: move definition of swap_with_size
17126         to before its first call
17127
17128 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
17129
17130         * appdomain.c (mono_runtime_is_shutting_down): New public function.
17131
17132         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
17133         icall.
17134
17135         * object.c: Fix warnings.
17136
17137         * icall.c (ves_icall_Type_Get...): Only consider inherited static
17138         members if FlattenHierarchy is set.
17139
17140         * reflection.c (mono_image_add_decl_security): New function to emit
17141         declarative security.
17142
17143         * reflection.h reflection.c: Add support for declarative security.
17144
17145         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
17146         
17147 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
17148
17149         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
17150         
17151         * appdomain.c verify.c: Moved corlib version checking into its own
17152         function in appdomain.c since it needs to create vtables etc.
17153
17154 2003-12-13  Patrik Torstensson <p@rxc.se>
17155
17156         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
17157         instead of unwrapped server.
17158
17159 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
17160
17161         * verify.c (check_corlib): Fix field index.
17162
17163 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
17164
17165         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
17166         GetGacPath icall.
17167
17168 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
17169
17170         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
17171         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
17172         cope with sizeof(size_t) != sizeof(guint32).
17173
17174 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17175
17176         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
17177         in case of failure.
17178
17179 2003-12-10  Mark Crichton <crichton@gimp.org>
17180
17181         * icall.c: removed the GetNonZeroBytes.  We now handle this case
17182         in managed code.
17183
17184         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
17185
17186 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
17187
17188         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
17189         marked as deleted.
17190
17191 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
17192
17193         * verify.c (check_corlib): Handle the case when the version field is 
17194         initialized by a static constructor.
17195
17196 2003-12-08  Patrik Torstensson  <p@rxc.se>
17197
17198     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
17199
17200 2003-12-08  Martin Baulig  <martin@ximian.com>
17201
17202         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
17203         a MonoReflectionGenericParameter, also take the parameter index
17204         and name as arguments.
17205         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
17206         (ves_icall_MonoGenericParam_initialize): New interncall.
17207         (ves_icall_Type_make_byref_type): New interncall.
17208
17209         * reflection.h (MonoReflectionGenericParam): Derive from
17210         MonoReflectionType, not just from MonoObject.  Added `refobj' and
17211         `index' fields.
17212
17213         * reflection.c (mono_reflection_define_generic_parameter): Create
17214         and return a new MonoReflectionGenericParam; don't initialize the
17215         constraints here.
17216         (mono_reflection_initialize_generic_parameter): New public method;
17217         initializes the constraints and creates the `param->pklass'.
17218
17219 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
17220
17221         * reflection.h reflection.c: Use the new fields 'num_types', 
17222         'num_fields' and 'num_methods' to track the number of types etc.
17223
17224         * verify.c (check_corlib): Check corlib version number.
17225
17226 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
17227
17228         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
17229         function works on all methods.
17230
17231 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
17232
17233         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
17234         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
17235         the custom_type_info flag of the transparent proxy.
17236         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
17237         objects that supports IRemotingTypeInfo.
17238         * object.h: Added custom_type_info field in transparent proxy.
17239
17240 2003-12-06  Martin Baulig  <martin@ximian.com>
17241
17242         * class.c (mono_class_create_from_generic): Removed.
17243         (mono_class_from_generic): Check `ginst->klass' before doing
17244         anything else.  This is important to fully support "recursive"
17245         generic types.
17246
17247         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
17248         empty `generic_inst->klass' before doing anything else.
17249
17250 2003-12-06  Dick Porter  <dick@ximian.com>
17251
17252         * verify.c: 
17253         * object.h:
17254         * icall.c:
17255         * locales.c: Use C structs to access class fields.  Don't do a
17256         conversion between MonoString and UChar because both are
17257         platform-endian UTF-16.  Compare now takes startindex and count
17258         parameters.  Add a char overload for IndexOf.  Speed up the
17259         invariant string IndexOf.
17260
17261 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
17262
17263         * Makefile.am (monosn_LDADD): Fix parallel build.
17264
17265 2003-12-04  Martin Baulig  <martin@ximian.com>
17266
17267         * icall.c
17268         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
17269         (ves_icall_Type_make_array_type): New interncall.       
17270
17271 2003-12-04  Martin Baulig  <martin@ximian.com>
17272
17273         * locales.c: also change it in the !HAVE_ICU case.
17274
17275 2003-12-04  Dick Porter  <dick@ximian.com>
17276
17277         * icall.c:
17278         * locales.c: construct_compareinfo is now in CompareInfo, not
17279         CultureInfo.
17280
17281 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
17282
17283         * image.c (mono_image_load_file_for_image): Cache loaded images in the
17284         image->files array.
17285
17286         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
17287         table as well.
17288
17289         * assembly.c (mono_assembly_load_references): Only load references
17290         once.
17291
17292         * class.c (mono_class_from_name): Avoid linear search of the 
17293         EXPORTEDTYPE table.
17294
17295         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
17296
17297 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
17298
17299         * image.h (MonoImage): Add 'field_cache' field.
17300
17301         * loader.c (mono_field_from_token): Cache field lookups.
17302         
17303         * reflection.c (mono_module_get_object): Fix name property.
17304
17305         * icall.c (ves_icall_get_enum_info): Update after changes to 
17306         mono_metadata_get_constant_index ().
17307
17308         * icall.c: Get rid of get_type_info icall, use a separate icall for
17309         each type property to avoid needless memory allocations. Fixes #51514.
17310
17311         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
17312         to avoid needless binary searches.
17313
17314         * class.c (class_compute_field_layout): Move the initialization of
17315         field->def_value to mono_class_vtable ().
17316
17317         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
17318         non-corlib types.
17319
17320         * object.c (mono_object_allocate): Make it inline.
17321
17322         * object.c (mono_object_allocate_spec): Make it inline.
17323         
17324 2003-12-02  Dick Porter  <dick@ximian.com>
17325
17326         * locales.c (create_NumberFormat): NumberFormatInfo construction.
17327         Patch by Mohammad DAMT (mdamt@cdl2000.com).
17328
17329 2003-12-01  Dick Porter  <dick@ximian.com>
17330
17331         * threads.c: Fix signature and call in CreateMutex and
17332         CreateEvent.
17333
17334 2003-12-01  Dick Porter  <dick@ximian.com>
17335
17336         * icall.c: 
17337         * locales.c: Implement string compares and searching
17338
17339         * object.h: Add extra Thread field
17340
17341 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
17342
17343         * reflection.c (fixup_method): Add support for MonoCMethod.
17344
17345 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
17346
17347         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
17348
17349         * reflection.c (assembly_name_to_aname): Allow extra characters in
17350         assembly names. Fixes #51468.
17351
17352 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
17353
17354         * exception.c (mono_exception_from_name_domain): New helper function.
17355
17356         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
17357         exception object in the correct domain.
17358
17359         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
17360         formatting + make a copy a the input data.
17361
17362         * loader.c (mono_get_method_from_token): Methods which contain
17363         native code do not have entries in the ImplMap.
17364
17365         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
17366         Thanks to Gonzalo for spotting this.
17367         
17368         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
17369         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
17370
17371         * assembly.h (mono_assembly_load_from): Split the second part of 
17372         assembly loading into a new public function.
17373
17374         * exception.h (mono_get_exception_bad_image_format): New function.
17375
17376 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
17377
17378         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17379         Enumerate all modules inside a dynamic assembly. Fixes #51293.
17380         
17381         * icall.c: Add new icall for creating dynamic methods.
17382
17383         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
17384
17385         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
17386
17387         * reflection.c (mono_reflection_create_dynamic_method): New icall to
17388         create a dynamic method.
17389
17390         * reflection.c (resolve_object): New helper function.
17391
17392         * reflection.c: Generalize ReflectionMethodBuilder and the functions
17393         which manipulate it so they can also work on dynamic methods.
17394
17395         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
17396         creating the MonoReflectionMethodAux structure if it is not needed.
17397         
17398         * reflection.h verify.c: Update after changes to object layout.
17399
17400         * reflection.c (method_builder_encode_signature): Fix compilation on
17401         gcc 2.95.x.
17402
17403 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
17404
17405         * appdomain.h: Added support for context static fields. Added static_data
17406           field to MonoAppContext and renamed thread_static_fields to a more
17407           generic special_static_fields in MonoAppDomain, since it can now contain
17408           context static fields.
17409         * domain.c: Updated hashtable name.
17410         * object.c: Replaced field_is_thread_static() for a more generic
17411           field_is_special_static() which also checks for context static attribute.
17412           In mono_class_vtable(), added support for static context fields.
17413         * threads.c: Changed methods that manage thread static fields to more
17414           generic methods so they can be reused both for thread and context static
17415           data.
17416         * threads.h: Declared some new methods.
17417
17418 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
17419
17420         * reflection.h: Update after changes to the managed types.
17421
17422         * reflection.c (encode_custom_modifiers): New helper function.
17423
17424         * reflection.c (method_encode_signature): Emit custom modifiers.
17425
17426         * reflection.c (field_encode_signature): Emit custom modifiers.
17427
17428 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
17429
17430         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
17431
17432         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
17433         implementation.
17434
17435         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
17436         icall.
17437
17438         * object.c (mono_field_get_value_object): New function.
17439
17440         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
17441         specific.
17442
17443 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
17444
17445         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
17446         return a preallocated out-of-memory exception instance.
17447
17448         * object.c (out_of_memory): Use the new function.
17449
17450         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
17451         flag is before the custom modifiers. Fixes #49802.
17452
17453 2003-11-16  Martin Baulig  <martin@ximian.com>
17454
17455         * class.c (mono_class_is_open_constructed_type): Implemented the
17456         MONO_TYPE_GENERICINST case.
17457
17458 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
17459
17460         * assembly.c (mono_assembly_fill_assembly_name): New function to
17461         fill out the MonoAssemblyName structure.
17462         (mono_assembly_open): Use the new function.
17463
17464         * icall.c (fill_reflection_assembly_name): New helper function.
17465
17466         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
17467         new function.
17468
17469         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
17470
17471 2003-11-15  Martin Baulig  <martin@ximian.com>
17472
17473         * class.c (mono_class_is_open_constructed_type): New public
17474         function; checks whether a type is an open constructed type,
17475         ie. whether it still contains type parameters.
17476         (mono_class_inflate_generic_type): If we're a type parameter and
17477         the inflated type is also a MONO_TYPE_(M)VAR, return the original
17478         type.
17479
17480         * class.h (MonoGenericInst): Added `guint32 is_open'.
17481
17482         * loader.c (method_from_methodspec): Check whether we're an open
17483         or closed constructed type and set `ginst->is_open'.
17484
17485         * reflection.c (mono_reflection_bind_generic_parameters): Check
17486         whether we're an open or closed constructed type and set
17487         `ginst->is_open'.
17488         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
17489         from open constructed types.
17490
17491 2003-11-15  Martin Baulig  <martin@ximian.com>
17492
17493         * reflection.c (mono_reflection_bind_generic_parameters): If we're
17494         a generic instance (instead of a generic type declaration) with
17495         unbound generic parameters, bind them to our actual types.
17496
17497 2003-11-14  Martin Baulig  <martin@ximian.com>
17498
17499         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
17500
17501         * reflection.c (mono_reflection_bind_generic_parameters): If we're
17502         an interface type, populate `res->interfaces' with instantiated
17503         versions of all the interfaces we inherit.
17504
17505 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
17506
17507         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
17508         when MONO_PATH is set but doesn't contain the install dir.
17509
17510 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17511
17512         * icall.c:
17513         (ves_icall_Type_GetInterfaces): don't return an interface twice when
17514         it's also implemented in base classes. Fixes bug #50927.
17515
17516 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
17517
17518         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
17519         if this method is called from a finalizer. Fixes #50913.
17520
17521 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
17522
17523         * threads.c: Implement VolatileRead/VolatileWrite
17524
17525         * icall.c: Add new icalls for VolatileRead/VolatileWrite
17526
17527 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17528
17529         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
17530         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
17531         2.95.3.
17532
17533         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
17534         from Peter Ross (pro@missioncriticalit.com).
17535         
17536 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
17537
17538         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
17539
17540 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17541
17542         * assembly.c (mono_assembly_load_references): Disable check because it
17543         triggers on older corlibs which lots of people have.
17544
17545 2003-11-12  Jackson Harper  <jackson@ximian.com>
17546
17547         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
17548         load corlib.dll if mscorlib.dll is not found.
17549         * assembly.h: Remove corlib name define.
17550         * class.c:
17551         * domain.c:
17552         * image.c: Change corlib name to mscorlib.
17553         
17554 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17555
17556         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
17557
17558 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
17559
17560         * appdomain.h: Added loader_optimization here to sync with the C#
17561         code, and add disallow_binding_redirects field.
17562
17563 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
17564
17565         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
17566
17567         * reflection.c (mono_image_build_metadata): Fix crash on modules
17568         with no types.
17569
17570         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
17571
17572         * icall.c (ves_icall_get_method_info): Return callingConvention as
17573         well.
17574
17575         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
17576         namespaces from the EXPORTEDTYPE table as well.
17577
17578         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
17579         from all modules inside the assembly.
17580         
17581 2003-11-11  Martin Baulig  <martin@ximian.com>
17582
17583         * reflection.c (mono_reflection_bind_generic_parameters): Make
17584         this work for interfaces.
17585
17586 2003-11-11  Martin Baulig  <martin@ximian.com>
17587
17588         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
17589
17590 2003-11-11  Martin Baulig  <martin@ximian.com>
17591
17592         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
17593         "MonoInflatedMethod" and "MonoInflatedCtor".
17594
17595 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
17596
17597         * reflection.c (resolution_scope_from_image): Use the assembly table
17598         from the manifest module, since other modules don't have it.
17599
17600         * debug-helpers.c (mono_type_full_name): New helper function.
17601
17602         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
17603
17604         * image.c (mono_image_load_file_for_image): New public function which
17605         is a replacement for the load_file_for_image in class.c.
17606
17607         * assembly.c (mono_assembly_load_module): A wrapper for the function
17608         above which does assembly association and reference loading too.
17609
17610         * class.c (mono_class_from_name): Call mono_assembly_load_module.
17611
17612 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17613
17614         * appdomain.c: not all of the attributes for the full assembly name
17615         are required and the order doesn't matter. Fixes bug #50787.
17616
17617 2003-11-10  Dick Porter  <dick@ximian.com>
17618
17619         * locales.c: Use platform-endian UTF16
17620
17621 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
17622
17623         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
17624         
17625 2003-11-10  Martin Baulig  <martin@ximian.com>
17626
17627         * metadata.c
17628         (mono_metadata_load_generic_params): Make this actually work.
17629
17630         * reflection.c (mono_reflection_bind_generic_parameters): If our
17631         parent is a generic instance, pass all the `types' to it, no
17632         matter whether it has the same number of type parameters or not.
17633
17634 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
17635
17636         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
17637
17638         * assembly.c (mono_assembly_load_references): Move the image<->assembly
17639         assignment code to this function so it gets called recursively for all
17640         modules.
17641
17642         * image.c (load_modules): Remove the assembly assignment since it is
17643         now done by mono_assembly_load_references.
17644         
17645         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17646         Add 'module' argument.
17647         (mono_module_get_types): New helper function.
17648         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
17649
17650 2003-11-08  Martin Baulig  <martin@ximian.com>
17651
17652         * class.c (mono_class_inflate_generic_method): Interface method
17653         don't have a header.
17654
17655         * reflection.c (mono_image_get_methodspec_token): Take an
17656         additional `MonoGenericInst *' argument instead of reading it from
17657         the header; this is necessary to support interfaces.
17658         (mono_image_create_token): Pass the `MonoGenericInst *' from the
17659         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
17660         (inflated_method_get_object): Take an additional `MonoGenericInst *'
17661         argument.
17662
17663         * reflection.h (MonoReflectionInflatedMethod): Added
17664         `MonoGenericInst *ginst'.
17665
17666 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
17667
17668         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
17669
17670 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
17671
17672         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
17673
17674 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
17675
17676         * reflection.c 
17677         (reflection_methodbuilder_from_method_builder):
17678         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
17679         initialize a ReflectionMethodBuilder structure.
17680         (mono_image_get_methodbuilder_token):
17681         (mono_image_get_ctorbuilder_token): New functions to emit memberref
17682         tokens which point to types in another module inside the same assembly.
17683
17684         * reflection.c: Use the new helper functions.
17685         
17686         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
17687
17688         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
17689         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
17690
17691         * reflection.c (resolution_scope_from_image): Emit a moduleref if
17692         neccesary.
17693
17694         * reflection.c (mono_image_build_metadata): Emit metadata only for the
17695         current module. Emit the manifest only for the main module.
17696
17697         * reflection.c (mono_image_create_token): Add assertion when a 
17698         memberref needs to be created.
17699
17700         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
17701
17702         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
17703         larger buffer for the custom attribute blob. Fixes #50637.
17704         
17705 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17706
17707         * threadpool.c: notify listener on async processing handles after
17708         invoking the async callback. Thanks to Zoltan.
17709
17710 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17711
17712         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
17713         avoid code duplication.
17714
17715         * reflection.h (MonoDynamicImage): New type which is currently unused,
17716         but will be used through the ref.emit code in place of 
17717         MonoDynamicAssembly.
17718
17719         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17720         object layout.
17721
17722         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
17723         a MonoDynamicImage instead of just a MonoImage.
17724         
17725         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
17726         icalls to ModuleBuilder but keep their semantics, so they will work
17727         with moduleb->assemblyb. This will change later.
17728         
17729 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17730
17731         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17732         object layout.
17733
17734         * reflection.c (mono_image_build_metadata): Avoid creation of a default
17735         main module, since it is now done by the managed code.
17736
17737 2003-11-03  Martin Baulig  <martin@ximian.com>
17738
17739         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
17740         `ginst->klass' here.
17741         (method_encode_methodspec): Don't use the `ginst->generic_method's
17742         klass if it's a generic instance, use `ginst->klass' in this case.
17743
17744 2003-11-03  Martin Baulig  <martin@ximian.com>
17745
17746         * reflection.c (mono_image_get_generic_method_param_info):
17747         Removed, use mono_image_get_generic_param_info() instead.
17748         (mono_image_get_type_info): Write the GenericParam table before
17749         the Method table.  This is neccessary because in the GenericParam
17750         table, type parameters of the class (ie. '!0' etc.) must come
17751         before the ones from its generic methods (ie. '!!0' etc).
17752
17753 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17754
17755         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
17756
17757 2003-11-02  Martin Baulig  <martin@ximian.com>
17758
17759         * reflection.c (create_generic_typespec): Take a
17760         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
17761         the generic parameters from it.
17762
17763 2003-11-02  Martin Baulig  <martin@ximian.com>
17764
17765         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
17766         instead of a `MonoClassField *' since we just need the type.
17767         (create_generic_typespec): New static function.  Creates a
17768         TypeSpec token for a generic type declaration.
17769         (mono_image_get_generic_field_token): New static function.
17770         (mono_image_create_token): If we're a FieldBuilder in a generic
17771         type declaration, call mono_image_get_generic_field_token() to get
17772         the token.
17773
17774 2003-11-02  Martin Baulig  <martin@ximian.com>
17775
17776         * reflection.h
17777         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
17778         `MonoReflectionGenericInst *declaring_type' and
17779         `MonoReflectionGenericInst *reflected_type' fields.
17780
17781         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
17782         `MonoReflectionGenericInst *declaring_type' and a
17783         `MonoReflectionGenericInst *reflected_type' argument instead of a
17784         single `MonoReflectionGenericInst *type' one.  Set
17785         `res->declaring_type' and `res->reflected_type' from them.
17786         (mono_reflection_inflate_field): Likewise.      
17787
17788 2003-11-02  Martin Baulig  <martin@ximian.com>
17789
17790         * class.c (mono_class_setup_vtable): Don't store generic methods
17791         in the vtable.  
17792
17793 2003-11-02  Martin Baulig  <martin@ximian.com>
17794
17795         * reflection.h (MonoReflectionGenericInst): Added
17796         `MonoReflectionType *declaring_type'.
17797
17798         * reflection.c (mono_reflection_bind_generic_parameters): Use
17799         `if (tb->parent)' instead of `klass->parent'.
17800
17801 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
17802
17803         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
17804         with an empty ASSEMBLY table.
17805
17806         * reflection.c (mono_image_build_metadata): Avoid using the same loop
17807         variable in the inner and outer loops.
17808
17809 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
17810
17811         * metadata.h (mono_metadata_make_token): Put parentheses around macro
17812         argument.
17813
17814         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
17815         
17816         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
17817         icalls. Instead, do everything in managed code. This is needed since
17818         it is hard to restore the original domain etc. in unmanaged code in the
17819         presence of undeniable exceptions.
17820
17821         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
17822         New icalls to push and pop appdomain refs.
17823
17824 2003-10-31  Martin Baulig  <martin@ximian.com>
17825
17826         * class.c (inflate_generic_type): Renamed to
17827         mono_class_inflate_generic_type() and made it public.
17828
17829         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
17830         New interncall.
17831
17832         * loader.c (mono_field_from_memberref): Also set the retklass for
17833         typespecs.
17834
17835         * fielder.c (mono_image_get_inflated_field_token): New static
17836         method; creates a metadata token for an inflated field.
17837         (mono_image_create_token, fixup_method): Added support for
17838         "MonoInflatedField".
17839         (fieldbuilder_to_mono_class_field): New static function.
17840         (mono_reflection_inflate_field): New public function.
17841
17842         * reflection.h
17843         (MonoReflectionGenericInst): Added `MonoArray *fields'.
17844         (MonoReflectionInflatedField): New typedef.     
17845
17846 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
17847
17848         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
17849         for Solaris and other platforms without s6_addr16
17850
17851 2003-10-30  Martin Baulig  <martin@ximian.com>
17852
17853         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
17854         argument instead of two.
17855         (mono_class_inflate_generic_signature): Likewise.
17856         (inflate_generic_header): Likewise.
17857         (mono_class_inflate_generic_method): Likewise.  In addition, if
17858         `ginst->klass' is set, it becomes the new `method->klass'.
17859
17860         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
17861         field.
17862
17863         * reflection.c (encode_generic_method_sig): Write a 0xa as the
17864         first byte. [FIXME]
17865         (method_encode_methodspec): If we have generic parameters, create
17866         a MethodSpec instead of a MethodRef.
17867         (fixup_method): Added support for "MonoInflatedMethod" and
17868         "MonoInflatedCtor".
17869         (mono_image_create_token): Added support for "MonoInflatedMethod"
17870         and "MonoInflatedCtor".
17871         (inflated_method_get_object): New static function; returns a
17872         managed "System.Reflection.MonoInflatedMethod" object.
17873         (mono_reflection_bind_generic_method_parameters): Return a
17874         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
17875         (mono_reflection_inflate_method_or_ctor): Likewise.
17876         (mono_image_get_generic_method_param_info): Initialize unused
17877         fields to zero.
17878         (mono_image_get_generic_param_info): Likewise.
17879
17880         * reflection.h (MonoReflectionInflatedMethod): New public
17881         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
17882         "S.R.MonoInflatedCtor" classes.
17883
17884         * loader.c (method_from_memberref): If we're a TypeSpec and it
17885         resolves to a generic instance, inflate the method.
17886
17887 2003-10-28  Dick Porter  <dick@ximian.com>
17888
17889         * object.c (mono_runtime_run_main): Convert command-line arguments
17890         into utf8, falling back to the user's locale encoding to do so.
17891
17892 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
17893
17894         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
17895         at this time.
17896
17897         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
17898
17899         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
17900         up icalls at method definition time. Partially fixes #33569.
17901
17902 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
17903
17904         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
17905         marshalling of arrays. Fixes #50116.
17906
17907         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
17908
17909         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
17910         points to a vtable in the dying appdomain.
17911
17912         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
17913         listeners into unmanaged code inside the lock.
17914
17915         * object.c (mono_class_vtable): Turn off typed allocation in non-root
17916         domains and add some comments.
17917
17918 2003-10-25  Martin Baulig  <martin@ximian.com>
17919
17920         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
17921
17922         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
17923
17924         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
17925         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
17926         currently parsing.  Create the generic class and store it in
17927         `generic_inst->klass' before parsing the type arguments.  This is
17928         required to support "recursive" definitions; see mcs/tests/gen-23.cs
17929         for an example.
17930         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
17931         to support recursive typespec entries.
17932
17933         * class.c (mono_class_setup_parent): If our parent is a generic
17934         instance, we may get called before it has its name set.
17935         (mono_class_from_generic): Splitted into
17936         mono_class_create_from_generic() and mono_class_initialize_generic().
17937
17938 2003-10-25  Martin Baulig  <martin@ximian.com>
17939
17940         * icall.c (ves_icall_Type_BindGenericParameters): Return a
17941         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
17942         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
17943         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
17944
17945         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
17946         (create_typespec): Likewise.
17947         (mono_reflection_bind_generic_parameters): Return a
17948         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
17949         (mono_reflection_inflate_method_or_ctor): New public function.
17950
17951         * reflection.h (MonoReflectionGenericInst): New typedef.        
17952
17953 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
17954
17955         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
17956         inside the domain lock. Fixes #49993.
17957         
17958         * object.c (mono_class_vtable): When typed allocation is used, 
17959         allocate vtables in the GC heap instead of in the mempool, since the
17960         vtables contain GC descriptors which are used by the collector even
17961         after the domain owning the mempool is unloaded.
17962
17963         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
17964
17965         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
17966         reflect what it does. Also invalidate mempools instead of freeing
17967         them if a define is set.
17968
17969         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
17970         of the appdomain.
17971         
17972         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
17973         hold the finalizable objects in this domain.
17974
17975         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
17976         appdomain.
17977
17978         * appdomain.c (mono_domain_set): New function to set the current
17979         appdomain, but only if it is not being unloaded.
17980
17981         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
17982         appdomain which is being unloaded.
17983         
17984         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
17985         unloading of the root appdomain.
17986
17987         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
17988         icall to execute a method in another appdomain. Intended as a 
17989         replacement for InternalSetDomain, which can confuse the code 
17990         generation in the JIT.
17991
17992         * appdomain.c (mono_domain_is_unloading): New function to determine
17993         whenever an appdomain is unloading.
17994
17995         * appdomain.c (mono_domain_unload): New function to correctly unload
17996         an appdomain.
17997
17998         * assembly.c (mono_assembly_load_references): Check that an assembly
17999         does not references itself.
18000
18001         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
18002         domain manually, it asks the finalizer thread to do it, then waits for
18003         the result. Also added a timeout.
18004
18005         * icall.c: Register the new icalls.
18006
18007         * threads.h threads.c: Export the mono_gc_stop_world and 
18008         mono_gc_start_world functions.
18009         
18010         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
18011         function to fill out the mempool with 0x2a.
18012
18013 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
18014
18015         * reflection.h (MonoReflectionMethodAux): New structure to store
18016         information which is rarely used, thus is not in the MonoMethod
18017         structure.
18018
18019         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
18020         store the aux info.
18021
18022         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
18023         and marshalling info into the aux structure.
18024
18025         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
18026         from the aux structure.
18027
18028         * loader.c (mono_method_get_param_names): Retrieve the param names from
18029         the aux structure.
18030         
18031 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
18032
18033         * exception.h exception.c: Add AppDomainUnloadedException && fix 
18034         warning.
18035
18036 2003-10-21  Dick Porter  <dick@ximian.com>
18037
18038         * socket-io.c
18039         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
18040         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
18041
18042 2003-10-21  Martin Baulig  <martin@ximian.com>
18043
18044         * reflection.c (mono_reflection_bind_generic_parameters):
18045         `klass->parent' is NULL for interfaces.
18046
18047 2003-10-21  Martin Baulig  <martin@ximian.com>
18048
18049         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
18050
18051 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
18052
18053         * exception.c (mono_exception_from_name_msg): New helper function for
18054         creating exceptions and initializing their message field.
18055
18056         * exception.c: Simplify functions using the new helper.
18057
18058         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
18059         New function.
18060
18061         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
18062         mono_raise_exception, since otherwise gcc doesn't generate the function
18063         epilog for raise_exception, confusing the stack unwinding in the JIT.
18064         Fixes #45043.
18065
18066         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
18067         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
18068         Fixes #49499.
18069
18070 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18071
18072         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
18073         utf8.
18074
18075 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
18076
18077         * icall.c: Removed GetUninitializedObject method because
18078           AllocateUninitializedClassInstance does the same.
18079
18080 2003-10-18  Martin Baulig  <martin@ximian.com>
18081
18082         * class.c (inflate_generic_signature): Renamed to
18083         mono_class_inflate_generic_signature() and made it public.
18084         (my_mono_class_from_generic_parameter): New static function; if we
18085         don't already have the generic parameter's MonoClass, create a
18086         very simple one which is just used internally in the runtime and
18087         not passed back to managed code.
18088
18089         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
18090
18091         * metadata.h (MonoMethodSignature): Moved the
18092         `MonoGenericParam *gen_params' to the MonoMethodHeader.
18093         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
18094
18095         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
18096         ves_icall_MonoMethod_GetGenericArguments(); this is now an
18097         interncall on the MonoMethod class, not on MethodInfo.
18098         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
18099         calling mono_reflection_bind_generic_method_parameters() directly.
18100
18101         * loader.c (mono_method_get_signature): If this is a MethodSpec;
18102         return the already computed `method->signature'.
18103         (method_from_methodspec): New static function to load a method
18104         from a MethodSpec entry.
18105         (mono_get_method_from_token): Call the new method_from_methodspec()
18106         for MethodSpec tokens.  
18107         (mono_get_method_from_token): If we're a generic method, load the
18108         type parameters.
18109
18110         * reflection.c (mono_image_get_memberref_token): Allow
18111         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
18112         table.
18113         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
18114         (mono_image_create_token): First check whether it's a generic
18115         method (so we'd need to create a MethodSpec), then do the other
18116         two alternatives.
18117         (mono_reflection_bind_generic_method_parameters): Return a
18118         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
18119         called directly from the interncall.
18120
18121 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
18122
18123         * reflection.c (load_public_key): Move loading of the public key
18124         into managed code.
18125
18126         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
18127
18128         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
18129         fields.
18130
18131         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
18132         culture, hash_alg and public_key. Fixes #49555.
18133
18134 2003-10-17  Martin Baulig  <martin@ximian.com>
18135
18136         * class.h (MonoGenericInst): Moved this declaration here and added
18137         `MonoMethod *generic_method'.
18138
18139         * icall.c
18140         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
18141         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
18142
18143         * metadata.c (mono_metadata_type_equal): Two types of
18144         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
18145         index; ie. don't compare the address of the `MonoGenericParam'
18146         structure.
18147         (mono_metadata_load_generic_params): Removed the `MonoMethod
18148         *method' argument.
18149
18150         * metadata.h (MonoGenericInst): Moved declaration to class.h.
18151         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
18152
18153         * reflection.c (method_encode_signature): Encode the number of
18154         generic parameters.
18155         (encode_generic_method_sig): New static function.
18156         (method_encode_methodspec): New static function; creates an entry
18157         in the MethodSpec table for a generic method.
18158         (mono_image_get_methodspec_token): New static function.
18159         (mono_image_create_token): Call mono_image_get_methodspec_token()
18160         for generic methods.
18161         (mono_reflection_bind_generic_method_parameters): New public
18162         function.  Instantiates a generic method.
18163
18164 2003-10-16  Martin Baulig  <martin@ximian.com>
18165
18166         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
18167         *gen_params' here from MonoMethodHeader.
18168
18169         * metadata.c (mono_metadata_parse_method_signature): If we have
18170         generic parameters, initialize `method->gen_params' and then set
18171         the correct `type->data.generic_param' in all the parameters.
18172
18173 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
18174
18175         * threads.c (mono_threads_get_default_stacksize): New function to 
18176         return the default stacksize.
18177
18178         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
18179         termination of the finalizer thread, since the previous method had
18180         race conditions. Fixes #49628.
18181
18182         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
18183         as for the other managed threads.
18184
18185 2003-10-16  Martin Baulig  <martin@ximian.com>
18186
18187         * class.c (inflate_generic_signature): Copy `generic_param_count'
18188         and `gen_params'.
18189
18190         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
18191         New interncall.
18192
18193         * metadata.c (mono_metadata_parse_method_signature): Actually set
18194         the `method->generic_param_count' here.
18195         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
18196
18197 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
18198
18199         * object.h: Add a new field to TypedRef to simplify the implementation
18200         of the REFANY opcodes in the JIT.
18201
18202         * icall.c: Make use of the new field.
18203
18204         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
18205         dynamically.
18206
18207 2003-10-15  Martin Baulig  <martin@ximian.com>
18208
18209         * class.c (mono_class_from_gen_param): Renamed to
18210         mono_class_from_generic_parameter() and moved most of the
18211         functionality from mono_reflection_define_generic_parameter()
18212         here; ie. we create a "real" class here.
18213         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
18214         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
18215         previously been called.
18216
18217         * class.h (MonoGenericParam): Moved the declaration of this struct
18218         here from metadata.h and added `MonoMethod *method'.
18219
18220         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
18221         interncall.
18222
18223         * loader.c (mono_get_method_from_token): If we have any generic
18224         parameters, call mono_metadata_load_generic_params() to read them
18225         from the MONO_TABLE_GENERICPAR.
18226
18227         * metadata.c (mono_metadata_load_generic_params): Added
18228         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
18229
18230         * metadata.h (MonoMethodSignature): Replaced
18231         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
18232         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
18233
18234         * reflection.c (mono_reflection_define_generic_parameter): Moved
18235         most of the functionality into the new
18236         mono_class_from_generic_parameter(); set the `method' field if
18237         we're a method parameter.       
18238
18239 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
18240
18241         * marshal.c (emit_struct_conv): if native size is 0
18242         emit no code.
18243
18244 2003-10-14  Martin Baulig  <martin@ximian.com>
18245
18246         * icall.c: The generics API has changed in the spec since it was
18247         added to System.Type; these modifications make it match the spec
18248         again.
18249         (ves_icall_Type_GetGenericParameters): Renamed to
18250         `ves_icall_Type_GetGenericArguments'.
18251         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
18252         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
18253         `ves_icall_MonoType_get_HasGenericArguments'.
18254         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
18255         `ves_icall_MonoType_get_IsGenericParameter'.
18256         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
18257         this is no interncall anymore.
18258         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
18259         `ves_icall_TypeBuilder_get_IsGenericParameter'.
18260
18261 2003-10-14  Martin Baulig  <martin@ximian.com>
18262
18263         * reflection.c (mono_reflection_bind_generic_parameters): Also
18264         inflate generic methods if we're reading the class from IL.
18265
18266 2003-10-13  Martin Baulig  <martin@ximian.com>
18267
18268         * reflection.c (mono_reflection_define_generic_parameter): This
18269         method isn't called directly from the icall anymore; take a
18270         `MonoReflectionAssemblyBuilder *' so we can use this for type and
18271         method generic parameters.
18272         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
18273         (method_builder_encode_signature): Encode generic parameters.
18274         (mono_image_get_method_info): Write generic params to the
18275         MONO_TABLE_GENERICPARAM table.
18276
18277         * reflection.h (MonoReflectionMethodBuilder): Added
18278         `MonoArray *generic_params'.
18279
18280         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
18281
18282         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
18283         wrapper for mono_reflection_define_generic_parameter().
18284         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
18285
18286 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
18287
18288         * marshal.h: Add missing function to fix build.
18289
18290         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
18291         the SetLastError pinvoke attribute.
18292
18293         * marshal.c (mono_marshal_set_last_error): New helper function called
18294         by the generated code.
18295         
18296         * marshal.c (mono_mb_emit_branch): New helper function.
18297
18298         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
18299
18300         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
18301         classes as parameters and return values of delegates. Fixes #29256. 
18302
18303 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
18304
18305         * locales.c: use gint32 in non HAVE_ICU case
18306
18307 2003-10-11  Martin Baulig  <martin@ximian.com>
18308
18309         * mono-debug.c (mono_debug_add_method): Added a workaround for
18310         bug #48591.
18311
18312 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
18313
18314         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
18315         delegates passed to native code must use the STDCALL calling 
18316         convention. Fixes #35987.
18317
18318 2003-10-10  Martin Baulig  <martin@ximian.com>
18319
18320         * class.c (inflate_generic_type): If we're inflating for a generic
18321         type instance (and not for a generic method), return
18322         MONO_TYPE_MVAR unchanged.
18323
18324 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18325
18326         * string-icalls.c: Join ignores null strings in the source array.
18327         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
18328         * threads.c: GetAvailableTheads is slightly more accurate.
18329
18330 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
18331
18332         * threads.h threads.c : add mono_threads_set_default_stacksize
18333         and pass default to CreateThread calls.
18334
18335 2003-10-09  Dick Porter  <dick@ximian.com>
18336
18337         * icall.c:
18338         * locales.h:
18339         * locales.c: Internal calls for constructing CultureInfo and
18340         related objects from libicu (if its available.)
18341
18342 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
18343
18344         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
18345
18346 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18347
18348         * threadpool.c: added an argument to async_invoke_thread that is the
18349         item to process, pass the MonoAsyncResult to the thread start function
18350         when creating a new thread. This way we don't need to acquire any lock
18351         when we're creating a new thread. Readded a semaphore for faster
18352         response times (instead of that Sleep i added).
18353
18354 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
18355
18356         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
18357         get daylight change dates better on Windows, fix handling
18358         of platforms without tm_gmtoff.
18359
18360 2003-10-06  Martin Baulig  <martin@ximian.com>
18361
18362         * class.c (inflate_generic_method): Renamed to
18363         mono_class_inflate_generic_method() and made public.
18364         (mono_class_init): Don't inflate the generic methods here.
18365         (mono_class_from_generic): Added `gboolean inflate_methods'
18366         argument.  Inflate the methods here.
18367
18368         * loader.c (mono_method_get_param_names): Ignore instances of
18369         generic types for the moment.
18370
18371         * reflection.c (fixup_method): Added support for inflated methods.
18372         (mono_image_create_token): Use mono_image_get_methodref_token()
18373         for inflated methods.
18374         (mono_custom_attrs_from_param): Ignore instances of generic types
18375         for the moment.
18376         (mono_reflection_bind_generic_parameters): New public function.
18377         Moved all the functionality from
18378         ves_icall_Type_BindGenericParameters() here and added support for
18379         dynamic types.
18380         (mono_reflection_define_generic_parameter): Initialize
18381         `klass->methods' here.
18382
18383         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
18384         functionality into mono_reflection_define_generic_parameter().
18385         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
18386         TypeBuilder, return that TypeBuilder.
18387
18388 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18389
18390         * appdomain.c: removed mono_delegate_semaphore.
18391
18392         * threadpool.c:
18393         (mono_thread_pool_add): moved hash table creation inside and the thread 
18394         creation outside of the critical region.
18395         (mono_thread_pool_finish): removed obsolete code.
18396         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
18397         continue or exit the thread depending on the queue.
18398
18399 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
18400
18401         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
18402         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
18403         handle more bool marshalling options
18404
18405 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
18406
18407         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
18408         arrays of structs. Also add a more descriptive error message when
18409         a structure member is marshalled as LPArray.
18410
18411 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
18412
18413         * marshal.c (mono_marshal_get_native_wrapper): Add support for
18414         marshalling arrays of complex types. Fixes #29098. Also remove an
18415         usused and incomplete function.
18416
18417 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
18418
18419         * gc.c: report heap_size - free_bytes as total memory allocated
18420         (bug#49362).
18421
18422 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
18423
18424         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
18425         fix timezone handling problems on Windows.
18426         
18427         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
18428         asserts when the year is outside the range handled by ms the functions.
18429
18430         * class.c (setup_interface_offsets): If the class is an interface,
18431         fill out its interface_offsets slot.
18432
18433 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18434
18435         * threadpool.c: mark threadpool threads as background.
18436
18437 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
18438
18439         * decimal.c - define DECINLINE to nothing if not using GCC
18440
18441 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
18442
18443         * assembly.c: More refcount fixes.
18444
18445 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18446
18447         * string-icalls.c: if we're not trimming, return the same string.
18448         When not splitting, don't create a new string.
18449
18450 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18451
18452         * image.c:
18453         (mono_image_open): increment the ref_count inside the critical section.
18454
18455 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
18456
18457         * image.c (mono_image_open): Fix reference counting bug.
18458
18459 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
18460
18461         * marshal.c (mono_marshal_type_size) struct alignment changed for 
18462         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
18463         64bits. Avoid leak in mono_marshal_get_native_wrapper when
18464         mono_lookup_pinvoke_call throws.        
18465
18466 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
18467
18468         * reflection.c (mono_reflection_parse_type): Fix #49114.
18469
18470         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
18471         temporary workaround for cygwin header problem.
18472
18473         * object.c (mono_object_isinst): Synchronize this with the code
18474         generated by the JIT for casts.
18475
18476 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
18477
18478         * reflection.c (encode_type): Fix #38332.
18479
18480 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
18481
18482         * marshal.c (mono_marshal_method_from_wrapper): New function to return
18483         the original method from the wrapper method.
18484
18485 2003-09-25  Martin Baulig  <martin@ximian.com>
18486
18487         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
18488         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
18489         (ves_icall_Type_get_IsGenericInstance): New interncall.
18490
18491 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
18492
18493         * object.c: fix cast warning in big endian code.
18494
18495 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
18496
18497         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
18498         
18499 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18500
18501         * assembly.c: don't call check_env from mono_assembly_load. It's
18502         already done once in mono_assemblies_init and may cause headaches when
18503         multiple threads are loading assemblies.
18504
18505 2003-09-19  Martin Baulig  <martin@ximian.com>
18506
18507         * reflection.c (mono_reflection_define_generic_parameter): Don't
18508         allocate `klass->methods', set `klass->flags' to
18509         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
18510
18511 2003-09-18  Martin Baulig  <martin@ximian.com>
18512
18513         * class.c (mono_class_init): Don't create `class->methods' if it's
18514         already initialized.
18515
18516         * metadata.c (mono_metadata_load_generic_params): Make this
18517         actually work.
18518
18519         * reflection.c (mono_reflection_define_generic_parameter): Set
18520         parent class and interfaces from the constraints.
18521
18522         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
18523         to keep this struct in sync with the declaration in TypeBuilder.cs.
18524
18525 2003-09-17  Martin Baulig  <martin@ximian.com>
18526
18527         * metadata.h (MonoType): Replaced the data's `int type_param'
18528         field with `MonoGenericParam *generic_param'.
18529         (MonoGenericParam): Added `MonoClass *klass'.
18530
18531         * class.c (mono_class_from_gen_param): Removed the
18532         `MonoImage *image' and `int type_num' arguments.
18533
18534         * metadata.c (mono_metadata_parse_generic_param): New static
18535         method; creates a MonoGenericParam which just contains the index.
18536         (do_mono_metadata_parse_type): Call
18537         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
18538         MONO_TYPE_MVAR.
18539
18540         * reflection.c (mono_image_typedef_or_ref): Generic type
18541         parameters may be in the same assembly, but never use a typedef
18542         for them.
18543         (mono_reflection_define_generic_parameter): We're now creating a
18544         "real" class for the type parameter; it's now safe to call
18545         mono_class_from_mono_type() on the class'es type, it'll do the
18546         right thing.
18547
18548 2003-09-16  Martin Baulig  <martin@ximian.com>
18549
18550         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
18551         `symfile->range_entry_size' and `symfile->class_entry_size' here;
18552         the `symfile' data structure must be fully initialized before it
18553         gets added to the table.
18554
18555 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
18556
18557         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
18558
18559         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
18560         class init trampolines.
18561
18562 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
18563
18564         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
18565         to the built-in profiler to turn off time and allocation profiling
18566         respectively.
18567
18568 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
18569
18570         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
18571         g_direct_equal.
18572
18573         * debug-helpers.c (mono_method_full_name): Print the wrapper type
18574         in human readable form.
18575
18576 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
18577
18578         * reflection.c icall.c: Fixed warnings.
18579
18580         * image.c (load_class_names): Use a temporary hash table to hold the
18581         namespaces in order to avoid doing many string comparisons.
18582
18583         * image.h: Fix typo.
18584
18585         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
18586         Pass NULL instead of g_direct_equal to the GHashTable constructor 
18587         since the NULL case is short-circuited inside g_hash_table_lookup, 
18588         leading to better performance.  
18589
18590         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
18591         obtain the first custom attribute for a given index. Depends on the
18592         CustomAttribute table being sorted by the parent field.
18593
18594         * reflection.c (mono_custom_attrs_from_index): Use the new function 
18595         for better performance.
18596
18597 2003-09-07  Martin Baulig  <martin@ximian.com>
18598
18599         * class.c (mono_class_init): If we're a generic instance, inflate
18600         all our methods instead of loading them from the image.
18601         (mono_class_from_generic): Set `class->methods = gklass->methods'.
18602
18603 2003-09-07  Martin Baulig  <martin@ximian.com>
18604
18605         * mono-debug-debugger.c: Added support for constructors.
18606
18607 2003-09-06  Martin Baulig  <martin@ximian.com>
18608
18609         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
18610         New interncall.
18611
18612         * reflection.c (mono_reflection_setup_generic_class): Call
18613         ensure_runtime_vtable() to create the vtable.
18614
18615 2003-09-05  Martin Baulig  <martin@ximian.com>
18616
18617         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
18618         MONO_TYPE_MVAR.
18619
18620 2003-09-04  Martin Baulig  <martin@ximian.com>
18621
18622         * reflection.c (mono_reflection_define_generic_parameter): Generic
18623         parameters start with zero.
18624
18625 2003-09-04  Martin Baulig  <martin@ximian.com>
18626
18627         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
18628
18629         * reflection.h (MonoReflectionGenericParam): New typedef.
18630         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
18631         the generic parameters from the managed TypeBuilder.
18632
18633         * reflection.c (mono_reflection_define_generic_parameter): New function.
18634         (mono_reflection_create_runtime_class): Encode generic parameters.
18635         (mono_reflection_setup_generic_class): New function; this is
18636         called after adding adding all generic params to the TypeBuilder.
18637         (encode_type): Added MONO_TYPE_VAR.
18638
18639 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
18640
18641         * class.h class.c (mono_class_needs_cctor_run): Moved this method
18642         here from the JIT.
18643
18644         * assembly.h assembly.c: Moved the AOT loading code into an assembly
18645         load hook.
18646
18647 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
18648
18649         * reflection.h reflection.c class.h class.c: Delete duplicate 
18650         definition of mono_type_get_name () from reflection.c and export the
18651         one in class.c.
18652
18653         * class.c: Class loading fixes from Bernie Solomon 
18654         (bernard@ugsolutions.com).
18655
18656         * reflection.c: Endianness fixes from Bernie Solomon 
18657         (bernard@ugsolutions.com).
18658         
18659 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
18660
18661         * assembly.h assembly.c: Define a file format version for AOT
18662         libraries.
18663         
18664         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
18665
18666         * appdomain.h (MonoJitInfo): New field to determine whenever the
18667         code is domain neutral.
18668         
18669 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
18670
18671         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
18672
18673 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
18674
18675         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
18676         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
18677         Avoid caching the result since strings must be domain specific. Fixes
18678         #48050.
18679
18680 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
18681
18682         * marshal.c (mono_marshal_init): Make this callable multiple times
18683         since it is hard to find a correct place to call it.
18684
18685         * object.c (mono_runtime_class_init): Execute static constructors in
18686         the correct appdomain.
18687
18688         * image.c (build_guid_table): Handle the case when multiple images have
18689         the same GUID.
18690
18691 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18692
18693         * icall.c: added a couple of icalls for System.Web.
18694
18695 2003-08-28  Martin Baulig  <martin@ximian.com>
18696
18697         * icall.c (ves_icall_Type_BindGenericParameters): Use
18698         `klass->generic_inst' instead of `&klass->byval_arg' in the
18699         mono_type_get_object() call.  The returned type must be
18700         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
18701
18702 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
18703
18704         * NOTES: New file.
18705
18706         * object.c (mono_class_proxy_vtable): Make it thread safe.
18707
18708         * pedump.c: Fix warning.
18709
18710         * object.c appdomain.h: Get rid of metadata_section. 
18711         It is no longer needed and it was causing deadlocks with domain->lock.
18712
18713         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
18714
18715 2003-08-26  Martin Baulig  <martin@ximian.com>
18716
18717         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
18718
18719 2003-08-26  Martin Baulig  <martin@ximian.com>
18720
18721         * pedump.c (main): Call mono_metadata_init(),
18722         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
18723         and mono_loader_init().
18724
18725 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
18726
18727         * loader.h: Add missing include to fix build.
18728
18729         * image.h: mono_image_load_references is no more.
18730
18731         * assembly.c: Reworked assembly loading to make it really thread safe.
18732         After these changes, the assembly returned by mono_assembly_open is
18733         fully initialized, i.e. all its references assemblies are loaded.
18734
18735         * assembly.c (mono_image_load_references): Renamed to 
18736         mono_assembly_load_references, and made private, since clients no
18737         longer need to call it.
18738
18739         * class.c: Removed calls to mono_assembly_load_references, since it was
18740         a source of deadlocks.
18741
18742         * loader.h loader.c class.h class.c: Protect data structures using a 
18743         new lock, the loader lock.
18744
18745         * class.c (mono_class_setup_vtable): Create temporary hash tables and
18746         GPtrArrays only when needed.
18747
18748         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
18749         into empty structures by mcs. Fixes pinvoke7.cs.
18750         
18751         * domain.c (mono_init): Call a new initialization function.
18752
18753         * appdomain.c (mono_runtime_init): Call the new initializer function
18754         of the marshal module.
18755
18756         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
18757         inserted into empty structures by mcs. Fixes pinvoke7.cs.
18758
18759         * marshal.h marshal.c: Added locks around the wrapper caches to make
18760         this module thread safe.
18761
18762         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
18763         this argument. Fixes pinvoke1.exe.
18764
18765 2003-08-25  Lluis Sanchez <lluis@ximian.com>
18766
18767         * object.h: Added call_type field to MonoMethodMessage and the corresponding
18768         enumeration of values. Removed fields to store remote call output values in
18769         MonoAsyncResult. Not needed any more.
18770         * object.c: Initialize call_type and async_result fields in mono_message_init.
18771         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
18772         dispatching the message.
18773         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
18774         async call to finish. To do it use a message with EndInvoke call type.
18775
18776 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
18777
18778         * loader.h loader.c (mono_method_hash_marhal_info): New function which
18779         determines whenever a method has marshalling info.
18780
18781 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18782
18783         * assembly.c: fix the build on windows.
18784
18785 2003-08-22 Lluis Sanchez <lluis@ximian.com>
18786
18787         * object.cs: Fixed bug #47785.
18788
18789 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
18790
18791         * string-icalls.c (StringReplace): If their are no occurances of
18792         the old string found return a reference to the supplied
18793         string. This saves some memory and matches MS behavoir.
18794         
18795 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18796
18797         * socket-io.c: fixed compilation for systems that define AF_INET6
18798         and don't define SOL_IP/SOL_IPV6.
18799
18800 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
18801
18802         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
18803         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
18804
18805         * rawbuffer.c rawbuffer.h: Make this module thread safe.
18806
18807         * domain.c: Make this module thread safe.
18808
18809         * domain.c (mono_init): Call new initialization function.
18810
18811         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
18812         reference types too. Fixes #38812.
18813
18814         * image.c (mono_image_init): Fixed warnings.
18815
18816         * class.c (mono_class_from_typeref): Handle assembly load failure
18817         correctly.
18818
18819         * appdomain.c (add_assemblies_to_domain): Handle the case when
18820         the references of an assembly are not yet loaded.
18821
18822         * metadata.c image.c assembly.c: Moved initialization of global
18823         variables to a separate function called at startup since lazy 
18824         initialization of these variables is not thread safe.
18825         
18826         * image.c assembly.c: Made this module thread safe by adding locks in 
18827         the appropriate places.
18828
18829         * domain.c (mono_init): Call the new initialization functions of the
18830         three modules.
18831
18832 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
18833
18834         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
18835           make a direct call. It is proxy's work to make the call asynchronous.
18836           mono_delegate_end_invoke(): If the targe is a proxy, just collect
18837           the return values.
18838         * object.cs: mono_method_call_message_new(): read AsyncResult and
18839           state object from parameters list, if this info is requested.
18840         * object.h: Added fields to store remote call output values in
18841           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
18842
18843 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
18844
18845         * object.h: add needed fields to MonoThread.
18846         * threads.c, threads.h: allow registering a function to cleanup data
18847         allocated per thread by the JIT.
18848
18849 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18850
18851         * loader.h: portability fix by Bernie Solomon
18852         * <bernard@ugsolutions.com>.
18853
18854 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
18855
18856         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
18857         return a MonoArray. This simplifies the code and also ensures that
18858         the cache allways contains an object reference as a value.
18859
18860         * icall.c (ves_icall_get_parameter_info): Simplified using the new
18861         function.
18862
18863 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18864
18865         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
18866         fixes a problem with byte ordering when getting the address family for
18867         a socket.
18868
18869 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
18870
18871         * .cvsignore: Added monosn.
18872
18873         * reflection.h reflection.c loader.c: Added support for parameter
18874         marshalling to dynamically created types. Fixes #47295.
18875
18876 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
18877
18878         * rand.c: remove useless warnings.
18879
18880 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
18881
18882         * class.c: implemented ldtoken for methods and fieldrefs.
18883
18884 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18885
18886         * threadpool.c: when mono_async_invoke was called, no one took care of
18887         monitoring the queue. So if the method invoked took some time and we
18888         got new async invoke requests after 500 ms (the thread created waited
18889         that long in WaitForSingleObject), the new async invoke was not called
18890         until the previous one finished.
18891
18892         This is fixed now. Thanks to Totte for helping with it.
18893
18894 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18895
18896         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
18897
18898 2003-08-11  Martin Baulig  <martin@ximian.com>
18899
18900         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
18901
18902 2003-08-06  Martin Baulig  <martin@ximian.com>
18903
18904         * mono-debug-debugger.c: Added support for static fields,
18905         properties and methods.
18906
18907 2003-08-06  Martin Baulig  <martin@ximian.com>
18908
18909         * mono-debug-debugger.c: Don't store the MonoString's vtable to
18910         make this work for applications with multiple application domains.
18911
18912 2003-08-04  Martin Baulig  <martin@ximian.com>
18913
18914         * mono-debug-debugger.c: Completely reworked the type support; the
18915         most important thing is that we're now just using one single
18916         `MonoType' instance per type.
18917
18918 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
18919
18920         * mono-endian.h, mono-endian.c, icall.c: Added icall
18921         ves_icall_System_Double_AssertEndianity to assert double word endianity
18922         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
18923
18924 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18925
18926         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
18927         support, icalls and fixes.
18928
18929 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
18930
18931         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
18932         classes that are a punctuation character in .NET is not the same a
18933         g_unichar_ispunct.
18934
18935 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18936
18937         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
18938
18939 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
18940
18941         * icall.c: Add new MemCopy internalcall.
18942         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
18943         Simplified code; It is not necessary to handle all the cases here,
18944         as the C# code takes care of it.  Only handle the case of the name
18945         resource embedded into the assembly.
18946
18947         Changed signature to return the data pointer and the size of the
18948         data. 
18949
18950 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
18951
18952         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
18953         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
18954
18955 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18956
18957         * socket-io.c: ignore EINTR error in select.
18958
18959 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
18960
18961         * class.h, class.c: removed unused subclasses field in MonoClass.
18962
18963 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18964
18965         * icall.c: improve fix of get_base_definition(). If the parent class
18966           doesn't have the mehod, look at the parent of the parent.
18967         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
18968           to check if a parameter is an in or out parameter
18969           (PARAM_ATTRIBUTE_IN is not set by default).
18970           mono_method_return_message_restore(): Use mono_class_value_size to
18971           get the size of a value type. mono_type_stack_size (parameterType)
18972           does not return the correct value if parameterType is byRef.
18973           mono_load_remote_field(), mono_load_remote_field_new(),
18974           mono_store_remote_field(), mono_store_remote_field_new():
18975           raise exception if the remote call returns an exception.
18976
18977 2003-07-28  Martin Baulig  <martin@ximian.com>
18978
18979         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
18980         method.  This is a wrapper around mono_runtime_invoke() which
18981         boxes the instance object if neccessary.
18982
18983 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18984
18985         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
18986         metadata.h, row-indexes.h, verify.c: first cut of generics support.
18987
18988 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18989
18990         * icall.c: disable mcs bug workaround.
18991
18992 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
18993
18994         * object.c (mono_runtime_class_init): Take the metadata_section
18995         mutex before obtaining the domain mutex.
18996
18997         * appdomain.h: Added definition of metadata_section mutex here. 
18998
18999         * object.c: define metadata_mutex here.
19000
19001 2003-07-24  Ravi Pratap  <ravi@ximian.com>
19002
19003         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
19004         fixed.
19005
19006 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
19007
19008         * reflection.c: Fix bug #46669
19009
19010 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19011
19012         * exception.c:
19013         * exception.h:
19014         * icall.c:
19015         * object.h: fill in the type name for TypeLoadException.
19016
19017 2003-07-23  Ravi Pratap  <ravi@ximian.com>
19018
19019         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
19020         relationship between TypeBuilders while compiling corlib) and bug
19021         45993 (Array types returned from the runtime while compiling
19022         corlib were from the loaded corlib).
19023
19024 2003-07-22  Martin Baulig  <martin@ximian.com>
19025
19026         * mono-debug-debugger.c: Reworked the type support a bit more;
19027         distinguish between types and classes.
19028
19029 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
19030
19031         * icall.c: add IsArrayImpl icall.
19032
19033 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
19034
19035         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
19036         initializing real_size only once. Also fix bug #46602.
19037
19038 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
19039
19040         * object.c: Renamed mono_metadata_section to metadata_section.
19041
19042 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
19043
19044         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
19045           empty array if the type is an array. Fixed.
19046           ves_icall_MonoMethod_get_base_definition: if the base method
19047           is abstract, get the MethodInfo from the list of methods of
19048           the class.
19049         * reflection.c: ParameterInfo.PositionImpl should be zero-based
19050           and it was 1-based. Fixed in mono_param_get_objects.
19051
19052 2003-07-20  Martin Baulig  <martin@ximian.com>
19053
19054         * mono-debug.h: Set version number to 31.
19055         (mono_debug_init): Added `MonoDomain *' argument.
19056
19057         * mono-debug-debugger.c: Reworked the type support; explicitly
19058         tell the debugger about builtin types; pass the `klass' address to
19059         the debugger.
19060
19061 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
19062
19063         * image.c: Allow new metadata tables to be loaded without a
19064         warning. Also update the warning message to give the new constant value.
19065                 
19066 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
19067
19068         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
19069         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
19070         array type representation changes.
19071
19072 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
19073
19074         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
19075         on Environment.Exit () call.
19076
19077 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
19078
19079         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
19080         requires a matching corlib.
19081
19082 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
19083
19084         * Changelog: My editor decided to add a CR to each line. Sorry about that.
19085           Committed again without the CRs.
19086         
19087 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
19088
19089         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
19090           getting it from the "this" socket instance. Did not work
19091           if the socket is a subclass of Socket.
19092           Also fixed bug #35371.
19093
19094 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
19095
19096         * metadata.c: fixed size for TypedByRef.
19097         * loader.c: when searching for a method, consider the vararg amrker.
19098         * unicode.c, decimal.c: constify some arrays.
19099
19100 2003-07-15  Dick Porter  <dick@ximian.com>
19101
19102         * socket-io.c: Fixed compilation for gcc < 3.2.
19103
19104         Fixed compilation for machines that don't have AF_INET6 (thanks to
19105         Bernie Solomon <bernard@ugsolutions.com> for that part.)
19106
19107         Fixed compile warnings.
19108         
19109         Fixed formatting and line endings.
19110
19111 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
19112
19113         * socket-io.h:
19114         * socket-io.c: Added IPv6 support.
19115
19116 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
19117
19118         * class.c (mono_class_is_assignable_from): New function to implement
19119         the is_assignable_from logic. Used by mono_object_isinst, 
19120         Type::IsAssignableFrom () and the interpreter.
19121
19122         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
19123         Object, even interfaces.
19124         
19125         * object.c (mono_object_isinst): Implement in terms of 
19126         is_assignable_from.
19127
19128         * icall.c (ves_icall_type_is_assignable_from): New icall.
19129
19130 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
19131
19132         * domain.c (foreach_domain): fix compiler warning.
19133
19134 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
19135
19136         * image.c (load_metadata_ptrs): use g_strndup because strndup is
19137         not available on all plattforms
19138
19139 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
19140
19141         * image.h image.c: Store the metadata version string in MonoImage.
19142         * icall.c: New icall to retrieve the image version.
19143         * reflection.c (create_dynamic_image): Fill in the image version field
19144         * reflection.c (build_compressed_metadata): Use the image version
19145         from the image structure.
19146
19147 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19148
19149         * appdomain.c: modified comment.
19150         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
19151         That will be its last iteration when mono_gc_cleanup is called from
19152         mono_runtime_cleanup and before the domain is unloaded.
19153
19154         Fixes bug #45962.
19155
19156 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
19157
19158         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
19159         attributes.
19160
19161 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
19162
19163         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
19164         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
19165         Bernie Solomon <bernard@ugsolutions.com>.
19166
19167 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
19168
19169         * object.c, object.h: provide mono_object_new_fast() for faster
19170         allocation in some special cases.
19171
19172 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
19173
19174         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
19175         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
19176
19177 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
19178
19179         * threadpool.c: fix leaks.
19180
19181 2003-07-01  Dick Porter  <dick@ximian.com>
19182
19183         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
19184         using MonoGHashTables.  Fixes threadpool bug posted to list.
19185
19186 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
19187
19188         * image.h, image.c: added support to load an assembly from a byte array.
19189         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
19190         assembly bundle support.
19191
19192 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
19193
19194         * threadpool.c (mono_thread_pool_add): keep a reference to the
19195         AsyncResult to prevent GC
19196
19197 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
19198
19199         * class.c: leak fix.
19200
19201 2003-06-25  Dick Porter  <dick@ximian.com>
19202
19203         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
19204         for the async object, the WaitHandle object will close the handle.
19205         Fixes bug 45321.
19206
19207 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
19208
19209         * class.c: in mono_array_class_get (), lookup from the hash with the
19210         same type we insert: this works around a bug in
19211         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
19212         lluis. The real fix will have to wait for after the release.
19213
19214 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19215
19216         * icall.c: fix memory leak when getting type members.
19217
19218 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
19219
19220         * reflection.c: added more pubtoken special cases.
19221
19222 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
19223
19224         * class.c: handle field offset correctly when class size
19225         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
19226
19227 2003-06-20  Martin Baulig  <martin@ximian.com>
19228
19229         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
19230         *image' field.
19231
19232 2003-06-20  Martin Baulig  <martin@ximian.com>
19233
19234         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
19235
19236 2003-06-20  Martin Baulig  <martin@ximian.com>
19237
19238         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
19239         just distinguish between variables in registers and variables at
19240         an offset relative to a register.
19241
19242 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19243
19244         * icall.c: #ifdef out latest changes until mcs is fixed.
19245
19246 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19247
19248         * icall.c: return members in metadata order.
19249
19250 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
19251
19252         * icall.c: avoid infinite loop in GetTimeZoneData.
19253
19254 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
19255
19256         * icall.c: added Marshal.Prelink/All icalls.
19257
19258 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
19259
19260         * object.c, object.h: fix warnings and do some overflow checking
19261         when creating arrays.
19262
19263 2003-06-17  Dick Porter  <dick@ximian.com>
19264
19265         * file-io.h:
19266         * file-io.c: File attributes need to be tweaked slightly when
19267         passed from the managed to the w32 world.
19268
19269 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
19270         * profiler.h profiler-private.h profiler.c: Rework last patch
19271         based on suggestion by Paolo.
19272         
19273 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
19274
19275         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
19276         instruction level coverage data collection.
19277         * profiler.h profiler.c (: Added new callback function which can be
19278         used by the profiler to limit which functions should have coverage
19279         instrumentation.
19280         * profiler.c (mono_profiler_load): Call g_module_build_path to
19281         generate the file name of the profiler library.
19282
19283 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
19284
19285         * profiler.c, profiler.h, profiler-private.h: added basic block 
19286         coverage profiling API.
19287
19288 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
19289
19290         * reflection.c (mono_reflection_create_runtime_class): Add support
19291         for events in dynamically generated code.
19292
19293         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
19294         not allocated.
19295
19296 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
19297
19298         * icall.c: when getting timezone info, return reasonable values if we
19299         can't get the actual data.
19300
19301 2003-06-14  Dick Porter  <dick@ximian.com>
19302
19303         * threads.c (start_wrapper): Remove the reference to the thread
19304         object in the TLS data, so the thread object can be finalized.
19305         This won't be reached if the thread threw an uncaught exception,
19306         so those thread handles will stay referenced :-( (This is due to
19307         missing support for scanning thread-specific data in the Boehm GC
19308         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
19309
19310 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
19311
19312         * reflection.c: ensure streams and tables are first allocated with
19313         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
19314
19315 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
19316
19317         * icall.c: fixed GetElementType for byrefs (bug# 44792).
19318
19319 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
19320
19321         * reflection.c (mono_reflection_create_runtime_class): Add support for
19322         properties to dynamically created classes.
19323         * reflection.c: Fix a few places where non-MonoObjects were inserted
19324         into the tokens hashtable.
19325
19326 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19327
19328         * object.c: some support to handle out of memory exceptions.
19329
19330 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
19331
19332         * marshal.c (mono_marshal_get_native_wrapper): support reference
19333         return types
19334
19335 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
19336
19337         * object.h, object.c: more portability stuff from Bernie Solomon.
19338         Unexport mono_object_allocate(). Added mono_object_unbox ().
19339         Set exitcode when an unhandled exception is thrown.
19340
19341 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
19342
19343         * marshal.c (mono_marshal_get_native_wrapper): use custom
19344         marshaler for return types.
19345
19346 2003-06-10  Dick Porter  <dick@ximian.com>
19347
19348         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
19349         ip_mreq is available
19350
19351 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
19352
19353         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
19354         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
19355         by Bernie Solomon <bernard@ugsolutions.com>.
19356
19357 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
19358
19359         * gc.c (mono_gc_init): Avoid error message on shutdown when
19360         GC_DONT_GC=1 is used.
19361
19362         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
19363         New icall to return the GUID of a module.
19364
19365 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
19366
19367         * class.c: ensure instance size always includes the parent's size
19368         even whem class size is set explicitly (fixes bug#44294).
19369
19370 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19371
19372         * profiler.h, profiler.c: made the simple profiler thread-safe,
19373         get more accurate timing info. Allow the loading of an
19374         externally-developed profiler module.
19375
19376 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
19377
19378         * marshal.c (mono_marshal_get_native_wrapper): improved
19379         class/byref arguments.
19380         (mono_marshal_get_native_wrapper): better string marshaling support.
19381
19382 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
19383
19384         * class.c: ensure .pack and .size are handled correctly and
19385         simplified layout of static fields.
19386
19387 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
19388
19389         * appdomain.c
19390         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
19391
19392         * loader.c (mono_lookup_pinvoke_call): look for modules in the
19393         current directory (fix bug 44008)
19394
19395 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
19396
19397         * marshal.c (mono_marshal_get_native_wrapper): started support for
19398         custom marshalers.
19399         (mono_delegate_to_ftnptr): consider marshalling specifications
19400
19401 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
19402
19403         * reflection.c, reflection.h: emit custom marshal info.
19404
19405 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19406
19407         * object.c: free the GError.
19408         * icall.c: added CloseEvent_internal.
19409         * threads.[ch]:
19410         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
19411         call.
19412
19413 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
19414
19415         * loader.c (mono_method_get_signature): Add support for dynamic
19416         assemblies.
19417
19418 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
19419
19420         * reflection.c: fixed bug #43905.
19421
19422 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
19423
19424         * class.c, domain.c, icall.c, metadata.h, object.h: support for
19425         handling TypedReference and ArgIterator.
19426         * loader.c, loader.h: added function to get signature at call site.
19427
19428 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19429
19430         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
19431         data readonly. Buglets and warning fixes. Some MethodSpec support.
19432
19433 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
19434
19435         * class.h, class.c, object.c: remove relative numbering support.
19436
19437 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
19438
19439         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
19440         free the string, until we get a chance to fix Gtk#
19441
19442 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19443
19444         * marshal.c: revert last patch.
19445
19446 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
19447
19448         * icall.c: updates for new mono_class_vtable() not calling
19449         the type constructor anymore.
19450
19451 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
19452
19453         * object.h, object.c: separate vtable creation from type
19454         initialization. Make running the .cctor thread safe.
19455
19456 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
19457
19458         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
19459
19460 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
19461
19462         * loader.c (mono_get_method): consider calling convention
19463
19464 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
19465
19466         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
19467         to return the invisible global type for a module.
19468
19469         * reflection.c (mono_image_build_metadata): Emit global fields too.
19470
19471 2003-05-20  Peter Williams  <peterw@ximian.com>
19472
19473         * loader.c (mono_lookup_internal_call): Add a few newlines.
19474
19475 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
19476
19477         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
19478         literal strings.
19479
19480         * appdomain.c (set_domain_search_path): Recalculate search path when
19481         AppDomainSetup.PrivateBinPath changes.
19482
19483         * object.c (mono_class_compute_gc_descriptor): It turns out some
19484         parts of the class libs (like System.Thread) holds pointers to
19485         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
19486         to treat native int a pointer type here.
19487         
19488 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
19489
19490         * appdomain.h, domain.c: add hashtable for jump target resolution.
19491
19492 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
19493
19494         * reflection.h reflection.c icall.c: Added new icalls 
19495         GetManifestResourceInfoInternal, GetModulesInternal and support
19496         infrastructure.
19497
19498 2003-05-16  Dick Porter  <dick@ximian.com>
19499
19500         * icall.c:
19501         * file-io.h:
19502         * file-io.c: Implement System.IO.MonoIO::GetTempPath
19503
19504 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
19505
19506         * object.c: mono_store_remote_field: little fix to previous patch.
19507
19508 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19509
19510         * class.c: add constructors to array classes.
19511         * icall.c: special case array construction for InternalInvoke (),
19512
19513 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
19514
19515         * class.h class.c reflection.c object.c: Added support for field
19516         defaults in dynamically generated classes.
19517
19518 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
19519
19520         * reflection.c: properly encode charset for ddlimport.
19521
19522 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
19523
19524         * threads.c: allow compiling without GC.
19525
19526 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19527
19528         * appdomain.h, object.c, object.h, threads.c, threads.h: added
19529         handling of thread static data.
19530
19531 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
19532
19533         * reflection.h, reflection.c: added mono_custom_attrs_free ().
19534
19535 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
19536
19537         * class.c (mono_array_class_get): always set the serializable flags
19538         (mono_array_class_get): always set the SEALED attribute for array types
19539
19540 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
19541
19542         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
19543         attributes (fix for bug 42021).
19544
19545 2003-05-12  Dick Porter  <dick@ximian.com>
19546
19547         * gc.c: Don't run finalizers when the finalizer thread is
19548         finishing up, because the default domain has already been
19549         destroyed.
19550
19551 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
19552
19553         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
19554         value is null, we should throw an exception.   This is slightly
19555         different than the other conventions used for the constructor.
19556
19557 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19558
19559         * socket-io.c: fixed windows build.
19560
19561 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19562
19563         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
19564
19565 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
19566
19567         * object.c (mono_string_new_wrapper): Compatibility fix for MS
19568         compilers.
19569
19570 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
19571
19572         * class.c (mono_class_layout_fields): Add experimental GC aware
19573         auto layout facility. Requires class library changes to work correctly.
19574
19575         (mono_class_setup_vtable): Avoid overriding explicit interface
19576         method implementations. Fixes iface3.exe test.
19577
19578         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
19579         object reference.
19580         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
19581         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
19582
19583         * metadata.h: Add new type classification macro which determines
19584         whenever the type holds an object reference.
19585
19586 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
19587
19588         * marshal.c (mono_marshal_get_native_wrapper): cleanups
19589
19590 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
19591
19592         * gc.c (finalizer_thread): Work around a GC bug.
19593
19594 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
19595
19596         * marshal.c (emit_struct_conv): allow unions
19597
19598         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
19599
19600 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
19601
19602         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
19603
19604 2003-05-06  Martin Baulig  <martin@ximian.com>
19605
19606         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
19607
19608 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19609
19610         * socket-io.c:
19611         (Select_internal): allow NULLs, don't create arrays if not needed.
19612         Coupled with Socket.cs changes.
19613
19614         * threadpool.c:
19615         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
19616         register a finalizer for it that will close the semaphore handle. This
19617         fixes the leak and make Lupus' test run with > 4080 loops.
19618
19619 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
19620
19621         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
19622         Jerome Laban (bug #42287)
19623
19624 2003-05-02  Martin Baulig  <martin@ximian.com>
19625
19626         * debug-mono-symfile.h
19627         (MonoSymbolFile): Moved declaration into mono-debug.h.
19628         (MonoDebugMethodJitInfo): Likewise.
19629         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
19630         argument.
19631         (_mono_debug_address_from_il_offset): Take a
19632         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
19633
19634         * mono-debug.h
19635         (MonoDebugDomainData): New struct.
19636         (mono_debug_get_domain_data): New function.
19637         (mono_debug_add_method): Take an additional `MonoDomain *'
19638         argument.
19639         (mono_debug_source_location_from_address): Likewise.
19640         (mono_debug_il_offset_from_address): Likewise.
19641         (mono_debug_address_from_il_offset): Likewise.
19642
19643 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
19644
19645         * reflection.c: one more check for null type in custom attrs.
19646
19647 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19648
19649         * reflection.c: avoid warning (comparison is always false due to limited
19650         range of data type).
19651
19652 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19653
19654         * icall.c: throw an exception in Type.GetField if the argument 'name'
19655         is NULL.
19656
19657 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
19658
19659         * reflection.c: fixed handling of enums in named arguments to custom
19660         attributes (bug #42123).
19661
19662 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
19663
19664         * reflection.c: use the right array element type and handle
19665         a null for a Type argument, too.
19666
19667 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
19668
19669         * reflection.c: handle arrays as arguments to custom attributes.
19670
19671 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
19672
19673         * reflection.c: handle a string value in a custom attr
19674         ctor that takes an object.
19675
19676 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
19677
19678         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
19679         (fix bug #42063)
19680
19681 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
19682
19683         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
19684
19685 2003-04-27  Martin Baulig  <martin@ximian.com>
19686
19687         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
19688         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
19689         MONO_DEBUGGER_EVENT_BREAKPOINT.
19690         (mono_breakpoint_trampoline_code): Removed.
19691         (mono_debugger_event_handler): The last argument is now a
19692         `guint32'.
19693         (mono_debugger_insert_breakpoint_full): Removed the
19694         `use_trampoline' argument.
19695         (mono_debugger_method_has_breakpoint): Likewise.
19696         (mono_debugger_trampoline_breakpoint_callback): Renamed to
19697         mono_debugger_breakpoint_callback(); take the method and
19698         breakpoint number as arguments.
19699
19700 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
19701
19702         * metadata.c: fix off by one when loading parameters attributes.
19703
19704 2003-04-24  Martin Baulig  <martin@ximian.com>
19705
19706         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
19707
19708 2003-04-24  Martin Baulig  <martin@ximian.com>
19709
19710         * mono-debug-debugger.c: Moved all code which interacts with the
19711         Mono Debugger here.
19712
19713         * debug-mono-symfile.c: This code now just deals with the symbol
19714         file itself, the debugger code is now in mono-debug-debugger.c.
19715
19716 2003-04-23  Martin Baulig  <martin@ximian.com>
19717
19718         * mono-debug.c (mono_debug_source_location_from_il_offset):
19719         New method; like mono_debug_source_location_from_address(), but
19720         takes an IL offset instead of a machine address.
19721
19722 2003-04-23  Martin Baulig  <martin@ximian.com>
19723
19724         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
19725         `line' field; this is now computed by the debugger.
19726
19727 2003-04-23  Martin Baulig  <martin@ximian.com>
19728
19729         * mono-debug.[ch]: New files.  This is the new debugging interface.
19730
19731         * mono-debug-debugger.[ch]: New files.  Moved all code which
19732         interacts with the Mono Debugger here.
19733
19734 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
19735
19736         * domain.c (mono_init): initialize mono_defaults.monitor_class
19737
19738 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
19739
19740         * reflection.c (method_encode_code): Add a spicy exception to help
19741         future compiler authors.
19742
19743 2003-04-21  Martin Baulig  <martin@ximian.com>
19744
19745         * icall.c
19746         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
19747         Make this work with relative pathnames; g_filename_to_uri() needs
19748         an absolute filename.
19749
19750 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
19751
19752         * icall.c: Track name changes in Object and ValueType.
19753
19754 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
19755
19756         * metadata.c (mono_type_stack_size): size should be a multiple of
19757         sizeof (gpointer)
19758
19759 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19760
19761         * gc.c:
19762         (internal_domain_finalize): moved into mono_domain_finalize. No need
19763         to create another thread because the finalizers will be run in the
19764         finalizer thread.
19765         
19766         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
19767         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
19768         to be run (MS does this too).
19769
19770 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
19771
19772         * object.c (mono_class_compute_gc_descriptor): Update comment.
19773
19774         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
19775
19776         * image.h: Add synchronized wrapper cache.
19777
19778         * image.c (do_mono_image_open): Initialize cache.
19779
19780         * reflection.c (create_dynamic_mono_image): Initialize cache.
19781
19782 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19783
19784         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
19785         ves_icall_System_Buffer_ByteLengthInternal.
19786
19787 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19788
19789         * reflection.c: setup klass->nested_in earlier. Allow
19790         a dash in the assembly name.
19791
19792 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
19793
19794         * metadata.c (mono_type_to_unmanaged): dont access
19795         type->data.klass for MONO_TYPE_OBJECT
19796         (mono_type_to_unmanaged): consider System.Delegate class
19797
19798 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
19799
19800         * class.c: just setup supertypes in the proper place instead of
19801         initializing the full element class for arrays.
19802
19803 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
19804
19805         * class.c: ensure the element class of arrays is initialized.
19806         Setup the supertype info for array classes, too.
19807
19808 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
19809
19810         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
19811
19812 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19813
19814         * Makefile.am: re-added -m option when running cygpath. This way,
19815         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
19816         separator.
19817         * mono-config.c: same codepath for locating mono config file for WIN32
19818         and the rest.
19819         * assembly.c: if mono_assembly_setrootdir is called, don't override
19820         the value set.
19821
19822 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19823
19824         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
19825         MONO_ASSEMBLIES variable.
19826
19827 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
19828
19829         * icall.c: added Assembly::GetNamespaces() icall.
19830
19831 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19832
19833         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
19834
19835 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
19836
19837         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
19838         * object.c: fixed bug in the construction of vtable for proxies
19839
19840 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
19841
19842         * object.c (mono_array_new): Mark mono_array_new as an icall.
19843
19844 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19845
19846         * class.c: fixed test for public method when overriding interfaces.
19847         Closes bug #40970.
19848
19849 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19850
19851         * appdomain.h, domain.c: added mono_domain_foreach() to
19852         be able to access the currently loaded appdomains.
19853         * object.c: make string interning work across sppdomains.
19854         Mark some functions for use as icalls.
19855
19856 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
19857
19858         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
19859
19860         * reflection.h reflection.c: Allocate long living data using 
19861         GC_MALLOC_ATOMIC so the collector does not need to scan it.
19862
19863         * reflection.c: Double the allocation size in streams instead of
19864         increasing it, to prevent unneccesary copying on large assemblies.
19865         
19866         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
19867         creation if the assembly does not have the Run flag set.
19868
19869 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19870
19871         * class.h: avoid the C++ keywords in header files (Jerome Laban
19872         spotted and fixed this).
19873
19874 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19875
19876         * object.c:
19877         (mono_unhandled_exception): fill in the arguments for the
19878         UnhandledException event. Only trigger that event for the default
19879         domain (as MS does).
19880
19881 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
19882
19883         * object.c: Improve typed allocation stuff based on suggestions from
19884         Paolo. Also turn it on if the GC library supports it.
19885
19886 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19887
19888         * object.c object.h class.h: Added experimental typed allocation
19889         facility using the interfaces in gc_gcj.h.
19890
19891         * os/gc_wrapper.h: Added new include files.
19892         
19893 2003-04-03  Martin Baulig  <martin@ximian.com>
19894
19895         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
19896         which is not yet enabled by default.
19897
19898         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
19899         functions.
19900         (mono_gc_lock, mono_gc_unlock): New static functions.
19901
19902         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
19903         functions; stop/start the world for the garbage collector.  This
19904         is using the windows API; we need to complete the SuspendThread()/
19905         ResumeThread() implementation in the io-layer to make this work on Unix.
19906         (mono_gc_push_all_stacks): New public function; tells the garbage
19907         collector about the stack pointers from all managed threads.
19908
19909 2003-04-03  Martin Baulig  <martin@ximian.com>
19910
19911         * object.h (MonoThread): Added `gpointer stack_ptr'.
19912
19913         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
19914
19915 2003-04-03  Martin Baulig  <martin@ximian.com>
19916
19917         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
19918
19919 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19920
19921         * reflection.c (typebuilder_setup_fields): Initialize field.first and
19922         field.last.
19923
19924 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
19925
19926         * loader.c (mono_lookup_internal_call): Report the corlib that is
19927         out of sync.
19928
19929 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
19930
19931         * icall.c (ves_icall_type_GetTypeCode): fixed check for
19932         System.DBNull (it's class not valuetype).
19933
19934 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
19935
19936         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
19937         if the array method was already assigned a token (fixes bug#40646).
19938
19939 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
19940
19941         * reflection.c (mono_reflection_get_type): Attempt type resolve even
19942         if no assembly is given.
19943
19944 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
19945
19946         * metadata.h: Added the new tables.
19947
19948         * row-indexes.h: Added definitions for new tables.
19949
19950         * metadata.c: Add schemas for new tables, and add support for
19951         computing the sizes of them.
19952
19953         * class.c: Update for handling the new type cases.
19954
19955 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
19956
19957         * metadata.h (MONO_TYPE_IS_VOID): new macro
19958
19959 2003-03-31  Martin Baulig  <martin@ximian.com>
19960
19961         * threads.h (MonoThreadCallbacks): Added `thread_created'.
19962
19963         * threads.c (mono_thread_new_init): Call `thread_created' in the
19964         mono_thread_callbacks.
19965
19966 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
19967
19968         * loader.h: added marshalbyrefobject_class to mono_defaults
19969         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
19970         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
19971           generation of output parameters.
19972           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
19973         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
19974           contextbound and the target object belongs to the context of the caller.
19975         * object.h: added context and unwrapped_server variables in MonoRealProxy.
19976         * object.c: Implemented support for interfaces and abstract classes
19977           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
19978           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
19979
19980 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
19981
19982         * class.h class.c (mono_class_is_subclass_of): New function.
19983         
19984         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
19985         routines for most common case (calls from ArrayList::ToArray).
19986
19987         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
19988         routine so programs which call Environment::Exit() can be profiled.
19989
19990         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
19991         Added MONO_ARCH_SAVE_REGS.
19992
19993         * icall.c (ves_icall_type_is_subtype_of): Use new function.
19994
19995 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
19996
19997         * blob.h: Add a couple of new MonoType types definitions.
19998
19999         * tabledefs.h: Add a couple of new call convs.
20000
20001 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
20002
20003         * reflection.h (MonoReflectionDynamicAssembly): track changes in
20004         the layout of the class.
20005
20006         * reflection.c (alloc_table): double the size on overflow to avoid
20007         unnecessary copying.
20008
20009         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
20010         avoid filling out metadata tables and blobs. Also set mb->ilgen to
20011         null so it can be garbage collected.
20012         
20013 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
20014
20015         * reflection.c (mono_reflection_get_type): Return the resolved type
20016         only if it is in the assembly we searched.
20017
20018         * reflection.c (ensure_runtime_vtable): Initialize method slots.
20019
20020         * class.c (mono_class_setup_vtable): Set the slot of the overriding
20021         method.
20022
20023 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20024
20025         * appdomain.c:
20026         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
20027         the right one is 'file:///blah', but MS allows it.
20028         * assembly.c:
20029         (mono_assembly_open): allow 'file://blah'
20030
20031         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
20032
20033 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
20034
20035         * socket-io.c: fixes bug #40310.
20036
20037 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
20038
20039         * reflection.c (mono_reflection_parse_type): handle deeply nested
20040         types correctly.
20041
20042         * reflection.c (mono_image_create_token): Use unique token values
20043         since they will be put into a hash table.
20044
20045         * class.c (mono_class_setup_vtable): If a method occurs in more than
20046         one place in the vtable, and it gets overriden, then change the
20047         other occurances too.
20048
20049         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
20050         object as return type.
20051
20052 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
20053
20054         * icall.c: Deleted "ToString" implementation for double and float
20055         because they are full implemented in managed code.
20056
20057 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20058
20059         * reflection.c, reflection.h: implemented and exported functions
20060         to retrieve info about custom attributes.
20061
20062 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20063
20064         * appdomain.c: moved Uri handling to assembly.c
20065         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
20066         work when using a file Uri in *nix and windows.
20067
20068         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
20069         GetReferencedAssemblies.
20070
20071 2003-03-18  Dick Porter  <dick@ximian.com>
20072
20073         * icall.c: Rename a couple of internal calls
20074
20075         * threads.c: Set the thread state to Stopped when a thread exits.
20076         Fixes bug 39377.
20077
20078 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
20079
20080         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
20081         New icall.
20082
20083         * object.c (mono_class_vtable): fix warning.
20084
20085 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
20086
20087         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
20088
20089         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
20090         memory.
20091         (method_encode_clauses): Create exception info structures in the right
20092         order.
20093         (mono_reflection_setup_internal_class): Initialize supertypes field.
20094
20095         * class.c object.c: Handle interfaces which implement other interfaces 
20096         correctly.
20097
20098         * class.h class.c: Move the supertypes array initialization code into 
20099         a separate function so it can be used for dynamic types too. Also call
20100         it earlier, in mono_class_init(), since it can be used before the
20101         type is initialized.
20102
20103 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20104
20105         * Makefile.am:
20106         * assembly.c:
20107         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
20108
20109         * appdomain.c:
20110         * appdomain.h:
20111         * marshal.c:
20112         * object.c: remove warnings.
20113
20114 2003-03-13  Martin Baulig  <martin@ximian.com>
20115
20116         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
20117         (MonoDebugLexicalBlockEntry): New types.
20118
20119         * debug-mono-symfile.c
20120         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
20121
20122 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20123
20124         * process.c: ret can be any non-zero value accroding to MS doc.
20125
20126 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
20127
20128         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
20129         fixing a warning for a miss-used prototype, would have cause
20130         random memory corruption.
20131
20132 2003-03-07  Martin Baulig  <martin@ximian.com>
20133
20134         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
20135         getting really annoying ....
20136
20137 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
20138
20139         * reflection.c (fixup_method): added support for array methods.
20140
20141 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
20142
20143         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
20144         (pointed out by Michael Adams).
20145
20146 2003-03-04  Dick Porter  <dick@ximian.com>
20147
20148         * icall.c: Temporarily reverted the Double and Single ToString()
20149         change, because it broke nunit.
20150
20151 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
20152
20153         * object.h, threads.h: make include files compatible with C++
20154         (patch by Jerome Laban <jlaban@wanadoo.fr>).
20155
20156 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
20157
20158         * icall.c: Erased ToString helper functions for Double and Single.
20159         Now, that implementations ar all in managed code (Double and Single
20160         Formatters).
20161
20162 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
20163
20164         * appdomain.c: Added method for initializing the default context of
20165         a domain. Added internal call for getting the default context.
20166         * appdomain.h: Added context variable in MonoDomain struct.
20167         * domain.c: mono_domain_set also sets the default context of the domain
20168         * icall.c: Mapped internal method InternalGetDefaultContext.
20169         * object.c: mono_object_get_virtual_method returns always a remoting
20170         wrapper if the object is a transparent proxy.
20171         mono_runtime_invoke_array: when creating an object by calling the
20172         constructor, if the created object is a proxy, then the constructor should
20173         be called using the a remoting wrapper.
20174
20175 2003-03-03  Dick Porter  <dick@ximian.com>
20176
20177         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
20178         variable so it compiles on solaris.  Problem spotted by
20179         Christopher Taylor <ct@cs.clemson.edu>
20180
20181 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20182
20183         * appdomain.c:
20184         (get_info_from_assembly_name): don't leak value.
20185
20186         * icall.c:
20187         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
20188         result.
20189
20190 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
20191
20192         * assembly.c: export mono_image_load_references ().
20193         * class.c: handle function pointers. mono_class_from_name() now
20194         supports nested type names directly.
20195
20196 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
20197
20198         * reflection.h reflection.c: Encode already created dynamic methods 
20199         and fields correctly as a DEF instead of a REF.
20200
20201         * reflection.c: Get rid of the force_ref argument to 
20202         mono_image_typedef_or_ref since it was wrong in the first place.
20203
20204         * string-icalls.c: add error checking to string constructors according
20205         to the MSDN docs.
20206
20207         * reflection.c: Emit types in the order their TypeBuilders were 
20208         created. Previously, a new table index was assigned to each type before
20209         the tables were emitted. This was wrong because the signature blob
20210         might already refer to a type by its original table index.
20211
20212 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
20213
20214         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
20215         change.
20216         
20217 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20218
20219         * Makefile.am: make assemblies dir have \ instead of / on windows.
20220
20221 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
20222
20223         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
20224         iterate over the NESTEDCLASS table using a linear search since the
20225         table is not guaranteed to be sorted by the secondary key.
20226
20227         * class.c (mono_class_create_from_typedef): fixed up call to
20228         mono_metadata_nesting_typedef.
20229         
20230 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
20231
20232         * marshal.c (mono_string_to_byvalstr): clear the memory as
20233         suggested by Jerome Laban <jlaban@wanadoo.fr>
20234
20235 2003-02-26  Dick Porter  <dick@ximian.com>
20236
20237         * process.c: Cope with padding in .rsrc blocks
20238
20239 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
20240
20241         * metadata.h: reverted the filter_len change, it breaks reflection
20242         
20243 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
20244
20245         * metadata.h: added a new field to store the filter_len
20246         
20247
20248 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
20249
20250         * reflection.c: handle custom attributes for types and members
20251         created with Reflection.Emit (bug#38422).
20252
20253 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
20254
20255         * reflection.c: define RTSpecialName automatically for constructors for
20256         compatibility with MS.NET.
20257
20258         * reflection.c (mono_reflection_create_runtime_class): initialize
20259         nested_in field of dynamically created classes.
20260
20261 2003-02-22  Martin Baulig  <martin@ximian.com>
20262
20263         * debug-mono-symfile.h: Incremented version number.
20264
20265 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
20266
20267         * object.h icall.c process.c: fix warnings.
20268
20269 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
20270
20271         * appdomain.h appdomain.c:
20272         (mono_domain_try_type_resolve): split the 
20273         name_or_tb argument into a name and a tb argument.
20274         (mono_domain_has_type_resolve): new function to check whenever the
20275         application has registered a TypeResolve event handler.
20276         
20277         * icall.c reflection.h reflection.c: move the type resolve logic into
20278         mono_reflection_get_type () so it will be invoked when 
20279         Assembly::GetType () is called.
20280
20281         * reflection.c:
20282         (mono_reflection_get_type): renamed to get_type_internal.
20283         (mono_reflection_get_type): fixed type name generation so it works 
20284         for nested types too.
20285         (mono_reflection_get_type): call has_type_resolve () to avoid the 
20286         costly type name generation if there is no resolve event handler.
20287
20288 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20289
20290         * class.c, image.c: load exported types from file references.
20291
20292 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
20293
20294         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
20295           used to cache the managed methods used to create proxies and make 
20296           remote invocation of methods.
20297         * class.h: Added in MonoVTable a flag to indicate that a class needs 
20298           to be remotely created.
20299         * object.c: Modified the method mono_class_vtable(). It now initializes 
20300           the remote flag of the vtable. Modified mono_object_new_specific(), 
20301           so now it checks the remote flag.
20302         * icall.c: Added a couple of internal methods, one for enabling instance 
20303           creation interception for a type, and one for creating objects bypassing
20304           the remote check.
20305
20306 2003-02-18  Martin Baulig  <martin@ximian.com>
20307
20308         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
20309         New interncall to get a method's metadata token.
20310
20311         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
20312         New interncall for the debugger.
20313
20314 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
20315
20316         * class.c (mono_class_setup_vtable): allocate supertype array
20317
20318 2003-02-18  Martin Baulig  <martin@ximian.com>
20319
20320         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
20321
20322 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20323
20324         * reflection.c:
20325         (assembly_name_to_aname): jump over unknown properties (i've found
20326         something like: 'type, assembly, version=xxx, custom=null, public...',
20327         so now will ignore custom=null and still get the rest of the values).
20328
20329 2003-02-17  Dick Porter  <dick@ximian.com>
20330
20331         * threads.c: Have Thread.Start() wait for a semaphore to signal
20332         that the thread has set up all its local data.  This fixes bug
20333         34323, where Abort() raced the new thread's TLS data.
20334
20335         Also removes the handle_store() call from start_wrapper, because
20336         threads are now always created suspended and there is no longer a
20337         race between the parent and child threads to store the info.
20338
20339 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
20340
20341         * image.c: explain the #- heap issue in a message, hopefully
20342         avoiding FAQs on mono-list.
20343
20344 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20345
20346         * icall.c:
20347         (GetEntryAssembly): if the domain has not invoked
20348         AppDomain.ExecuteAssembly yet, return the assembly of the default
20349         AppDomain.
20350
20351 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
20352
20353         * class.c (mono_ldtoken): make it work in dynamic assemblies.
20354
20355 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
20356
20357         * metadata.c, reflection.c: simple speedup to type hash
20358         and equals code.
20359
20360 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
20361
20362         * image.c, image.h, class.c, assembly.c: move module loading
20363         to MonoImage. When loading metadata, consider alignemnet from
20364         the start of metadata, not from the metadata address in memory.
20365
20366 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
20367
20368         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
20369         AssemblyBuilder objects. Factored out custom attribute creation into
20370         a separate function.
20371         (create_custom_attr): new function to create custom attributes.
20372
20373 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
20374
20375         * Makefile.am: Got tired of typing the full pathname to pedump.
20376         Until there is another option, am installing this.
20377
20378 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
20379
20380         * class.c (class_compute_field_layout): always set field->parent 
20381         (mono_ldtoken): use mono_defaults.fieldhandle_class;
20382
20383 2003-02-11  Dick Porter  <dick@ximian.com>
20384
20385         * threads-types.h:
20386         * monitor.c: Rewrote Monitor, making lock much faster and
20387         Pulse/Wait work as specified.  Also uses much fewer handles, and only
20388         creates them as needed.
20389
20390         * exception.c: Added SynchronizationLockException
20391
20392         * threads.c: Deleted old Monitor implementation.  The new one is
20393         in a new file.
20394
20395 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
20396
20397         * class.c: handled TypedReference type code. Set the correct size for
20398         class data. Setup interface_offsets for interface classes, too.
20399
20400 2003-02-09  Martin Baulig  <martin@ximian.com>
20401
20402         * debug-mono-symfile.h: Reflect latest symbol writer changes.
20403
20404 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
20405
20406         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
20407         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
20408         * object.c: fixed mono_object_get_virtual_method () for interfaces.
20409         * verify.c: check for code that runs after the end of the method.
20410
20411 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
20412
20413         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
20414         "System.Math::Round2".
20415         * sysmath.h: Added Floor, Round and Round2 definitions.
20416         * sysmath.c: Modified certain functions that were not 100% compliant
20417         with MS.NET (math precision) and added the implementation of Floor,
20418         Round and Round2.
20419
20420 2003-02-07  Martin Baulig  <martin@ximian.com>
20421
20422         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
20423
20424 2003-02-07  Martin Baulig  <martin@ximian.com>
20425
20426         * debug-mono-symfile.c: Reflected latest symwriter changes.
20427         (mono_debug_create_mono_symbol_file): Removed.
20428         (mono_debug_open_mono_symbol_file): Take an argument which
20429         specifies whether to create a dynamic symbol file.
20430
20431 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
20432
20433         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
20434
20435 2003-02-05  Martin Baulig  <martin@ximian.com>
20436
20437         * reflection.c (mono_image_build_metadata): Make this public,
20438         protect it against being called multiple times, don't create
20439         resources and don't build the compressed metadata here.
20440         (mono_image_create_pefile): Do this here.
20441
20442         * icall.c
20443         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
20444
20445 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20446
20447         * socket-io.c: fixed bug #36322.
20448
20449 2003-02-06  Piers Haken <piersh@friskit.com>
20450
20451         * appdomain.[ch]:
20452         * class.h:
20453         * debug-mono-symfile.c:
20454         * icall.c:
20455         * loader.c:
20456         * mono-config.c:
20457         * monosn.c:
20458         * reflection.c:
20459         * socket-io.c: warning cleanups
20460
20461 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
20462
20463         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
20464         function. works like remoting invoke, but does a check for the Proxy first.
20465
20466 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
20467
20468         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
20469
20470 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
20471
20472         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
20473         array of pointers.
20474         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
20475         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
20476
20477         * object.c (mono_store_remote_field_new): used by the new jit
20478         instead of mono_store_remote_field
20479         (mono_load_remote_field_new): used by the new jit
20480         instead of mono_load_remote_field
20481
20482 2003-02-05  Patrik Torstensson
20483
20484         * appdomain.c: changed unload to take the domain id instead
20485         of domain
20486         
20487         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
20488
20489
20490 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20491
20492         * appdomain.c: don't look for assemblies in ApplicationBase if
20493         PrivateBinPathProbe is set.
20494
20495 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20496
20497         * object.c: make the first argument in main_args contain the absolute
20498         path to the assembly. Fixes bug #37511.
20499
20500 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20501
20502         * icall.c: get correct UTC offset for countries not using daylight
20503         time saving. Fixes bug #30030.
20504
20505 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20506
20507         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
20508         and 1 are the family).
20509
20510 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
20511
20512         * icall.c (ves_icall_InternalExecute): removed wrong assertion
20513
20514         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
20515
20516 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
20517
20518         * reflection.c: added support for SignatureHelper tokens, which is
20519         needed by the Calli opcode.
20520
20521         * reflection.h: track changes to SignatureHelper class.
20522
20523         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
20524
20525 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20526
20527         * appdomain.c: fixed loading assemblies from PrivateBinPath.
20528
20529 2003-02-03  Patrik Torstensson
20530         * appdomain.[c|h], domain.c : 
20531          - Added support for getting a domain via domain id
20532          - Support for setting and getting domain from System.AppDomain 
20533            (used in cross appdomain channel)
20534          - Added support for get/set for a MonoAppContext on a thread 
20535            (Context class in System.Runtime.Remoting.Contexts),
20536          - Removed hack in Get/SetData and ExecuteAssembly.
20537         
20538         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
20539         the managed world to get control when a proxy is created.
20540
20541         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
20542         
20543 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
20544
20545         * icall.c
20546         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
20547         Populate the codebase field as well.
20548
20549 2003-02-02  Martin Baulig  <martin@ximian.com>
20550
20551         * debug-mono-symfile.c
20552         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
20553         (mono_debug_symfile_add_method): Allow interncalls.
20554
20555 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20556
20557         * icall.c: throw parse exception if strtod fails or the string is empty.
20558
20559 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
20560
20561         * marshal.c: handle object type separately from defined
20562         class types.
20563
20564 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
20565
20566         * marshal.c: handle NATIVE_LPSTR for strings when it's
20567         explicitly specified.
20568
20569 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
20570
20571         * reflection.c, reflection.h, icall.c: setup the reflection
20572         handle cache for ModuleBuilders and AssemblyBuilders.
20573
20574 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
20575
20576         * reflection.c (reflection_methodbuilder_to_mono_method): set
20577         pinvoke flag
20578
20579 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20580
20581         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
20582
20583 2003-01-29  Dick Porter  <dick@ximian.com>
20584
20585         * threads.c: No need for the fake_thread kludge now that Thread
20586         doesn't run a class constructor
20587         
20588 2003-01-29  Dick Porter  <dick@ximian.com>
20589
20590         * threads.c: Use g_direct_hash instead of the rather bogus
20591         g_int_hash
20592
20593 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
20594
20595         * marshal.c (mono_marshal_get_native_wrapper): add check for null
20596         (fix pinvoke12.exe)
20597         (mono_marshal_get_struct_to_ptr): generate valid IL code
20598         (mono_marshal_get_ptr_to_struct): generate valid IL code
20599         (*): correctly set sig->pinvoke, we need to memdup the signature
20600         to do that
20601
20602 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20603
20604         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
20605         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
20606
20607 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
20608
20609         * profiler.c: provide more callers information.
20610
20611 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
20612
20613         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
20614
20615         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
20616
20617         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
20618
20619 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20620
20621         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
20622         exception instead of going into an infinite loop on dates which it 
20623         can't yet handle.
20624
20625         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
20626         out-of-range exception if needed.
20627
20628         * class.c (mono_class_setup_vtable): allow a virtual method to provide
20629         an implementation for an interface method and to override an inherited
20630         method at the same time. 
20631         Imagine a scenario when a virtual method is used to override a
20632         virtual abstract method in a parent class, and this same method 
20633         provides an implementation for an method inherited from an interface. 
20634         In this case, the interface resolution code will set im->slot, which 
20635         means that the virtual method override pass will skip this method 
20636         which means a pointer to the abstract method inherited from the parent
20637         will remain in the vtable of this non-abstract class.
20638
20639         * class.c: (mono_class_setup_vtable): continue search for a real 
20640         method if only an abstract method is found.     
20641
20642 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
20643
20644         * reflection.c: add size to encoding for ByValStr and ByValArray
20645         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
20646
20647 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20648
20649         * class.c (mono_class_setup_vtable): pass the override info as an
20650         argument.
20651
20652         * class.c (mono_class_setup_vtable): set the slot of overriding methods
20653         correctly.
20654         
20655         * reflection.c (ensure_runtime_vtable); add support for method 
20656         overrides.
20657         
20658 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20659
20660         * reflection.c (resolution_scope_from_image): Hack to work to work with
20661         dynamic assemblies.
20662
20663         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
20664         added a 'force_ref' argument to force this function to allways return 
20665         a TypeRef. This is needed by mono_image_get_memberref_token ().
20666         
20667 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20668
20669         * reflection.c (mono_image_get_type_info): interfaces really don't have
20670         a parent.
20671
20672         * reflection.c (mono_image_basic_init): fill out missing fields of
20673         image structure.
20674
20675         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
20676         dynamic assemblies. This is required so dynamic assemblies show up in
20677         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
20678         Type::GetType() etc. This is consistent with MS behaviour.
20679
20680         * image.c image.h reflection.c: add newly created classes to the name 
20681         cache so mono_class_get () will find them.      
20682
20683 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20684
20685         First part of changes to get IKVM.NET running under mono.
20686         
20687         * appdomain.h, appdomain.c: added new function 
20688         mono_domain_try_type_resolve() which will emit TypeResolve events. 
20689         This function will call AppDomain::DoTypeResolve to do the actual work.
20690
20691         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
20692         moved existing code dealing with dynamic tokens to a new function 
20693         called mono_reflection_lookup_dynamic_token (). This function will 
20694         raise TypeResolve events when appropriate. Since reflection.c is not 
20695         part of libmetadata, a new hook function called 
20696         mono_lookup_dynamic_token() is added to class.c which will call this.
20697
20698         * assembly.h assembly.c: make the invoke_load_hook function public,
20699         so it can be called for dynamic assemblies.
20700
20701         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
20702
20703         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
20704         type isn't found.
20705
20706         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
20707         MonoGHashTable, since it contains pointers to objects which the GC 
20708         needs to track.
20709
20710         * assembly.c (search_loaded): remove unused variable.
20711         
20712 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
20713
20714         * object.c: fixed issue exposed by gcc-generated IL programs
20715         that use RVA data for pointers.
20716
20717 2003-01-25  Martin Baulig  <martin@ximian.com>
20718
20719         * threads.c (start_wrapper): Moved the initialization of
20720         `start_func' above the mono_new_thread_init() call to which we
20721         pass it as argument.
20722
20723 2003-01-24  Martin Baulig  <martin@ximian.com>
20724
20725         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
20726         the MonoThread pointer.
20727
20728 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
20729
20730         * icall.c: Rename `PowImpl' to Pow.
20731
20732 2003-01-23  Dick Porter  <dick@ximian.com>
20733
20734         * threads.c (start_wrapper): Create a Thread object if needed, so
20735         the Main() thread can do the class initialisation in a subthread
20736         that has been set up to allow managed code execution.
20737
20738         Pass the thread ID instead of the MonoThread pointer to the thread
20739         start and attach callbacks.  This change is required, because the
20740         jit thread start callback must be called _before_ the Thread
20741         object can be created.
20742         
20743         (mono_thread_init): Removed much object creation code that is no
20744         longer needed.  No managed code is called from here now.
20745
20746         * object.c (mono_runtime_exec_managed_code): Create a subthread
20747         for Main, and call back to the runtime to use it.
20748         Set the exit code when Main exits.
20749
20750         * gc.c: Make sure domain finalisation happens in a subthread.
20751         Re-enable threaded GC, fixing bug 31333 (again).
20752
20753         * environment.c: System.Environment internall calls (so far just
20754         ExitCode is here, the others are still in icall.c)
20755
20756         * appdomain.c (mono_runtime_cleanup): All threads running managed
20757         code should have finished before mono_runtime_cleanup() is
20758         reached, so no need to clean up threads.
20759
20760 2003-01-22  Martin Baulig  <martin@ximian.com>
20761
20762         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
20763         `gpointer func' arguments.      
20764         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
20765         but added `MonoThread *thread' argument.
20766         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
20767
20768         * threads.c (mono_new_thread_init): Added `gpointer func' argument
20769         and pass it to the mono_thread_start_cb callback.
20770         (mono_install_thread_callbacks): New public function to install a
20771         set of callbacks which are set by the debugger.
20772         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
20773
20774 2003-01-22  Martin Baulig  <martin@ximian.com>
20775
20776         * Makefile.am: Install debug-mono-symfile.h.
20777
20778 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
20779
20780         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
20781
20782 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
20783
20784         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
20785         * class.c (mono_ptr_class_get): correctly set access levels of pointers
20786         (mono_array_class_get): correctly set access levels of arrays
20787
20788 2003-01-20      Patrik Torstensson
20789         * image.h (MonoAssemblyName): changed major, minor, build, revision
20790         from signed to unsigned.
20791
20792 2003-01-20  sean kasun <skasun@azstarnet.com>
20793
20794         * reflection.c (load_cattr_value): Now this handles
20795         MONO_TYPE_SZARRAY.  Fixes bug #35629
20796
20797 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
20798
20799         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
20800         integer value
20801
20802 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20803
20804         * decimal.c: fixed bug #26056.
20805
20806 2003-01-17  Martin Baulig  <martin@ximian.com>
20807
20808         * gc.c: Raise an ExecutionEngineException instead of using g_error().
20809
20810 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20811
20812         * exception.[ch]:
20813         (mono_get_exception_type_initialization): new function.
20814
20815         * object.c: throw a TypeInitializationException when an exception is
20816         thrown invoking the class constructor.
20817
20818 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20819
20820         * reflection.c: fixed attribute reading.
20821
20822 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20823
20824         * icall.c:
20825         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
20826         provided, look for the type in the calling assembly and then in
20827         mscorlib; if the assembly name is provided, only try that one.
20828
20829 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
20830
20831         * object.c: register the vtable before there is a chance it's
20832         queried again recursively.
20833
20834 2003-01-13  Duncan Mak  <duncan@ximian.com>
20835
20836         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
20837         gc-internal.h. 
20838         
20839 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
20840
20841         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
20842
20843 2003-01-11  Martin Baulig  <martin@ximian.com>
20844
20845         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
20846         this to 20 for the release.
20847
20848 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
20849
20850         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
20851
20852         * loader.c (mono_method_get_marshal_info): bug fix
20853
20854         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
20855         structures with explicit layout
20856
20857 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20858
20859         * profiler.c: made the output more readable (and sorted). 
20860         Added caller information for the allocation profiler.
20861
20862 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
20863
20864         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
20865
20866 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20867
20868         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
20869         to get value types.
20870         
20871 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
20872
20873         * object.c, profiler.h, profiler.c, profiler-private.h:
20874         Added object allocation profiler.
20875
20876 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
20877
20878         * reflection.h, reflection.c: handle global methods.
20879         Compress blob entries.
20880
20881 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
20882
20883         * marshal.c: fix compilation.
20884
20885 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
20886
20887         * loader.c (mono_method_get_marshal_info): impl.
20888
20889         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
20890
20891 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20892
20893         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
20894         for reference types.
20895
20896 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
20897
20898         * loader.c: fixed off by one error in loaded parameter names.
20899
20900 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
20901
20902         * marshal.c (mono_marshal_get_icall_wrapper): like
20903         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
20904         instead of a MonoMethod.
20905
20906 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20907
20908         * decimal.c: fixed bug #36537.
20909
20910 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
20911
20912         * marshal.c: throw a missing method exception if a
20913         P/Invoke method is not found.
20914
20915 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20916
20917         * icall.c: allow a null this for constructors.
20918
20919 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
20920
20921         * icall.c: raise the proper exceptions if the arguments to the
20922         internal Invoke are incorrect.
20923
20924 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
20925
20926         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
20927
20928 2003-01-03  Martin Baulig  <martin@ximian.com>
20929
20930         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20931
20932 2002-12-31  Martin Baulig  <martin@ximian.com>
20933
20934         * debug-mono-symfile.c: Completely rewrote the type section.
20935         Instead of using individual malloc()ed fields, we use one big
20936         continuous memory area and offsets into this area.
20937         See the comments in the source code for details.
20938
20939 2002-12-30  Martin Baulig  <martin@ximian.com>
20940
20941         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
20942
20943 2002-12-30  Martin Baulig  <martin@ximian.com>
20944
20945         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
20946         line number table in this data blob instead of using an external
20947         pointer.
20948
20949 2002-12-28  Martin Baulig  <martin@ximian.com>
20950
20951         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20952
20953 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
20954
20955         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
20956         as a boxed return type.
20957
20958 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
20959
20960         * appdomain.c
20961         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
20962         g_build_filename to properly get separators on the filename created.
20963
20964         * object.h: Small change, introduce MonoMarshalByRefObject to
20965         track the layout of that structure in the C# universe as we make
20966         changes there.
20967
20968 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
20969
20970         * object.c: removed assert to allow static fields on interfaces.
20971         * loader.c: a TypeSpec may be used for any type, not just arrays.
20972
20973 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20974
20975         * class.c, class.h: added mono_class_array_element_size ().
20976         Ignore static methods in interfaces.
20977
20978 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20979
20980         * threads.c: fixed the build under cygwin.
20981
20982 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
20983
20984         * reflection.c: handle nullref constants. Allocate keys for
20985         reflection handles with the GC.
20986
20987 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20988
20989         * threads.c, threads.h: added mono_thread_get_abort_signal()
20990         to get a suitable signal for thread abort.
20991
20992 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20993
20994         * metadata.c: fix handling of ExportedType table.
20995
20996 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20997
20998         * icall.c: added WriteWindowsDebugString internal call.
20999
21000 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21001
21002         * reflection.h: added fields to match C# implementation.
21003
21004 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21005
21006         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
21007
21008 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
21009
21010         * gc.h, gc-internal.h: Rename header for GC internal calls to
21011         gc-internal.h from gc.h as to not clash with Boehm GC having its
21012         header installed as <gc.h> in outside include paths.
21013         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
21014         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
21015
21016 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21017
21018         * icall.c: assign minor, build and revision in FillName.
21019
21020 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
21021
21022         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
21023         Added support for running code generated by Reflection.Emit.
21024
21025 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21026
21027         * appdomain.c: check for NULL argument in LoadFrom.
21028
21029 2002-12-10  Dick Porter  <dick@ximian.com>
21030
21031         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
21032
21033 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21034
21035         * appdomain.c: fix buglet when building exe file name.  Handle full
21036         assembly name (needed after latest changes to AssemblyName).
21037         * image.c:
21038         (mono_image_close): free some hashtables.
21039
21040 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
21041
21042         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
21043         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
21044         on some systems (redhat 7.3) 
21045
21046 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
21047
21048         * threads.c: delete the critical section of a sync block,
21049         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
21050
21051 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
21052
21053         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
21054
21055 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21056
21057         * appdomain.[ch]: handle the assembly preload event to try loading the
21058         assemblies using the paths we have in the current domain.
21059
21060         * assembly.[ch]: created an assembly preload hook that is called to try
21061         loading the assembly by other means that the ones provided here.
21062
21063         * domain.c: initialize the domain search path.
21064
21065         From now on, assemblies (TODO: except corlib and System) are loaded
21066         according to these rules when using mono_assembly_load ():
21067
21068                 1. It tries to load the assembly from the ApplicationBase
21069                 of the current domain appending .dll and .exe (TODO: have to
21070                 try loading from name/name.dll and name/name.exe).
21071
21072                 2. It tries the search path specified in PrivateBinPath for the
21073                 current domain (if any).
21074
21075                 3. Previous behavior.
21076
21077 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
21078
21079         * icall.c: implemented GetInterfaceMap() related icall.
21080         * domain.c, loader.h: load MethodInfo in mono_defaults.
21081
21082 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21083
21084         * gc.c: disable the finalizer thread for now, untill all the issues
21085         with it are resolved.
21086
21087 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21088
21089         * string-icalls.c: handle embedded nulls in string ctor when the
21090         length is specified.
21091
21092 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21093
21094         * class.c: look for explicit interface implementation in parent
21095         classes, too.
21096
21097 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
21098
21099         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
21100
21101 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
21102
21103         * gc.c: protect handles with a critical section.
21104
21105 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21106
21107         * icall.c:
21108         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
21109         parameters. If no assembly specified, try getting the type from all
21110         the assemblies in the current domain, else, load the assembly and get
21111         the type from it.
21112
21113 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21114
21115         * marshal.c: applied patch from Aleksey Demakov that fixes
21116         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
21117
21118 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21119
21120         * icall.c: fixed get_location.
21121
21122 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
21123
21124         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
21125         declarations to make it work with older gcc. 
21126
21127         * loader.c (mono_get_method): set signature->pinvoke for native calls
21128
21129 2002-11-20  Dick Porter  <dick@ximian.com>
21130
21131         * threads.c (mono_thread_init): Set the main thread's handle
21132
21133 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
21134
21135         * gc.c: allow compilation without GC support. Changed to match the
21136         mono coding style.
21137
21138 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21139
21140         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
21141
21142 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
21143
21144         * reflection.c: set a public key token on the core assemblies.
21145
21146 2002-11-18  Dick Porter  <dick@ximian.com>
21147
21148         * threads.c: Split out some thread initialisation so that other
21149         files can set the start callback function.
21150
21151         * gc.c: Run finalisers in a separate thread, to avoid stack
21152         overflow.  Fixes bug 31333.
21153
21154         * appdomain.c: Set up GC finalisation thread.
21155
21156         * reflection.c: 
21157         * object.c: 
21158         * domain.c: Use gc.h macros for GC_malloc
21159         
21160 2002-11-15  Dick Porter  <dick@ximian.com>
21161
21162         * threadpool.c: 
21163         * threads.c:
21164         * appdomain.c: Removed mono_runtime_init_with_attach(),
21165         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
21166         merging the extra parameter with the existing function.  Removed
21167         unneeded code in mono_thread_attach().
21168
21169 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
21170
21171         * image.c (mono_image_loaded_by_guid): a method to get loaded
21172         images by guid. 
21173         (load_metadata_ptrs): we store the guid as string.
21174
21175 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
21176
21177         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
21178
21179         * metadata.c (mono_guid_to_string): imported method form Zoltan
21180         Varga (slightly modified)
21181
21182         * assembly.c (mono_assembly_open): load precompiled code
21183
21184         * loader.h (MonoMethod): we store the method token for use in the
21185         aot compiler. 
21186
21187 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21188
21189         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
21190         the hook function called when an assembly is loaded.
21191         
21192         * domain.c: Modified file.
21193         (mono_domain_assembly_load): removed hash table insertion of assemblies.
21194
21195         Fixes bug #33196.
21196
21197 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
21198
21199         * reflection.c: Map PEFileKind to the value expected by the WinNT
21200         image loader. 
21201
21202 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21203
21204         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
21205         Read until the buffer is filled completely.
21206
21207 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21208
21209         * icall.c: implemented MonoType.InternalGetEvent ().
21210
21211 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21212
21213         * appdomain.c: implemented InitAppDomainSetup. Delayed
21214         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
21215         the entry_assembly.
21216
21217         * assembly.c: base_dir is now an absolute path ending with
21218         G_DIR_SEPARATOR.
21219
21220         * icall.c: modified get_location according to the above changes.
21221
21222         * object.c: init AppDomain.SetupInformation for the default domain after
21223         we have the entry assembly.
21224
21225         * domain.c: when unloading a domain, setup = NULL.
21226
21227 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
21228
21229         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
21230
21231 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
21232
21233         * object.h, object.c: introduced mono_object_get_virtual_method ()
21234         to lookup the method invoked on an object when a callvirt is done on
21235         a method.
21236         * icall.c: make MethodInfo::Invoke() always do a virtual call.
21237
21238 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21239
21240         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
21241         current domain when loaded an assembly and failed to load it.
21242
21243         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
21244
21245 2002-10-31  Dick Porter  <dick@ximian.com>
21246
21247         * icall.c: 
21248         * file-io.h: 
21249         * file-io.c: Return the error status in a parameter, as the
21250         GetLastError() value has long since been blown away if we try and
21251         look it up in a subsequent internal call invocation.  Delete the
21252         GetLastError() internal call, because it's useless.
21253
21254 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
21255
21256         * class.[ch]: added cast_class to fix bug 29517
21257
21258 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
21259
21260         * marshal.c: create valid IL code in the filter clause:
21261         the new JIT is less forgiving:-)
21262
21263 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21264
21265         * icall.c: removed get_property internal call.
21266
21267 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
21268
21269         * appdomain.h domain.c: Added an ID to appdomains.
21270         
21271         * threads.c threads.h icall.c: Implement icall
21272         Thread:GetDomainID(), and remove unused icall 
21273         CurrentThreadDomain_internal.
21274
21275 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21276
21277         * icall.c: Don't recurse through the base types in GetConstructor.
21278         Fixes bug #32063. 
21279
21280 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
21281
21282         * mempool.h, mempool.c: added mono_mempool_empty() and
21283         mono_mempool_stats().
21284
21285 2002-10-23  Dick Porter  <dick@ximian.com>
21286
21287         * file-io.c: 
21288         * file-io.h: 
21289         * icall.c: Added MonoIO.GetFileType internal call
21290
21291 2002-10-17  Dick Porter  <dick@ximian.com>
21292
21293         * appdomain.c (mono_runtime_cleanup): Don't signal the async
21294         delegate semaphore before waiting for all threads to finish,
21295         because new threads can also call async delegates.  Fixes bug
21296         32004.
21297
21298         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
21299         of 3 seconds, in case another async job is queued.  (This part is
21300         needed because the bug fix reintroduced the 3s exit lag.)  This
21301         makes the mono_runtime_shutdown flag superfluous.
21302
21303 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
21304
21305         * reflection.c: include ehader size in method section headers.
21306         Really check for suplicated modules entries.
21307
21308 2002-10-17  Martin Baulig  <martin@gnome.org>
21309
21310         * debug-mono-symfile.c: Added back support for locals.
21311
21312 2002-10-14  Martin Baulig  <martin@gnome.org>
21313
21314         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
21315         MONO_TYPE_VOID.
21316
21317 2002-10-14  Martin Baulig  <martin@gnome.org>
21318
21319         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
21320         mono_class_get() instead of looking in the class cache. 
21321
21322 2002-10-13  Martin Baulig  <martin@gnome.org>
21323
21324         * debug-mono-symfile.c: Set version number to 28, include the
21325         signature in method names.
21326
21327 2002-10-13  Martin Baulig  <martin@gnome.org>
21328
21329         * debug-mono-symfile.h: Set version number to 27.
21330
21331 2002-10-11  Martin Baulig  <martin@gnome.org>
21332
21333         * gc.c: Don't register/unregister NULL pointers as disappearing links.
21334
21335 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21336
21337         * metadata.c, metadata.h: added helper function to allocate signatures.
21338
21339 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21340
21341         * icall.c: added internal call to get the location of machine.config.
21342
21343 2002-10-08  Martin Baulig  <martin@gnome.org>
21344
21345         * debug-mono-symfile.c: Ignore classes with a pending init for the
21346         moment.
21347
21348 2002-10-03  Dick Porter  <dick@ximian.com>
21349
21350         * threads.c: Freebsd pthread_t is a pointer
21351
21352 2002-10-03  Dick Porter  <dick@ximian.com>
21353
21354         * socket-io.c: Implemented GetHostName_internal
21355
21356 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21357
21358         * mono-config.c:
21359         (mono_config_parse_file): don't leak the text.
21360
21361 2002-10-02  Martin Baulig  <martin@gnome.org>
21362
21363         * debug-mono-symfile.c: Added support for methods.
21364
21365 2002-10-01  Martin Baulig  <martin@gnome.org>
21366
21367         * debug-mono-symfile.c: Don't emit methods and line numbers for
21368         the dynamic symbol file, just write the type table.  We can easily
21369         have an external helper program which creates a symbol file for an
21370         IL file.        
21371
21372 2002-10-01  Dick Porter  <dick@ximian.com>
21373
21374         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
21375         Only add the handle to the cleanup array when we're about to
21376         launch the thread.  Bug 31425 deadlocked when the test was run on
21377         mono under w32.
21378
21379 2002-10-01  Martin Baulig  <martin@gnome.org>
21380
21381         * debug-mono-symfile.c: Added support for properties.
21382
21383 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21384
21385         * reflection.c: unaligned store fix from Mark Crichton
21386         <crichton@gimp.org>.
21387
21388 2002-09-27  Martin Baulig  <martin@gnome.org>
21389
21390         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
21391         New interncall.
21392
21393 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
21394
21395         * assembly.h, assembly.c: use a sane API to hook into the assembly
21396         loading process instead of a useless special-purpouse hack
21397         (ngen needs a hook, too, for example).
21398
21399 2002-09-27  Dick Porter  <dick@ximian.com>
21400
21401         * threads.c (mono_thread_init): Call GetCurrentProcess() so
21402         io-layer can set up some process handle info.  Not needed on w32,
21403         but doesn't hurt either.
21404
21405         * process.c: Pass the program name in the second parameter to
21406         CreateProcess, so the path is searched.  Include the working
21407         directory. Implemented process name, process enumeration, and some
21408         process detail internal calls.
21409         
21410         * icall.c: Added internal calls for process lookup, and some
21411         process details
21412
21413 2002-09-26  Martin Baulig  <martin@gnome.org>
21414
21415         * assembly.c (mono_install_open_assembly_hook): New global
21416         function to install a function to be invoked each time a new
21417         assembly is loaded.
21418         (mono_assembly_open): Run this callback function if set.
21419
21420         * debug-mono-symfile.c: Put back line numbers for the dynamic
21421         symbol file and also record the .il file as source file.  This
21422         allows us to install the temporary symbol file as `file.dbg' just
21423         like a compiler-generated one.
21424
21425 2002-09-26  Nick Zigarovich <nick@chemlab.org>
21426
21427         * Corrected typo in gc.c (BOHEM vs BOEHM).
21428
21429 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21430
21431         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
21432         GetProperties. Also avoid calling g_slist_length in GetProperties and
21433         GetMethods.
21434
21435 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
21436
21437         * reflection.c: avoid unaligned stores (bug spotted by
21438         Mark Crichton  <crichton@gimp.org>).
21439
21440 2002-09-25  Martin Baulig  <martin@gnome.org>
21441
21442         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
21443         instead of guint64 for addresses and added prologue/epilogue info.
21444
21445 2002-09-25  Martin Baulig  <martin@gnome.org>
21446
21447         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
21448         store line number info.  For the dynamic symbol file, we only need
21449         to provide the JIT generated dynamic line number info for the dynamic
21450         symbol file.
21451
21452 2002-09-25  Martin Baulig  <martin@gnome.org>
21453
21454         * debug-mono-symfile.h: Incremented version number.
21455
21456 2002-09-24  Martin Baulig  <martin@gnome.org>
21457
21458         * class.c (mono_debugger_class_init_func): New global function
21459         pointer variable.
21460         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
21461         call it.
21462
21463         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
21464         function.  This is called via the mono_debugger_class_init_func
21465         hook to add all types to the dynamic type table.
21466         (ves_icall_MonoDebugger_GetType): New interncall to get a class
21467         from its metadata token.
21468
21469         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
21470         New interncall for the debugger.
21471
21472 2002-09-24  Nick Drochak <ndrochak@gol.com>
21473
21474         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
21475         before using it in case it is null.
21476         
21477 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21478
21479         * metadata.c: allow custom modifiers in local var signatures
21480         (bug spotted by Zoltan Varga).
21481
21482 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21483
21484         * class.c: deal with the <Module> class that may have a NULL vtable.
21485         Eliminate warnings.
21486
21487 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21488
21489         * image.c, image.h: more strong name helpers.
21490         * monosn.c: more work: convert pem keys to cryptoapi format.
21491
21492 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
21493
21494         * string-icalls.c: speedup IndexOf.
21495
21496 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21497
21498         * icall.c: updates from Zoltan.2.Varga@nokia.com.
21499
21500 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21501
21502         * icall.c: cleanup: use mono_object_domain ().
21503
21504 2002-09-23  Martin Baulig  <martin@gnome.org>
21505
21506         * debug-mono-symfile.c: Improved type support.
21507
21508 2002-09-22  Martin Baulig  <martin@gnome.org>
21509
21510         * debug-mono-symfile.c: Added support for reference types and strings.
21511
21512 2002-09-22  Martin Baulig  <martin@gnome.org>
21513
21514         * debug-mono-symfile.c: Started to work on the type table.
21515
21516 2002-09-21  Martin Baulig  <martin@gnome.org>
21517
21518         * debug-mono-symfile.c: Largely reworked the symbol table format.
21519         The symbol table is now incrementally updated each time a new
21520         method is added.  We're now also using our own magic and version
21521         so that you don't need to recompile all your classes if the
21522         dynamic table changes.
21523         (mono_debug_update_mono_symbol_file): Removed.
21524         (mono_debug_symfile_add_method): New function to add a method.
21525
21526 2002-09-21  Martin Baulig  <martin@gnome.org>
21527
21528         * icall.c
21529         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
21530         New interncall.
21531
21532         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
21533         New interncall to get a method from its metadata token.
21534
21535 2002-09-21  Martin Baulig  <martin@gnome.org>
21536
21537         * debug-mono-symfile.c: Create type table.
21538
21539 2002-09-20  Martin Baulig  <martin@gnome.org>
21540
21541         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
21542
21543 2002-09-20  Martin Baulig  <martin@gnome.org>
21544
21545         * debug-mono-symfile.c: Provide information about params and locals.
21546
21547 2002-09-20  Martin Baulig  <martin@gnome.org>
21548
21549         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
21550         New interncall.
21551
21552         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
21553         interncall to get a method from its metadata token.
21554
21555 2002-09-20  Martin Baulig  <martin@gnome.org>
21556
21557         * debug-mono-symfile.c: Added a few checks for method->header
21558         being non-NULL.  This should never happen, but for the moment
21559         let's use a g_warning() rather than a g_assert().
21560
21561 2002-09-19  Mark Crichton  <crichton@gimp.org>
21562
21563         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
21564         even if support for it isn't present.  Added an #ifdef to fix this.
21565
21566         * socket-io.c: Added checks back for Solaris support.
21567
21568 2002-09-19  Martin Baulig  <martin@gnome.org>
21569
21570         * debug-mono-symfile.c (read_string, write_string): Reflect latest
21571         changes in the symbol file format.
21572
21573 2002-09-18  Martin Baulig  <martin@gnome.org>
21574
21575         * debug-mono-symfile.c: Set version number to 21.
21576
21577 2002-09-18  Dick Porter  <dick@ximian.com>
21578
21579         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
21580         on netbsd.  Fixes bug 30051.
21581
21582 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21583
21584         * reflection.c:
21585         (set_version_from_string): little fix.
21586
21587 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21588
21589         * monosn.c, Makefile.am: added strong name utility.
21590         * reflection.h, reflection.c: implemented delayed signing,
21591         locale, version and hash id assembly attributes.
21592
21593 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
21594
21595         * loader.c, metadata.c: load param attributes in signatures.
21596
21597 2002-09-16  Martin Baulig  <martin@gnome.org>
21598
21599         * debug-mono-symfile.c: Added string table with all method names.
21600
21601 2002-09-14  Martin Baulig  <martin@gnome.org>
21602
21603         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
21604         fast method lookup.
21605
21606 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21607
21608         * reflection.c: record the public key token of referenced assemblies.
21609
21610 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
21611
21612         * image.c, image.h: added functions to get the strong name and the
21613         public key of an assembly.
21614         * pedump.c: use them.
21615
21616 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
21617
21618         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
21619
21620 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
21621
21622         * marshal.c (mono_marshal_get_managed_wrapper): Added
21623         MONO_TYPE_BOOLEAN 
21624
21625 2002-09-11  Martin Baulig  <martin@gnome.org>
21626
21627         * gc.c: Call GC_unregister_disappearing_link() on all links when
21628         finalizing them, this is necessary to aviod a crash in boehm's
21629         finalize handler.
21630
21631 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21632
21633         * gc.c: handle GetTarget for finalized objects spotted and fixed by
21634         nick@chemlab.org.
21635
21636 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
21637
21638         * icall.c: implemented MonoType::Module.
21639         * reflection.c, reflection.h: mono_module_get_object () from
21640         Tomi Pakarinen <tomi.pakarinen@welho.com>.
21641
21642 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21643
21644         * icall.c: ignore overridden methods in GetMethods ().
21645         Fix for FieldInfo::SetValue().
21646         * object.c: handle float/double in runtime invoke.
21647
21648 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21649
21650         * object.c: allow a constructor to be called again on an object.
21651
21652 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21653
21654         * class.h, class.c: move field layout code to it's own function and
21655         export it. Get an interface id earlier. Move fields in MonoClass
21656         so they are more cache friendly and align the bitfields.
21657         * loader.c: temporary handle get_param_names() for a runtime method.
21658         * reflection.c, reflection.h: more code to handle runtime creation of
21659         types.
21660
21661 2002-09-09  Martin Baulig  <martin@gnome.org>
21662
21663         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
21664         signature with the pinvoke field being set for the actual call.
21665
21666 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21667
21668         * icall.c: removed some unused icalls. Start of map of glib charsets
21669         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
21670
21671 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21672
21673         * debug-helpers.c: break infinite loop (found and fixed by
21674         Holger Arnold <harnold@gmx.de>).
21675
21676 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21677
21678         * icall.c: target may be null in create_delegate.
21679
21680 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21681
21682         * marshal.c: handle a boolean return type.
21683
21684 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21685
21686         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
21687
21688 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21689
21690         * gc.c: fix weakreferences.
21691
21692 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
21693
21694         * icall.c: added icall to get default codepage.
21695
21696 2002-09-03  Dick Porter  <dick@ximian.com>
21697
21698         * threads.h: 
21699         * threads.c: Use MonoThread instead of MonoObject where
21700         apropriate.
21701
21702         Store running thread objects in a hash table, so that we have all
21703         the info to hand when waiting for them to finish
21704         (means we don't need OpenThread() any more, so mingw builds should
21705         be fully functional again.)
21706
21707         * verify.c:
21708         * object.h: Added thread ID to MonoThread
21709
21710 2002-09-03  Martin Baulig  <martin@gnome.org>
21711
21712         * icall.c (System.Reflection.Assembly::get_location): New interncall.
21713
21714 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21715
21716         * icall.c: fixed leak in get_temp_path. Thanks lupus.
21717
21718 2002-09-03  Martin Baulig  <martin@gnome.org>
21719
21720         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
21721         argument to store the end address of the disassembled instruction.
21722
21723         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
21724         here from debug-symfile.h.
21725         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
21726         JIT into this struct.
21727         (MonoSymbolFile): Added `char *image_file' field.
21728         (MonoDebugGetMethodFunc): Removed.
21729         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
21730         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
21731         (mono_debug_find_method): New method.
21732
21733         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
21734         create a full symbol file.
21735         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
21736         and static symbol files.
21737         (mono_debug_find_method): The symbol file keeps an internal method hash,
21738         call this to get a MonoDebugMethodInfo from a MonoMethod.
21739
21740         * debug-symfile.[ch]: Removed.
21741
21742 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
21743
21744         * image.c (do_mono_image_open): Remove linker version check.
21745
21746 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
21747
21748         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
21749         wrappers for instance methods.
21750         
21751 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21752
21753         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
21754
21755 2002-08-28  Dick Porter  <dick@ximian.com>
21756
21757         * Makefile.am: Export HOST_CC for w32 builds
21758
21759 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21760
21761         * file-io.c process.c: MonoString are null terminated, no
21762         need for mono_string_to_utf16() anymore.
21763
21764 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21765
21766         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
21767
21768 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
21769
21770         * icall.c, reflection.h: speedup System.MonoType.
21771
21772 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21773
21774         * reflection.c: allow null as the value of a string argument in
21775         custom attributes constructors.
21776
21777 2002-08-27  Martin Baulig  <martin@gnome.org>
21778
21779         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
21780         `trampoline_address' field.
21781
21782 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
21783
21784         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
21785         check (fixes bug #29486) 
21786
21787 2002-08-27  Martin Baulig  <martin@gnome.org>
21788
21789         * debug-mono-symfile.c: Changed the file format in a way that allows us
21790         open it read-only and to use a specially malloced area for all the
21791         dynamic data.  We can now also generate a symbol file on-the-fly if we're
21792         debugging IL code and there is no MCS generated symbol file for it.
21793
21794 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21795
21796         * object.c: added a define for a good string and array
21797         creation speedup (not enabled by default because we need to deal with
21798         the synch stuff).
21799
21800 2002-08-26  Martin Baulig  <martin@gnome.org>
21801
21802         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
21803         function to create a dynamic symbol file.  This is used by the
21804         debugger to create a symbol file for IL code on-the-fly.
21805
21806 2002-08-26  Martin Baulig  <martin@gnome.org>
21807
21808         * loader.c (mono_lookup_pinvoke_call): Include the error message
21809         from g_module_error() in the error message.
21810
21811 2002-08-24  Martin Baulig  <martin@gnome.org>
21812
21813         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
21814         function to update the symbol file.  The symbol file is mmap()ed
21815         writable, but private.  This allows us to install the symbol file
21816         together with the assembly.
21817
21818 2002-08-24  Martin Baulig  <martin@gnome.org>
21819
21820         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
21821         but they can read the new symbol file format which mcs is now creating.
21822
21823         * debug-symfile.c (mono_debug_find_source_location): Moved to
21824         debug-mono-symfile.c; this is now operating on the new symbol file.
21825
21826 2002-08-23  Martin Baulig  <martin@gnome.org>
21827
21828         * debug-helpers.c (mono_method_desc_from_method): New function to get
21829         a MonoMethodDesc from a MonoMethod.
21830
21831 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21832
21833         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
21834         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
21835
21836 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
21837
21838         * string-icalls.[ch]: make helper methods static.
21839
21840 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21841
21842         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
21843         types to it and to SetValueInternal.
21844
21845         * object.c: Moved handle_enum label to its proper place. This was the
21846         f... bug! ;-)
21847
21848         This time i compiled mcs and gtk-sharp and they both work.
21849
21850 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21851
21852         * icall.c: reverted partially my previous patch until 
21853         object.c:set_value handles enums correcly.
21854
21855 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21856
21857         * icall.c:
21858         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
21859         (ves_icall_System_Environment_get_MachineName): removed warning when
21860         compiling under cygwin.
21861
21862 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21863
21864         * object.c: fixed field_get_value() for reference types.
21865
21866 2002-08-22  Dick Porter  <dick@ximian.com>
21867
21868         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
21869         Don't free a buffer while it's still needed.  Patch from Jonathan
21870         Liger <Jonathan.liger@wanadoo.fr>
21871
21872 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
21873
21874         * icall.c (ves_icall_System_Environment_get_Platform): Add new
21875         internal call.
21876
21877 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
21878
21879         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
21880         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
21881
21882         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
21883         we call unmanaged code which throws exceptions.
21884
21885 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21886
21887         * appdomain.h: added per-domain entry_assembly.
21888         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
21889         arguments.
21890         * icall.c: Assembly::GetEntryAssembly icall.
21891         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
21892         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
21893
21894 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21895
21896         * appdomain.h, gc.c: added mono_domain_finalize ().
21897
21898 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21899
21900         * object.c:
21901         (mono_print_unhandled_exception): changed g_warning by g_printerr
21902         because g_log has a 1024 characters limit (yeah, i got a big stack
21903         trace). Don't print exception name, that should be in ToString 
21904         returned string.
21905
21906 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21907
21908         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
21909         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
21910
21911 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21912
21913         * object.c:
21914         (mono_print_unhandled_exception): after previous commit, i realized
21915         that MS calls ToString on the exception. I changed this function to
21916         do that. This way we get stack_trace for free.
21917
21918 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21919
21920         * object.c:
21921         (mono_print_unhandled_exception): invoke Message property instead of
21922         getting 'message' field from Exception. Don't allocate memory for
21923         'trace' and 'message' if not needed.
21924
21925 2002-08-18  Dick Porter  <dick@ximian.com>
21926
21927         * unicode.c: Fix asserts to match Encoder.cs checks
21928
21929 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21930
21931         * marshal.c: fix unaligned store issue and a few wrong
21932         opcode argument types.
21933
21934 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21935
21936         * icall.c: added GetUninitializedObjectInternal internal call.
21937
21938 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
21939
21940         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
21941         to the right domain.
21942
21943 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
21944
21945         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
21946
21947         * class.c (class_compute_field_layout): set blittable to false for Strings
21948
21949         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
21950
21951 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21952
21953         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
21954         first chunk of code to create types at runtime. Code to
21955         handle ReflectedType/DeclaringType. Make reflection handles
21956         domain specific.
21957
21958 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
21959
21960         * class.c: set correct name in arrays.
21961
21962 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
21963
21964         * appdomain.c (mono_domain_transfer_object): make it work with
21965         valuetypes. bug fixes.
21966
21967 2002-08-12  Dick Porter  <dick@ximian.com>
21968
21969         * object.h: Rename some parameters to avoid c++ keywords (Patch
21970         from Joseph Wenninger <kde@jowenn.at>)
21971
21972 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
21973
21974         * icall.c: added icall to implement Assembly.GetFile*.
21975
21976 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21977
21978         * reflection.h, reflection.c: code to embed managed resources.
21979
21980 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21981
21982         * class.c: move all the type size stuff into
21983         class_compute_field_layout().
21984
21985 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21986
21987         * class.c: ensure enums have always the correct instance size.
21988         * unicode.c: remove wrong assert.
21989
21990 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21991
21992         * assembly.c: fix mem corruption issue.
21993         * image.h, image.c: added mono_image_get_resource () to access
21994         managed resources.
21995         * icall.c: implemented Assembly.EntryPoint property and some
21996         Managed Resources related internalcalls.
21997
21998
21999 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
22000
22001         * image.c, image.h: impemented mono_image_get_entry_point ().
22002         * appdomain.c: use mono_image_get_entry_point.
22003
22004 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
22005
22006         * reflection.c: support the object type argument when loading
22007         custom attributes.
22008
22009 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
22010
22011         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
22012         String as return type.
22013
22014 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
22015
22016         * reflection.c: fix encoding of named args for custom attrs to match
22017         the ms implementation. Read them back when instantiating custom
22018         attributes.
22019
22020 2002-08-02  Radek Doulik  <rodo@ximian.com>
22021
22022         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
22023         by Dietmar as quick fix
22024         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
22025         16 as stack size, used on more places as quick fix before Dietmar
22026         will fix it properly
22027
22028 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
22029
22030         * object.h, object.c: added accessors for fields and properties.
22031
22032 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
22033
22034         * class.c, class.h: made mono_class_get_field_from_name ()
22035         loop on parent types.
22036         Added mono_class_get_property_from_name ().
22037
22038 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22039
22040         * class.c, class.h: move the code to setup the type vtable in its own
22041         function so that it can be reused also for types created at runtime.
22042         Eliminate the "class" identifier from the header file.
22043         * reflection.c: setup the vtable for enums so that we can create
22044         objects for use in SetConstant ().
22045
22046 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
22047
22048         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
22049         instead of the delegate itself as this pointer (bug #28383)
22050
22051 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
22052
22053         * marshal.c (mono_marshal_get_managed_wrapper): added return type
22054         conversions.
22055
22056 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22057
22058         * loader.c: don't set the pinvoke bit on icalls.
22059
22060 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
22061
22062         * debug-helpers.c (mono_method_full_name): only print a number to
22063         indicate wrapper type (so that the output is more readable in traces).
22064
22065 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
22066
22067         * class.c (mono_class_init): include method override patch from Paolo
22068
22069 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
22070
22071         * icall.c: fixed GetTypeCode().
22072
22073 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
22074
22075         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
22076         use real delegate invoke function to make it work with multicast
22077         delegates (fix bug# 28291).
22078
22079 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22080
22081         * object.c: load constant strings.
22082
22083 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22084
22085         * reflection.c: no magic numbers.
22086         * tabledefs.h: security action enum.
22087
22088 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22089
22090         * assembly.c: fix possible memory corruption.
22091
22092 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
22093
22094         * reflection.h, reflection.c: added support for linking resources.
22095         * verify.c: check we have an updated corlib.
22096
22097 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
22098
22099         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
22100         string arrays.
22101         (mono_marshal_string_array): null terminate unmanaged string arrays.
22102         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
22103
22104 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22105
22106         * icall.c: Type.GetType () can now return also types from the
22107         calling assembly.
22108
22109 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
22110
22111         * loader.h, loader.c: stack walking support.
22112         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
22113         GetCallingAssembly.
22114
22115 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
22116
22117         * marshal.c: added optimisations for blittable types 
22118
22119         * class.c (mono_array_class_get): do not set blittable attribute on arrays
22120         (mono_class_setup_mono_type): set blittable attribute for single
22121         and double.
22122
22123         * marshal.c (mono_string_utf8_to_builder): impl.
22124         (mono_string_builder_to_utf8): impl.
22125         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
22126
22127 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
22128
22129         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
22130         (mono_marshal_get_managed_wrapper): impl. byref types
22131
22132 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22133
22134         * icall.c:
22135         (search_method): don't display debug message. 
22136
22137 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
22138
22139         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
22140
22141 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
22142
22143         * appdomain.c: set the missing filename when throwing exception.
22144
22145 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
22146
22147         * metadata.c (mono_type_size): code cleanup
22148         (mono_type_stack_size): removed some test code
22149
22150 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
22151
22152         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
22153         mono_get_exception_file_not_found now.
22154
22155         * exception.c (mono_exception_from_name_two_strings): New version
22156         that will call a constructor with two string arguments. 
22157         (mono_get_exception_file_not_found): New helper routine, used to
22158         report file-not-found errors.
22159
22160 2002-07-20  Dick Porter  <dick@ximian.com>
22161
22162         * process.h:
22163         * process.c: Pass file handles to CreateProcess
22164         
22165         * icall.c:
22166         * file-io.h:
22167         * file-io.c: Implemented CreatePipe
22168
22169 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
22170
22171         * metadata.c (mono_get_param_info): set alignment for value types
22172
22173 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22174
22175         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
22176         Constify mono_domain_assembly_open().
22177         * loader.c: handle null namespace in icalls.
22178
22179 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
22180
22181         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
22182         (emit_str_to_ptr_conv): marshal object as structs
22183
22184         * metadata.c (mono_type_to_unmanaged): marshal object as structs
22185
22186         * marshal.c (mono_marshal_get_runtime_invoke): support value types
22187
22188 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
22189
22190         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
22191         (mono_marshal_get_native_wrapper): we an now return value types
22192
22193 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22194
22195         * verify.c: more checks implemented.
22196
22197 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
22198
22199         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
22200         (fix bug #27695)
22201         (mono_marshal_get_native_wrapper): allow byref arguments
22202         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
22203         impl. PtrToStringXXX methods
22204         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
22205         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
22206         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
22207         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
22208         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
22209
22210 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22211
22212         * reflection.c: fix buglet in parsing an assembly name.
22213
22214 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
22215
22216         * marshal.c (emit_ptr_to_str_conv): first impl.
22217
22218 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22219
22220         * object.c, class.h: cache the vtable in the class as suggested by
22221         vargaz@freemail.hu (Zoltan Varga).
22222
22223 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22224
22225         * class.h, loader.c: added mono_field_from_token().
22226         * verify.c: first cut of type checking code.
22227
22228 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
22229
22230         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
22231
22232 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
22233
22234         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
22235         (fix bug #27782)
22236         (mono_marshal_get_remoting_invoke): impl.
22237         (mono_delegate_begin_invoke): impl.
22238         (mono_mb_emit_save_args): impl.
22239         (mono_delegate_end_invoke): impl.
22240         (mono_marshal_get_delegate_begin_invoke):
22241         (mono_marshal_get_delegate_end_invoke):
22242         (mono_marshal_get_delegate_invoke): generate a special name for
22243         those methods (including the signature) and associate them whith
22244         the delegate class. 
22245
22246 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
22247
22248         * reflection.[ch]: 
22249         (mono_reflection_type_from_name): now it has a MonoImage parameter
22250         which is used as the default image to search the type in. If the image
22251         is NULL or getting the type from it fails, it defaults to corlib.
22252
22253         * icall.c: changed 1 call to mono_reflection_type_from_name to match
22254         new parameter.
22255
22256 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22257
22258         * reflection.c: update the parameter table index.
22259
22260 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22261
22262         * domain.c: don't include the mark byte in the string hash.
22263
22264 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22265
22266         * icall.cs: icall for Type.GetTypeCode ().
22267         * verify: a couple of fixes and disabled local initialization checks.
22268
22269 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
22270
22271         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
22272
22273         * debug-helpers.c (mono_method_full_name): print the type of the
22274         runtime wrapper
22275
22276         * metadata.c (mono_signature_hash): a hash function for signatures
22277         (mono_signature_hash): better hash algorithm
22278
22279         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
22280
22281         * debug-helpers.c (mono_method_full_name): this can now generate
22282         method names with signatures
22283
22284         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
22285         method dont have this pointers.
22286
22287 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
22288
22289         * reflection.c: fixup typebuilder tokens.
22290         * image.c: fix buglet.
22291         * marshal.h: remove whitespace.
22292         * metadata.h, metadata.c: reinstate code that was removed.
22293         * verify.c: handle catch directives and fix another couple of bugs.
22294
22295 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
22296
22297         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
22298         (mono_marshal_get_native_wrapper): make it comp. with the old code
22299         (mono_marshal_get_native_wrapper): support boolean
22300         (mono_marshal_get_managed_wrapper): support more types
22301
22302 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
22303
22304         * class.c (class_compute_field_layout): compute class->blittable attribute.
22305
22306 2002-07-09  Dick Porter  <dick@ximian.com>
22307
22308         * threads.c: Make the thread cleaning up cope with threads that
22309         call ExitThread()
22310
22311 2002-07-08  Radek Doulik  <rodo@ximian.com>
22312
22313         * reflection.c (method_encode_code): use non-translated values to
22314         compute finally_start, this fixes exception handling on ppc, yay!
22315
22316         * decimal.h (struct signscale): fix endianess
22317
22318 2002-07-07  Radek Doulik  <rodo@ximian.com>
22319
22320         * reflection.c: swap box_val and not val
22321
22322 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
22323
22324         * reflection.c, reflection.h: handle full assembly info in type name.
22325         Handle Type arguments when loading custom attributes.
22326         * icall.c: updated to use new mono_reflection_type_from_name () method.
22327
22328 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22329
22330         * loader.c:
22331         (method_from_memberref): also print assembly name when method not found.
22332
22333 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22334
22335         * icall.c:
22336         (ves_icall_TypeGetProperties): fixed bug #27473. 
22337
22338 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22339
22340         * reflection.c: display image name and token when cannot find the
22341         .ctor for an attribute.
22342
22343 2002-07-05  Martin Baulig  <martin@gnome.org>
22344
22345         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
22346
22347 2002-07-04  Dick Porter  <dick@ximian.com>
22348
22349         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
22350         compile on mingw.  This will cause mingw builds to not wait for
22351         subthreads to terminate after the main thread does.  I've lodged a
22352         bug with the mingw developers for them to wrap OpenThread().
22353
22354 2002-07-03  Dick Porter  <dick@ximian.com>
22355
22356         * threads.c: Store thread IDs instead of handles, because
22357         GetCurrentThread() returns a pseudohandle and therefore stores
22358         useless values.  mono_thread_cleanup() continues checking the
22359         array of threads until it is empty, to cope with subthreads
22360         spawning new threads after the main thread has finished.
22361
22362         * profiler.h:
22363         * profiler.c:
22364         * profiler-private.h: Pass the thread ID to thread profiler
22365         functions, instead of a handle
22366
22367 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22368
22369         * verify.c: fixes to make it more usable.
22370         * pedump.c: added --verify code to verify IL code in an assembly.
22371
22372 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22373
22374         * reflection.c: turn errors into warnings to allow compiling corlib.
22375
22376 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
22377
22378         * reflection.c: add special cases to compile corlib.
22379
22380 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22381
22382         * reflection.c: handle properties with only a set method.
22383
22384 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22385
22386         * opcodes.h: add enum with opcodes in opval order.
22387
22388 2002-07-01  Dick Porter  <dick@ximian.com>
22389         
22390         * object.h:
22391         * object.c (mono_runtime_run_main): Removed unneeded argument
22392
22393 2002-06-28  Martin Baulig  <martin@gnome.org>
22394
22395         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
22396
22397 2002-06-27  Dick Porter  <dick@ximian.com>
22398
22399         * threads.c: Store the handle in both the parent thread and in the
22400         subthread, to minimise the time between starting a new thread and
22401         storing its ID.
22402
22403 2002-06-26  Dick Porter  <dick@ximian.com>
22404
22405         * appdomain.c (mono_runtime_cleanup): Close the socket library
22406         after all the threads have finished, not before
22407
22408 2002-06-26  Martin Baulig  <martin@gnome.org>
22409
22410         * debug-symfile.c (mono_debug_find_source_location): Added
22411         `guint32 *line_number' argument.  If it's not NULL, store the line number
22412         there and return the file name without the line number.
22413
22414 2002-06-25  Dick Porter  <dick@ximian.com>
22415
22416         * icall.c:
22417         * process.h:
22418         * process.c: Process forking and other support functions
22419
22420 2002-06-25  Dick Porter  <dick@ximian.com>
22421
22422         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
22423         things dont happen when the image is closed.
22424         (mono_image_lookup_resource): Walk the resource section looking
22425         for a particular entry
22426
22427         * cil-coff.h: PE resource section decoding
22428
22429 2002-06-25  Dick Porter  <dick@ximian.com>
22430         
22431         * assembly.h:
22432         * assembly.c: 
22433         (mono_assembly_foreach): Accessor functions to walk the list of
22434         loaded assemblies
22435         (mono_assembly_set_main):
22436         (mono_assembly_get_main): Process methods need to know which
22437         assembly is the "main" one
22438
22439         * object.c (mono_runtime_run_main): Record the main assembly
22440
22441         * debug-helpers.c: Fix typo
22442
22443 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
22444
22445         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
22446         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
22447
22448 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22449
22450         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
22451
22452 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
22453
22454         * image.c (do_mono_image_open): Initialize reference count,
22455         otherwise we leak the MonoImage.
22456
22457 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
22458
22459         * reflection.c: small tweak to handle self-hosting.
22460
22461 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
22462
22463         * reflection.c: fix type name parse code.
22464
22465 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22466
22467         * reflection.c: break out of the loop.
22468         * image.c: special case corlib.
22469
22470 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22471
22472         * reflection.c: add all the custom attrs at the end to ensure the
22473         ctors have been properly initialized when the attributes are defined
22474         in the current assembly.
22475
22476 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22477
22478         * reflection.c: handle correctly multiple-nested types.
22479
22480 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
22481
22482         * row-indexes.h: fix typos.
22483         * reflection.c: adjust for typos and fix method_def_or_ref
22484         encoding in MethodImpl table.
22485
22486 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22487
22488         * reflection.c: fix entry point patching (thanks Serge!).
22489
22490 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
22491
22492         * verify.c: add check for System.Exception
22493
22494 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22495
22496         * image.c, class.c: minifix for code just c&p'ed.
22497         * reflection.c: warning fix.
22498         * object.h, loader.h, domain.c: load also StringBuilder.
22499
22500 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22501
22502         * marshal.h, marshal.c: some support code to handle complex marshaling.
22503
22504 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22505
22506         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
22507         Better signatures with vtable error dump.
22508
22509 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
22510
22511         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
22512
22513 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
22514
22515         * icall.c (ves_icall_Type_GetField): impl.
22516
22517 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22518
22519         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
22520         to retrieve a marshal description blob for a field or param.
22521
22522 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
22523
22524         * reflection.h, reflection.c: change order of nested type emission
22525         to avoid table corruption. The NestedTypes table is sorted.
22526         * icall.c: change order of GetConstructor results to workaround mcs bug.
22527
22528 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22529
22530         * reflection.h, reflection.c: handle field and param marshal
22531         information.
22532
22533 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22534
22535         * icall.c, marshal.c marshal.h: more Marshal class implementation.
22536
22537 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22538
22539         * reflection.c: fix call convention.
22540
22541 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22542
22543         * reflection.h, reflection.c: mono_image_get_memberref_token()
22544         takes a type instead of a class, now. Added
22545         mono_image_get_array_token() to create tokens for the special
22546         multi-dim array methods.
22547
22548 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22549
22550         * assembly.c: handle modules (no assembly table). Split
22551         loading references in its own function.
22552         * class.c: handle moduleref resolution scope.
22553         * image.c, image.h: cache module name in image.
22554
22555 2002-06-07  Martin Baulig  <martin@gnome.org>
22556
22557         * reflection.c (mono_image_get_type_info): Only add a class layout entry
22558         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
22559
22560 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22561
22562         * icall.c: more signature fixes that used uint instead of int.
22563
22564 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22565
22566         * reflection.c: fixed signature of field refs.
22567
22568 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22569
22570         * class.c, reflection.c: handle typerefs of nested types
22571         (both on read and when writing files).
22572
22573 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
22574
22575         * icall.c: fix method signatures that tried to workaround the previous
22576         typo, d'oh!
22577
22578 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22579
22580         * debug-helpers.c: fix typo.
22581
22582 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
22583
22584         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
22585         rewrote the PE/COFF writing code (our programs are understood by the
22586         ms runtime, now).
22587
22588 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
22589
22590         * gc.c, gc.h, icall.c: weakreference support.
22591
22592 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22593
22594         * Makefile.am, mono-config.c: use $(sysconfdir).
22595
22596 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22597
22598         * icall.c: changed default precision of Double.ToString() to 15.
22599         Fixed memory leak. Unified with Single.ToString.
22600
22601 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
22602
22603         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
22604
22605 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
22606
22607         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
22608         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
22609         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
22610         and myself.
22611
22612 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22613
22614         * debug-symfile.c, sysmath.c: yet more compilation fixes.
22615
22616 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22617
22618         * reflection.c, socket-io.c: more compilation fixes.
22619
22620 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22621
22622         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
22623         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
22624         unicode.c: warning and compiler compatibility fixes.
22625
22626 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22627
22628         * class.h, metadata.c: fixed warnings/compilation errors.
22629
22630 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22631
22632         * Makefile.am, mono-config.c, mono-config.h: configuration file
22633         support routines.
22634         * loader.c, loader.h: make Dll mapping configurable at runtime in the
22635         config file. Export methods to insert and lookup mappings.
22636
22637 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
22638
22639         * reflection.c: handle types and boxed objects in custom attr
22640         constructors.
22641
22642 2002-05-30  Martin Baulig  <martin@gnome.org>
22643
22644         * debug-symfile.c
22645         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
22646
22647 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
22648
22649         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
22650         to lookup the implmap row for a P/Invoke method.
22651         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
22652         P/Invoke method from the runtime on an as needed basis.
22653
22654 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
22655
22656         * metadata.c (mono_metadata_parse_signature): impl.
22657
22658 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22659
22660         * class.c: handle .pack directive.
22661
22662 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
22663
22664         * object.c: initialize static fields with RVA data.
22665
22666 2002-05-25  Martin Baulig  <martin@gnome.org>
22667
22668         * debug-symfile.c
22669         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
22670
22671 2002-05-24  Martin Baulig  <martin@gnome.org>
22672
22673         * debug-symfile.c
22674         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
22675         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
22676         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
22677
22678 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
22679
22680         * object.c: special case string ctros in invoke.
22681         * gc.c: silly whitespace changes.
22682
22683 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
22684
22685         * threadpool.[ch]: impl. a threadpool that can
22686         be used by mint and mono.
22687
22688 2002-05-22  Martin Baulig  <martin@gnome.org>
22689
22690         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
22691         The first argument is now a `MonoReflectionModuleBuilder *', the return
22692         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
22693         `methods' field to get the method builder.  The `token' argument is the
22694         unfixed token.
22695
22696         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
22697         invalid characters instead of g_assert_not_reached()ing.  This seems
22698         to be the behaviour of mscorlib.
22699
22700 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
22701
22702         * object.c (mono_runtime_invoke_array): applied patch from Rachel
22703         Hestilow to fix bug #25104
22704
22705 2002-05-21  Martin Baulig  <martin@gnome.org>
22706
22707         * debug-symfile.c (mono_debug_find_source_location): New function.
22708         Looks up an IL offset in the line number table and returns the source
22709         location as a string.
22710
22711 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22712
22713         * icall.c:
22714         (mono_double_ToStringImpl): changed %f by %g until we have something
22715         better.
22716
22717 2002-05-21  Nick Drochak  <ndrochak@gol.com>
22718
22719         * icall.c : Use different name for Math.Pow's icall.  Needed to check
22720         parameters first in C#.
22721
22722 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22723
22724         * icall.c, reflection.h: added icall to get info about an event.
22725
22726 2002-05-20  Radek Doulik  <rodo@ximian.com>
22727
22728         * object.c (mono_value_box): don't use memcpy for boxing on BIG
22729         endian
22730         (mono_value_box): don't use memcpy for small sizes on
22731         architectures with unaligned access
22732
22733 2002-05-20  Martin Baulig  <martin@gnome.org>
22734
22735         * reflection.c (mono_reflection_setup_internal_class): Don't crash
22736         if `tb->parent == NULL'.
22737         (mono_reflection_create_internal_class): New function.  This is
22738         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
22739         for enum types.
22740
22741         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
22742         New interncall.
22743
22744 2002-05-19  Martin Baulig  <martin@gnome.org>
22745
22746         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
22747         argument to get the length, don't default to the array length.
22748
22749 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
22750
22751         * assembly.c (mono_assembly_setrootdir): New function used to
22752         override the MONO_ASSEMBLIES directory.
22753
22754 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22755
22756         * icall.c: ValueType_GetHashCode() initialize local var.
22757
22758 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22759
22760         * reflection.c: sort custom attributes table.
22761
22762 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22763
22764         * reflection.c: support named args in custom attributes (write support).
22765
22766 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
22767
22768         * reflection.c: fix finally position calculation.
22769
22770 2002-05-15  Radek Doulik  <rodo@ximian.com>
22771
22772         * reflection.c: fixed endianess at many places
22773
22774         * icall.c (ves_icall_InitializeArray): comment out debug msg
22775
22776 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
22777
22778         * object.c (mono_unhandled_exception): new function to handle
22779         unhandled exceptions.
22780         (mono_unhandled_exception): call the UnhandledException event.
22781         (mono_runtime_delegate_invoke): impl.
22782
22783 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
22784
22785         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
22786         returns the RVA, not the direct pointer to the data. Handle the case
22787         when the class size is fixed.
22788
22789 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
22790
22791         * reflection.c: fix some endianess issues.
22792
22793 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
22794
22795         * object.c (mono_runtime_invoke): is now able to catch exceptions.
22796
22797         * threads.c (mono_thread_init): added a callback which is invoked
22798         at thread start.
22799
22800 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22801         
22802         * icall.c: make GetHashCode return non-negative values.
22803
22804 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22805
22806         * object.c, icall.c, gc.c: revert to address-based hashcode.
22807
22808 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
22809
22810         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
22811
22812 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22813
22814         * icall.c, class.c: special case <Module>.
22815
22816 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
22817
22818         * icall.c: fix bug in GetNow().
22819
22820 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
22821
22822         * object.c (mono_runtime_class_init): make sure that we call all
22823         static class constructors.
22824
22825 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22826
22827         * reflection.c: sort methodsemantics table.
22828
22829 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
22830
22831         * reflection.h, reflection.c: honour init locals setting.
22832
22833 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
22834
22835         * icall.c: copied Double ToStringImpl for Single ToStringImpl
22836
22837 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
22838
22839         * reflection.c: support ContructorBuilders in attribute blob creation.
22840
22841 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22842
22843         * reflection.c: some changes to build a binary that can be run
22844         directly in windows.
22845
22846 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
22847
22848         * loader.c: print a big message when an icall can't be found.
22849
22850 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22851
22852         * string-icalls.c: fix bug 24248.
22853
22854 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
22855
22856         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
22857         icall.c, reflection.h: separate assembly loading by pathname and by
22858         assembly name. Use the MONO_PATH env var to search for assemblies.
22859
22860 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22861
22862         * assembly.c, image.h: add some support for assemblies
22863         with multiple modules.
22864         * class.c, class.h: export mono_class_from_typeref().
22865         * loader.c: remove duplicated code and use mono_class_from_typeref(),
22866         instead.
22867
22868 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22869
22870         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
22871         documentation says (the ECMA one is correct).
22872
22873 2002-05-02  Dick Porter  <dick@ximian.com>
22874
22875         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
22876         Don't name the synchronisation mutex.
22877
22878 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
22879
22880         * rand.c
22881         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
22882         Make the prototypes match.
22883         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
22884         Same.
22885
22886         * icall.c
22887         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
22888         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
22889         all systems have tm.tm_zone, so use strftime() with %Z to print
22890         the timezone abreviation into a temp string.
22891
22892         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
22893         rather than mono_array_addr() on a MonoString on Big Endian
22894         machines.
22895
22896 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
22897
22898         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
22899         fix bug 24041
22900
22901 2002-04-30  Dick Porter  <dick@ximian.com>
22902
22903         * socket-io.c: Cope with SOCKET being an integer rather than a
22904         pointer now.
22905
22906         * threads.c: Added Thread_free_internal, to deal with thread
22907         handle cleanup.  Moved calls to handle_store() and handle_remove()
22908         to start_wrapper(), so each can only be called once.  Allocate
22909         synchronisation blocks with GC_malloc(), and use GC finalisation
22910         to close the handles.
22911
22912         * icall.c: added System.Threading.Thread::Thread_free_internal
22913
22914 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22915
22916         * icall.c: support Environment.Exit, CommandLineArgs().
22917
22918 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22919
22920         * object.c, object.h: added mono_runtime_run_main () and
22921         mono_runtime_get_main_args () for use in System.Environment.
22922
22923 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22924
22925         * gc.c: fix thinko, enable actual finalization since the jit is now
22926         fixed.
22927
22928 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22929
22930         * gc.c, object.c: take into account that an object may be offset wrt the address
22931         returned by GC_malloc().
22932
22933 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
22934
22935         * image.c: handle files without entries in the assembly table (modules).
22936
22937 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
22938
22939         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
22940         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
22941         allowed to be null when it's System.Object class setup.
22942
22943 2002-04-27  Martin Baulig  <martin@gnome.org>
22944
22945         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
22946         if `tb->parent == NULL' rather than crashing.
22947
22948 2002-04-28  Nick Drochak  <ndrochak@gol.com>
22949
22950         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
22951         calling acos() where asin() should have been called.
22952
22953 2002-04-26  Martin Baulig  <martin@gnome.org>
22954
22955         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
22956         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
22957         there's a subdirectory called `System', but we don't want to read that
22958         subdirectory as an assembly.
22959
22960 2002-04-25  Martin Baulig  <martin@gnome.org>
22961
22962         * debug-symfile.c: Reflect latest MonoString changes.
22963
22964 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22965
22966         * rand.c, rand.h: instance method icalls need to have an explicit
22967         this pointer as first argument in the C implementation.
22968
22969 2002-04-25  Nick Drochak <ndrochak@gol.com>
22970
22971         * icall.c: Fix typo in map for GetNonZeroBytes
22972
22973 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22974
22975         * string-icalls.c : String does now passes unit tests without any 
22976         errors, the following changes has been made:
22977         
22978         Implemented replace methods.
22979         Renaming of methods to (try) follow the standard.
22980         Fixed compare ordinal
22981         Made all memory allocated directly to function instead of via icall function.
22982         Small performance fix in is_in_array function
22983                         
22984  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
22985
22986         c (mono_string_Internal_ctor_charp_int_int):
22987         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
22988         sindex < 0, throw ArgumentOutOfRangeException instead of
22989         ArgumentNullException.
22990
22991         Added new check for length == 0, however
22992         I need to make it return String.Empty from the C code.
22993         
22994         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
22995         that calculate the length for us here.
22996         
22997         (mono_string_Internal_ctor_sbytep_int_int): Replaced
22998         mono_string_new_utf16 with mono_string_new, since value is utf8.
22999
23000 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23001
23002         * object.c: register the object for finalization if needed.
23003         Allocate one more char in the string for the terminating 0 char.
23004
23005 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
23006
23007         * class.c, class.h, image.c: check if a type implemenst a destructor.
23008         Use the proper key for array class lookups.
23009         * icall.c: register the icalls in the System.GC class.
23010         * gc.c, gc.h: GC-related functions and icalls.
23011
23012 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23013
23014         * icall.c:
23015         * socket-io.c:
23016         * unicode.c: free some strings gotten from mono_string_to_utf8 and
23017         changed a couple of free () by g_free ().
23018
23019         * decimal.c: one-liner in the comments for decimal2string ().
23020
23021 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
23022
23023         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
23024
23025 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
23026
23027         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
23028         * object.c (mono_runtime_invoke_array) : handle null in params
23029
23030 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
23031
23032         * string-icalls.c: fixed bug in split (one off bug)
23033
23034 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
23035
23036         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
23037         * icalls.c: added String::Equals as internal method
23038
23039 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
23040
23041         * threads.c: fixed bug in the double interlocked functions
23042
23043 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
23044
23045         * threads.c: implemented all of the new interlocked icalls.
23046         * string-icalls.c: fix a bug in insert.
23047         * icalls.c: added the icalls for interlocked, removed old string functions.
23048         
23049 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
23050
23051         * loader.c: fix off-by-one error when reading argument names.
23052
23053 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23054
23055         * profiler.c: win32 counter implementation (untested).
23056         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
23057         (the latter needs testing and more complete impl. from win32 folks).
23058
23059 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
23060
23061         * object.c: mono_array_new_full workaround mono_array_class_get
23062         problem.
23063
23064 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23065
23066         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
23067         * object.h (mono_string_chars): Changed casting type.
23068
23069 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23070
23071         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
23072                            method signatures to use gunichar2 instead of gint16.
23073
23074 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
23075
23076         * object.h, object.c: domain-specific versions of mono_object_new and
23077         mono_array_new.
23078
23079 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
23080
23081         * object.c: changed String layout
23082
23083         * string-icalls.c (mono_string_Internal_ctor_chara): added
23084         internal string constructors.
23085
23086 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
23087
23088         * threads.c: pass 'this' to the thread start routine.
23089
23090 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23091
23092         * string-icalls.c: fix IndexOf and LastIndexOf. Now
23093         InternalCompareStr don't call twice mono_string_cmp_char for the last
23094         character. Improved performance in mono_string_cmp_char.
23095
23096 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
23097
23098         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
23099         code into its own library: libmonoruntime.
23100
23101 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
23102
23103         * object.h, object.c: changed array format so that szarrays do not
23104         require a bounds structure.
23105         * icall.c, appdomain.c: support for new szarray format.
23106
23107 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
23108
23109         * metadata.c: compare also the retuns type when comparing signatures:
23110         we didn't do this as an optimization since really overloaded methods
23111         must differ also in the arguments, but this doesn't work with
23112         low-level IL code (or when using explicit conversion operators: see
23113         bug#23498 for an example).
23114
23115 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
23116
23117         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
23118
23119 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
23120
23121         * icall.c: make MonoType::GetElementType its own icall.
23122
23123 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
23124
23125         * icall.c: remove MonoMethod_get_Name().
23126         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
23127         object.
23128
23129 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23130
23131         * string-icalls.c: optimized a few methods.
23132
23133 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23134
23135         * icall.c: added all new string internal calls
23136         * string-icalls.c: added, new string internal call implementation.
23137         * object.c: added mono_string_new_size for allocating a string a size
23138
23139 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
23140
23141         * object.c (mono_object_isinst): use the same code as in the
23142         optimized x86 version.
23143
23144 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
23145
23146         * profiler.c: TSC-based timer code (faster and more accurate).
23147         Not hooked up in configure, yet (set USE_X86TSC to 1).
23148
23149 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
23150
23151         * profiler.c, profiler.h: track time spent compiling methods.
23152         * threads.c: track thread creation/destruction.
23153
23154 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
23155
23156         * profiler.c, profiler.h, profiler-private.h: profiling interface
23157         and sample implementation. Moved here so that it can be used also by
23158         the jit.
23159
23160 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
23161
23162         * reflection.c, reflection.h: keep types and other handles separate in
23163         the hash tables for referred tokens. Add guid for modules.
23164
23165 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
23166
23167         * assembly.c: fix bugs found with valgrind.
23168         * metadata.h, metadata.c: added mono_metadata_guid_heap().
23169
23170 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
23171
23172         * threads: added icall support for getting current domain for
23173                    the thread.
23174  
23175 2002-04-13  Martin Baulig  <martin@gnome.org>
23176
23177         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
23178         (MonoDebugVarInfo): Added `index' field for register based addresses.
23179         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
23180         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
23181         `MonoDebugVarInfo *params' and `guint32 this_offset' with
23182         `MonoDebugVarInfo *this_var'.
23183
23184         * debug-symfile.c (relocate_variable): New static function to write
23185         a location description for a local variable or method parameter.
23186
23187 2002-04-12  Martin Baulig  <martin@gnome.org>
23188
23189         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
23190         stack offset and begin/end scope address of a local variable.
23191         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
23192         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
23193         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
23194
23195         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
23196         Added new relocation types for start/end scope of a local variable.
23197
23198 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23199
23200         * object.h: add mono_object_domain() macro.
23201         * reflection.c: handle typespecs.
23202         * icall.c: MonoMethod::get_Name() implementation.
23203
23204 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23205
23206         * icall.c: String::GetHashCode() icall implementation.
23207
23208 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23209
23210         * icall.c: String::IndexOfAny icall.
23211         * object.c, object.h: make array->max_length more useful.
23212         Intrduced mono_object_class() and mono_string_length() macros.
23213
23214 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23215
23216         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
23217         instead of g_unichar_isdigit.
23218
23219 2002-04-11  Nick Drochak  <ndrochak@gol.com>
23220
23221         * icall.c: Implement a simple Double.ToString().
23222
23223 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
23224
23225         * appdomain.h: only io-layer.h is supposed to be included.
23226         * icall.c: explicitly import environ. Fix warning.
23227
23228 2002-04-10  Nick Drochak  <ndrochak@gol.com>
23229
23230         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
23231                 return true even if it's not Daylight Savings time.
23232                 Only return false for the case where the function isn't
23233                 implemented for a plaform (read Windows).
23234
23235 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23236
23237         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
23238         data with a mutex.
23239
23240 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
23241
23242         * mempool.c (mono_mempool_alloc): only use g_malloc when
23243         absolutely necessary.
23244
23245 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
23246
23247         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
23248
23249         * class.c (mono_class_vtable): use domain mempool to allocate vtable
23250         (mono_class_proxy_vtable): use domain mempool
23251
23252 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
23253
23254         * appdomain.h, appdomain.c: split initialization that requires the
23255         execution engine support into mono_runtime_init().
23256
23257 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
23258
23259         * class.c (mono_class_init): don't include vtable inside MonoClass
23260         to save some memory, gather some statistics.
23261         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
23262
23263 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
23264
23265         * icall.c: internalcall implementation for ValueType.Equals().
23266
23267 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
23268
23269         * object.c (mono_message_init): moved 
23270         (mono_runtime_exec_main): new arch. independent impl.
23271         (mono_runtime_invoke_array): new method - like
23272         mono_runtime_invoke, but you can pass an array of objects.
23273         (mono_remoting_invoke): new arch. independent impl.
23274         (mono_message_invoke): new arch. independent impl.
23275         (mono_runtime_class_init): new arch. independent impl.
23276         (mono_runtime_object_init): new arch. independent impl.
23277
23278 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23279
23280         * metadata.c, object.c, reflection.c: documented the exported
23281         functions.
23282
23283 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
23284
23285         * icall.c: simpler code to pass the assembly builder data to corlib.
23286         Implement GetNestedTypes() internalcall.
23287
23288 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
23289
23290         * class.c: warn if a type can't be loaded.
23291
23292 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
23293
23294         * image.h: typedef MonoImageOpenStatus
23295         * types.h: removed unused file
23296         
23297 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
23298
23299         * icall.c: Enum_ToObject accepts enum value arguments.
23300
23301 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
23302
23303         * class.c: move initialization of properties, events and nested
23304         classes, so that they happen for interfaces, too.
23305
23306 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
23307
23308         * icall.c: cleanup some ugly casts in Array_SetValue*.
23309
23310 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
23311
23312         * icall.c: the values array fro enums is of the correct type, now.
23313         Implement (correctly) getFullName instead of assQualifiedName for
23314         MonoType.
23315         * reflection.h, reflection.c: added mono_type_get_name ().
23316
23317 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
23318
23319         * assembly.c, image.h: for each MonoImage, record from wich assembly
23320         it was loaded.
23321         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
23322         Make Type.Assembly work.
23323
23324 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
23325
23326         * debug-symfile.h: use char* instead of gpointer to avoid
23327         unnecessary casts.
23328
23329         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
23330
23331         * icall.c (ves_icall_InternalExecute): impl. FielSetter
23332         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
23333
23334 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
23335
23336         * icall.c (mono_message_init): impl. (code cleanup)
23337         (ves_icall_InternalExecute): impl. FieldGetter
23338
23339         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
23340         defined we call all (non-static)methods through the vtable. 
23341
23342 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
23343
23344         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
23345         finalizer even though the memory is still referenced (and the chunk of
23346         memory is not freed).
23347
23348 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
23349
23350         * assembly.c: fix brokeness.
23351
23352 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
23353
23354         * class.c: kill some warnings. Check explicit interface method
23355         implementation also without considering the namespace.
23356         Load also literal strings in static class data.
23357
23358 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
23359
23360         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
23361         (default_assembly_name_resolver): Make the resolver take the
23362         "base" directory where the assembly was originally defined, so we
23363         can load DLLs that are in the same directory as the assembly that
23364         is being referenced.
23365
23366 2002-03-28  Dick Porter  <dick@ximian.com>
23367
23368         * file-io.h: 
23369         * file-io.c:
23370         * socket-io.c: 
23371         * unicode.h: 
23372         * unicode.c: Warning cleanups
23373
23374 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
23375
23376         * object.h, reflection.h: use the correct type instead of MonoObject.
23377
23378 2002-03-28  Martin Baulig  <martin@gnome.org>
23379
23380         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
23381         (mono_debug_update_symbol_file): Initialize classes if necessary.
23382
23383 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
23384
23385         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
23386         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
23387
23388 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
23389
23390         * assembly.h: fix function prototype.
23391         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
23392         * mono-endian.h: use const cast.
23393
23394 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
23395
23396         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
23397
23398 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
23399
23400         * loader.c: don't assert when a typeref can't be loaded, give
23401         a chance to the runtime to trow an exception instead.
23402         * loader.h: fix warning.
23403
23404 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
23405
23406         * class.c (mono_class_proxy_vtable): added proxy support
23407
23408 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
23409
23410         * icall.c: removed last of PAL calls, added System.Environment
23411         * file-io.h, file-io.c: MonoIO implementation
23412         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
23413
23414 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
23415
23416         * appdomain.c: do not use the byte marker in ldstr table lookup.
23417         * debug-helpers.c: allow two ':' to separate class and method name.
23418         * object.c: allocate arrays bounds with the GC, too.
23419         * verify: add a few more checks.
23420
23421 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
23422
23423         * reflection.c: output also literal strings. Allocate parameter data
23424         with GC_malloc() (thanks, Martin, for catching this!).
23425
23426 2002-03-26  Martin Baulig  <martin@gnome.org>
23427
23428         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
23429         include the `this' offset in the `param_offsets'.
23430
23431 2002-03-25  Martin Baulig  <martin@gnome.org>
23432
23433         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
23434         mono_debug_get_class() function to get the classes. Added new
23435         relocation types for arrays and strings.
23436         (mono_debug_get_class): New static function to search in all
23437         referenced assemblies for a metadata token.
23438
23439         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
23440
23441 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
23442
23443         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
23444         hold gc-allocated objects. Make the string heap a stream like the
23445         others. Removed duplicated code when writing stream info.
23446         Added asserts to catch possible buffer overflows. Set the sorted map
23447         for tables that need sorting. Added some documentation.
23448
23449 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
23450
23451         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
23452         for interned strings and vtables.
23453
23454 2002-03-24  Martin Baulig  <martin@gnome.org>
23455
23456         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
23457         it in the array since it was created with g_slist_prepend().
23458
23459 2002-03-24  Martin Baulig  <martin@gnome.org>
23460
23461         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
23462         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
23463         (mono_debug_method_from_token): Renamed to
23464         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
23465         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
23466
23467         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
23468         relocation types.
23469
23470         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
23471
23472 2002-03-24  Martin Baulig  <martin@gnome.org>
23473
23474         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
23475         (mono_debug_method_from_token): New func.
23476
23477         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
23478         New interncall, calls mono_debug_local_type_from_signature().
23479         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
23480         calls mono_debug_method_from_token().
23481
23482 2002-03-23  Martin Baulig  <martin@gnome.org>
23483
23484         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
23485         specifies the number of bytes to be converted, not the array size.
23486         Return the number of chars, not the number of bytes.
23487         (ves_icall_iconv_get_chars): The `byteCount' argument
23488         specifies the number of bytes to be converted, not the array size.
23489
23490 2002-03-23  Martin Baulig  <martin@gnome.org>
23491
23492         * reflection.h (MonoReflectionSigHelper): New type.
23493
23494         * reflection.c (mono_reflection_sighelper_get_signature_local),
23495         (mono_reflection_sighelper_get_signature_local): New functions.
23496
23497         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
23498         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
23499         interncalls.
23500
23501 2002-03-23  Martin Baulig  <martin@gnome.org>
23502
23503         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
23504         is_writeable is set.
23505         (mono_raw_buffer_update): New function to write the modified map
23506         back to disk.
23507
23508         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
23509
23510         * debug-symfile.c (mono_debug_update_symbol_file): Call
23511         mono_raw_buffer_update() when done writing.
23512
23513 2002-03-23  Martin Baulig  <martin@gnome.org>
23514
23515         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
23516
23517         * debug-symfile.c: Added support for arguments and local variables.
23518
23519 2002-03-23  Dick Porter  <dick@ximian.com>
23520
23521         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
23522         protected by ifdefs, hence breaking the w32 build.
23523
23524 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23525
23526         * object.c: implement is_interned() the right way.
23527
23528 2002-03-21  Martin Baulig  <martin@gnome.org>
23529
23530         * debug-symfile.[ch]: New files to handle debugging information
23531         files. There's also support to dynamically update these symbol
23532         files to include machine dependent information.
23533
23534 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
23535
23536         * threads.c (mono_thread_create): new function to create thread
23537         from C
23538
23539 2002-03-20  Martin Baulig  <martin@gnome.org>
23540
23541         * icall.c (ves_icall_InternalInvoke): Create a new object if the
23542         method is a constructor.
23543         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
23544         points to ves_icall_InternalInvoke().
23545
23546 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
23547
23548         * file-io.c: Flush shouldn't throw exceptions.
23549
23550 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
23551
23552         * file-io.c: FileStream flush support; FileSetLength now
23553         restores file pointer.
23554
23555 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
23556
23557         * class.c: set image for pointer classes.
23558
23559 2002/03/19  Nick Drochak <ndrochak@gol.com>
23560
23561         * sysmath.c: Forgot one.
23562
23563 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
23564
23565         * sysmath.c: Avoid redefining existing names.
23566
23567 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
23568
23569         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
23570         handled by runtime as icall rather than dllimport from libm.so
23571         * file-io.c, file-io.h: fixed handle argument type.
23572
23573 2002-03-18  Dick Porter  <dick@ximian.com>
23574
23575         * reflection.c (mono_image_get_type_info): rename interface to
23576         iface, because of "#define interface struct" on windows.
23577
23578 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
23579
23580         * class.c, class.h: rename and export mono_ptr_class_get().
23581         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
23582         * reflection.c, reflection.h, icall.c: better/saner type name
23583         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
23584         method signatures.
23585
23586 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
23587
23588         * class.c (mono_class_init): removed hardcoded GHC_SLOT
23589
23590         * icall.c (ves_icall_InternalInvoke): impl.
23591
23592 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
23593
23594         * reflection.c: output the interface map table, too.
23595
23596 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
23597
23598         * class.c (class_compute_field_layout): separate computation of 
23599         static field layout
23600
23601 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
23602
23603         * icall.c: added System.Buffer support.
23604         * file-io.c: moved file icalls from PAL to FileStream.
23605
23606 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
23607
23608         * icall.c (ves_icall_System_Object_GetHashCode): impl.
23609
23610 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
23611
23612         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
23613
23614 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
23615
23616         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
23617
23618 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
23619
23620         * debug-helpers.{c,h}: moved here from monograph some useful functions
23621         to locate a method by name/signature in a class or image. Included
23622         also a small and flexible IL disassembler.
23623
23624 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23625
23626         * reflection.c: fixup tokens in methods with small header size, too.
23627
23628 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
23629
23630         * object.c (mono_string_to_utf8): remove assert(!error), instead
23631         print a warning. 
23632
23633 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
23634
23635         * icall.c: update to the new mono_Array_class_get interface.
23636
23637 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23638
23639         * appdomain.c, object.c: Boehm-GC enable.
23640         * icall.c: make get_data_chunk() support split data requests.
23641         Ensure a class is initialized in more cases. Return only the first
23642         property found in GetProperties() or the compiler gets confused. 
23643         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
23644         * reflection.h, reflection.c: add fixup mechanism for field and method
23645         tokens. Initialize assembly->typeref in a single place. Output
23646         properties after events. Support custom attributes for events, too.
23647         Typo fix for paramter custom attrs.
23648
23649 2002-03-07  Martin Baulig  <martin@gnome.org>
23650
23651         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
23652
23653 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
23654
23655         * class.c (mono_array_class_get): fix. for multi. dim. arrays
23656
23657 2002-03-06  Martin Baulig  <martin@gnome.org>
23658
23659         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
23660         non-zero lower bounds. See testcases #F10-#F13.
23661
23662 2002-03-05  Martin Baulig  <martin@gnome.org>
23663
23664         * exception.c (mono_get_exception_argument_out_of_range): New exception.
23665
23666         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
23667         ves_icall_System_Array_GetValue(), only calculate the absolute array position
23668         here.
23669         (ves_icall_System_Array_SetValue): Likewise.
23670         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
23671         as argument and does the actual work. This function is used when copying a
23672         multi-dimensional array.
23673         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
23674         now do all the widening conversions of value types.
23675         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
23676
23677 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23678
23679         * class.c: remove some magic numbers and use the smbolic names,
23680         instead. Added init_events() to load event info at class init time.
23681         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
23682         and mono_metadata_methods_from_event().
23683         * reflection.h, reflection.c: added support for writing out the evnets
23684         related information.
23685
23686 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
23687
23688         * reflection.h, icall.c: use a different method (GetInterfaces)
23689         to gather interface info and add isbyref, isprimitive and
23690         ispointer to the ves_icall_get_type_info() return value.
23691
23692 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23693
23694         * class.h: stared adding support for events.
23695         * icall.c: split find_members implementation. Added debug icall to get
23696         the address of an object.
23697         * reflection.c: handle TypeBuilders in mono_type_get_object().
23698
23699 2002-03-01  Martin Baulig  <martin@gnome.org>
23700
23701         * icall.c (ves_icall_System_Array_GetLength): This must throw an
23702         ArgumentOutOfRangeException(), not an ArgumentException().
23703         (ves_icall_System_Array_GetLowerBound): Likewise.
23704         (ves_icall_System_Array_GetValue): Improved argument checking.
23705         (ves_icall_System_Array_SetValue): Improved argument checking.
23706
23707 2002-03-01  Martin Baulig  <martin@gnome.org>
23708
23709         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
23710         called with invalid arguments rather than just dying with g_assert().
23711         (ves_icall_System_Array_SetValue): Likewise.
23712         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
23713         raise a NotImplementedException instead.
23714         (ves_icall_System_Array_GetLength): Added argument checking.
23715         (ves_icall_System_Array_GetLowerBound): Added argument checking.
23716
23717 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
23718
23719         * object.h (mono_assert): new macros mono_assert and
23720         mono_assert_not_reached
23721
23722 2002-02-28  Martin Baulig  <martin@gnome.org>
23723
23724         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
23725         and "System::String::IsInterned" to "System::String::_IsInterned".
23726
23727 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
23728
23729         * icall.c: remove hacks for typebuilder. Added icall to create a
23730         modified type from a tybebuilder.
23731         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
23732         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
23733         to create a backing MonoClass for a TypeBuilder.
23734
23735 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23736
23737         * class.c, class.h: more refactoring of class init.
23738         Export mono_class_setup_mono_type() and mono_class_setup_parent().
23739
23740 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
23741
23742         * marshal.c, marshal.h: start of marshaling interface.
23743
23744 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
23745
23746         * icall.c: fix order in assembly qualified name icall.
23747
23748 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
23749
23750         * class.c: do not free str, since we store it in the hash table.
23751         * reflection.h: add label field to MonoILExceptionInfo.
23752         * reflection.c: handle references to more than one assembly. Handle
23753         case when there isn't a module created in the assembly.
23754
23755 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
23756
23757         * class.c: Fix typo. Start refactoring of class init code.
23758
23759 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
23760
23761         * appdomain.c: exit with 1 on error.
23762         * class.c: we already have the name in MonoClassField.
23763         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
23764         MonoStreamHeader instead of an offset of image->raw_metadata.
23765
23766 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
23767
23768         * appdomain.c (mono_init): Be even more descriptive about the error.
23769
23770 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
23771
23772         * appdomain.c: give the user an informative message when corlib can't
23773         be loaded.
23774
23775 2002-02-26  Martin Baulig  <martin@gnome.org>
23776
23777         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
23778         New icall to get the time zone data.
23779
23780 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23781
23782         * reflection.c: set virtual and raw size of section correctly.
23783         * threads.c: transfer domain information to newly created threads.
23784
23785 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
23786
23787         * class.c: when instancing a class in a domain, load the default
23788         vaules for static fields from the constant table. Fix System.Enum to
23789         not be an enum.
23790         * icall.c: implement Object::GetType() internalcall. Implemented
23791         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
23792         Fixed checking of binding flags in find_members().
23793         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
23794         * reflection.c: handle enumerations when writing to the constant
23795         table. Use a different object cache for types.
23796
23797
23798 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
23799
23800         * object.c (mono_object_isinst): fix for arrays
23801
23802         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
23803
23804 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
23805
23806         * object.c: don't use mprotect ()  and fix intern pool hash table
23807         lookup for big endian systems.
23808
23809 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23810
23811         * icall.c: change type_is_subtype_of () signature.
23812
23813 2002-02-21  Mark Crichton  <crichton@gimp.org>
23814
23815         * rand.c, rand.h: Added random number generator for
23816         System.Security.Cryptography classes.
23817
23818         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
23819
23820         * icall.c: Added System.Security.Cryptography calls.
23821
23822 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
23823
23824         * class.c, icall.c, metadata.c: better support for pointer types.
23825         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
23826         * reflection.c: Add support for getting custom attrs for properties
23827         and simplify some code.
23828
23829 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23830
23831         * icall.c: change getToken () and add custom attribute GetBlob()helper
23832         method.
23833         * reflection.h: add custom attrs array to the reflection builder structures.
23834         * reflection.c: encode and emit custom attributes for all the relevant
23835         reflection objects. Cache fieldref and methodref tokens. Change
23836         mono_image_create_token() interface to take a MonoDynamicAssembly.
23837         More complete custom attributes decoder. Load custom attributes for
23838         Assembly, Field, Method and Constructor objects, too. Make the
23839         returned array an Attribute[] one, not object[]. Added
23840         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
23841         custom attribute constructor.
23842
23843 2002-02-20  Dick Porter  <dick@ximian.com>
23844
23845         * icall.c:
23846         * rawbuffer.c:
23847         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
23848         problem code out for now).
23849
23850 2002-02-19  Radek Doulik  <rodo@ximian.com>
23851
23852         * object.c (mono_ldstr): use hash table to avoid multiple swapping
23853
23854 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
23855
23856         * icall.c: register the GetCustomAttributes method.
23857         * object.c, object.h: add mono_string_new_len ().
23858         * reflection.h, reflection.c: added mono_runtime_invoke(),
23859         mono_install_runtime_invoke(). Added
23860         mono_reflection_get_custom_attrs () to load custom attributes and
23861         create the attribute objects.
23862
23863 2002-02-19  Dick Porter  <dick@ximian.com>
23864         * threads-dummy-types.c:
23865         * threads-dummy-types.h:
23866         * threads-dummy.c:
23867         * threads-dummy.h:
23868         * threads-pthread-types.c:
23869         * threads-pthread-types.h:
23870         * threads-pthread.c:
23871         * threads-pthread.h:  Deleted obsolete files
23872
23873 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
23874
23875         * class.c (mono_class_vtable): runtime init the class when we
23876         allocate static class data.
23877
23878         * icall.c (ves_icall_System_Array_SetValue): check for null values.
23879
23880         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
23881         and String - but we will need generic marshalling support in the
23882         future. 
23883         (mono_init): set the domain name in a ms compatible way
23884
23885         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
23886         String[].
23887
23888 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
23889
23890         * object.c (mono_array_clone): use alloca() instead of g_malloc  
23891         for sizes
23892
23893         * appdomain.c (mono_domain_unload): impl.
23894
23895 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
23896
23897         * appdomain.c, object.c: fix intern pool implementation.
23898         * class.c: fix alignment code.
23899
23900 2002-02-16  Radek Doulik  <rodo@ximian.com>
23901
23902         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
23903         and s2 > s1, just copy lower bytes to be compatible with little
23904         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
23905         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
23906
23907         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
23908         force big_endian to be 1 for big endian machines 
23909         (ves_icall_iconv_new_decoder): ditto
23910
23911 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
23912
23913         * socket-io.c (convert_sockopt_level_and_name): If the system
23914         doesn't define SOL_IP or SOL_TCP, get them by hand using
23915         getprotobyname() and caching the values (because this could be a
23916         slow operation).
23917         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
23918         Use the appropriate struct when the system does support it. Ie,
23919         not all systems have struct ip_mreqn so use struct ip_mreq when
23920         appropriate.
23921
23922 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
23923
23924         * reflection.c: handle finally clauses.
23925
23926 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
23927
23928         * socket-io.c: use g_snprintf() instead of snprintf.
23929
23930 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23931
23932         * reflection.c (mono_param_get_objects): Cast second argument to
23933         mono_method_get_param_names to a const char** to silence the
23934         compiler warning.
23935
23936         * appdomain.c (mono_domain_assembly_open): Put parens around the
23937         truth statement in the for-loop.
23938
23939         * unicode.c (iconv_convert): Got rid of a compiler warning about
23940         int i being unused when the system has a new iconv.
23941         (iconv_get_length): Same.
23942
23943         * image.c (load_class_names): Cast the second argument to
23944         g_hash_table_insert() to char* to hush compiler warnings about the
23945         arg being a const.
23946         (mono_image_open): Same here.
23947
23948         * socket-io.c: Don't conditionally include sys/filio.h or
23949         sys/sockio.h here anymore since we now get them from
23950         io-layer/io-layer.h
23951         (inet_pton): If the system doesn't support inet_aton, implement
23952         using inet_addr and also #define INADDR_NONE if it isn't defined
23953         by the system.
23954
23955 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
23956
23957         * metadata.c, metadata.h: added function to get packing and size info
23958         of a typedef.
23959         * reflection.h, reflection.c: handle field RVA data. Save info about
23960         the table layout if needed. Assign typedef indexes to all the types
23961         before dumping the info about them to avoid forward reference problems.
23962
23963 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
23964
23965         * socket-io.c (convert_sockopt_level_and_name): ifdef
23966         SO_ACCEPTCONN because it is not defined on my system (old debian)
23967
23968 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
23969
23970         * opcode.c: use stddef.h to get NULL.
23971
23972 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23973
23974         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
23975         for FIONBIO, FIONREAD and SIOCATMARK.
23976         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
23977         define INADDR_NONE and besides, inet_addr() is deprecated and
23978         should not be used. Use inet_pton() instead - it also has the
23979         added bonus that it can easily handle IPv6 addresses as well.
23980         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
23981
23982 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
23983
23984         * decimal.c: remove _MSC_VER conditional.
23985
23986 2002-02-13  Dick Porter  <dick@ximian.com>
23987
23988         * socket-io.c: 
23989         * icall.c: Internal calls for Blocking, Select, Shutdown,
23990         GetSocketOption and SetSocketOption
23991
23992 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23993
23994         * assembly.cs: better resolver: use it instead of some kludgy
23995         code.
23996
23997 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
23998
23999         * reflection.c: the best way to speed-up the compiler is to avoid
24000         infinite loops.
24001
24002 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
24003
24004         * class.c (mono_class_vtable): changed the object layout
24005         (obj->vtable->class). 
24006         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
24007
24008 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
24009
24010         * assembly.c: look for assemblies in the assembly dir, too.
24011
24012 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
24013
24014         * class.c: fix thinko in mono_class_from_type().
24015
24016 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
24017
24018         * exception.h, exception.c: added TypeLoadException.
24019         * object.h, object.c: added mono_array_clone ().
24020         * icall.c: handle throwOnError in AssemblyGetType().
24021         Added Array.Clone().
24022         * opcode.h, opcode.c: use a single value for the opcode val.
24023         Compile fix for non-gcc compilers.
24024
24025 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
24026
24027         * opcodes.c, opcodes.h: export interesting info about opcodes.
24028
24029 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
24030
24031         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
24032         icalls. 
24033
24034         * class.c (class_compute_field_layout): set element_class for enums
24035         (mono_class_create_from_typedef): set element_class for normal classes
24036
24037         * icall.c (ves_icall_System_Enum_get_value): impl.
24038
24039         * class.c (mono_class_create_from_typedef): do not set valuetype
24040         flag for System.ValueType and System.Enum
24041
24042 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
24043
24044         * unicode.c (iconv_convert): fix big endian problem.
24045
24046 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
24047
24048         * class.c: add asserts if we are ever going to scribble over memory.
24049         * socket-io.c: not all systems have AF_IRDA defined.
24050
24051 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
24052
24053         * class.c (class_compute_field_layout): do not consider static
24054         fields to compute alignment
24055
24056 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
24057
24058         * appdomain.c (mono_appdomain_get): impl.
24059         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
24060
24061 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
24062
24063         * icall.c: ignore "file://" prefix when loading an assembly.
24064
24065 2002-01-23  Dick Porter  <dick@ximian.com>
24066
24067         * socket-io.c:
24068         * icall.c:
24069         * Makefile.am: Added socket support
24070
24071 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
24072
24073         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
24074         code back.  This should return the assemblies that are loaded by
24075         the runtime on behalf of an application domain. 
24076
24077         The current implementation is still broken, it just returns every
24078         assembly loaded, but until we get real applications domain this
24079         will do.
24080
24081 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
24082
24083         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
24084         AppDomain object.
24085
24086 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
24087
24088         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
24089         the mono_class_from_name lookup.
24090         (ves_icall_get_parameter_info): ditto.
24091         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
24092         method.
24093         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
24094
24095 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
24096
24097         * class.c: load also nested classes on class init.
24098         System.ValueType instance methods gets passed boxed
24099         values, unless methods in derived classed that get a pointer to the
24100         data.
24101         * icall.c: use better name parsing code in GetType().
24102         * image.c, image.h: add mono_image_loaded ().
24103         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
24104         * reflection.c, reflection.h: added mono_reflection_parse_type().
24105
24106 2002-01-22  Veronica De Santis <veron78@interfree.it>
24107
24108         * icall.c : Added mapping of internal calls for Manual and Auto reset events
24109         * threads.c : Added the implementation of internal calls for events
24110         * threads.h : Added prototypes of internal calls for events
24111         
24112 2002-01-21  Radek Doulik  <rodo@ximian.com>
24113
24114         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
24115
24116 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
24117
24118         * class.c (mono_class_init): set min_align to 1 (instead of 0)
24119         (mono_class_value_size): use min_align
24120
24121 2002-01-20  Dick Porter  <dick@ximian.com>
24122
24123         * threads.h:
24124         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
24125         so it compiles on w32.
24126
24127 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
24128
24129         * metadata.c (mono_type_stack_size): impl.
24130
24131         * class.c (mono_class_get_field): impl. memberref token
24132
24133 2002-01-16 Veronica De Santis <veron78@@interfree.it>
24134
24135         * icall.h : Added the internal calls mapping for CreateMutex_internal
24136                     and ReleaseMutex_internal.
24137         * threads.h : Added the prototype of mutexes internal calls.
24138         * threads.c : Added the implementations of mutexes internal calls.
24139
24140 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
24141
24142         * metaparse.h: removed unused file.
24143         * reflection.c, reflection.h: added stream_data_align () function 
24144         to align data in streams and keep stream aligned. Add support for
24145         exception support in method headers.
24146
24147 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
24148
24149         * unicode.c: make iconv_convert () return the number of bytess written
24150         in the output buffer.
24151
24152 2002-01-15  Dick Porter  <dick@ximian.com>
24153         * threads.c: Make the runtime's idea of infinite timeouts coincide
24154         with the class library's
24155
24156         Fix a particularly egregious bug in mono_thread_cleanup(). That
24157         code was so utterly bogus it must have been written on a Monday.
24158
24159 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
24160
24161         * reflection.h: add subtypes field to TypeBuilder.
24162         * reflection.c: encode constants for literal fields.
24163         Handle subtypes. Fix user string token (and add a zero byte)
24164         at the end.
24165         
24166 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
24167
24168         * class.c (mono_class_init): bug fix: assign slot numbers for
24169         abstract methods.
24170
24171 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
24172
24173         * reflection.c: don't try to output a code RVA for abstract methods.
24174         Small fixes for method header format. Output parameter info to the
24175         ParamDef table. Save method overriding info to MethodImpl table.
24176         Fix property support. Allow typedef.extends to be a type in the
24177         building assembly.
24178         * verify.c: fix off-by-one error.
24179
24180 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
24181
24182         * class.c: fix mono_class_from_mono_type () for szarray types.
24183         Remove unused cache check in mono_class_from_type_spec().
24184         * icall.c: *type_from_name () functions handle simple arrays and byref.
24185         * reflection.c: handle byref and szarray types. Handle methods without
24186         body (gets P/Invoke compilation working). Handle types and fields in
24187         get_token ().
24188         * reflection.h: add rank to MonoTypeInfo.
24189
24190 2002-01-10  Dick Porter  <dick@ximian.com>
24191
24192         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
24193         internal calls
24194
24195 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
24196
24197         * icall.c: initialize class in type_from_handle ().
24198         Loop also in parent classes for get_method ().
24199         * reflection.c: properly encode class and valuetype types.
24200         Start on encoding TypeBuilder types. Handle fieldrefs.
24201         Use correct length when registering a user string.
24202         Handle ConstructorBuilder and MonoMethod in get_token ().
24203         Make mono_type_get_object () aware of cached types.
24204         * object.c: back out change to mono_string_new ().
24205
24206 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
24207         * object.c: mono_string_new should return a NULL when the string 
24208         passed in is NULL -- not try to deference it.
24209         
24210 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
24211
24212         * icall.c: hack to make IsSubType work for TypeBuilders.
24213         * reflection.c: emit constructors before methods.
24214         Retrieve param names in mono_param_get_objects().
24215
24216 2002/01/05  Nick Drochak  <ndrochak@gol.com>
24217
24218         * Makefile.am: fix list of headers and sources so automake 1.5
24219         doesn't complain. Removed \# at end of list.
24220
24221 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
24222
24223         * reflection.c: get token for a method ref. Set return type of
24224         constructor to void.
24225         * loader.c: debug message.
24226         * class.c: typo fix.
24227
24228 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
24229
24230         * icall.c: fix array init with rank > 1. FindMembers
24231         loops in parent class as well.
24232         * image.c: do not insert nested types in name cache.
24233         * reflection.c: warning fix.
24234         * reflection.h: add override method (for interface impl).
24235
24236 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
24237
24238         * metadata.c: fix customattr decoding.
24239
24240 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
24241
24242         * rawbuffer.cs: Added native Win32 implementation, avoids using
24243         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
24244
24245 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
24246
24247         * class.c: make the low-level routines handle the cache.
24248
24249 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
24250
24251         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
24252
24253 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
24254
24255         * class.c: fix mono_array_element_size() for objects.
24256         * class.h, class.c: add properties to MonoClass and load them
24257         at init time.
24258         * icall.c: check with isinst() when assigning a value to an array
24259         instead of requiring the classes to match exactly.
24260         Implemented icall for System.Type::GetType().
24261         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
24262         enums. Handle bindingflags when looking for methods and fields.
24263         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
24264         and mono_metadata_methods_from_property().
24265         * reflection.h, reflection.c: added structures for propreties,
24266         parameters and enums. Implemented mono_property_get_object() and
24267         mono_param_get_objects().
24268
24269 2001-12-18  Dick Porter  <dick@ximian.com>
24270
24271         * file-io.c: Use mono_string_to_utf16() instead of
24272         mono_string_chars()
24273
24274         * object.c: Added mono_string_to_utf16(), which copies the non
24275         NULL-terminated MonoString into a new double-null-terminated
24276         buffer.
24277
24278 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
24279
24280         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
24281
24282 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
24283
24284         * file-io.c: raise exceptions if handle is invalid.
24285
24286 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
24287
24288         * assembly.c: yet another check for mscorlib.
24289         * class.c, class.h: load nesting info for classes.
24290         * icall.c: many new functions to support the Reflection classes.
24291         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
24292         * reflection.h, reflection.c: mono_image_create_token(),
24293         mono_assembly_get_object(), mono_type_get_object(),
24294         mono_method_get_object(), mono_field_get_object(): methods to return
24295         objects that parallel the C representation of assemblies, types,
24296         methods, fields.
24297
24298 2001-12-11  Dick Porter  <dick@ximian.com>
24299
24300         * icall.c:
24301         * file-io.c: Internal calls for file IO.
24302
24303 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
24304
24305         * tabledefs.h: missing FileAttributes.
24306         * verify.h, verify.c: use is_valid_string () to simplify and check for
24307         valid strings more correctly. Fix warnings and speeling.
24308         Check more tables: Filed, File, ModuleRef, StandAloneSig.
24309         Check code: branches, maxstack, method calls.
24310
24311 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
24312
24313         * object.c (mono_object_allocate): removed static, so that the jit
24314         can allocate value types.
24315
24316         * icall.c (ves_icall_System_DateTime_GetNow): impl.
24317
24318 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24319
24320         * class.c: init enum types right away and register the
24321         token->MonoClass map in mono_class_create_from_typedef ().
24322         * verify.h, verify.c: first cut of the verifier.
24323         * pedump.c: add --verify switch to verify metadata tables.
24324         * tabledefs.h: add some missing enums.
24325
24326 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
24327
24328         * class.c (mono_install_runtime_class_init): impl.
24329         (mono_class_init): renamed mono_class_metadata_init to
24330         mono_class_init, also removed the metadata_inited flag
24331
24332         * object.c (mono_object_isinst): use faster algorithm
24333
24334 2001-11-30  Radek Doulik  <rodo@ximian.com>
24335
24336         * mono-endian.h: reverted last change
24337         added function prototypes
24338
24339         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
24340         add mono-endian.c back
24341
24342         * mono-endian.c: returned back, as Paolo pointed out, it's needed
24343         for unaligned access, I've mistaked it with endianess. I am
24344         sorry.
24345         (mono_read16): fix reverted endianess
24346         (mono_read64): ditto
24347         (mono_read32): ditto
24348
24349 2001-11-30  Dick Porter  <dick@ximian.com>
24350
24351         * exception.c: Implement mono_exception_from_name()
24352
24353 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
24354
24355         * metadata.h, metadata.c: remove params_size and locals_size and their
24356         calculation from the metadata code: they are only usefult to the
24357         interp.
24358
24359 2001-11-29  Radek Doulik  <rodo@ximian.com>
24360
24361         * object.c (mono_ldstr): swap bytes here, it's probably not the
24362         best place, but works for me now, I'll redo it once I know mono
24363         better, also note that I add PROT_WRITE and don't reset back, also
24364         note that it's only affects big endians, so x86 should be OK
24365
24366         * mono-endian.h (read16): use just glib macros for both endians
24367
24368         * mono-endian.c: removed as glib macros are used in in
24369         mono-endian.h so we don't need to care about endianess for read
24370         macros as glib does that for us already
24371
24372 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
24373
24374         * class.h, class.h: take minimum alignment into consideration so
24375         that the fields of a class remain aligned also when in an array.
24376
24377 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24378
24379         * loader.h, loader.c: add mono_method_get_param_names().
24380         * class.c: 0-init class fields.
24381
24382 2001-11-26  Dick Porter  <dick@ximian.com>
24383
24384         * icall.c:
24385         * threads-types.h:
24386         * threads.c: New file that handles System.Threading on all platforms
24387
24388         * object.c: 
24389         * object.h: Remove the synchronisation struct from MonoObject,
24390         replace it with a pointer that gets initialised on demand
24391
24392         * Makefile.am: Replace all the system-specific threading code with
24393         a single file that uses the new wrapper library
24394
24395 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
24396
24397         * class.c, class.h: add mono_install_trampoline() so that the runtime
24398         can register a function to create a trampoline: removes the ugly
24399         requirement that a runtime needed to export arch_create_jit_trampoline.
24400         * object.h, object.c: added mono_install_handler() so that the runtime
24401         can install an handler for exceptions generated in C code (with
24402         mono_raise_exception()). Added C struct for System.Delegate.
24403         * pedump.c: removed arch_create_jit_trampoline.
24404         * reflection.c: some cleanups to allow registering user strings and
24405         later getting a token for methodrefs and fieldrefs before the assembly
24406         is built.
24407         * row-indexes.h: updates and fixes from the new ECMA specs.
24408
24409 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
24410
24411         * class.h, class.c: add enum_basetype field to MonoClass.
24412         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
24413         to get index in the constant table reated to a field, param or
24414         property.
24415         * reflection.h, reflection.c: handle constructors. Set public-key and
24416         version number of the built assembly to 0.
24417         * row-indexes.h: update from new ECMA spec.
24418
24419 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
24420
24421         * class.h, class.c: add a max_interface_id to MonoClass.
24422         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
24423         since it's used to do that. Added mono_type_type_from_obj().
24424         Make GetType() return NULL instead of segfaulting if the type was not
24425         found. Handle simple arrays in assQualifiedName.
24426         * object.h: add a struct to represent an Exception.
24427         * reflection.c: output call convention in method signature.
24428         Add code to support P/Invoke methods and fixed offsets for fields.
24429
24430 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
24431
24432         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
24433         the value.
24434         * icall.c: use mono_array_addr instead of array->vector: fixes the
24435         reflection image writing.
24436         * reflection.c: init call convention byte to 0 in method signature.
24437         Encode the property signature. Don't output property-related methods
24438         twice. Really process the properties for a type (don't cast a field to
24439         a property, my mom always told me that).
24440         Fix 64 bit issues in pointer alignment in a different and more
24441         readable way.
24442
24443 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
24444
24445         * loader.h: Removed type class from MonoDefaults, added monotype
24446
24447         * loader.c: Loaded MonoType, removed loading of Type
24448
24449         * icall.c (my_mono_new_object): Now returns a System.MonoType,
24450         and fills in System.Type._impl with a RuntimeTypeHandle rather
24451         than the actual MonoClass *
24452
24453         (ves_icall_type_from_handle): change from type_class to
24454         monotype_class
24455
24456         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
24457         implemented
24458
24459         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
24460         implemented
24461
24462         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
24463
24464         (ves_icall_System_Reflection_Assembly_GetType): implemented
24465
24466         (ves_icall_System_MonoType_assQualifiedName): implemented
24467
24468         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
24469
24470 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
24471
24472         * assembly.c (mono_assembly_open): Implement a cache for the
24473         assemblies. 
24474
24475         (mono_assembly_close): only destroy the assembly when the last
24476         reference is gone.
24477         
24478 2001-11-09  Dick Porter  <dick@ximian.com>
24479
24480         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
24481
24482 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
24483
24484         * class.c (mono_class_metadata_init): bug fix: compute the right slot
24485
24486 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
24487
24488         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
24489         from Martin Weindel.
24490         * object.h: add mono_string_chars ().
24491
24492 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
24493
24494         * reflection.c (build_compressed_metadata): Eliminates warnings
24495         and uses 64-bit clean code.
24496
24497         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
24498         (mono_type_equal): Change signature to eliminate warnings.
24499
24500 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24501
24502         * icall.c, loader.c: remove the internalcall array constructors.
24503         Changes to match the new MonoArray structure.
24504         * object.h, object.c: an array object doesn't allocate an extra
24505         vector. Add mono_array_new_full () to create jagged arrays easily.
24506
24507 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
24508
24509         * metadata.h, metadata.c: add mono_metadata_field_info () to
24510         retreive all the info about a field from vairous tables.
24511         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
24512         * class.h, class.c: augment MonoClassField with more info.
24513         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
24514         policy and load a field's RVA if needed.
24515
24516 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
24517
24518         * class.c (mono_class_metadata_init): create a trampoline for all
24519         virtual functions instead of actually compiling them.
24520
24521 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
24522
24523         * class.h, class.c: include name in MonoClassField.
24524         * class.c: fix fundamental type of System.Object and System.String.
24525         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
24526         tokens in ldtoken.
24527         * icall.c: remove internalcalls for the Reflection stuff that is now
24528         done in C# code.
24529         * loader.c: mono_field_from_memberref () implementation.
24530         * mono-endian.c: thinko (s/struct/union/g).
24531         * object.c, object.h: make the mono_string_* prototypes actually use
24532         MonoString instead of MonoObject.
24533         * reflection.c, reflection.h: updates for changes in the reflection
24534         code in corlib: we use C structures that map to the actual C# classes.
24535         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
24536         fat method header if needed and use the info from the ILGenerator for
24537         methods. Handle fields in types. Misc fixes.
24538
24539 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
24540
24541         * class.c (mono_class_metadata_init): bug fix: always allocate
24542         space for static class data
24543
24544 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
24545
24546         * class.c (mono_compute_relative_numbering): use relative
24547         numbering to support fast runtime type checks.
24548
24549 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
24550
24551         * class.c (mono_class_create_from_typeref): added debugging output
24552         to print class name when MonoDummy is returned instead of real class
24553
24554 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
24555
24556         * class.c (mono_class_metadata_init): interface offset table now
24557         contains pointers into the vtable - this is more efficient for the jit
24558
24559 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
24560
24561         * class.c (mono_class_metadata_init): use a temporary vtable (the
24562         old algorithm only worked for the interpreter, but not for the jit)
24563
24564 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
24565
24566         * loader.c (method_from_memberref): use mono_class_get to get the
24567         class of an array instead of using System.Array directly.
24568         (mono_get_method): also add MEMBERREF methods to the method cache
24569         which usefull for arrays.
24570
24571 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
24572
24573         * pedump.c (arch_compile_method): added to compute vtable entry
24574
24575         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
24576         number of interfaces.
24577         
24578         * class.h: merged MonoArrayClass into MonoClass
24579
24580         * class.c (mono_class_create_from_typedef): compute the vtable size and
24581         allocate space to include the vtable inside MonoClass
24582         (mono_class_metadata_init): initialize the vtable
24583
24584 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
24585
24586         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
24587         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
24588         * image.c: endian fixes by Laurent Rioux.
24589         * object.h, object.c: rename MonoStringObject to MonoString and
24590         MonoArrayObject to MonoArray. Change some function names to conform to
24591         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
24592         guint16* as first argument, so don't use char*.
24593         Provide macros to do the interesting things on arrays in a portable way.
24594         * threads-pthread.c: updates for the API changes and #include <sched.h>
24595         (required for sched_yield()).
24596         * icall.c: updates for the API changes above.
24597         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
24598         platforms that need them.
24599
24600 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
24601
24602         * class.c: set the correct type for all the fundamental
24603         type when loading the class.
24604
24605 2001-10-05  Dick Porter  <dick@ximian.com>
24606
24607         * threads-pthread.c (pthread_mutex_timedlock): Simple
24608         compatibility version for C libraries that lack this call.
24609
24610 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24611
24612         * class.c: MonoTypes stored in MonoClass are stored as
24613         fundamental MonoTypes when the class represents a
24614         fundamental type (System.Int32, ...).
24615         The TypeHandle return by ldtoken is a MonoType*.
24616         * icall.c: ves_icall_get_data_chunk () write out all the
24617         PE/COFF stuff. Implement ves_icall_define_method (),
24618         ves_icall_set_method_body (), ves_icall_type_from_handle ().
24619         * image.c: properly skip unknown streams.
24620         * loader.h, loader.c: add type_class to mono_defaults.
24621         * metadata.c, metadata.h: export compute_size () as
24622         mono_metadata_compute_size () with a better interface.
24623         Typo and C&P fixes.
24624         * pedump.c: don't try to print the entry point RVA if there is no entry point.
24625         * reflection.c, reflection.h: many cleanups, fixes, output method
24626         signatures and headers, typedef and typeref info, compress the metadata
24627         tables, output all the heap streams, cli header etc.
24628         * row-indexes.h: typo fixes.
24629
24630 2001-10-04  Dick Porter  <dick@ximian.com>
24631
24632         * object.h: Add a synchronisation mutex struct to MonoObject
24633
24634         * object.c (mono_new_object): Initialise the object
24635         synchronisation mutexes
24636
24637         * icall.c: System.Threading.Monitor internal calls
24638         
24639         * threads-pthread.h:
24640         * threads-pthread.c: System.Threading.Monitor internal calls
24641
24642         * threads-types.h: New file, includes the system-specific thread
24643         structures
24644         
24645         * threads-pthread-types.h:
24646         * threads-pthread-types.c: New files, handle pthread-specific
24647         synchronisation types
24648
24649         * threads-dummy-types.h: 
24650         * threads-dummy-types.c: New files of dummy support for
24651         thread-specific types
24652
24653         * metadata.c:
24654         * image.c:
24655         * pedump.c: include mono-endian.h not endian.h
24656         
24657         * Makefile.am: More threads files.
24658         Name mono-endian.h not endian.h
24659
24660 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
24661
24662         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
24663         stuff and implement a few more bits.
24664         * icall.c: a field needs to be dereferenced twice. Do not use the same
24665         name for two variables in the same scope.
24666         * image.c, image.h: cleanups.
24667
24668 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
24669
24670         * class.c (mono_class_metadata_init): bug fix: compute the right size
24671
24672 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
24673
24674         * icall.c: implemented some of the Reflection internalcalls.
24675         * image.c, image.h: start writing out the PE/COFF image.
24676         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
24677         that does the reverse than decode_blob_size ().
24678         * object.c: use mono_metadata_encode_value (). Move here
24679         temporary implementation of mono_string_to_utf8 ().
24680         * rawbuffer.c: make malloc_map static.
24681
24682 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24683
24684         * metadata.c: fix type comparison for arrays.
24685         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
24686         Added a couple of new classes to monodefaults.
24687         * icall.c: added a couple of Reflection-related internalcalls.
24688         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
24689         Added a byval_arg MonoType to MonoClass.
24690
24691 2001-09-28  Dick Porter  <dick@ximian.com>
24692
24693         * icall.c:
24694         * threads-pthread.h: 
24695         * threads-pthread.c: Implemented internal calls for
24696         LocalDataStoreSlot operations.  Applied mutexes around all shared
24697         data.  Reworked the thread creation and Start() operations to
24698         avoid a race condition.
24699         
24700         * threads-dummy.h:
24701         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
24702
24703 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
24704
24705         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
24706
24707 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
24708
24709         * class.c, loader.c: warn and return NULL instead of erroring out.
24710         * icall.c: added System.AppDomain::getCurDomain().
24711         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
24712
24713 2001-09-25  Dick Porter  <dick@ximian.com>
24714
24715         * threads-pthread.h:
24716         * threads-pthread.c: Implemented timed thread joining and added
24717         System.Threading.Thread::Join_internal internal call
24718
24719         * icall.c: Added System.Threading.Thread::Join_internal internal call
24720
24721         * threads-dummy.h:
24722         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
24723
24724 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
24725
24726         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
24727         mono_string_intern () to implement the semantics of the ldstr opcode
24728         and the interning of System.Strings.
24729         * icall.c: provide hooks to make String::IsIntern and String::Intern
24730         internalcalls.
24731
24732 2001-09-23  Dick Porter  <dick@ximian.com>
24733
24734         * threads-dummy.c: 
24735         * threads-dummy.h: New files of dummy threading routines
24736
24737         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
24738         support code based on system specifics
24739
24740         Rename PTHREAD_LIBS to THREAD_LIBS
24741         
24742 2001-09-23  Dick Porter  <dick@ximian.com>
24743
24744         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
24745         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
24746         internal calls.
24747         (mono_thread_init): Set up a Thread object instance to return when
24748         the main thread calls Thread.CurrentThread
24749         (mono_thread_cleanup): Wait for all subthreads to exit
24750
24751         * icall.c: New internal calls for System.Threading.Thread::Sleep
24752         (including Schedule) and CurrentThread
24753
24754         * threads.h: New file, to insulate thread-specific stuff from the
24755         rest of the code
24756
24757 2001-09-21  Dick Porter  <dick@ximian.com>
24758
24759         * threads-pthread.h: 
24760         * threads-pthread.c: New file, for handling pthreads-style
24761         threading support.  Start() now starts a new thread and executes
24762         the ThreadStart delegate instance.
24763
24764         * icall.c: Added the internalcall for
24765         System.Threading.Thread::Start_internal
24766
24767         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
24768
24769 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
24770
24771         * loader.c: work around the different signatures for delegates
24772         constructors csc generates in compiled code vs the ones compiled in mscorlib.
24773
24774 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
24775
24776         * class.h, class.c: add mono_class_get_field_from_name ().
24777         * *: Fix C comments and other ANSI C issues.
24778
24779 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
24780
24781         * endian.h, assembly.c: fix some endianness issues.
24782
24783 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
24784
24785         * loader.h, load.c: add delegate_class to mono_defaults.
24786         Handle runtime provided methods in mono_get_method ().
24787
24788 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
24789
24790         * loader.c (mono_get_method): use pinvoke for internal call
24791
24792         * icall.c: use pinvoke for internal call
24793
24794         * loader.c (method_from_memberref): set the method name
24795
24796 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
24797
24798         * metadata.c: help the compiler generate better code for
24799         mono_class_from_mono_type ().
24800
24801 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
24802
24803         * class.c (mono_class_metadata_init): delayed computing of the
24804         class size to mono_class_metadata_init ()
24805
24806 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
24807
24808         * class.c, class.h: add an interfaces member to MonoClass.
24809         * image.c, image.h: add assembly_name field to MonoImage
24810         from the assembly table.
24811         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
24812
24813 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24814
24815         * class.c: Handle Array in mono_class_from_mono_type ().
24816         * metadata.c, pedump.c: some endian fixes.
24817
24818 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
24819
24820         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
24821         * metadata.c: fix small problem introduced with the latest commit.
24822
24823 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
24824
24825         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
24826         We don't need a MonoMetadata pointer anymore to compare signatures in
24827         mono_metadata_signature_equal (), update callers.
24828         Reduced memory usage an number of allocations for MonoMethodHeader and
24829         MonoMethodSignature.
24830
24831 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
24832
24833         * metadata.c: added compare for szarray.
24834
24835 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
24836
24837         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
24838         and add a couple more types to it and mono_defaults. Give an hint on
24839         classes that need implementing in our corlib and are referenced
24840         in mscorlib.
24841
24842 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
24843
24844         * class.h, class.c: keep track if a class is also an Enum.
24845         * loader.c: Implement a couple more types for use in libffi
24846         marshalling. Gives better diagnostics when failing to dlopen
24847         a library. Set method->klass for P/Invoke methods, too.
24848
24849 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
24850
24851         * class.c, class.h: add a MonoType this_arg to MonoClass that
24852         represents a pointer to an object of the class' type that
24853         can be used by the interpreter and later the type cache.
24854         Add best guess alignment info for valuetype objects.
24855
24856 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
24857
24858         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
24859         into MonoType: one less level of indirection and allocation and
24860         simplifies quite a bit of code. Added cache for MonoTypes that are
24861         used frequently, so that we don't need to allocate them all the time.
24862
24863 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
24864
24865         * class.c (mono_class_create_from_typedef): System.Enum is also a
24866         value type, although it does not derive from System.ValueType
24867         (maybe a bug in the ms compiler?)
24868
24869         * metadata.c (mono_type_size): return the right size for value types
24870
24871         * loader.c (mono_get_method): only initialize method header if not abstract
24872
24873         * class.c (mono_class_from_mono_type): use mono_default values. 
24874
24875 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
24876
24877         * *: use MonoClass pointers instead of <type_tokens>
24878         
24879         * class.h: new flag: metadata_inited.
24880
24881         * class.c (mono_class_metadata_init): impl.
24882         (mono_class_instance_size): impl.
24883         (mono_class_data_size): impl.
24884
24885 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24886
24887         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
24888         MonoClass now has the name and name_space fields. 
24889         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
24890         mono_get_method () takes and optional MonoClass as argument.
24891         Removed mono_typedef_from_name() and added mono_class_token_from_name()
24892         instead that takes advantage of a map from class names to typedef
24893         tokens in MonoImage.
24894
24895 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
24896
24897         * metadata.c: zero is not a valid alignment boundary.
24898         Merge MONO_TYPE_VOID in default decoding code.
24899
24900 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
24901
24902         * image.h: merged MonoMetadata into MonoImage
24903
24904         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
24905         identify the type of elements.
24906
24907 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
24908
24909         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
24910         * cil-coff.h: split MonoMSDOSHeader and add size info.
24911         * image.c: add some consistency checks.
24912         * metadata.c: fix row size computation: one programmer
24913         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
24914         add explanation for the locator routine.
24915         Fix decoding of size in method header.
24916         
24917 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
24918
24919         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
24920         (g_concat_dir_and_file): Bring g_concat_dir_and_file
24921         function from gnome-libs.  This uses the right path separator
24922         based on the OS, and also works around a bug in some systems where
24923         a double slash is not allowed. 
24924         (default_assembly_name_resolver): Use g_concat_dir_and_file
24925         (mono_assembly_open): ditto.
24926
24927 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
24928
24929         * metadata.c (mono_metadata_signature_equal): impl.
24930
24931         * *: void is now a realy MonoType (instead of using NULL)
24932         
24933         * metadata.c (do_mono_metadata_parse_type): use
24934         mono_metadata_parse_type to parse void value.
24935
24936 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
24937
24938         * metadata.c, metadata.h: in the signature and method header store
24939         only the space required for holding the loca vars and incoming arguments.
24940
24941 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
24942
24943         * metadata.c (do_mono_metadata_parse_type): treat void like any
24944         other type (instead of assigning NULL);
24945
24946 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
24947
24948         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
24949
24950 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
24951
24952         * image.c (do_mono_image_open): added a cache for arrays.
24953
24954 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24955
24956         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
24957         decode a single column from a row in a metadata table and changes
24958         to take advantage of it in the typedef locator (gives a nice speed up).
24959         Store offset info for function params.
24960
24961 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
24962
24963         * image.h (MONO_IMAGE_IS_CORLIB): removed 
24964
24965 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
24966
24967         * assembly.c: how could mono_assembly_close () had ever worked?
24968         * metadata.c, metadata.h: provide offset info for local vars.
24969         Implement mono_type_size () to take care of alignment as well
24970         as size (it was mono_field_type_size in cli/class.c before).
24971
24972 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
24973
24974         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
24975
24976         * assembly.h (CORLIB_NAME): set to corlib.dll
24977
24978         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
24979
24980 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24981
24982         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
24983         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
24984         tokentype.h: massive namespace cleanup.
24985
24986 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24987
24988         * metadata.h, metadata.c: decode exception clauses when parsing method header.
24989
24990 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
24991
24992         * metadata.c (mono_metadata_free_type): added check for type !=
24993         NULL (void) before calling mono_metadata_free_type()
24994
24995 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
24996
24997         * metadata.h, row_indexes.h: added header with enumerations to use
24998         to index in the columns from tables in metadata and to decode coded
24999         tokens: we should start using this instead of embedding magic numbers
25000         all over the code.
25001
25002 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
25003
25004         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
25005         Move metadata_t info from cli_image_info_t to MonoImage, where
25006         it's easily accessible. Changed all the uses accordingly.
25007         Added the method and class caches to MonoImage.
25008         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
25009         and mono_metadata_decode_value () signature to be more consistent
25010         with the other parse functions (and simplify code). Taken advantage
25011         of zero-length array allocation with GCC. Removed reduntant (and
25012         wrong) MonoFieldType struct and use MonoParam instead. Changed
25013         mono_metadata_parse_field_type () to use common code for parsing.
25014         Added mono_metadata_typedef_from_field () and
25015         mono_metadata_typedef_from_method () to lookup a typedef index from a
25016         field or method token.
25017         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
25018
25019 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
25020
25021         * metadata.c (mono_metadata_parse_field_type): Implement. 
25022         (do_mono_metadata_parse_type): Split engine from
25023         mono_metadata_parse_type, so that we can create smaller structures
25024         for things that just have one pointer to the MonoType (look at
25025         the MonoFieldType)
25026
25027 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
25028
25029         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
25030         as Jan Gray found out, it is incorrect. 
25031
25032 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
25033
25034         * assembly.c: Implement asssembly loading.  This loads an image
25035         and loads all the referenced assemblies.  Come to think of it, we
25036         could always do lazy loading of the assemblies. 
25037
25038         * image.c (mono_image_open): Keep loaded images in a hashtable.
25039
25040         * image.h (MonoImage): Add reference count.
25041
25042 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
25043
25044         * assembly.c (mono_assembly_open): Keep track of the file name in
25045         case the assembly has no ASSEMBLY table.
25046
25047         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
25048         from get.c here.
25049
25050 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
25051
25052         * metadata.c, metadata.h: decode local vars in method header
25053         parse function. Change callers accordingly.
25054
25055 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
25056
25057         * metadata.h, cil-coff.h: protect against multiple inclusion.
25058         Added some new structures to hold information decoded from metadata:
25059         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
25060         and relevant decoding/free functions.
25061         * metadata.c: implement decoding functions. Add warning for out of bounds
25062         index in mono_metadata_locate(). Implement mono_get_method () to retreive
25063         all the info about a method signature and invocation. Remove check on
25064         uninitialized local var in parse_mh() and fix memory leak.
25065
25066 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
25067
25068         * metadata.h: More macros.
25069
25070         * tokentype.h: New file.
25071
25072 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
25073
25074         * assembly.c: added a consistency check and initialize
25075         some structures with g_new0().
25076         * metadata.c: fixed a couple more bugs in table size computation
25077         and add other checks for out-of bound access to metadata.
25078
25079 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
25080
25081         * metatada.c: fix bugs computing table sizes. Spew a
25082         warning when index in string heap is out of bounds.
25083
25084 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
25085
25086         * metadata.h: Add a couple of macros to manipulate tokens. 
25087
25088 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
25089
25090         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
25091         cli_section_tables).
25092
25093 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
25094
25095         * metadata.c (mono_metadata_user_string): New function, provides
25096         access to the UserString heap. 
25097
25098 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
25099
25100         * metadata.c: Add inline documentation.
25101
25102 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
25103
25104         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
25105         files. 
25106
25107 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
25108
25109         * typeattr.h: New file, TypeAttribute flags. 
25110
25111 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
25112
25113         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
25114         mono_assembly_ensure_section): Section loading code.
25115         (load_section_tables): Load the sections.
25116
25117         * mono/metadata/metadata.c (mono_metadata_locate_token,
25118         mono_metadata_locate): Functions to locate the information
25119         definition given a token or a table and an index.
25120         (mono_metadata_compute_table_bases): New.
25121         (compute_size): New function to compute the sizes of the various
25122         tables.
25123
25124         * mono/metadata/metadata.h: Finish listing the different index
25125         types. 
25126
25127         * mono/metadata/pedump.c: Improve to dump new information.
25128
25129 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
25130
25131         * mono/metadata/metadata.c: Entered all the tables matching
25132         Beta2. 
25133
25134         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
25135
25136
25137