2007-03-10 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
2
3         * generic-sharing.c:  Including glib.h for the MSVC builds to define
4           "inline" to "__inline" before including mono-membar.h.
5           
6         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
7           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
8           MSVC builds.
9
10         Contributed under MIT/X11 license.
11
12 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
13
14         * verify.c (do_invoke_method): Remove return type validation.
15
16         * verify.c (do_ret): Do return type validation at return site instead of
17         call site.
18
19 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
20
21         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
22
23         * verify.c: Some todos cleaned and improved a few error messages.
24
25 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
26
27         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
28
29 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
30
31         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
32         system types correctly.
33
34         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
35         function.
36
37 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
38
39         * assembly.c (build_assembly_name): Fix a warning.
40
41 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
42
43         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
44         the called function takes an object type argument. Fixes storing or
45         valuetypes across remoting as well as reducing memory usage.
46         * image.c, metadata-internals.h: remove now unused ldfld_remote and
47         stfld_remote wrapper caches.
48
49 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
50
51         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
52         is not found.
53
54         * reflection.c (mono_image_register_token): New helper function to save
55         a token->object mapping.        
56
57         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
58         managed code.
59
60         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
61         one dimension arrays. Fixes #367670.
62         (mono_reflection_get_type_internal): Ditto.
63
64 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
65
66         * marshal.c: mono_load_remote_field_new() always returns object.
67         so use the proper signature (fixes bug #366445).
68
69 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
70         
71         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
72         add an 'inline_failure' flag instead.
73
74 2008-03-04  Mark Probst  <mark.probst@gmail.com>
75
76         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
77         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
78         contains the location of "this", used for exception handling.
79
80 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
81
82         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
83         their size on all platforms for perf reasons.
84
85 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
86
87         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
88         object-internal.h
89
90         * object-internal.h: Same.
91
92 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
93
94         * reflection.h: Fix the build I just broke.
95
96 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
97
98         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
99         Test if a token is valid, this remove explicit usage of 
100         MonoDynamicImage::tokens from the verifier code.
101
102         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
103
104         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
105         instead of direct access to MonoDynamicImage::tokens.
106
107 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
108
109         * verify.c (token_bounds_check): Fix the build I just broke.
110
111 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
112
113         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
114
115         * verify.c (verifier_load_method): Fixed the errors message.
116
117         * verify.c (mono_method_verify): Fixed a debug message.
118
119 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
120
121         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
122         mono-perfcounters.h, class-internals.h: support for predefined
123         writable counters, query of categories and counters, bugfixes.
124
125 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
126
127         * verify.c (do_refanytype): Verify the refanytype opcode.
128
129         * verify.c (mono_method_verify): Use do_refanytype.
130
131 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
132
133         * verify.c (do_mkrefany): Verify the mkrefany opcode.
134
135         * verify.c (mono_method_verify): Use do_mkrefany.
136
137 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
138
139         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
140         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
141         implementation.
142
143 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
144
145         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
146         the type load exception.
147
148 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
149
150         * verify.c: Added a few FIXME for method signatures
151
152         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
153         of mono_method_get_signature and get vararg call working. Removed unused
154         checks for return value.
155
156         * verify.c (do_refanyval): Verify the refanyval opcode.
157
158         * verify.c (mono_method_verify): Implemented verification of arglist and
159         use do_refanyval.
160
161 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
162
163         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
164         vtypes to marshal.c.
165
166         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
167         it works for AOT as well.
168
169 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
170
171         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
172         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
173         the system time is adjusted.
174
175 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
176
177         * icall.c, icall-def.h: use the new time functions (fixes the
178         non-monotonic behaviour of TickCount).
179
180 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
181
182         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
183         it breaks the build.
184         
185         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
186         cattr is not finished yet.
187
188 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
189
190         * verify.c: Proper token validation for field, method and type.
191
192 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
193
194         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
195
196         * loader.c (method_from_memberref): Generate type load error instead of method missing
197         if the type is not found.
198
199 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
200
201         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
202         some of the conversions caused the generation of a marshal directive exception.
203
204 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
205
206         verify.c: Report which exception should be thrown by the JIT.
207         Added a lot of FIXME notes.
208
209 2008-02-22  Mark Probst  <mark.probst@gmail.com>
210
211         * generic-sharing.c: Runtime generic context slots are not
212         instantiated on init anymore.  Instead, provide function to do the
213         instantiating on demand.
214
215         * class-internals.h: Added vtable to runtime generic context.
216         Macros for encoding direct and indirect slot offsets in one
217         guint32.
218
219 2008-02-21  Mark Probst  <mark.probst@gmail.com>
220
221         * object.c, generic-sharing.c: Moved some generic sharing code
222         from object.c to generic-sharing.c.
223
224         * generic-sharing.c: Added support for extensible runtime generic
225         context.
226
227         * metadata-internals.h: Two new hash tables in MonoImage for
228         extensible runtime generic context support.
229
230         * domain.c: Unregister generic vtables upon domain unloading.
231
232         * image.c: Destroy new hash tables upon image unloading.
233
234         * metadata.c: Unregister generic subclasses upon image unloading.
235
236         * class-internals.h: New data structure for runtime generic
237         context template.  New fields in the runtime generic context for
238         extensible part.
239
240         * Makefile.am: Added generic-sharing.c.
241
242 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
243
244         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
245         there is a pending loader exception, raise it.
246
247         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
248         same.
249
250         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
251         same.
252
253         Fixes #363450.
254
255 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
256
257         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
258
259         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
260         
261         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
262         ref-only requests for compatibility with MS.
263
264 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
265
266         * reflection.c (mono_custom_attrs_from_method): Don't silently
267         return an empty list for generic method instances.
268         (mono_custom_attrs_from_param): Likewise.
269
270 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
271             Raja R Harinath  <harinath@hurrynot.org>
272
273         Fix #354757
274         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
275         * class.c (mono_class_inflate_generic_method_full): Initialize it
276         when a fully-open method is instantiated.
277         * metadata.c (inflated_method_equal, inflated_method_hash): Update
278         to new field.
279         * reflection.c (inflate_mono_method): Don't create a temporary context.
280
281 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
282
283         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
284         Compute correct value, to prepare for imethod->reflection_info going away.
285
286 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
287
288         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
289
290 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
291
292         * verify.c: Implement skip visibility flag.
293
294 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
295
296         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
297         which contains an extra field to tell the kind of exception that should be thrown.
298
299         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
300
301 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
302
303         * loader.c (mono_method_get_param_names): Initialize 'klass' after
304         'method' is updated.
305
306 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
307
308         * class.c (mono_class_layout_fields): Set class->min_align for classes using
309         explicit layout as well. Fixes #360375.
310
311 2008-02-11  Geoff Norton  <gnorton@novell.com>
312
313         * loader.c: Guard and dereference against inflated generic methods
314
315 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
316
317         * class.c: Include Retargetable spec in assembly name.
318         * assembly.c: Always include PublicKeyToken spec in assembly name
319         (with value "null" if assembly is not signed), and include
320         Retargetable spec.
321         * icall-def.h: Added icall for Assembly.get_fullname.
322         * icall.c: Added icall returning the fullname of an assembly.
323
324 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
325
326         * class.c (mono_class_setup_vtable_general): Add a missing call to
327         mono_class_setup_methods () which is needed in the AOT case.
328
329 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
330
331         * verify.c (mono_type_get_stack_name): Added. Return the name for the
332         stack type of the given MonoType.
333
334         * verify.c (verify_type_compatibility_full): Handle the void type.
335
336         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
337         way stack merging works.
338
339         * verify.c (store_local): Improved verification message.
340
341         * verify.c (do_branch_op): If the merging is invalid, the method
342         is unverifiable and not invalid. Improved error message.
343
344         * verify.c (merge_stacks): Properly merge a boxed valuetype and
345         a reference type diferent than System.Object. Improved error
346         message.
347
348 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
349
350         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
351
352         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
353         type of an enum even if the argument is byref.
354
355         * verify.c: Replace all explicit uses of enumtype and enum_basetype
356         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
357
358         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
359
360         *verify.c (verify_type_compatibility_full): Make enum types
361         compatible with their base types.
362
363         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
364         types are compatible for the special case of a boxed valuetype and
365         System.Object.
366
367         * verify.c (verify_stack_type_compatibility): The function
368         is_compatible_boxed_valuetype was extracted from here.
369
370         * verify.c (push_arg): Only set ctx->has_this_store if the method
371         is not static.
372
373         * verify.c (do_ldelem): Fixed a typo in an error message and added
374         strict check for mixing int32 and native int as the array type
375         and ldelem type.
376
377         * verify.c (merge_stacks): Consider boxed valuetypes in the
378         compatibility checks.
379
380 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
381         * profiler.h: (MonoGCEvent): Added start-stop the world events.
382
383 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
384         *class.c: use_new_interface_vtable_code: renamed the env var to have
385         a "MONO_" prefix, and fix the logic to enable it by default.
386
387 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
388         *class.c:
389         mono_class_setup_vtable_general: rewrote the way in which interface
390         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
391         makes the code more maintainable.
392         For now the old code is still there, and can be activated setting
393         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
394
395 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
396
397         * verify.c: guarded some debug functions around and #ifdef.
398
399         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
400
401 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
402
403         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
404         changes for now since they seem to break too many things.
405
406 2008-02-05  Mark Probst  <mark.probst@gmail.com>
407
408         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
409         mono_marshal_find_nonzero_bit_offset): Added macro and function
410         for finding the byte- and bit-offset of a bitfield within a
411         struct.
412
413 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
414
415         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
416         (mono_marshal_get_struct_to_ptr): Ditto.
417
418         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
419         cctor_signature.
420
421 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
422
423         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
424         between methods for non-corlib types.
425
426 2008-02-02  Geoff Norton  <gnorton@novell.com>
427
428         * loader.c (mono_method_get_param_names): Populate the parameter name for 
429         generic parameters as well. (Fixes #342536)
430
431 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
432
433         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
434
435         * verify.c (do_invoke_method): Fix for calling with byref structs.
436
437         * verify.c (do_cast): push a boxed value type based on the type token and not
438         the type of stack.
439
440 2008-01-31  William Holmes  <billholmes54@gmail.com>
441
442         * process.c (process_module_string_read): Check the size returned form 
443           VerQueryValue to avoid out of memory exception. 
444
445 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
446
447         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
448         Handle properly modules which are not in the moduleref table. Fixes
449         #356938.
450
451 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
452
453         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
454         the dynamic case which is now in managed code.
455         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
456
457         * marshal.c (mono_string_to_bstr): Fix a warning.
458         (init_com_provider_ms): Ditto.
459
460         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
461
462         * exception.c (mono_get_exception_out_of_memory): New helper function.
463
464 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
465
466         * marshal.c: Add support for BSTR marshalling
467         using other COM systems.
468
469         Code is contributed under MIT/X11 license.
470
471 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
472
473         * object.c (mono_runtime_invoke_array): reverted previous
474         commit as it breaks the build.
475
476 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
477
478         * object.c (mono_runtime_invoke_array): Verify arguments for
479         invalid types. Fixes #348522.
480
481 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
482
483         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
484         non-final virtual calls using call. 
485
486         * verify.c (do_invoke): fixed some TODOs.
487
488         * verify.c (push_arg): set has_this_store for "ldarga 0".
489
490 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
491
492         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
493         which belong to an inflated class. Fixes #356531.
494
495 2008-01-26  Robert Jordan  <robertj@gmx.net>
496
497         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
498         which resort to FindFirstFile when a certain error condition
499         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
500         Code is contributed under MIT/X11 license.
501
502 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
503
504         * marshal.c (emit_marshal_string): Fix out string marshalling
505         to use specified encoding. Fixes #323900.
506
507         Code is contributed under MIT/X11 license.
508
509 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
510
511         * class.c (mono_class_inflate_generic_method_full): Don't modify
512         iresult->context after cache check.
513
514 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
515
516         * class.c (mono_class_inflate_generic_method_full): Change the
517         struct assignments to memcpy for better visibility and add some comments.
518
519 2008-01-23  Dick Porter  <dick@ximian.com>
520
521         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
522         procedure, and make it work on windows.
523
524 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
525
526         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
527         a MonoReflectionTypeBuilder since it is always of that type.
528
529         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
530
531         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
532
533         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
534         
535         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
536
537         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
538
539         * reflection.c (mono_reflection_create_runtime_class): Remove already created
540         instantiations from the type cache.
541
542 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
543
544         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
545
546         * verify.c (do_unbox_value): push a controled mutability managed pointer.
547
548 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
549
550         * verify.c (do_ldstr): added, verifies if the #US token is valid.
551
552         * verify.c (mono_method_verify): removed old TODO
553
554 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
555
556         * verify.c (do_newobj): add visibility check.
557
558 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
559
560         * verify.c (do_load_function_ptr): add visibility check.
561
562 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
563         *class.c:
564         mono_generic_class_get_class: hook profiler events.
565         mono_field_get_offset: added to support heap-shot in the new profiler.
566         *class.h: exported mono_field_get_offset.
567         * reflection.c:
568         mono_reflection_setup_internal_class: hook profiler events.
569
570 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
571
572         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
573         argument here too and use it to avoid checking for pending exceptions if 
574         possible.
575
576 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
577
578         * assembly.c (build_assembly_name): add arg for passing the assembly
579         flags. Do not consider a PublicKey with value "null" valid.
580         (mono_assembly_name_parse_full): added boolean argument that will be
581         set if the assembly name contains a PublicKeyToken spec. Added support
582         for the Retargetable spec for which only Yes or No are allowed as valid
583         value. Consider assembly name invalid if Retargetable spec is set, but
584         either version, culture or public key (token) are not specified.
585         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
586         with implementation in assembly.c.
587         * icall.c (fill_reflection_assembly_name): also copy assembly flags
588         from MonoAssemblyName.
589         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
590         introduced argument for mono_assembly_name_parse_full to know if the
591         assembly name has a PublicKeyToken spec, and if it has instruct
592         fill_reflection_assembly_name to use default value for keyToken (if
593         PublicKeyToken is null).
594
595 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
596
597         * verify.c (mono_method_verify): fixed ovf ops with
598         float values. They are unverifiable now.
599
600 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
601
602         * class.c (set_failure_from_loader_error): add BadImageException to the
603         list of exceptions that can cause a type to fail to load.
604
605         * class.c (mono_class_get_exception_for_failure): same.
606
607 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
608
609         * verify.c (in_any_exception_block): added, check if offset
610         is part of any exception handling clause.
611
612         * verify.c (get_stack_type): added VAR and MVAR types.
613
614         * verify.c (do_stobj): better error messages.
615
616         * verify.c (do_cpobj): added, check cpobj.
617
618         * verify.c (do_initobj): added, check initobj.
619
620         * verify.c (do_sizeof): added, check sizeof.
621
622         * verify.c (do_localloc): added, check localloc.
623
624         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
625
626 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
627
628         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
629         save_lmf/restore_lmf opcodes.
630
631         * threads.c (mono_threads_install_notify_pending_exc): New function to
632         install a callback notifying the JIT there is a pending exception on a thread.
633         (mono_thread_request_interruption): Call the new callback.
634         (mono_thread_get_and_clear_pending_exception): New function to return the
635         exception pending on a thread.
636
637         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
638         to turn off checking for pending exceptions.
639         (mono_marshal_get_native_wrapper): Ditto.
640
641 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
642
643         * threads-types.h: Get rid of the unnecessary extern declarations.
644
645 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
646
647         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
648         return field from parent class if not private.
649         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
650         returns fields from parent class if they are not private.
651         (method_nonpublic): added function to determine if a given method
652         should be considered non-public. Returns false for private methods
653         on parent class, and internal methods from parent on the 1.0 profile.
654         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
655         use method_nonpublic function to determine whether method should be
656         returned.
657         (property_accessor_public): use newly introduced method_nonpublic
658         function to determine whether accessor is non-public. 
659         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
660         event from parent class if not private. Only return static event if
661         Static flag is set, and only return static event from parent class if
662         FlattenHierarchy flag is set.
663         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
664         include non-private events from parent class.
665
666 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
667
668         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
669         warning.
670
671 2008-01-16  Wade Berrier <wberrier@novell.com>
672
673         * security.c: Add assembly.h header to appease some warnings
674
675 2008-01-16  Dick Porter  <dick@ximian.com>
676
677         * process.c (process_module_string_read): Remove trailing null
678         when saving string.
679
680 2008-01-16  Mark Probst  <mark.probst@gmail.com>
681
682         * class-internals.h: A new data structure describing the layout of
683         a runtime generic context (MonoRuntimeGenericContextTemplate).
684
685         * metadata-internals.h: Added a hash table to MonoDomain that maps
686         from open generic classes to their runtime generic context
687         templates.
688
689         * object.c: Building of the runtime generic context, including
690         proper handling of generic type arguments of superclasses.
691         Building of the runtime generic context according to the template.
692
693 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
694
695         * class.c (mono_class_setup_fields): Set field.count for generic instances.
696         Fixes #350856.
697
698         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
699         mono_portability_find_file (). Fixes #325466.
700         (mono_image_get_public_key): Fix a warning.
701
702 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
703
704         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
705         Fixes #353550.
706         (mono_class_from_name_case): Ditto.
707
708 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
709
710         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
711           common storage for the tables used in the System/NumberFormatter class.
712
713 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
714
715         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
716
717 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
718
719         * verify.c (get_boxable_mono_type): check if the token is valid.
720
721         * verify.c (set_stack_value): changed to add an error if an
722         invalid type is set on stack. Changed all callers due to signature change.
723
724         * verify.c (do_stobj): implement stobj validation.
725
726 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
727
728         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
729         set container->is_method, it was set earlier.
730
731         * metadata.c (type_in_image): Handle MVARs which belong to not finished
732         generic methods.
733
734         * reflection.c (mono_reflection_initialize_generic_parameter): Set
735         is_method of the generic container to TRUE for methods.
736
737 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
738
739         * metadata.c (type_in_image): Handle type parameters properly.
740
741         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
742         memory ownership of this structure.
743
744 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
745
746         * verify.c (get_boxable_mono_type): make typedref types been just
747         unverifiable. check for void type.
748
749         * verify.c (do_unbox_any): added, verify opcode unbox.any.
750
751         * verify.c (do_load_function_ptr): accept method spec tokens.
752
753 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
754
755         * marshal.c (mono_class_native_size): Always set *align even if this is called
756         recursively.
757
758 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
759
760         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
761         out-of-date.
762
763 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
764
765         * verify.c: removed some old unused tables. A huge bunch of small fixes
766         to things found while testing the verifier with mono basic.
767
768         * verify.c (dump_stack_value): dump null literal flag to.
769
770         * verify.c (verify_type_compatibility_full): fix comparison
771         for types that have a generic super type.
772
773         * verify.c (verify_stack_type_compatibility): fix compatibility
774         between null literals and reference types. fix compatibility between
775         boxed valuetypes and object. fix corner case test for enums.
776
777         * verify.c (do_cmp_op): proper verification of cgt.un in case
778         of reference types.
779
780         * verify.c (do_invoke_method): fix error message.
781
782         * verify.c (do_store_indirect
783
784         * verify.c (check_is_valid_type_for_field_ops): proper verification
785         of managed pointers to valuetypes and boxed valuetypes. proper verification
786         of null literals.
787
788         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
789         allow token to be a reference type.
790
791         * verify.c (do_cast): proper handling of boxes valuetypes.
792
793         * verify.c (do_stelem): proper handling of storing a boxed valuetype
794         in object[].
795
796         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
797         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
798         fixed the decoding of unbox_any
799
800 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
801
802         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
803
804 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
805
806         * verify.c (do_newobj): do delegate verification.
807
808         * verify.c (verify_delegate_compatibility): perform delegate
809         verification.
810
811         * verify.c (verify_ldftn_delegate): perform tests related to
812         ldftn delegates.
813
814         * verify.c (mono_delegate_signature_equal): perform the
815         slightly diferent signature comparison required by delegates.
816
817         * metadata.c (mono_metadata_type_equal_full): added and exported
818         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
819         allows signature only comparison.
820
821         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
822         as MONO_INTERNAL.
823
824 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
825
826         * verify.c: added a bunch of stack_slot_* functions to
827         make access to stack slot type easier. This is required to
828         allow optional flags, like null literal, boxed value and
829         this pointer.
830         All access paths to IlStackDesc::stype have been changed 
831         to use these new funcions.
832         Removed a bunch of unused functions and cleared all warnings.
833         This patch introduces the usage of the this pointer and 
834         boxed value flags.
835
836 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
837
838         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
839
840 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
841
842         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
843         match managed version.
844
845         * appdomain.c: Bump corlib version.
846         
847         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
848         argument.
849
850 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
851
852         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
853         Set public key token to zero-length byte array if assembly is not
854         strongnamed.
855
856 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
857
858         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
859         writing a vtype array elem.
860
861 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
862
863         * assembly.c (build_assembly_name): return FALSE if length of token is
864         not 16 (if not "null").
865         (mono_assembly_name_parse_full): return FALSE if value of version,
866         culture, token or key is 0.
867         * icall.c (fill_reflection_assembly_name): add boolean arguments to
868         specify whether public key and public key token must be set to default
869         value (zero-length byte array) if not available. Set versioncompat to
870         SameMachine. If public key is available or the default is set, then
871         set PublicKey flag.
872         (ves_icall_System_Reflection_Assembly_FillName): if no public key
873         is available, use empty byte array as default value. On the 2.0
874         profile, use default value for public key token if not set.
875         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
876         profile, use default value for public key if not set. On the 2.0
877         profile, use default value for public key token if not set.
878         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
879         default values for public key and public key token.
880
881 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
882
883         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
884         field to keep it in synch with the managed object.
885
886         * marshal.c (emit_marshal_object): Add support for byref marshalling of
887         delegates. Fixes #351520.
888
889         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
890         contains defined memory.
891         
892         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
893
894         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
895         
896         * sgen-gc.c (check_consistency): New helper function to do a consistency check
897         of the GC data structures.
898
899         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
900
901         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
902         
903         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
904         barrier.
905         (mono_array_clone_in_domain): Ditto.
906         (mono_array_clone_in_domain): Ditto.
907
908         * threads.c (start_wrapper): Register the thread start argument as a GC root.
909         (cache_culture): Use a write barrier.
910
911         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
912         (ves_icall_get_property_info): Ditto.
913
914         * object.h (MONO_STRUCT_SETREF): New macro.
915
916         * class-internals.h (MonoStats): Add some GC statistics.
917
918         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
919
920 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
921
922         * exception.c (mono_exception_from_name_two_strings):
923         Break from loop after method is found.
924
925 2008-01-04  Dick Porter  <dick@ximian.com>
926
927         * process.c (process_module_string_read): Rename variable to
928         reflect correct usage, after fixing bug 345972.
929
930 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
931
932         * verify.c (mono_type_create_fnptr_from_mono_method): 
933         created a MonoType function pointer instance to be used during
934         verification. The verifier releases this memory at end.
935
936         * verify.c (mono_method_is_constructor): extracted repeated
937         checks for constructor into a single class.
938
939         * verify.c (do_push_field): use new extracted method
940         for constructor check.
941
942         * verify.c (do_newobj): same.
943
944         * verify.c (do_ldftn): renamed to do_load_function_ptr
945         and make it verify ldvirtftn too.
946
947         * verify.c (mono_method_verify: proper verification
948         of ldvirtftn. release created MonoMethod instances.
949
950 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
951
952         * verify.c (token_bounds_check): added.
953
954         * verify.c (do_ldftn): added.
955
956         * verify.c (mono_method_verify): proper verificartion of ldftn.
957
958 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
959
960         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
961         than the table row count. It's the resposibility of the caller to
962         make the bounds check and raise the correct error.
963
964         * metadata.c (mono_metadata_decode_row_col): Same.
965
966         * loader.c (mono_get_method_from_token): perform bounds check
967         on token for methoddef table.
968
969 2007-12-29  Miguel de Icaza  <miguel@novell.com>
970
971         * icall.c
972         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
973         assert into a negative result, the managed code already coped with
974         that.
975
976         Some folks on Windows reported this error. 
977
978 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
979
980         * appdomain.c: Bump corlib version.
981         * icall.c:
982         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
983         CultureInfo.CreateCulture to create CultureInfo for name.
984         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
985         create CultureInfo for name. Fixes bug #347174.
986
987 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
988
989         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
990         flags.
991
992         * verify.c (is_valid_branch_instruction): allow branching to the
993         first instruction of the protected block.
994
995         * verify.c (is_valid_cmp_branch_instruction): same.
996
997         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
998         avoid double initialization.
999
1000         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
1001         detect which cases the eval stack should just be copied.
1002
1003         * verify.c (mono_method_verify): check if the eval stack
1004         is empty when entering a protected block.
1005
1006 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
1007
1008         * verify.c: added is_clause_in_range, is_clause_inside_range,
1009         is_clause_nested and verify_clause_relationship. They perform
1010         the verifications stated in P1 12.4.2.7.
1011
1012         * verify.c (mono_method_verify): remove some unused variables,
1013         add the new exception clause checks, add instruction border
1014         checks for protected block start/end, improved some error 
1015         messages and fixed a bug in the way invalid instruction access
1016         is detected.
1017
1018 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
1019
1020         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
1021         from GC 7.0 if available.
1022
1023         * object.c: Remove an unused define.
1024         
1025         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
1026
1027         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
1028
1029         * null-gc.c (mono_gc_make_descr_for_array): Implement.
1030
1031         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
1032
1033         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
1034         to take the same arguments as the other make_descr functions.
1035
1036         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
1037
1038         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
1039         directly.
1040
1041         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
1042         mini.c.
1043
1044         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
1045         call to boehm-gc.c.
1046
1047         * boehm-gc.c (mono_gc_register_root): Fix a warning.
1048
1049         * null-gc.c (mono_gc_register_root): Fix a warning.
1050
1051         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
1052
1053         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
1054         (mono_gc_base_init): Call GC_init ().
1055
1056         * null-gc.c: Define mono_gc_register_root () as a no-op.
1057
1058         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
1059
1060 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
1061
1062         * verify.c: add prototype for merge_stacks at top
1063
1064         * verify.c (do_switch): added.
1065
1066         * verify.c (merge_stacks): on some cases the stack merging
1067         was not happening properly. Unequal stack sizes at merge
1068         points should be invalid.
1069
1070         * verify.c (mono_method_verify): added more debug info on stack state.
1071         verify switch properly.
1072
1073 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
1074
1075         * method-builder.h: New file, moved the mono_mb_ declarations here from 
1076         marshal.h.
1077
1078         * boehm-gc.c marshal.c: Include method-builder.h.
1079
1080         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
1081
1082         * marshal.c: Remove some code which is now in method-builder.c.
1083
1084 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
1085
1086         * method-builder.c: New file, extraction of the method builder functionality 
1087         from marshal.c.
1088
1089         * marshal.c: Move the mb functions into method-builder.c.
1090
1091         * marshal.h marshal.c: Export some mono_mb_... functions.
1092
1093         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
1094
1095         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
1096         the caller.
1097
1098         * class.c (mono_class_get_full): Check the token type in the dynamic case.
1099
1100         * loader.c (mono_field_from_token): Ditto.      
1101
1102         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
1103         type as well.
1104         
1105         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
1106         Fixes #342565.
1107
1108         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
1109         a helper function for setting it.
1110
1111         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
1112
1113         
1114         * assembly.c: Significally simplify code now that referenced assemblies are 
1115         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
1116
1117         * threads.h: Don't include  the internal threads-types.h header file. Fixes
1118         #349952.
1119
1120 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
1121
1122         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
1123         instructions that were target of branches or are at protected block boundaries.
1124
1125         * verify.c (in_same_block): handle filter clauses.
1126
1127         * verify.c (is_valid_branch_instruction): added. checks the target of
1128         instructions br or brtrue/false.
1129
1130         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
1131         binary branch instructions such as beq and bge.
1132
1133         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
1134         and made it pin the instruction as been part of the exception block.
1135
1136         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
1137         of in_same_block.
1138
1139         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
1140         of in_same_block.
1141
1142         * verify.c (do_ret): ret from a protected block is unverifiable and
1143         not invalid.
1144
1145         * verify.c (do_static_branch): verify br and br.s instructions.
1146
1147         * verify.c (merge_stacks): add extra param to support detection
1148         of branches in the middle of instructions.
1149         
1150         * verify.c (mono_method_verify): verify branches and exception blocks
1151         that target the middle of instructions. Proper verification of br and br.s.
1152
1153 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
1154
1155         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
1156         skip_visibility field.
1157         (reflection_methodbuilder_from_dynamic_method): Ditto.
1158
1159         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
1160         registrations. Fixes #348193.
1161
1162         * threads.h: Move the internal mono_thread_get_pending_exception () to
1163         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
1164
1165 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
1166
1167         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
1168         icall registration. Fixes #348193.
1169
1170         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
1171         for corlib classes into object. Fixes #349621.
1172
1173 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
1174
1175         * icall.c (property_accessor_nonpublic): new function to determine
1176         whether an accessor allows a property to be considered non-public.
1177         Returns false for private accessor(s) from parent class, and internal
1178         accessor(s) from parent on 2.0 profile (and higher).
1179         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
1180         to determine whether property should be included if NonPublic flag
1181         is set. Fixes bug #349078.
1182
1183 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
1184
1185         * verify.c (init_stack_with_value): added.
1186
1187         * verify.c (mono_method_verify): extracted common
1188         code for exception initialization into init_stack_with_value.
1189
1190         * verify.c (mono_method_verify): initialize the exception
1191         for handler clauses as well.
1192
1193         * verify.c (mono_method_verify): fix the exception clause
1194         ordering rules, it should use handler end offset and not
1195         start offset.
1196
1197 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
1198
1199         * rawbuffer.c: remove useless warning.
1200
1201 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
1202
1203         * threads.h, threads-types.h: move functions to the correct header
1204         (fixes bug#349952).
1205
1206 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1207
1208         * verify.c (mono_method_verify): proper verification
1209         of exception handling clauses ranges and fallthru in
1210         and out of protected blocks.
1211
1212 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1213
1214         * verify.c (mono_method_verify): fixed compilation issue.
1215
1216 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1217
1218         * verify.c (mono_method_verify): a printf slipped in, changed
1219         to use verifier debug macro.
1220
1221 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
1222
1223         * verify.c (is_correct_leave): check for filter clauses.
1224
1225         * verify.c (do_filter): added.
1226
1227         * verify.c (mono_method_verify): property verification of leave.
1228
1229
1230 2007-12-18  Mark Probst  <mark.probst@gmail.com>
1231
1232         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
1233         Win32 build, until we figure out how to do the proper thing on
1234         Win32.
1235
1236 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
1237
1238         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
1239         by the previous patch.
1240         
1241         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
1242         the assembly resolve handler for refonly assemblies.
1243
1244 2007-12-17  Mark Probst  <mark.probst@gmail.com>
1245
1246         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
1247         Make sure only one thread is allowed to commence shutdown, and
1248         don't allow new threads to be started once shutdown is in
1249         progress.
1250
1251 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1252
1253         * verify.c (is_correct_endfilter): added.
1254
1255         * verify.c (is_unverifiable_endfilter): added.
1256
1257         * verify.c (do_endfilter): added.
1258
1259         * verify.c (mono_method_verify): property verification of endfilter
1260         and fixed a corner case or endfinally.
1261
1262 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
1263
1264         * verify.h: new flags to support fail fast of unverifiable code and
1265         do non-strict verification. Non-strict verification is required to
1266         have MS runtime compatibility. There are a huge amount of unverifiable
1267         code that it accepts as verifiable. The strict mode verifies the code
1268         as the specs says.
1269         Non-strict mode will be required in cases where code needs to be
1270         accepted as verifiable but fails under strict mode.
1271
1272         * pedump.c: added support to fail fast and non-strict verification.
1273
1274         * verify.c: added support for both fail fast and non-strict verification.
1275
1276 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1277
1278         * verify.c (is_correct_endfinally): added.
1279
1280         * verify.c (mono_method_verify): property verification of endfinally.
1281
1282 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
1283
1284         * verify.c (in_any_block): check for filter clauses.
1285
1286         * verify.c (is_correct_rethrow): added.
1287
1288         * verify.c (mono_method_verify): property verification of rethrow.
1289
1290         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
1291
1292 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
1293
1294         * verify.c (do_throw): added.
1295
1296         * verify.c (mono_method_verify): property verification of throw
1297
1298 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
1299
1300         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
1301         assemblies. Fixes #346425.
1302
1303 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
1304
1305         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
1306         FieldBuilders.
1307
1308         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
1309
1310         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
1311         prevent asserts when this is called with a token which might not be valid.
1312
1313         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
1314         lookup_dynamic_token_class with valid_token == FALSE.
1315
1316         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
1317
1318         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
1319
1320         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1321         
1322 2007-12-10  Mark Probst  <mark.probst@gmail.com>
1323
1324         * gc.c: Don't delay threadpool thread finalization unless Mono is
1325         shutting down.
1326
1327 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1328
1329         * threads.c: turn an assert into a non-fatal warning.
1330
1331 2007-12-09  Robert Jordan  <robertj@gmx.net>
1332
1333         * icall.c (GetVirtualMethod): Add missing argument validation.
1334
1335 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1336
1337         * verify.c (do_cast): added.
1338
1339         * verify.c (mono_method_verify): property verification of castclass and isinst.
1340
1341
1342 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1343
1344         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
1345
1346         * verify.c (do_stelem): added.
1347
1348         * verify.c (mono_method_verify): property verification of stelem.X.
1349
1350 2007-12-07  Mark Probst  <mark.probst@gmail.com>
1351
1352         * class.c, class-internals.h: Introduce an environment variable
1353         (MONO_GENERIC_SHARING) through which the extent of generic code
1354         sharing can be controlled (share all classes, share only corlib
1355         classes, or share nothing).
1356
1357         * object.c: Only create runtime generic context for classes for
1358         which sharing is enabled.
1359
1360 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1361
1362         * verify.c (do_ldelem): refactor it to work with ldelem.any.
1363
1364         * verify.c (mono_method_verify): property verification of ldelem.any.
1365
1366 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1367
1368         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
1369         added ldelem.X opcodes.
1370
1371         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
1372
1373         * verify.c: proper verification of ldelem.X 
1374
1375 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
1376
1377         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
1378
1379 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
1380
1381         * verify.c (mono_method_verify): null literal requires special handling,
1382         the value pushed on stack need to be flagged as so.
1383
1384         * verify.c (do_ldelema): Verify ldelema properly.
1385
1386 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
1387
1388         * verify.c: Verify ldlen properly.
1389
1390 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
1391
1392         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
1393         to the target object's type. Fixes #346160.
1394
1395 2007-12-05  Dick Porter  <dick@ximian.com>
1396
1397         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
1398         Solaris needs the same workaround as BSD-derived systems.  Fixes
1399         bug 323524, patch by Burkhard Linke
1400         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
1401
1402 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
1403
1404         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
1405         handle to use when error dialog is shown; otherwise, update mask
1406         to show no error dialog when an error occurs.
1407
1408 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
1409
1410         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
1411
1412         * class.c (mono_class_get_field_default_value): New helper function to initialize
1413         field->def_type and field->data.
1414
1415 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
1416
1417         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
1418         the general one.
1419
1420         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
1421
1422         * marshal.c: Avoid depending on delegate->method_info being set.
1423
1424         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
1425         
1426         * object.c (mono_delegate_ctor): Set delegate->method.
1427
1428         * object-internals.h (struct _MonoDelegate): Add 'method' field.
1429
1430         * appdomain.c: Bump corlib version.
1431
1432 2007-11-27  Raja R Harinath  <harinath@gmail.com>
1433
1434         * metadata.c (mono_generic_inst_equal_full): Short-circuit
1435         equality check if we're comparing canonicalized MonoGenericInsts.
1436
1437 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
1438
1439         * class.c (generic_array_methods): Call mono_class_setup_methods () before
1440         accessing class->methods.
1441
1442 2007-11-22  Dick Porter  <dick@ximian.com>
1443
1444         * threads.c: Ensure that the synch_cs is set before trying to use
1445         it.
1446
1447 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
1448
1449         * profiler.c: r89126 broke the statistial profiler, unbreak.
1450
1451 2007-11-22  Martin Baulig  <martin@ximian.com>
1452
1453         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
1454
1455         * mono-debug.c
1456         (mono_debug_debugger_version): Bump to 3.
1457         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
1458         -> mono_debugger_class_initialized().
1459
1460         * mono-debug-debugger.c
1461         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
1462
1463         * class.c
1464         (mono_debugger_start_class_init_func): Removed.
1465         (mono_debugger_class_loaded_methods_func): Added.
1466         (mono_class_setup_methods): Call it here.
1467
1468 2007-11-22  Martin Baulig  <martin@ximian.com>
1469
1470         * mono-debug.c
1471         (mono_debug_add_delegate_trampoline): New public method.
1472         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
1473
1474         * mono-debug.h
1475         (MonoSymbolTable): Added `global_data_table'.
1476         (MonoDebuggerTypeKind): Removed.
1477
1478 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
1479
1480         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
1481         these methods.
1482
1483         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1484         
1485 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
1486
1487         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
1488
1489 2007-11-20  Martin Baulig  <martin@ximian.com>
1490
1491         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
1492
1493         * mono-debug-debugger.c
1494         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
1495         (mono_debugger_remove_breakpoint): Likewise.
1496         (mono_debugger_check_breakpoints): Likewise.
1497         (mono_debugger_register_class_init_callback): New public method.
1498         (mono_debugger_remove_class_init_callback): Likewise.
1499         (mono_debugger_add_type): Likewise.
1500
1501         * mono-debug-debugger.h
1502         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
1503
1504 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
1505
1506         * class.c: more interface implementations needed for the
1507         array enumerator (fixes bug #341112).
1508
1509 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
1510
1511         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
1512         fix ParamName of ArgumentNullExceptions.
1513
1514 2007-11-17  Miguel de Icaza  <miguel@novell.com>
1515
1516         * reflection.c (mono_reflection_encode_sighelper): Generate the
1517         modopts and modreqs.   I have a useless test that crashes monodis,
1518         but that shows the code working.
1519
1520 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
1521
1522         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
1523         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
1524
1525 2007-11-15  Dick Porter  <dick@ximian.com>
1526
1527         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
1528         When joining a thread, it's the thread that's calling Join that
1529         gets WaitSleepJoin state not the target.  Fixes the standalone
1530         test case in bug 334740, and hopefully the whole bug too.
1531
1532 2007-11-15  Dick Porter  <dick@ximian.com>
1533
1534         * process.c: Read file version info from the files pointed at by
1535         process modules, not the current process.  Fixes bug 315969.
1536
1537         Use windows typedef names in some places to fix warnings on the
1538         windows build.
1539
1540 2007-11-15  Mark Probst  <mark.probst@gmail.com>
1541
1542         * image.c, metadata-internals.h: Added a generic_class_cache hash
1543         to MonoImage for looking up generic classes when sharing generics.
1544
1545 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1546
1547         * sgen-gc.c: warning cleanups.
1548
1549 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
1550
1551         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
1552         inherited properties.
1553
1554 2007-11-14  Mark Probst  <mark.probst@gmail.com>
1555
1556         * object.c, class-internals.h: Added more information to the
1557         runtime generic context.
1558
1559 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
1560
1561         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
1562         instead of just the target method. Generalize the abstract method handling to
1563         handle any non-static method.
1564
1565         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
1566         mono_marshal_get_delegate_invoke () signature change.
1567
1568 2007-11-13  Mark Probst  <mark.probst@gmail.com>
1569
1570         * class.c, class-internals.h: Made
1571         mono_type_get_basic_type_from_generic () public.  Fixed member
1572         access check for shared generics.
1573
1574         * loader.c: Don't insert field into field cache if it's part of a
1575         non-inflated generic class.
1576
1577         * domain.c, domain-internals.h: The generic sharing context is now
1578         part of the jit info data structure.  Added two accessor
1579         functions.
1580
1581 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
1582
1583         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
1584         the array Get/Set/Address methods, since the JIT inlines them.
1585
1586         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
1587
1588         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
1589         (mono_image_init): Initialize runtime_invoke_direct_cache.      
1590
1591         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
1592         mono_marshal_get_delegate_invoke signature change.
1593
1594         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
1595         an additional argument. Add support for invoking abstract methods.
1596
1597         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
1598
1599         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
1600
1601 2007-11-09  Mark Probst  <mark.probst@gmail.com>
1602
1603         * class.c: Do field layout for open generic classes as well.
1604
1605 2007-11-09  Mark Probst  <mark.probst@gmail.com>
1606
1607         * gc.c, gc-internal.h: Don't finalize threadpool threads with
1608         other objects, because the threadpool is still around.  Put them
1609         in a list instead and after finalizing all other objects in the
1610         root domain shut down the thread pool and then finalize the
1611         threads.  Fixes bug #337383.
1612
1613         * threads.c, thread-types.h: New mono_thread_create_internal()
1614         function for marking a thread with the threadpool flag before it
1615         started.  Set synch_cs to NULL after freeing it.
1616
1617         * threadpool.c: Mark threadpool threads before they start.
1618
1619 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
1620
1621         * reflection.h, reflection.c: don't export random functions
1622         and lazy load dbnull and missing objects.
1623
1624 2007-11-07  Jonathan Chambers <joncham@gmail.com>
1625
1626         * class.c: Initialize COM types if COM interfaces
1627         are present (not just COM classes).
1628         
1629         Code is contributed under MIT/X11 license.
1630
1631 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1632         * reflection.c:
1633         create_dynamic_mono_image: hook module profiler events (dynamic case).
1634         mono_image_basic_init: hook assembly profiler events (dynamic case).
1635
1636 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1637         * profiler.c:
1638         simple_appdomain_unload: completely terminate the profiler
1639         instead of only processing the statistical samples.
1640         simple_shutdown: make sure this is really called exactly once,
1641         even in multithreaded applications, and always listen to
1642         appdomain events.
1643         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
1644         here, the "[un]load" functions will do it.
1645         Fixes bugs #333791 and #325261.
1646
1647 2007-11-07  Geoff Norton  <gnorton@novell.com>
1648
1649         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
1650         rather than depend on __APPLE__.
1651
1652 2007-11-07  Mark Probst  <mark.probst@gmail.com>
1653
1654         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
1655
1656 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
1657
1658         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
1659         UTF16 MonoString. Fix the crash from bug #335488
1660
1661 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
1662
1663         * marshal.c: Correct (for non-Win32 OS) length != size in 
1664         mono_string_from_bstr. Fix #339530.
1665
1666 2007-11-06  Geoff Norton  <gnorton@novell.com>
1667
1668         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
1669         to succeed
1670
1671 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
1672
1673         * process.c: Added run-time GetProcessId API detection for Windows.
1674
1675 2007-11-04  Miguel de Icaza  <miguel@novell.com>
1676
1677         * reflection.c  (mono_param_get_objects): If a parameter has the
1678         attribute [System.Runtime.InteropServices.Optional] we should
1679         set the DefaultValue of the ParameterInfo to be
1680         System.Reflection.Missing instead of DBNull.
1681
1682         See bug #339013.
1683
1684         (mono_get_reflection_missing_object): New method,
1685         returns the System.Reflection.Missing.Value singleton instance.
1686
1687 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
1688
1689         * culture-info-table.h : regenerated.
1690
1691 2007-11-02  Jonathan Chambers <joncham@gmail.com>
1692
1693         * icall.c: Use GetEnvironmentStrings on windows
1694         so we are using the same environment block as 
1695         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
1696         #333740.
1697         
1698         Code is contributed under MIT/X11 license.
1699
1700 2007-10-31  Martin Baulig  <martin@ximian.com>
1701
1702         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
1703
1704         * mono-debug-debugger.h
1705         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1706
1707 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
1708
1709         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
1710         classes.
1711
1712 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
1713
1714         * culture-info-table.h : regenerated.
1715
1716 2007-10-30  Robert Jordan  <robertj@gmx.net>
1717
1718         * icall-def.h, icall.c:
1719         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
1720
1721         Code is contributed under MIT/X11 license.
1722
1723 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1724
1725         * class.c (mono_class_setup_vtable): Find the inflated methods in the
1726         inflated class instead of inflating them again.
1727         
1728         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
1729         dynamic case.
1730
1731         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
1732         Call setup_supertypes () after klass->parent is set.
1733         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
1734
1735         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
1736         for inflated instances of not yet created dynamic generic classes.
1737         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
1738         times from inflated_method.
1739         (methodbuilder_to_mono_method): Ditto.
1740
1741 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
1742
1743         * gc.c: code cleanup and removed old untested option of not creating the
1744         finalizer thread.
1745
1746 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1747
1748         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
1749         creating a jump trampoline for dynamic methods.
1750
1751 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
1752
1753         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
1754         generic TypeBuilders when called from another method of the same type (bug #335131).
1755
1756
1757 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
1758
1759         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
1760         doesn't seem to work perfectly.
1761         
1762         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
1763         called multiple times.
1764         (methodbuilder_to_mono_method): Ditto.
1765         (resolve_object): Inflate FieldBuilder's.
1766
1767 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1768
1769         * string-icalls.c, string-icalls.h, appdomain.c: patch from
1770         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
1771         RemoveEmptyEntries in the string.Split implementation (bug #322375).
1772
1773 2007-10-26  Dick Porter  <dick@ximian.com>
1774
1775         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
1776         Thread initialisation changes
1777
1778 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
1779
1780         * verify.c: fix compatibility check between arrays and System.Array
1781
1782 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
1783
1784         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
1785         too. Fixes #336999.
1786
1787 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
1788
1789         * object.c (mono_value_box): Use typed allocation here.
1790
1791 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
1792
1793         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
1794         trampoline instead of compiling the method right away.
1795
1796         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
1797
1798 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
1799
1800         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
1801         related fields for dynamic classes. Fixes #334493.
1802
1803 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
1804
1805         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
1806         
1807         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
1808
1809         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
1810         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
1811
1812         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
1813
1814         * reflection.c (create_generic_typespec): Initialize klass->generic_container
1815         if needed.
1816         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
1817
1818 2007-10-18  Jonathan Chambers <joncham@gmail.com>
1819
1820         * marshal.c: Use correct key when removing item
1821         from ccw_hash.
1822         
1823         Code is contributed under MIT/X11 license.
1824
1825 2007-10-17  William Holmes  <billholmes54@gmail.com>
1826
1827         *marshal.c: Adding a case to marshal booleans to U1
1828
1829         Code is contributed under MIT/X11 license.
1830
1831 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
1832
1833         * class.c (mono_class_from_name): Search the modules compromising dynamic
1834         assemblies. Fixes #331601.
1835
1836 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
1837
1838         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
1839         exception if the type name contains an assembly component. Fixes #334203.
1840
1841         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
1842         modules inside dynamic assemblies. Fixes #334200.
1843         
1844         * reflection.c: Set image->public_key and image->public_key_length;
1845
1846         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
1847         fields.
1848
1849         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
1850         
1851 2007-10-16  Mark Probst  <mark.probst@gmail.com>
1852
1853         * metadata.c: Implemented correct comparing of generic classes.
1854         An inflated generic class can be equal to a non-inflated one if it
1855         is inflated with generic type variables as type arguments.  Fixes
1856         bug #333798.
1857
1858 2007-10-15  Dick Porter  <dick@ximian.com>
1859
1860         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
1861         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
1862         81646.
1863
1864         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
1865         instead of a monitor lock.  This means that monitor_try_enter and
1866         co can set the thread state safely.
1867         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
1868         thread_interrupt_requested, so interrupt actually works.
1869
1870         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
1871         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
1872         state accessor function
1873
1874 2007-10-15  Martin Baulig  <martin@ximian.com>
1875
1876         * mono-debug.h
1877         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
1878         the debugger with the current runtime.
1879
1880 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
1881
1882         * object.c, object-internals.h: added the ability to set a single
1883         trampoline for all the slots in a vtable.
1884
1885 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1886
1887         * marshal.c: deal with a possible race condition during multicast
1888         delegate invocation.
1889
1890 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1891
1892         * class.c: ensure value type methods don't have the synchronized
1893         flag set.
1894
1895 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
1896
1897         * string-icalls.c, string-icalls.h: reverted unapproved patch that
1898         breaks the build.
1899
1900 2007-10-11  Joel Reed  <joelwreed@comcast.com>
1901
1902         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
1903         to take an options parameter so that empty entries can be removed during
1904         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
1905
1906 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1907
1908         * marshal.c: make sure we don't store the signature from a dynamic
1909         method into the runtime invoke cache (bug #327189).
1910
1911 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1912
1913         * marshal.c: make sure the wrapper methods are properly initialized.
1914
1915 2007-10-11  Mark Probst  <mark.probst@gmail.com>
1916
1917         * metadata.c, metadata-internals.h: Generalized
1918         mono_type_stack_size() to mono_type_stack_size_internal() which
1919         takes an additional argument specifying whether it allows open
1920         types.
1921
1922 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1923
1924         * verify.c (do_invoke_method): handle typedbyref params
1925         correctly and check for unverifiable return values.
1926
1927         * verify.c (do_newobj): fix a warning.
1928
1929 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1930
1931         * verify.c: don't tread typedbyref as allways unverifable,
1932         so uses, like (ld/st)loc.0 are valid. verify for the cases
1933         that it matters, like boxing related operations.
1934
1935 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1936
1937         * verify.c: add verification of the newobj opcode. verification
1938         of delegate instantation still missing due ldftn and virldftn not
1939         pushing the function type on stack
1940
1941 2007-10-08  Mark Probst  <mark.probst@gmail.com>
1942
1943         * class-internals.h: Runtime generic context data structure
1944         definition.
1945
1946         * object.c: Initialization of runtime generic context at runtime
1947         vtable creation time.
1948
1949 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
1950         * class.c (mono_class_create_from_typedef,
1951         mono_class_from_generic_parameter, mono_ptr_class_get,
1952         mono_fnptr_class_get, mono_bounded_array_class_get)
1953         * domain.c (mono_domain_create, mono_domain_free)
1954         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
1955         * image.c (do_mono_image_load, mono_image_close):
1956         Hooked up load-unload profiler events.
1957
1958 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
1959
1960         * domain.c: track statistics about the actual amount of native code
1961         allocated.
1962
1963 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
1964
1965         * class.c: the valuetype enumerators don't have the additional
1966         supertypes interfaces.
1967
1968 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1969
1970         * class.c: need more interfaces setup for the IEnumerator<T>
1971         object created for arrays (tests/ienumerator-interfaces.2.cs).
1972
1973 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
1974
1975         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
1976
1977 2007-10-05  Alp Toker  <alp@atoker.com>
1978
1979         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
1980         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
1981         #315863.
1982
1983 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
1984
1985         * verify.c (verify_type_compatibility_full): verification of
1986         compatibility improved, validates correctly non-strict checks between
1987         native int and I4 types different than (unsigned)int32.
1988
1989         * verify.c (do_store_indirect): added, do all verification of
1990         ldind.X opcodes. 
1991
1992         * verify.c (get_load_indirect_mono_type): renamed to
1993         get_indirect_op_mono_type, as it now returns the MonoType for 
1994         ldind.X and stind.X opcodes.
1995
1996 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
1997
1998         * reflection.c: Fix the encoding of generic type definition for
1999         TypeBuilders.
2000
2001         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
2002         mono_image_typedef_or_ref but allows to specify if typespec lookups should
2003         be made. Typespec check is done prior to typeref cache lookup.
2004
2005         * reflection.c (mono_image_typedef_or_ref): now just delegate to
2006         mono_image_typedef_or_ref_full.
2007
2008         * reflection.c (encode_generic_class): encode the generic class
2009         directly instead of calling encode_type.
2010
2011         * reflection.c (encode_type): encode the generic type definition
2012         MonoClass as a generic instantiation.
2013
2014         * reflection.c (create_typespec): cache typespec tokens in
2015         the assembly->typespec cache. Don't create typespec for a generic
2016         instance MonoClass. Create typespec for the generic type defintion.
2017
2018         * reflection.c (create_generic_typespec): encode the generic
2019         class directly instead of calling encode_type.
2020
2021         * reflection.c (mono_image_create_token): encode the generic
2022         type definition not using a typespec for MonoType instances.
2023
2024
2025 2007-10-04  Raja R Harinath  <rharinath@novell.com>
2026
2027         Fix #328812
2028         * class.c (mono_image_init_name_cache): Don't return nested
2029         'protected internal' classes.
2030         (mono_class_from_name_case): Likewise.
2031
2032 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
2033
2034         * icall-def.h, icall.c : get_bundled_machine_config() is now the
2035           common function used by both DefaultConfig in System.dll and
2036           InternalConfigurationHost in System.Configuration.dll.
2037
2038 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
2039
2040         * class.c: automatically add to vectors only a few essential explicit
2041         generic interfaces. The rest of the interfaces that arrays should
2042         provide are currently implicitly added (but still not lazily, see the
2043         design in the discussion of bug#325495 for the details of what is
2044         needed for that). Additionally, implicit interfaces are assigned the
2045         same vtable slot as the explicit interfaces (as they are compatible):
2046         this enables huge memory savings since we don't need to instantiate
2047         as many memthods and as large vtables anymore. Also, Since
2048         GetEnumerator<T> returns an instance of a type that is required to
2049         support a similarly large set of interfaces as arrays, we add
2050         implicit interfaces and interface offset sharing support to those
2051         types, too. This change adds all the required interfaces so that
2052         the anonarray.cs test case in the bug report works (we don't add
2053         all the interfaces to arrays of arrays 3-level deep and more because
2054         of the memory requirements explained in the bug and since they are much
2055         less common: the lazy-loading support will enabled them to work, too).
2056
2057 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
2058
2059         * verify.c (merge_stacks): major clean up, all type compatibility
2060         checks are done by verify_type_compatibility. This fix my earlier lack
2061         of understanding of the CLR type system and merge_stacks no longer looks
2062         scary.
2063
2064         * verify.c: fixed some bad spelling.
2065
2066 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
2067
2068         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
2069         a given stack slock.
2070         
2071         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
2072         verify_type_compatibility_full. This removed a near indentical function and fixed
2073         handling of Int32 and IntPtr across all opcodes.
2074
2075 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2076
2077         * class.c: only vectors have the additional generic interfaces.
2078
2079 2007-10-01  Jonathan Chambers <joncham@gmail.com>
2080
2081         * mono-config.c: Use g_strcasecmp instead of
2082         strcasecmp like everywhere else to fix
2083         compilation with MSVC.
2084         
2085         Code is contributed under MIT/X11 license.
2086
2087 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2088
2089         * object.c, object-internals.h: refactored the IMT code to enable
2090         building a single slot at a time and lazily creating the IMT trampolines
2091         and thunks.
2092
2093 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
2094
2095         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
2096
2097         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
2098         Fixes #328501.
2099         
2100 2007-09-29  Raja R Harinath  <harinath@gmail.com>
2101
2102         * loader.c (method_from_methodspec): Rearrange to avoid
2103         un-necessary exposition.  Don't assert out if the method's
2104         declaring type is a generic type definition.
2105
2106 2007-09-28  Martin Baulig  <martin@ximian.com>
2107
2108         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
2109
2110 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
2111
2112         * class-internals.h: optimize field layout of MonoClass to
2113         requires less cachelines at runtime and save a few bytes on 64 bit
2114         systems.
2115
2116 2007-09-28  Jb Evain  <jbevain@novell.com>
2117
2118         * reflection.c: when encoding type names in custom attributes,
2119         if the type is a closed generic type, its generic arguments
2120         have to be serialized as AssemblyQualifiedName, so that when
2121         they are deserialized, it's possible to re-create them properly.
2122         Fixes #329450.
2123
2124
2125 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
2126
2127         * object.c, class-internals.h: added delegate-creation counter.
2128
2129 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
2130
2131         * class.c: cleanup of the code that synthetizes interfaces for
2132         arrays in 2.0: saves quit a bit of corlib mempool memory.
2133         Code to fix bug #325495 ifdeffed out for now until the issues
2134         with memory usage and O(n^2) behaviour are fixed.
2135
2136 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
2137
2138         * marshal.c: when possible, do not duplicate the name of the methods
2139         in the method builder and in the generated MonoMethod.
2140
2141 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
2142         * verify.c: added support for type checking ldind_* opcodes.
2143
2144 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
2145
2146         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
2147         which is used to distinguish the fully open instantiation of a TypeBuilder
2148         with the rest. This temporary hack is required to restore the property that
2149         the fully open instantiation is the same type of the generic type definition.
2150
2151         * class-internals.h (mono_generic_class_is_generic_type_definition):
2152         new function as part of the internal API.
2153
2154         * class.c (inflate_generic_type): return NULL when the generic inst is
2155         fully open. The fully open generic type is now the same as the generic type
2156         definition for non TypeBuilder types.
2157
2158         * class.c (mono_generic_class_get_class): removed assert since it is
2159         no longer valid, gklass->cached_class can point to the generic type definition.
2160
2161         * class.c (mono_generic_class_is_generic_type_definition): new.
2162
2163         * metadata.c (mono_generic_class_hash): added is_tb_open field
2164         to the hash calculation.
2165
2166         * metadata.c (free_generic_class): if the generic class is associated
2167         with the generic type definition, its field will come from the mempool and
2168         must not be freed.
2169
2170         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
2171         new, this function identifies the corner case of a TypeBuilder fully open
2172         instantiation.
2173
2174         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
2175         for lookup. Set gclass->cached_class to be the container class in case of
2176         the fully open instantiation of non TypeBuilder types.
2177
2178         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
2179         to compare generic classes.
2180
2181         * reflection.c (method_encode_methodspec): remove assert that
2182         no longer is valid.
2183
2184         * reflection.c (mono_reflection_generic_class_initialize): add
2185         an aditional assert to ensure the proper type is used.
2186
2187 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
2188
2189         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
2190         to enjoy it.
2191
2192 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
2193
2194         * verify.c (push_arg): Fixed support for ldarga
2195         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
2196         MonoType used as first arg in case of instance calls.
2197
2198 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
2199
2200         * verify.c: Support for verifying VAR and MVAR types, 
2201
2202 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
2203
2204         * icall.c (ves_icall_get_property_info): Set the reflected type of the
2205         accessors correctly.
2206
2207 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
2208
2209         * threads.c: support OSX and other systems in
2210         mono_thread_get_stack_bounds (bug #328026).
2211
2212 2007-09-25  Martin Baulig  <martin@ximian.com>
2213
2214         * mono-debug.h
2215         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
2216
2217 2007-09-24  Martin Baulig  <martin@ximian.com>
2218
2219         * mono-debug.h
2220         (MonoDebugClassEntry): Moved the definition of this struct into
2221         mono-debug.c to make it private.
2222
2223         * mono-debug.c
2224         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
2225         type table per symbol file, we don't need to store the symfile id
2226         any longer.
2227
2228 2007-09-24  Martin Baulig  <martin@ximian.com>
2229
2230         Create one type table per symbol file, since a `MonoClass *' gets
2231         invalid when its image is unloaded.
2232
2233         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
2234         (MonoDebugHandle): Added `type_table'.
2235
2236 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
2237
2238         * mempool.c, mempool.h: added mono_mempool_new_size () API
2239         to be able to specify a smaller initial size for the pool.
2240         Adjusted the code to slowly increase pool size before using
2241         the previous default size.
2242         * image.c: use a small initial size for image mempools.
2243
2244 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
2245
2246         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
2247         Fixes ##320990.
2248
2249         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
2250         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
2251
2252 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
2253
2254         * metadata.c (mono_type_create_from_typespec): Remove an invalid
2255         free. Fixes #327438.
2256
2257 2007-09-21  Raja R Harinath  <harinath@gmail.com>
2258
2259         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
2260         generic instantiations, etc.
2261         <MONO_TYPE_ARRAY>: Likewise.
2262
2263 2007-09-21  Martin Baulig  <martin@ximian.com>
2264
2265         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
2266         these structs were never defined.
2267         (MonoDebugHandle): Removed the `_priv' field, it was never used.
2268
2269 2007-09-21  Martin Baulig  <martin@ximian.com>
2270
2271         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
2272
2273 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
2274
2275         * image.c: removed the guid hash tables: we can get the same info
2276         without the additional memory usage hit (partially fixes also bug #327052).
2277
2278 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2279
2280         * profiler.h, profiler-private.h, profiler.c: add a new profiler
2281         event to handle unloading methods. After the event is called, the
2282         corresponding MonoMethod* must be considered invalid.
2283         * loader.c (mono_free_method): call the new mono_profiler_method_free
2284         event.
2285
2286 2007-09-20  Mark Probst  <mark.probst@gmail.com>
2287
2288         * domain-internals.h: New flag in MonoJitInfo which marks shared
2289         generic methods.  New hash table (shared_generics_hash) in
2290         MonoDomain to keep track of shared generic methods.  Prototypes
2291         for functions to register and lookup shared generic methods.
2292
2293         * domain.c: Support for registering and looking up shared generic
2294         methods via a hash table (shared_generics_hash) in MonoDomain.
2295
2296         * class-internals.h: New exception to signal failure of shared
2297         compilation of a generic method.  New counters for generics
2298         sharing in MonoStats.
2299
2300 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
2301
2302         * image.c, metadata-internals.h: don't keep a file descriptor open
2303         for loaded assemblies (bug#325988).
2304
2305 2007-09-19  Raja R Harinath  <rharinath@novell.com>
2306
2307         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
2308         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
2309         use the corresponding datatypes.
2310         (type_in_image): Update to changes.
2311         (CleanForImageUserData): Simplify.
2312         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
2313         Avoid quadratic behaviour in handling the "stolen" list by
2314         separating the filter predicate out, and by prepending the stolen
2315         items rather than appending them.
2316         (steal_ginst_in_image): Likewise.
2317         (mono_metadata_clean_for_image): Update to changes.
2318
2319 2007-09-19  Martin Baulig  <martin@ximian.com>
2320
2321         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
2322
2323 2007-09-19  Martin Baulig  <martin@ximian.com>
2324
2325         * mono-debug.c (mono_debug_cleanup): Don't call
2326         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
2327
2328 2007-09-19  Raja R Harinath  <harinath@gmail.com>
2329
2330         Fix crash on 'make run-test' in mcs/errors
2331         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
2332         Avoid more potential allocations in mono_class_from_mono_type.
2333         (ginst_in_image): Update to changes.
2334         (gclass_in_image): Rearrange slightly.
2335
2336 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
2337
2338         * class.c (mono_class_init): Move the code that sets up class->methods to 
2339         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
2340
2341         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
2342         canonical instance of an inflated generic signature.
2343         (mono_type_create_from_typespec): Remove an invalid free.
2344
2345         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
2346
2347 2007-09-18  Marek Habersack  <mhabersack@novell.com>
2348
2349         * domain-internals.h: added a declaration of the
2350         mono_assembly_load_full_nosearch internal function.
2351
2352         * assembly.c (mono_assembly_load_with_partial_name): use
2353         mono_try_assembly_resolve return value properly.
2354         (mono_assembly_load_full_nosearch): copied the function body from
2355         mono_assembly_load_full, without the code to invoke assembly
2356         search hooks.
2357         (mono_assembly_load_full): calls the above new function and if the
2358         assembly is not resolved, invokes the search hooks.
2359
2360         * appdomain.c (mono_runtime_init): restore the global postload
2361         assembly search handlers.
2362
2363 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
2364
2365         * class.c (mono_class_init): Make sure class->methods and class->properties
2366         are never NULL in the generics case.
2367
2368         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
2369
2370 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
2371
2372         * metadata.c (free_generic_class): Disable some code to fix the build.
2373
2374         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
2375
2376         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
2377         from the image mempool.
2378
2379         * metadata.c (free_generic_class): Free more data from the inflated class.
2380
2381         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
2382
2383         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
2384         mempool.
2385         (mono_type_create_from_typespec): Ditto.
2386
2387         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
2388         MonoImage to the caller.
2389         (mono_init_internal): Save the opened image in a global variable.
2390         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
2391
2392         * reflection.c (resolve_object): Fix a leak.
2393
2394         * metadata.c: Fix the freeing of data in the generics caches.
2395         
2396         * metadata.c (free_generic_inst): Comment this out to fix the build.
2397         (free_generic_class): Ditto.
2398
2399         * metadata.c: Free cached generic methods, instantinations and classes when
2400         they are removed from the caches.
2401         (mono_metadata_free_type): Free the type itself.
2402
2403         * class.c: Free the result of mono_class_inflate_generic_type () in a few
2404         places.
2405
2406 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2407
2408         * boehm-gc.c: restrict managed allocs to __thread supporting
2409         architectures.
2410
2411 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
2412
2413         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
2414         (mono_generic_class_get_class): Fix a leak.
2415
2416         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
2417         mono_metadata_free_type ().
2418         (mono_metadata_inflate_generic_inst): Fix a leak.
2419
2420 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2421
2422         * mono-debug.c (free_header_data): Fix a leak missed earlier.
2423
2424         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
2425         mempool.
2426
2427         * mono-debug.c (mono_debug_close_image): Fix call to 
2428         g_hash_table_remove ().
2429
2430 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
2431
2432         * icall-def.h: redirect all the string ctor to the managed
2433         CreateString () methods.
2434         * string-icalls.c, string-icalls.h: removed dead code for string
2435         ctors and icalls.
2436
2437 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2438
2439         * mono-debug.c: Fix memory leaks.
2440
2441 2007-09-14  Jonathan Chambers <joncham@gmail.com>
2442
2443         * threads-types.h: Implement mono_hazard_pointer_set and 
2444         mono_hazard_pointer_clear macros using do/while(0) to fix
2445         compilation with MSVC.
2446         
2447         Code is contributed under MIT/X11 license.
2448
2449 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2450
2451         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
2452         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
2453
2454 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2455
2456         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
2457         icalls.
2458
2459 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2460
2461         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
2462         managed-code allocated as well.
2463
2464 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
2465
2466         * class.c (mono_class_is_assignable_from): Add support for generic variance.
2467
2468 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
2469
2470         * boehm-gc.c: fixed the build after the AOT changes.
2471
2472 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
2473
2474         * wrapper-types.h: Add an ALLOC wrapper type.
2475
2476         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
2477         reference managed allocator methods.
2478
2479 2007-09-12  Marek Safar  <marek.safar@gmail.com>
2480
2481         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
2482         of Type array and not MonoType, a fix suggested by Hari.
2483         
2484 2007-09-12  Jonathan Chambers <joncham@gmail.com>
2485
2486         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
2487         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
2488         
2489         Code is contributed under MIT/X11 license.
2490
2491 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2492
2493         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
2494
2495 2007-09-12  Marek Habersack  <mhabersack@novell.com>
2496
2497         * image.c (do_mono_image_open): if assembly file fails to open and
2498         MONO_IOMAP is in effect, try to find the path in a
2499         case-insensitive way.
2500
2501         * appdomain.c (mono_runtime_init): do not install postload hooks -
2502         tests show that MS.NET doesn't use anything of that sort to
2503         trigger the AppDomain.AssemblyResolve event.
2504         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
2505         made non-static.
2506         (mono_runtime_init): init portability helpers here.
2507
2508         * assembly.c (mono_assembly_load_with_partial_name): if other   
2509         attempts fail, trigger the AppDomain.AssemblyResolve event handler
2510         to resolve the assembly.
2511
2512         * domain-internals.h: added mono_try_assembly_resolve and marked
2513         it as internal.
2514
2515 2007-09-11  Jb Evain  <jbevain@novell.com>
2516
2517         * object-internals.h (MonoReflectionDynamicMethod): add
2518         a `MonoReflectionType *owner` field. The owner is used
2519         * reflection.c:
2520         (mono_reflection_create_dynamic_method): use the owner of the dynamic
2521         method as the class declaring the dynamic method.
2522         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
2523         dynamic method to the declaring type of the methodbuilder.
2524
2525 2007-09-11  Mark Probst  <mark.probst@gmail.com>
2526
2527         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
2528         rules for calling methods via reflection.
2529
2530 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
2531
2532         * reflection.c (resolve_object): Add support for MonoGenericClass. 
2533         Inflate MonoType's.
2534
2535 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
2536
2537         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
2538         provide a managed method that does fast allocations without needing
2539         a managed->unmanaged transition. Boehm GC implementation currently
2540         enabled for ptrfree objects on sane architectures.
2541
2542 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
2543
2544         * marshal.c, marshal.h: exported a couple of useful functions and
2545         added mono_mb_get_label () to easily handle backward branches.
2546
2547 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
2548
2549         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
2550
2551 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2552
2553         * loader.c (find_method): Fixed the regression introduced while
2554         fixing bug #81466.
2555
2556 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
2557
2558         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
2559         well.
2560         
2561         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
2562         icall.c reflection.c: Pass a MonoGenericContext argument to 
2563         mono_lookup_dynamic_token ().
2564
2565         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
2566         #82744.
2567         
2568 2007-09-09  Robert Jordan  <robertj@gmx.net>
2569
2570         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
2571         for generic methods.
2572
2573         * object.c (mono_object_get_virtual_method): Handle generic methods.
2574         Fixes bug #78882.
2575
2576         Code is contributed under MIT/X11 license.
2577
2578 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
2579
2580         * image.c: fix locking in mono_image_load_file_for_image ().
2581
2582 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
2583
2584         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
2585         used only as a cache: added an icall to fill it.
2586
2587 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
2588
2589         * reflection.h: exposed mono_reflection_free_type_info
2590         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
2591         since mono_reflection_bind_generic_parameters makes a copy of it.
2592         * reflection.c (free_type_info): subinfos should be freed.
2593         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
2594         made non static.
2595         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
2596         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
2597         this fixes #82695 and #81726.
2598    
2599
2600 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
2601
2602         * process.h, process.c:  added support for user profile/info in
2603           ProcessStartInfo. For now only Windows works.
2604
2605 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
2606
2607         * metadata.c: consider the generic arguments when comparing
2608         signatures (bug #82614).
2609
2610 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2611
2612         * cil-coff.h, image.c: updated assembly loader to cope with the
2613         PE32+ 64 bit file format.
2614
2615 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2616
2617         * assembly.c, class.c, domain.c, loader.c: remove useless
2618         inclusion of cil-coff.h.
2619
2620 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
2621
2622         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
2623         if interface is marked with CoClassAttribute. 
2624    
2625         Code is contributed under MIT/X11 license.
2626
2627 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2628
2629         * sgen-gc.c: ensure no object from the to space is copied again or finalized
2630         if it's seen twice in major collections.
2631
2632 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
2633
2634         * sgen-gc.c: big objects are not copied to the gray area, but they
2635         need to be considered for scanning, too, if they are brought alive
2636         by an object ready for finalizations or a survived one.
2637
2638 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2639
2640         * sgen-gc.c: properly account the number of disappearing links when
2641         they are nullified.
2642
2643 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
2644
2645         * sgen-gc.c: share the code to scan the registered roots between the
2646         different types of collections.
2647
2648 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2649
2650         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
2651
2652 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2653
2654         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
2655         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
2656
2657 2007-08-28  Mark Probst  <mark.probst@gmail.com>
2658
2659         * security-manager.c (mono_security_manager_get_methods):
2660         LinkDemandSecurityException now has 2 arguments instead of 3.
2661
2662 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
2663
2664         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
2665         platforms which need it.
2666
2667 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2668
2669         * sgen-gc.c: unregister thread data structures with a pthread_key_t
2670         dtor.
2671
2672 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
2673
2674         * threads.c: free the thread static data on thread exit.
2675
2676 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
2677
2678         * class.c: walk the hierarchy to find the generic definition for
2679         a class (fixes runtime part of bug #82498).
2680
2681 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2682
2683         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
2684         ...
2685
2686         * image.c (mono_image_close): Here. Hopefully fixes #82510.
2687
2688 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2689
2690         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
2691
2692 2007-08-24  Robert Jordan  <robertj@gmx.net>
2693
2694         * appdomain.c: don't perform the ':'->';' substitution on Win32.
2695
2696 2007-08-24  Jb Evain  <jbevain@novell.com>
2697
2698         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
2699         for byref types.
2700
2701 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2702
2703         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
2704         #82286.
2705
2706 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2707
2708         * assembly.c: Fix a warning.
2709         
2710 2007-08-23  Marek Habersack  <mhabersack@novell.com>
2711
2712         * appdomain.c: parse the <runtime> section looking for the probing
2713         element with the 'privatePath' attribute, which sets additional
2714         directories in which the runtime should look for assemblies.
2715
2716 2007-08-23  Robert Jordan  <robertj@gmx.net>
2717
2718         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
2719         Fixes #82499.
2720
2721 2007-08-23  Martin Baulig  <martin@ximian.com>
2722
2723         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
2724         _mono_debug_init_corlib() and remove it from the header file.
2725
2726 2007-08-23  Martin Baulig  <martin@ximian.com>
2727
2728         * mono-debug-debugger.c
2729         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
2730         don't notify the debugger about it.
2731
2732         * mono-debug-debugger.h
2733         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
2734
2735 2007-08-23  Robert Jordan  <robertj@gmx.net>
2736
2737         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
2738         Code is contributed under MIT/X11 license.
2739
2740 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2741
2742         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
2743
2744 2007-08-22  Martin Baulig  <martin@ximian.com>
2745
2746         * mono-debug.c: Store debugging info on a per-domain basis and
2747         free it on domain unload.  Add support for unloading symbol files.
2748
2749         * mono-debug.h
2750         (MonoDebugList): New typedef.
2751         (MonoSymbolTable):
2752         - add `data_tables and `type_table'.
2753         - replace 'symbol_files' and `num_symbol_files' with a
2754           `MonoDebugList *'.
2755         (mono_debug_data_table): Removed.
2756         (mono_debug_list_add): New public function.
2757         (mono_debug_list_remove): New public function.
2758         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
2759         (mono_debug_init_2_memory): Renamed into
2760         mono_debug_open_image_from_memory().
2761         (mono_debug_close_image): New public function.
2762         (mono_debug_domain_create): Likewise.
2763         (mono_debug_domain_unload): Likewise.
2764         (MONO_DEBUGGER_VERSION): Bump to 60.
2765
2766         * mono-debug-debugger.h
2767         (MonoDebuggerEvent):
2768         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
2769         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
2770         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
2771         - rename `THREAD_CREATED' and `THREAD_EXITED' into
2772           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
2773         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
2774           meaning.
2775         (mono_debugger_add_symbol_file): Removed.
2776         (mono_debugger_add_type): Removed.
2777         (mono_debugger_lookup_type): Removed.
2778         (mono_debugger_lookup_assembly): Removed.
2779
2780         * domain.c
2781         (mono_domain_create): Call mono_debug_domain_create().
2782         (mono_init_internal): Call mono_debug_init_corlib().
2783
2784         * assembly.c
2785         (mono_assembly_close): Call mono_debug_close_image().
2786
2787 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
2788
2789         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
2790         mmap call.
2791
2792 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
2793
2794         * sgen-gc.c: ensure section->pin_queue_end is initialized
2795         correctly when non pinning objects in the section have been found.
2796
2797 2007-08-22  Marek Habersack  <mhabersack@novell.com>
2798
2799         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
2800         containing a list of directories separated by ':'. MSDN docs say
2801         the directories should be separated with ';'. Part of a bugfix for
2802         bug #81446
2803
2804 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
2805
2806         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
2807         it should MonoType and not MonoClass.
2808
2809 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
2810
2811         * culture-info-table.h : regenerated.
2812
2813 2007-08-20  William Holmes  <billholmes54@gmail.com>
2814
2815         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
2816          to call ReplaceFile Kernel32 on windows or in io-layer.
2817         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
2818         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
2819          as an internal call.
2820
2821         Code is contributed under MIT/X11 license.
2822
2823 2007-08-20  Jb Evain  <jbevain@novell.com>
2824
2825         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
2826         and MONO_EXCEPTION_FIELD_ACCESS.
2827
2828         * debug-helpers.[c|h]: new mono_field_full_name function.
2829
2830 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2831
2832         * class.c: Removed class_security_level() and moved it to
2833         security-core-clr.c.
2834
2835         * security-core-clr.c, security-core-clr.h: class_security_level()
2836         is now public and renamed to mono_security_core_clr_class_level().
2837         It also looks for security attributes in the classes a class is
2838         nested in.
2839
2840 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2841
2842         * security-core-clr.c, security-core-clr.h: CoreCLR security
2843         utility functions.
2844
2845         * Makefile.am: Added security-core-clr.[ch].
2846
2847         * security-manager.c, security-manager.h: Functions and enum for
2848         setting and getting the security mode.
2849
2850         * class.c: CoreCLR security checks.
2851
2852 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
2853
2854         * icall-def.h, process.c, process.h: implemented icall to get
2855         user/system processor times.
2856
2857 2007-08-17  Mark Probst  <mark.probst@gmail.com>
2858
2859         * domain.c, threads.c, class-internals.h, domain-internals.h: New
2860         reader-lock-free jit_info_table.
2861
2862 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
2863
2864         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
2865
2866         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
2867
2868         * object-internals.h (MonoException): Add missing _data member.
2869
2870 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
2871
2872         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
2873         checking that only methods with matching qname or fqname are picked
2874         from implemented interfaces.
2875
2876 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2877
2878         * verify.c (do_newarr):added, do type verification of
2879         newarr ops, push the right value on the eval stack.
2880         * verify.c (mono_method_verify): use do_newarr
2881
2882
2883 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2884
2885         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
2886         factored the common code into get_boxable_mono_type, which
2887         is now using mono_type_get_full, this fixed byref related tests.
2888
2889 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2890
2891         * class.c: added mono_type_get_full, this function has the same
2892         behavior of mono_class_get_full but the returned MonoType has
2893         all metadata of the associated token in case of a typespec token.
2894         * class.c: added mono_type_retrieve_from_typespec, used by 
2895         mono_type_get_full to retrieve the token type.
2896         * class.c (mono_class_create_from_typespec): changed to use
2897         mono_type_retrieve_from_typespec.
2898         * class.c (mono_ldtoken): changed to use mono_type_get_full
2899         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
2900         * class-internals.h: exported mono_type_get_full for internal use.
2901
2902 2007-08-16  Jb Evain  <jbevain@novell.com>
2903
2904         * domain.c (supported_runtimes): add entry for
2905         the 'moonlight' runtime version.
2906
2907 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2908
2909         * verify.c (mono_method_verify): small typo sliped in.  
2910
2911 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2912
2913         * verify.c (do_unbox_value): added, do type verification of
2914         unboxing ops
2915         * verify.c (mono_method_verify): use do_unbox_value
2916
2917
2918 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2919
2920         * verify.c (dump_stack_value): fixed typo, was printing string
2921         instead of object on stack.
2922         * verify.c (do_box_value): moved the byref check up as it leads
2923         to invalid code and should be done earlier.
2924         * verify.c: improved error messages for and ldobj
2925
2926 2007-08-15  William Holmes  <billholmes54@gmail.com>
2927
2928         * marshal.c (emit_marshal_custom): Omit the call to 
2929           marshal_native_to_managed when calling native to managed 
2930           and the argument is specified as an out argument.
2931
2932         Code is contributed under MIT/X11 license.
2933
2934 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2935
2936         * verify.c: fixed the type checks for generics, function pointers and vectors.
2937         Added type verification for ldobj and ldtoken. The verifier
2938         would segfault if header or signature of a method contained references
2939         to non-existant types.
2940
2941 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2942
2943         * marshal.c (cominterop_get_ccw): Patch from
2944         Bill Holmes to no walk up interface hierarchy. 
2945         All parent methods should be present in the interface for COM.
2946    
2947         Code is contributed under MIT/X11 license.
2948
2949 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2950
2951         * marshal.c (emit_marshal_com_interface): Patch from
2952         Bill Holmes to handle COM Interfaces as return values
2953         for native->managed calls.
2954    
2955         Code is contributed under MIT/X11 license.
2956
2957 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
2958
2959         * marshal.c (cominterop_get_idispatch_for_object): Implement
2960         for runtime callable wrappers.
2961    
2962         Code is contributed under MIT/X11 license.
2963
2964 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
2965
2966         * pedump.c (main): changed from mono_init to mono_init_from_assembly
2967         so 2.0 types are accessible
2968
2969
2970 2007-08-13  Miguel de Icaza  <miguel@novell.com>
2971
2972         * domain.c (mono_init_internal): Call mono_assembly_load_friends
2973         once we load mscorlib.   Due to the order in which we initialize,
2974         the mono_assembly_load_full routine that loads mscorlib did not
2975         load friends.   We now load it once we load the
2976         mono_defaults.internals_visible_class class. 
2977
2978         * assembly.c: Expose the mono_load_friend_assemblies method.
2979
2980 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
2981
2982         * verify.c: improved the handling of boxing, better
2983         type checking for unary ops and conversion. Fix bug
2984         regarding managed pointer compatibility checking
2985
2986 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
2987
2988         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
2989
2990         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
2991
2992 2007-08-09  Raja R Harinath  <rharinath@novell.com>
2993
2994         * reflection.c (dup_type): Remove.
2995         * class.c (dup_type): Remove.
2996         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
2997         instead of the dodgy 'dup_type'.
2998         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
2999         handle the case where 'dup_type' needed the second argument.
3000
3001 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
3002
3003         * domain.c: Fix a warning.
3004
3005 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
3006
3007         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
3008         checking that methods with the same fqname are not overridden
3009         with a method from an ancestor.
3010
3011 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
3012
3013         * threads.c (free_thread_static_data_helper): Avoid a crash if
3014         thread->static_data is not yet set.
3015
3016 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
3017
3018         * marshal.c: Use correct image when emitting
3019         native wrapper for COM calls.
3020    
3021         Code is contributed under MIT/X11 license.
3022
3023 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
3024
3025         * icall-def.h, security.c, security.h :
3026           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
3027
3028 2007-08-07  Martin Baulig  <martin@ximian.com>
3029
3030         * mono-debug-debugger.h
3031         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
3032
3033         * domain.c (mono_domain_free): Call
3034         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
3035
3036 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
3037
3038         * verify.c (check_underflow, check_overflow): error message now returns IL offset
3039         * verify.c (in_same_block): code should test if either offset is inside the clauses
3040         * verify.c (mono_method_verify): push the exception into the eval stack of exception
3041         and filter blocks
3042
3043 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
3044
3045         * image.c (mono_image_close): Fix a leak.
3046
3047         * object.c (mono_runtime_invoke_array): Avoid using alloca.
3048
3049         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
3050
3051 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
3052
3053         * domain.c, threads.c, threads-types.h: fix memory retention issue
3054         with thread static variables not being cleared on domain unload.
3055         Reuse thread static slots after domain unload.
3056
3057 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
3058
3059         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
3060         nullable type.
3061
3062         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
3063         now done in mono_runtime_invoke_array.
3064
3065         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
3066         receiver is a nullable type.
3067
3068         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
3069         generic parameter.
3070
3071 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
3072
3073         * marshal.c: Implement COM Objects as return type for 
3074         managed->unmanaged calls. Added Release calls for COM Object
3075         out/return values in managed->unmanaged calls.
3076
3077         Code is contributed under MIT/X11 license.
3078
3079 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
3080
3081         * threads.h, threads-type.h: move the hazard pointer declarations
3082         to the private header.
3083
3084 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
3085
3086         * file-io.c, appdomain.c: memory leak fixes.
3087
3088 2007-08-02  Dick Porter  <dick@ximian.com>
3089
3090         * socket-io.c
3091         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
3092         SO_REUSEADDR setting into io-layer/sockets.c.
3093
3094 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
3095
3096         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
3097         from Object when called on a generic parameter. Fixes #82211.
3098
3099 2007-08-01  Dick Porter  <dick@ximian.com>
3100
3101         * file-io.c (convert_share): Test FileShare values bit-by-bit.
3102         Fixes bug 79250 yet again.
3103
3104 2007-07-30  Martin Baulig  <martin@ximian.com>
3105
3106         Merged the `debugger-dublin' branch.
3107
3108         * mono-debug.h
3109         (MonoDebugDataTable): New typedef.
3110         (MonoDebugMethodAddressList): New typedef.
3111         (MonoDebugWrapperData): Removed.
3112         (MonoDebugSymbolTable): Removed `current_data_table',
3113         `current_data_table_size', `current_data_table_offset'.
3114         (MonoDebugDataItemType): Moved into mono-debug.c.
3115         (MonoDebugMethodJitInfo): Remove `address'.
3116         (mono_debug_data_table): New global variable.
3117         (mono_debug_lookup_method_addresses): New public function.
3118         (mono_debug_find_method): Take a `MonoMethod *', not a
3119         `MonoDebugMethodInfo *'.
3120
3121         * mono-debug.c: Drop support for the old symbol tables.
3122
3123 2007-06-28  Martin Baulig  <martin@ximian.com>
3124
3125         * mono-debug.c (mono_debug_debugger_version): New public variable.
3126
3127 2007-07-31  William Holmes  <billholmes54@gmail.com>
3128
3129         * metadata.c Changed mono_type_create_from_typespec to not insert
3130           the type into the hash map until after
3131           do_mono_metadata_parse_type has completed.
3132         Fixes Bug #82194
3133         Code is contributed under MIT/X11 license.
3134
3135 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
3136
3137         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
3138         generic parameter. Fixes #82211.
3139
3140 2007-07-27  Jb Evain  <jbevain@novell.com>
3141
3142         * pedump.c (dump_metadata, dump_metadata_header): dump
3143         versions contained in the metadata header.
3144
3145 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
3146
3147         * threads.c: register small_id_table with the GC.
3148
3149 2007-07-27  Mark Probst  <mark.probst@gmail.com>
3150
3151         * threads.c, threads.h, class-internals.h, object-internals.h:
3152         Hazard pointers, to be used by lock-free parallel algorithms.
3153
3154 2007-07-26  Dick Porter  <dick@ximian.com>
3155
3156         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
3157         routine on non-windows platforms, as I've not managed to think of
3158         a non-kludgy way of doing this.  Finishes off bug 78739.
3159
3160 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
3161
3162         * object.c: properly setup interface_bitmap in proxy vtables.
3163
3164 2007-07-25  Marek Habersack  <mhabersack@novell.com>
3165
3166         * appdomain.c (get_shadow_assembly_location): do not use TickCount
3167         to create unique shadow copy target directories, use the domain's
3168         serial number instead. Each domain gets a unique target directory
3169         that way.
3170
3171         * domain.c (mono_domain_create): added code to increment domain
3172         shadow copy serial number and cache the value in the current
3173         domain structure.
3174
3175         * domain-internals.h (struct _MonoDomain): added a new field -
3176         shadow_serial to hold the serial number used in generation of
3177         shadow-copy directories. This is to make sure that the directory
3178         name is unique for each and every domain created. We avoid a race
3179         condition with overriding assemblies already in use by other app
3180         domains.
3181
3182 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
3183
3184         * class.c (mono_bounded_array_class_get): fixed memory leak when 
3185         binding generic parameters.
3186
3187 2007-07-24  Raja R Harinath  <rharinath@novell.com>
3188
3189         * metadata.c (do_mono_metadata_parse_generic_class): Use
3190         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
3191         error.
3192
3193 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
3194
3195         * loader.c, class-internals.h, reflection.c: removed the per-method
3196         generics hashtable: we use the global one through the call of
3197         mono_class_inflate_generic_method ().
3198
3199 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
3200
3201         * class.c, metadata.c, class-internals.h: introduce yet another
3202         generics global cache for inflated methods (fixes 98% of the perf
3203         issue in bug #81806).
3204
3205 2007-07-23  Raja R Harinath  <rharinath@novell.com>
3206
3207         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
3208         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
3209         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
3210         return a MonoGenericInst containing (a copy) of those types.
3211         (mono_metadata_inflate_generic_inst): Update to changes.
3212         (mono_metadata_parse_generic_inst): Likewise.
3213         (mono_get_shared_generic_inst): Likewise.
3214         * reflection.c (mono_class_bind_generic_parameters): Likewise.
3215         (mono_reflection_bind_generic_method_parameters): Likewise.
3216         * metadata-internals.h: Likewise.
3217         * icall.c (free_generic_context): Kill.
3218         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
3219
3220         * reflection.c (reflection_methodbuilder_to_mono_method): Use
3221         mono_metadata_type_dup.
3222         * marshal.c (mono_mb_create_method): Likewise.
3223
3224         * metadata.c (mono_metadata_type_dup): Rename from
3225         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
3226         MonoImage.  Handle a few more cases, esp. when no mempool is given.
3227         * marshal.c, metadata-internals.h: Update to changes.
3228
3229 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
3230
3231         * class.c: fixed a small leak for array classes and removed warning.
3232
3233 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
3234
3235         * loader.c (mono_method_get_param_token): Make this work on generic methods.
3236         Return 0x8000000 for return parameters. Fixes #82161.
3237
3238 2007-07-21  Marek Habersack  <grendello@gmail.com>
3239
3240         * appdomain.c (get_shadow_assembly_location): append the current
3241         ticks value to the path. Avoids overwriting the same assemblies by
3242         several threads at the same time.
3243
3244 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3245         and Raja R Harinath  <rharinath@novell.com>
3246
3247         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
3248         Simplify slightly.
3249         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
3250         property for testing if a method is a generic method definition.
3251
3252 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3253
3254         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
3255
3256 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3257
3258         * verify.c: used function from private branch, reverted to the one in class.h 
3259
3260 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3261
3262         * verify.c: a typo slipped in and the code wont compile
3263
3264 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3265
3266         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
3267         disabled box instruction as it is doing the wrong thing
3268         improved stack dump messages, now it is easier to debug type related issues
3269
3270
3271 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
3272
3273         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
3274
3275 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3276
3277         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
3278         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
3279         grouped with class and valuetype. This change will simply 
3280         the code as it should be handled just like unmanaged pointers.
3281
3282 2007-07-19  Mark Probst  <mark.probst@gmail.com>
3283
3284         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
3285
3286 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3287
3288         * verify.c: several stack merge issues fixed, reference comparisons now
3289         check the type size. strict type check now works correctly.
3290         added more uses of IS_MANAGED_POINTER macro.
3291         fixed issues pointed by running the test suite against .net.
3292         
3293
3294 2007-07-19  Mark Probst  <mark.probst@gmail.com>
3295
3296         * class.c, loader.c, class-internals.h: Removed the
3297         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
3298         defines.
3299
3300         * icall.c: Better error checking in some internal reflection
3301         methods.
3302
3303 2007-07-18  William Holmes  <billholmes54@gmail.com>
3304
3305         * filewatcher.c : removed unused variable 'filename' in 
3306           ves_icall_System_IO_FSW_SupportsFSW
3307
3308 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
3309
3310         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
3311         obsolete, removed.
3312
3313 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
3314
3315         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
3316         
3317         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
3318
3319 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
3320
3321         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
3322         Implement generics support.
3323         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
3324
3325         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
3326         type_args and method_args arguments.
3327         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
3328         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
3329         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
3330
3331 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
3332
3333         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
3334           It adds a rootimage parameter to mono_reflection_get_type_internal,
3335           adds new function mono_reflection_get_type_with_rootimage and use
3336           the rootimage to resolve the types instead of the current image
3337
3338 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3339
3340         * culture-info-table.h: Forgot to update after r78304.
3341
3342 2007-07-13  Raja R Harinath  <rharinath@novell.com>
3343
3344         * class.c (mono_class_is_open_constructed_type)
3345         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
3346
3347 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
3348
3349         * class.c (mono_bounded_array_class_get):  method fails if used with
3350         an incomplete TypeBuilder enum (no basetype field), fixed it by 
3351         avoiding calculating the size for such array as it cannot be instantiated.
3352         Fix bug #82015
3353
3354 2007-07-12  Raja R Harinath  <rharinath@novell.com>
3355
3356         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
3357         field.
3358         * metadata.c, reflection.c: Update to changes.
3359
3360 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
3361
3362         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
3363         mono_class_is_valid_enum, they are used to valide a enum when loading.
3364         * reflection.c: used new functions to throw TypeLoadException when and
3365         invalid enum is build with TypeBuilder. Fixes #82018
3366   
3367 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
3368
3369         * object.c: forgot commit of mono_class_setup_methods () to access
3370         iface->methods.
3371         * object-internals.h: added a few more handy fields to
3372         MonoIMTCheckItem.
3373
3374 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
3375
3376         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
3377         iface->methods.
3378
3379 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
3380
3381         * class-internals.h, object-internals.h, object.c: IMT-based
3382         interface invocation core from Massimiliano Mantione
3383         (massi@ximian.com) with a reworked arch-specific interface,
3384         bsearch implementation and a few bugfixes and memory savings by me.
3385
3386 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
3387
3388         * class.c (mono_class_create_from_typedef): mono would segfault if 
3389         an enum did not have a __value field. It now throws a TypeLoadException
3390         for such cases. Fix bug #82022
3391
3392 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
3393
3394         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
3395
3396 2007-07-09  Mark Probst  <mark.probst@gmail.com>
3397
3398         * class.c (mono_class_init): If a class is already inited but has
3399         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
3400
3401 2007-07-09  Mark Probst  <mark.probst@gmail.com>
3402
3403         * class.c: Properly handle the case of an unimplemented interface
3404         method.  Fixes: 81673.
3405
3406 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
3407
3408         * class-internals.h, object.c: cleanup patch from massi: use
3409         MonoVTable->interface_bitmap since the vtable interfaces offset array
3410         is going away.
3411
3412 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
3413
3414         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
3415         GetMDStreamVersion icall instead.
3416
3417 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
3418
3419         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
3420         not use mono_dl_build_path() with a full library name: makes
3421         fallbacks to libgaim and libfam work.
3422
3423 2007-07-06  William Holmes  <billholmes54@gmail.com>
3424
3425         * assembly.c: Added a continue statement in probe_for_partial_name when
3426          parse_assembly_directory_name fails.  Fixes : 82002
3427
3428 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
3429
3430         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
3431         and added a verification  for TYPEDBYREF.
3432         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
3433         make native int interchangeable with int32 and some small cleanup and formating.
3434         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
3435         handle byref of byref.
3436         * verify.c (push_local): handle byref of byref.
3437         * verify.c (do_binop): invalid mix of values is unverifiable
3438         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
3439         added visibility checks
3440         * verify.c (field related method): added visibility checks
3441         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
3442
3443 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
3444
3445         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
3446         string.
3447
3448 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
3449
3450         * profiler.c (mono_profiler_load): Fix an off-by-one error.
3451
3452         * marshal.c (emit_marshal_string): When returning a string from managed code,
3453         allways make a copy even for unicode strings. Fixes #81990.
3454
3455 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
3456
3457         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
3458         of byref generic inst types (bug #81997).
3459
3460 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
3461
3462         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
3463         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
3464
3465 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
3466
3467         * marshal.c (emit_marshal_string): Add support for unicode strings in
3468         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
3469
3470 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3471
3472         * verify.c: field load/store are now verified, missing only access checks now
3473
3474 2007-06-28  Martin Baulig  <martin@ximian.com>
3475
3476         * mono-debug.c (mono_debug_debugger_version): New public variable.
3477
3478 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
3479
3480         * locales.c: When constructing DateTimeFormat or NumberFormat for
3481         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
3482         MonoCultureInfo contructed from the current locale is always
3483         read-only and has UseUserOverride set to true. All MonoCultureInfo
3484         instances returned for GetCultures have both IsReadOnly and
3485         UseUserOverride set to true. Fixes part of bug #81930.
3486
3487 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
3488
3489        * icall-def.h: Update System.__ComObject icalls
3490        * marshal.c: Avoid managed transition (and object creation)
3491        when looking up COM interface in RCW.
3492        * marshal.h: Ditto.
3493        
3494        Code is contributed under MIT/X11 license.
3495
3496 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
3497
3498         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
3499         to avoid crashes during assembly unloading.
3500
3501 2007-06-22  Raja R Harinath  <rharinath@novell.com>
3502
3503         Fix MethodInfo.IsGenericMethodDefinition
3504         * reflection.c (mono_reflection_bind_generic_method_parameters):
3505         Rearrange code to ensure we always uses a generic method definition.
3506         * class.c (mono_class_inflate_generic_method_full): Set
3507         'generic_container' field only for generic method definitions.
3508         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
3509         Use presense of 'generic_container' field as indication of being a
3510         generic method definition.
3511
3512 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
3513
3514         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3515
3516         * object-internals.h: Reflect changes in the layout of the managed Delegate
3517         class.
3518         
3519         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
3520         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
3521         runtime memory used by the dynamic method. Fixes #77146.
3522
3523 2007-06-21  Dick Porter  <dick@ximian.com>
3524
3525         * file-io.h: 
3526         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
3527         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
3528         81767.
3529
3530 2007-06-21  Raja R Harinath  <rharinath@novell.com>
3531
3532         * reflection.c (method_encode_methodspec): Add a tripwire.
3533         * class.c (inflate_generic_type): The fully open generic type is
3534         not the same as the generic type definition.
3535
3536 2007-06-21  Martin Baulig  <martin@ximian.com>
3537
3538         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
3539
3540         * mono-debug-debugger.h
3541         (MonoDebuggerBreakpointInfo): Removed.
3542         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
3543         (mono_debugger_remove_breakpoint): Likewise.
3544         (mono_debugger_breakpoint_callback): Likewise.
3545         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
3546
3547 2007-06-21  Raja R Harinath  <rharinath@novell.com>
3548
3549         * metadata.c (mono_metadata_lookup_generic_class): The fully open
3550         generic type is not the same as the generic type definition.
3551         * class.c (mono_generic_class_get_class): Likewise.
3552
3553 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
3554
3555         * icall.c: The second argument to 
3556         System.Reflection.MethodBase.GetMethodFromHandleInternalType
3557         is a MonoType not a MonoClass.
3558
3559 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
3560
3561         * verify.c: support for function pointers in the verifier
3562
3563 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
3564
3565         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
3566
3567 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
3568
3569         * assembly.c: removed Mono.Data.SqliteClient from the list of
3570         forward-compatible assemblies as it breaks the ABI (bug #81899).
3571
3572 2007-06-19  Raja R Harinath  <rharinath@novell.com>
3573
3574         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
3575         lookup/update with the loader lock.
3576         * reflection.c (mono_class_bind_generic_parameters): No need to
3577         protect mono_metadata_lookup_* with the loader lock.
3578         * class.c (inflate_generic_type): Likewise.
3579         
3580         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
3581         on a generic instantiated type.
3582
3583 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
3584
3585         *verify.c: produce meanfull error messages on verification error
3586         *verify.c: fixed some cases of verification errors reported as validation errors
3587         *pedump.c: fixed the error name array, now it shows validation errors properly
3588         *verify.h: fixed the contant that should be used for verification errors
3589
3590 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
3591
3592         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
3593         for bug #77596, 81858 and 80743 (generics data structures on domain
3594         unload).
3595
3596 2007-06-15  Raja R Harinath  <rharinath@novell.com>
3597
3598         Avoid allocating 'MonoGenericContext' on the heap.
3599         * class-internals (_MonoMethodInflated::context): Make field
3600         inline, not a pointer.
3601         * loader.c (method_from_methodspec): Allocate 'new_context' on the
3602         stack.  Use the context embedded within the inflated method as the
3603         hash key, rather than 'new_context'.
3604         * class.c (inflate_generic_context): Simplify.  Return a struct
3605         rather than allocating on the heap.
3606         (mono_class_inflate_generic_method_full): Update to changes.  Now,
3607         doesn't salt away a copy of the context -- simplifying the
3608         lifetime rules of a 'MonoGenericContext *'.
3609         (mono_method_get_context): Return pointer to embedded context.
3610         (setup_generic_array_ifaces): Allocate temporary context on stack.
3611         * reflection.c (inflate_mono_method): Likewise.
3612         (mono_reflection_bind_generic_method_parameters): Likewise.
3613         Use the context embedded within the inflated method as the hash key.
3614
3615         Avoid a source of allocation of 'MonoGenericContext'.
3616         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
3617         and 'cached_context' fields into embedded 'MonoGenericContext' field.
3618         * class.c: Update to changes.
3619         (mono_generic_class_get_context): Simplify drastically.  Now just
3620         returns a pointer to the field.
3621         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
3622         argument as a const pointer.
3623         (mono_metadata_generic_context_equal): Likewise.
3624         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
3625         Update to changes.
3626
3627 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
3628
3629         * verify.c improved the handling of brtrue/brfalse, factored out common code
3630
3631 2007-06-14  Raja R Harinath  <rharinath@novell.com>
3632
3633         Kill MonoGenericMethod.
3634         * class-internals.h (MonoGenericContext::method_inst): Rename from
3635         'gmethod' and convert to a MonoGenericInst.
3636         (MonoGenericMethod): Remove.
3637         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
3638         * loader.c (method_from_methodspec): Update to changes.  Use a
3639         MonoGenericContext as the key to the hashtable.
3640         * metadata.c (mono_metadata_generic_context_equal): Rename from 
3641         'mono_metadata_generic_method_equal' and take MonoGenericContext.
3642         (mono_metadata_generic_context_hash): Likewise from
3643         'mono_metadata_generic_method_hash'.  Change hash function.
3644         (mono_metadata_load_generic_params): Update to changes.
3645         (mono_get_shared_generic_method): Remove.
3646         * metadata-internals.h (mono_get_shared_generic_method): Remove.
3647         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
3648         (inflate_generic_context): Likewise.
3649         (mono_class_inflate_generic_method_full): Likewise.
3650         (setup_generic_array_ifaces): Likewise.
3651         (mono_class_create_from_typespec): Likewise.
3652         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
3653         (method_encode_methodspec): Update callsite.
3654         (reflection_methodbuilder_to_mono_method): Update to changes.
3655         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
3656         MonoGenericContext as the key to the hashtable.
3657         (inflate_mono_method): Update to changes.
3658
3659         * class-internals.h (MonoGenericMethod::container): Remove.
3660         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
3661
3662 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
3663
3664         * profiler-private.h, profiler.c, profiler.h: added API to profile
3665         exception events.
3666
3667 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3668
3669         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
3670
3671 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3672
3673         * verify.c: method invocation is now validated, now we verify parameter types on stack.
3674         Fixed overflow and underflow not aborting the verification process.
3675
3676 2007-06-13  Mark Probst  <mark.probst@gmail.com>
3677
3678         * class-internals.h (MonoStats): Added stats entries for dynamic
3679         code allocations.
3680
3681 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
3682
3683         * loader.c (mono_free_method): Free header->locals and header->clauses.
3684
3685         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
3686         dynamic case.
3687
3688         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
3689
3690         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
3691
3692 2007-06-12  Raja R Harinath  <rharinath@novell.com>
3693
3694         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
3695         the tables.
3696
3697 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3698
3699         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
3700
3701 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3702
3703         MonoGenericMethod on a diet
3704         * class-internals.h (_MonoMethodInflated::reflection_info): Move
3705         here ...
3706         (_MonoGenericMethod::reflection_info): ... from here.
3707         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
3708         Update to changes.
3709         * reflection.c (inflate_mono_method): Likewise.
3710         (mono_reflection_bind_generic_method_parameters): Likewise.
3711
3712 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3713
3714         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
3715         *verify.c: factored long ldarg forms to share code with short forms
3716
3717 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3718
3719         *verify.c: fixed code formating factored some duplicate code
3720         into a new function
3721
3722         *verify.h: fixed binary incompatibility introduced earlier
3723
3724         *pedump.c: fixed formating
3725
3726 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3727
3728         Fix assertion when disassembling Mono.C5.dll
3729         * loader.c (method_from_methodspec): Avoid inflating a method
3730         twice with the same context.  If the methodref is inflated, use
3731         the declaring method instead.
3732
3733         * class.c (mono_class_from_generic_parameter): Fix case similar to
3734         bug #81830 handled below, but for method containers.
3735
3736 2007-06-10  Raja R Harinath  <harinath@gmail.com>
3737
3738         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
3739         get_shared_generic_class.  Directly inflate the instance.
3740         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
3741         (inflate_generic_class): Delete.
3742         (get_shared_generic_class): Delete.  Move setting of
3743         'cached_class' and 'cached_context' ...
3744         * metadata.c (mono_metadata_lookup_generic_class): ... here.
3745
3746         * metadata.c (mono_metadata_lookup_generic_class): Change
3747         signature to take the components of a MonoGenericClass rather than
3748         an allocated MonoGenericClass.  Change semantics to be intern-like.
3749         * reflection.c (mono_class_bind_generic_parameters): Update to
3750         changes.  Make locking region tighter.
3751         * class.c (inflate_generic_class): Update to changes.
3752         (get_shared_generic_class): Likewise.
3753         * metadata-internals.h: Likewise.
3754
3755         * reflection.c (mono_class_bind_generic_parameters): Take and
3756         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
3757         (mono_reflection_bind_generic_parameters): Use
3758         'mono_class_bind_generic_parameters' rather than duplicate the code.
3759         * class.c (mono_bounded_array_class_get): Update to changes.
3760         * object-internals.h: Likewise.
3761
3762         * reflection.c (mono_class_bind_generic_parameters): Only support
3763         parameterizing generic type definitions.  Remove support for other
3764         open types.
3765
3766 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
3767
3768         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
3769
3770         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
3771         in the dynamic case.
3772
3773 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
3774
3775         * threads.c: When cleaning up thread, reset the Background bit.
3776         Fixes bug #81720.
3777
3778 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
3779
3780        * metadata.c: Move variable declarations to top of scope.
3781        * verify.c: Move variable declarations to top of scope.
3782
3783        Code is contributed under MIT/X11 license.
3784
3785 2007-06-08  Raja R Harinath  <rharinath@novell.com>
3786
3787         * reflection.c (mono_class_bind_generic_parameters): Replace
3788         open-coded loop with mono_metadata_inflate_generic_inst.
3789
3790         * class.c (get_shared_generic_class): Don't call
3791         mono_get_shared_generic_inst.  Use the container's own
3792         'class_inst'.
3793
3794         * metadata.c (mono_metadata_load_generic_params): Move
3795         initialization of 'context' field here from ...
3796         * class.c (mono_class_create_from_typedef): ... here, and ...
3797         * loader.c (mono_get_method_from_token): ... here.
3798
3799         * class.c (get_shared_generic_class): Rename from
3800         mono_get_shared_generic_class and make static.
3801         (mono_get_shared_generic_inst): Move to metadata.c.
3802         * loader.c (mono_get_shared_generic_method): Likewise.
3803         * class-internals.h, metadata-internals.h: Update to changes.
3804
3805         Fix #81830
3806         * class.c (mono_class_from_generic_parameter): Don't assume a
3807         generic container owner exists.  Generic containers from monodis
3808         don't have any.
3809
3810 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
3811
3812         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
3813         * verify.h: new typedefs to returns the non-verifiable status
3814         * verify.c: initial implementation of generics, stack merging and object compatibility check
3815
3816 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3817
3818         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3819         a MonoInternalHashTable again (fixed bug in internal hash table
3820         code).
3821
3822 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3823
3824         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3825         MonoInternalHashTable again (fixed bug in internal hash table
3826         code).
3827
3828 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3829
3830         * class.c, image.c, class-internals.h, domain.c,
3831         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
3832         changes.  Have to figure out what makes them break the SWF
3833         regression.
3834
3835 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3836
3837         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3838         a MonoInternalHashTable now.
3839
3840 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3841
3842         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3843         MonoInternalHashTable now.
3844
3845 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
3846
3847         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
3848         invoke_impl code.
3849
3850         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
3851
3852         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
3853         dependent trampoline.
3854
3855         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3856
3857         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
3858
3859 2007-05-29  Robert Jordan  <robertj@gmx.net>
3860
3861         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
3862
3863 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
3864
3865         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
3866
3867 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
3868
3869        * marshal.c: Fix interface lookup loops for
3870        cominterop_get_com_slot_for_method and 
3871        cominterop_get_method_interface. Only need to lookup
3872        if type is a class, else use interface type method is on.
3873
3874        Code is contributed under MIT/X11 license.
3875
3876 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
3877
3878         * reflection.c: HasSecurity can be present even if no specially 
3879         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
3880         SecurityAttribute). Fix CAS regression tests on buildbot.
3881
3882 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
3883
3884        * appdomain.c: Add configure checks for header files.
3885        * image.c: Add configure checks for header files.
3886        * file-io.c: Add configure checks for header files.
3887        * debug-mono-symfile.c: Add configure checks for header files.
3888        * threadpool.c: Add configure checks for header files.
3889        * console-io.c: Add configure checks for header files.
3890        * profiler.c: Add configure checks for header files.
3891        * rawbuffer.c: Add configure checks for header files.
3892        * icall.c: Add configure checks for header files.
3893        * rand.c: Add configure checks for header files.
3894        * socket-io.c: Add configure checks for header files.
3895
3896        Code is contributed under MIT/X11 license.
3897
3898 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
3899
3900         * reflection.c (mono_custom_attrs_from_builders): Remove the 
3901         assertion as it breaks the build.
3902         
3903         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
3904
3905         * reflection.c (lookup_custom_attr): Make a copy here too.
3906
3907         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
3908         dynamic images.
3909
3910         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
3911         images.
3912
3913         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
3914         info.
3915
3916 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
3917
3918         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
3919         (load_cattr_value): Ditto.
3920
3921 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
3922
3923         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
3924
3925 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
3926
3927         * threads.c: In "start_wrapper", set apartment_state to MTA if
3928         apartment_state is Unknown and we're running on 2.0 profile or
3929         higher.
3930         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
3931         to main method, then set apartment_state to Unknown on 1.0 profile,
3932         and MTA on 2.0 profile.
3933
3934 2007-05-16  Jb Evain  <jb@nurv.fr>
3935
3936         * class-internals.h (MonoDefaults): Add an attribute_class and
3937           customattribute_data_class.
3938         * domain.c (mono_init_internal): Populate them.
3939         * reflection.c: Use them to remove duplicates. Make a vew
3940         MonoClass variables `static'.
3941
3942 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
3943
3944         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
3945         step in implementing IMT, so that all isinst checks now can go
3946         through the bitmap.
3947         This was needed because vtables for TransparentProxy need to look
3948         like the vtable of the "target" class, so they need to point to
3949         its interface bitmap directly.
3950
3951         * object.c: inside "mono_class_create_runtime_vtable" and
3952         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
3953
3954 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
3955
3956         * object-internals.h
3957           culture-info.h : added territory field in MonoCulture and
3958           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
3959         * locales.c : fill territory field above too.
3960         * culture-info-table.h : regenerated.
3961
3962 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
3963
3964         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
3965         Fixes #81599.
3966
3967 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
3968
3969         * object.c: Always initialize apartment, even if 
3970         there is no custom attributes on entry point.
3971         
3972         Code is contributed under MIT/X11 license.
3973
3974 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
3975
3976         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
3977         * metadata.c: If no encoding is set, check for unicode
3978         on class.
3979         
3980         Code is contributed under MIT/X11 license.
3981
3982 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3983
3984         * threads.c: Handle if mono_thread_current returns NULL 
3985         
3986         Code is contributed under MIT/X11 license.
3987
3988 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3989
3990         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
3991         in start_wrapper. Added mono_thread_init_apartment_state and
3992         mono_thread_cleanup_apartment_state.
3993         * object.c: Initialize thread apartment state on main thread
3994         by checking for STAThreadAttribute on entry point.
3995         * object-internals.h: Add apartment_state field to MonoThread.
3996         * threads-types.h: Add unmanaged definition of 
3997         System.Threading.ApartmentState, MonoThreadApartmentState.
3998         
3999         Code is contributed under MIT/X11 license.
4000         
4001 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
4002
4003         * class.c: Fix windows build.
4004         * class-internals.h: Fix windows build.
4005         
4006         Code is contributed under MIT/X11 license.
4007
4008 2007-05-08  Robert Jordan  <robertj@gmx.net>
4009
4010         * process.c (CreateProcess_internal):
4011         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
4012         .CreateNoWindow was specified. Fixes #81496.
4013
4014 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
4015
4016         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
4017         step in implementing IMT, replaced it with two compact arrays
4018         (interfaces_packed and interface_offsets_packed) and a bitmap that
4019         is used for isinst checks (interface_bitmap).
4020
4021         * class.c: (compare_interface_ids): compare function to pass to
4022         bsearch when looking for an interface with a given id.
4023         (mono_class_interface_offset): reimplemented using bsearch on
4024         interfaces_packed, getting the offset from interface_offsets_packed.
4025         (print_implemented_interfaces): utility debugging function.
4026         (setup_interface_offsets): reworked to initialize interfaces_packed,
4027         interface_offsets_packed and interface_bitmap.
4028
4029         * object.c: replaced all accesses to "MonoClass.interface_offsets"
4030         with uses of interfaces_packed and interface_offsets_packed.
4031
4032 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
4033
4034         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
4035         mono_class_interface_offset prototype to wrap all accesses to
4036         "MonoClass.interface_offsets".
4037
4038         * class.c: Implemented mono_class_interface_offset, and wrapped all
4039         accesses to "MonoClass.interface_offsets".
4040
4041         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
4042         "MonoClass.interface_offsets".
4043
4044 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
4045
4046         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
4047         GetMethodFromHandle overloads (bug #78637).
4048
4049 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
4050
4051         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
4052         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
4053
4054 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
4055
4056         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
4057         #81498.
4058
4059         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
4060         gracefully.
4061         (mono_custom_attrs_from_index): Ditto.
4062
4063         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
4064         Fixes #81501.
4065
4066 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
4067
4068         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
4069         is now allocated from a mempool.
4070
4071 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
4072
4073         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
4074         caller holds threads_lock, leading to deadlocks. Fixes #81476.
4075
4076 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
4077
4078         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
4079         mono_loader_clear_error () too late. Fixes #81463.
4080
4081 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
4082
4083         * culture-info-table.h : regenerated.
4084
4085 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
4086
4087         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
4088         is missing.
4089
4090 2007-04-25  Dick Porter  <dick@ximian.com>
4091
4092         * Makefile.am: Put the mingw enforced-optimisation back into the
4093         PLATFORM_WIN32 section.
4094
4095 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
4096
4097         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
4098         patch.
4099
4100         * image.c (mono_image_load_module): New API function to load a module reference.
4101
4102         * image.c (load_modules): Load modules lazily. Fixes #80812.
4103
4104         * class.c (mono_class_from_typeref): Use mono_image_load_module.
4105         
4106         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
4107
4108         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
4109         to mono_image_load_module_dynamic.
4110
4111 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
4112
4113         * marshal.c: Fix calling convention for CCW on non-windows
4114         platforms. STDCALL on windows, CDECL everywhere else to work 
4115         with XPCOM and MainWin COM.
4116         
4117         Code is contributed under MIT/X11 license.
4118
4119 2007-04-23  Martin Baulig  <martin@ximian.com>
4120
4121         Fix #80969.
4122
4123         * loader.c
4124         (method_from_memberref): Added `gboolean *used_context' argument.
4125         (mono_get_method_from_token): Likewise.
4126         (mono_get_method_full): Don't insert the method in the cache when
4127         `used_context' is true.
4128
4129 2007-04-23  Raja R Harinath  <rharinath@novell.com>
4130
4131         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
4132
4133         * reflection.c (mono_reflection_bind_generic_parameters): Don't
4134         create new MonoTypes for returned types.
4135         * class.c (mono_generic_class_get_class): Export mono-internal.
4136         * class-internals.h: Update to changes.
4137
4138 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
4139
4140         * threadpool.c, threadpool.h, icall-def.h: patch from
4141         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
4142
4143 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
4144
4145         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
4146         
4147         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
4148
4149         * threads.c (mono_thread_get_stack_bounds): New helper function.
4150
4151         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
4152         Correctly compute stack bounds when attaching. Fixes #81394.
4153
4154 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
4155
4156         * reflection.c: fix handling of doubles in custom attributes
4157         for the arm-fpa format (bug #81368).
4158
4159 2007-04-18  Raja R Harinath  <rharinath@novell.com>
4160
4161         * reflection.c (assembly_add_win32_resources): Mildly relax an
4162         bounds check to let the end pointer point just past the end of the
4163         allocated buffer.  (may fix #81384)
4164
4165 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
4166
4167         * culture-info-table.h : regenerated.
4168
4169 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
4170
4171         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
4172         the thread is aborted early.
4173
4174 2007-04-05  Dick Porter  <dick@ximian.com>
4175
4176         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
4177         FindFirstFile()/FindNextFile() to find entries.  This lets the
4178         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
4179         81038.
4180
4181         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
4182         the parameters of
4183         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
4184
4185 2007-04-04  Martin Baulig  <martin@ximian.com>
4186
4187         * debug-helpers.c
4188         (mono_method_desc_full_match): Add support for nested classes.
4189
4190 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
4191
4192         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
4193
4194 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
4195
4196         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
4197         waiting for too many threads.
4198
4199 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
4200
4201         * environment.c: Fix return value check on uname so we can get the 
4202         executing version on Solaris operating systems.
4203
4204 2007-03-28  Jb Evain  <jbevain@gmail.com>
4205
4206         * class.c (mono_type_get_name_recurse): Complete the
4207         fix for the creation of assembly qualified names for
4208         pointer types. Fixes #81208.
4209
4210 2007-03-27  Dick Porter  <dick@ximian.com>
4211
4212         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
4213         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
4214         changed.
4215
4216         * threads.c
4217         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
4218         the value of ReleaseMutex().
4219
4220 2007-03-27  Dick Porter  <dick@ximian.com>
4221
4222         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
4223         in little-endian order, not network endian, so must be converted
4224         to host endian here.  Fixes bug 80593.
4225
4226 2007-03-22  Jb Evain  <jbevain@gmail.com>
4227
4228         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
4229         qualified names for pointer types. Fixes #81208.
4230
4231 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
4232
4233         * marshal.c: Add support for PreserveSigAttribute. 
4234         
4235         Code is contributed under MIT/X11 license.
4236
4237 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
4238
4239         * process.c: Fix endianness issues. Fixes #81126.
4240
4241         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
4242         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
4243
4244         * image.c (mono_image_lookup_resource): Make this work on big-endian
4245         machines.Change API contract so the caller needs to free the return value.
4246         
4247         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
4248         API change.
4249         
4250 2007-03-14  Martin Baulig  <martin@ximian.com>
4251
4252         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
4253         mono_type_get_desc() as well.
4254
4255 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
4256
4257         * icall.c:  Fix environ access in VS.  
4258         
4259 2007-03-13  Alp Toker  <alp@atoker.com>
4260
4261         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
4262         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
4263         #63841.
4264
4265 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
4266
4267         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
4268         circular references among dynamic methods. Fixes #81091.
4269
4270         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
4271
4272 2007-03-09  Martin Baulig  <martin@ximian.com>
4273
4274         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
4275
4276 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
4277
4278         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
4279         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
4280         
4281         Code is contributed under MIT/X11 license.
4282         
4283 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
4284
4285         * loader.c: Reapply patch for bug #79424.
4286
4287 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
4288
4289         * metadata.c (mono_type_to_unmanaged): Only convert object to
4290         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
4291
4292 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
4293
4294         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
4295         (and incorrectly set) is_reference field from MonoGenericInst.
4296
4297 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
4298
4299         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
4300         a little earlier.
4301
4302         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
4303
4304         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
4305
4306 2007-03-05  Miguel de Icaza  <miguel@novell.com>
4307
4308         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
4309         FileOptions.1 value to mean "temporary", map that to
4310         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
4311
4312         Fixes 80688
4313
4314 2007-03-03  Marek Habersack  <mhabersack@novell.com>
4315
4316         * appdomain.c: implement MS .Net style shadow copying. Copies of
4317         the assemblies are made in a subdirectory of the dynamic base
4318         directory, the assembly names are preserved.
4319         Copy .mdb and .config files along with the assemblies being shadowed.
4320
4321 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
4322
4323         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
4324         (emit_marshal_handleref): Ditto.
4325
4326         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
4327         on Visual C++. Fixes #80671.
4328
4329 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
4330
4331         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
4332         for clone operations.
4333
4334 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
4335
4336         * marshal.c: Fix warnings.
4337
4338 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
4339
4340         * loader.c: allow case-insensitive matching of the dll name
4341         in dllmap handling when prefixed with "i:".
4342
4343 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
4344
4345         * threads.c: Fix #ifdef for dummy_apc function for VS.
4346
4347 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
4348
4349         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
4350
4351 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
4352         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
4353         giving precedence to the methods with a fully qualified name
4354         (InterfaceName.MethodName) when building the interface sections
4355         of the vtable.
4356
4357 2007-02-16  Dick Porter  <dick@ximian.com>
4358
4359         * threadpool.c (append_job): Fix fast-path array handling, so it's
4360         less likely the array will grow exponentially when the load is
4361         heavy.
4362
4363 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
4364
4365         * metadata-internals.h, loader.c: fix dllmap lookup order
4366         for non-function maps, too, and prepare for fallback code.
4367
4368 2007-02-12  Robert Jordan  <robertj@gmx.net>
4369
4370         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
4371         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
4372         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
4373         GlobalFree. Fixes a part of bug #77075.
4374
4375 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
4376
4377         * loader.c: implemented typedef parent in field memberref.
4378
4379 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
4380
4381         * marshal.c: Fix warnings and remember to call Release on
4382         IUnknown of RCW.
4383         
4384         Code is contributed under MIT/X11 license.
4385
4386 2007-02-10  Miguel de Icaza  <miguel@novell.com>
4387
4388         * class-internals.h: Add MonoHandleRef definition, and
4389         handleref_class to mono_defaults. 
4390
4391         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
4392         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
4393
4394         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
4395         (do nothing on this stage)
4396         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
4397         (emit_marshal_handleref): New method, used for argument handling
4398         of HandleRefs. 
4399
4400 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
4401
4402         * class.c (mono_class_setup_parent): Lazily init com types.
4403         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
4404         init com types.
4405         * object.c (mono_remote_class_vtable): Lazily init com types.
4406         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
4407         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
4408         * domain-internals.h: Expose mono_init_com_types.
4409         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
4410         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
4411         Add support for COM Callable Wrapper marshalling.
4412         * marshal.h: Add icall definitions.
4413         * gc.c: Handle freeing of CCWs in finalizer code.
4414         
4415         Code is contributed under MIT/X11 license.
4416
4417 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
4418
4419         * reflection.c: changed all the signature encoding code to use
4420         a variable-sized buffer.
4421
4422 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
4423
4424         * marshal.c: locking fixes: never take the loader lock
4425         or other runtime locks when holding the marshal lock
4426         (fixes bug#80664).
4427
4428 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
4429
4430         * marshal.c: make the delegate function pointer mapping
4431         work for the moving GC.
4432
4433 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
4434
4435         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
4436         for bug #80618.
4437
4438 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
4439
4440         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
4441         gmodule.
4442
4443 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
4444
4445         * threadpool.c: made the code moving-GC safe.
4446
4447 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
4448
4449         * assembly.c, boehm-gc.c, class-internals.h, class.c,
4450         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
4451         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
4452         warning cleanup.
4453         * reflection.c: warning cleanup, some threading and moving GC fixes.
4454
4455 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
4456
4457         * class.c, loader.c: create the needed Set/Get/Address array methods
4458         as well as the .ctors in mono_class_init (), fixes bug #80567.
4459
4460 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
4461
4462         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
4463         we doesn't decrease its alignment. Should fix the sparc build.
4464
4465 2007-01-24  Dick Porter  <dick@ximian.com>
4466
4467         * socket-io.c
4468         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
4469         Create the returned object if we need to ignore an unsupported
4470         socket option.  Fixes a segfault reported by Atsushi.
4471
4472 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
4473
4474         * class.c, object.c: restrict GC-tracked fields to
4475         UIntPtr fields used inside corlib, so we provide better
4476         type info to the GC and also allow broken packing as in
4477         bug #80580.
4478
4479 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
4480
4481         * sgen-gc.c: removed duplicated function.
4482
4483 2007-01-19  Miguel de Icaza  <miguel@novell.com>
4484
4485         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
4486         value that means that the value is not supported, but that we
4487         should not return a failure, but instead report this as a
4488         successful operation.
4489
4490 2007-01-19  Raja R Harinath  <rharinath@novell.com>
4491
4492         Fix tests/bug79956.2.il
4493         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
4494         (mono_generic_class_get_class): If the generic definition in an
4495         enum, copy over other fields related to it.
4496
4497 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
4498
4499         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
4500         genericinst enums (bug #79215).
4501
4502 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
4503         * class.c: Fix bug 80307.
4504
4505 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
4506
4507         * image.c: if the file table is not present, try to load
4508         all the modules, since we don't have info about them
4509         having or not metadata (bug #80517).
4510         * assembly.c: allow mono_assembly_load_references () to
4511         work for netmodules.
4512
4513 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
4514
4515         * image.c, metadata-internals.h, object.c: execute module
4516         cctors when running on the 2 runtime if present (bug #80487).
4517
4518 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
4519
4520         * icall.c: optimized InitializeArray() on bigendian.
4521
4522 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
4523
4524         * icall.c: fix for the broken ARM FPA double format.
4525
4526 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
4527
4528         * icall.c: handle endian issues for r4 and r8 types, too, in
4529         the InitializeArray() icall.
4530
4531 2007-01-15  Miguel de Icaza  <miguel@novell.com>
4532
4533         * loader.c (mono_loader_error_prepare_exception): Clear the error
4534         once we have extracted the information from it, do this before we
4535         call into the JIT's class loading mechanisms.
4536
4537         * object.c (mono_class_create_runtime_vtable): Do not clear the
4538         loader error before calling mono_class_get_exception_for_failure
4539         as the loader error is needed inside
4540         mono_class_get_exception_for_failure to throw the error (thinko).
4541
4542         Fixes #80521
4543         
4544 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
4545
4546         * reflection.c: align fields rva data so it's faster to load at
4547         runtime.
4548
4549 2007-01-12  Raja R Harinath  <rharinath@novell.com>
4550
4551         Prepare to simplify GenericMethod handling.
4552         * class-internals.h (mono_method_get_context): New accessor function.
4553         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
4554         rather than directly accessing '->context' field.
4555
4556         * class-internals.h (_MonoGenericParam.method): Move ...
4557         (_MonoGenericContainer): ... here.  Add into union with klass field.
4558         * class.c, icall.c, loader.c, metadata.c, reflection.c:
4559         Update to changes.
4560
4561 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
4562
4563         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
4564         the wrapper type enum and reduce relocations.
4565
4566 2007-01-12  Raja R Harinath  <rharinath@novell.com>
4567
4568         * reflection.c (inflate_mono_method): Reuse method instantiation
4569         from the generic method, if available.
4570
4571 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4572
4573         * marshal.c (emit_marshal_variant): Fix conv_arg
4574         type in last commit, based on whether parameter is byref.
4575         
4576 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4577
4578         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
4579         marshalling.
4580         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
4581         MONO_TYPE_OBJECT back for VARIANT support.
4582
4583 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4584
4585         * marshal.c, marshal.h, icall-def.h: Implement 
4586         Marshal.ReAllocCoTaskMem.
4587
4588 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
4589
4590         * marshal.c: memory retention fixes: use the proper
4591         image cache for runtime_invoke method lookups.
4592
4593 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
4594
4595         * mempool.c: added code to help debug mempool allocations.
4596
4597 2007-01-11  Dick Porter  <dick@ximian.com>
4598
4599         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
4600         support (experimenting with faking it with IP_MTU_DISCOVER for
4601         systems that don't have IP_DONTFRAGMENT.)
4602         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
4603         icall.
4604
4605         * icall-def.h: new System.Net.Sockets.Disconnect icall.
4606
4607         * socket-io.h: Add new fields to MonoSocketAsyncResult
4608         corresponding to the new ones in Socket.cs.
4609
4610 2007-01-11  Raja R Harinath  <rharinath@novell.com>
4611
4612         Fix IronPython regression mentioned in #80249
4613         * metadata.c (do_mono_metadata_parse_generic_class): Clear
4614         'cached_context' field, since it may have been initialized as a
4615         side-effect of metadata parsing.
4616
4617         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
4618         (_MonoGenericClass.cached_class): Move here and rename from lone
4619         remaining field of ...
4620         (_MonoInflatedGenericClass): ... this.  Remove.
4621         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
4622         to changes.
4623
4624         Fix mcs/tests/test-128.cs regression.
4625         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
4626         2007-01-10 change below.
4627         [MONO_TYPE_OBJECT]: Recurse into array case.
4628
4629 2007-01-11  Raja R Harinath  <harinath@gmail.com>
4630
4631         * class-internals.h (mono_get_inflated_generic_class): Remove.
4632         * class.c (mono_get_inflated_generic_class): Remove.
4633         (mono_generic_class_get_class): Rename from
4634         mono_class_create_generic.
4635         (mono_class_from_mono_type) [GENERICINST]: Use it.
4636         * reflection.c, metadata.c: Update to changes.  Use
4637         'mono_class_from_mono_type'.
4638
4639 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
4640
4641         * reflection.c: use passed type when encoding an array element
4642         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
4643
4644 2007-01-09  Robert Jordan  <robertj@gmx.net>
4645
4646         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
4647         result arguments (someDelegate.EndInvoke (unrelatedAres)).
4648         Fixes bug #80392.
4649
4650 2007-01-09  Raja R Harinath  <rharinath@novell.com>
4651
4652         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
4653
4654         * object.c (set_value): Avoid aliasing between type->data.klass
4655         and type->data.generic_class.
4656
4657         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
4658
4659 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4660
4661         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
4662         between type->data.klass and type->data.generic_class.
4663
4664 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
4665
4666         * marshal.c: In MS.NET, StringBuilder objects are not copied by
4667         value in out parameters.
4668
4669 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4670
4671         Simplify invariant for MonoGenericClass::klass field.
4672         * class.c (mono_class_create_generic): Verify 'klass' is null.
4673         * metadata.c (do_mono_metadata_parse_generic_class): Don't
4674         initialize 'klass' field.
4675
4676 2007-01-05  Raja R Harinath  <rharinath@novell.com>
4677
4678         Ongoing work to avoid redundant data and simplify invariants.
4679         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
4680         'generic_class', and change type to a GenericInst.
4681         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
4682         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
4683
4684 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
4685
4686         * class.c : skip io-layer under PLATFORM_WIN32.
4687
4688 2007-01-03  Tor Lillqvist  <tml@novell.com>
4689
4690         Fix #80305: In a bundled executable, look in the bundled exe
4691         assembly to determine the runtime version. Add the possibility to
4692         bundle also the machine.config file.
4693         
4694         * assembly.c (mono_assembly_open_from_bundle): Make
4695         non-static. Allow being called even if we have no bundled
4696         assemblies, and return NULL right away in that case.
4697
4698         * domain-internals.h: Declare mono_assembly_open_from_bundle()
4699         here.
4700
4701         * domain.c (app_config_parse): Take an assembly exe file name as
4702         parameter instead of a config file name. Check for a bundled
4703         config file for that assembly by calling
4704         mono_config_string_for_assembly_file() (see below) before looking
4705         for one in the file system.
4706         (get_runtimes_from_exe): Corrsponding change to call of
4707         app_config_parse().
4708         (get_runtimes_from_exe): Check for bundled assembly exe file first
4709         by calling mono_assembly_open_from_bundle(). If no bundled
4710         assembly exe file is found, call mono_image_open() as before to
4711         look it up in the file system.
4712
4713         * mono-config.c: Add variable bundled_machinec_onfig.
4714         (mono_config_string_for_assembly_file): New function.
4715         (mono_config_for_assembly): Move code snippet that looks for a
4716         bundled assembly .config file into the above new function. Call
4717         it.
4718         (mono_register_machine_config, mono_get_machine_config): New
4719         functions to set and retrieve
4720
4721         * assembly.h: Declare mono_register_machine_config().
4722
4723         * mono-config.h: Declare mono_get_machine_config() and
4724         mono_config_string_for_assembly_file().
4725
4726         * icall.c: No declaration of environ necessary on Win32. It is
4727         declared (as a macro expanding to a function call) in stdlib.h.
4728         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
4729         New internal mono function. Returns the value of
4730         mono_get_machine_config() as a Mono string.
4731
4732         * icall-def.h: Add get_bundled_machine_config().
4733
4734 2007-01-04  Raja R Harinath  <rharinath@novell.com>
4735
4736         Remove redundant field
4737         * class-internals.h (_MonoGenericContext.container): Remove field.
4738         * loader.c (mono_method_get_signature_full): Don't parse a
4739         "container" for a signature parse when the signature is inflated
4740         immediately.
4741         (method_from_methodspec): Likewise, for a generic_inst.
4742         * class.c, metadata.c, reflection.c: Update to changes.
4743
4744 2006-01-04  Raja R Harinath  <rharinath@novell.com>
4745
4746         * class-internals.h (_MonoGenericClass): Rename 'context' field to
4747         'cached_context', and change semantics -- it starts off NULL, and
4748         is initialized on demand.
4749         * class.c (mono_generic_class_get_context): New accessor to
4750         replace 'context' field accesses.
4751         (mono_class_get_context): New helper.
4752         (*): Update to changes.
4753         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
4754
4755 2007-01-03  Miguel de Icaza  <miguel@novell.com>
4756
4757         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
4758         before the memcpy.   Fixes Marshal2 regression.
4759
4760 2007-01-02  Jb Evain  <jbevain@gmail.com>
4761
4762         * blob.h: add a MONO_TYPE_ENUM definition
4763         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
4764         fix the encoding of arrays of enums in custom attributes.
4765
4766         Fixes #79666.
4767
4768 2007-01-01  Miguel de Icaza  <miguel@novell.com>
4769
4770         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
4771         string is null terminated, but only cut the string short if it
4772         overflows the buffer.   
4773         
4774         (mono_string_to_byvalstr): Also fix this routine.   The code here
4775         was not properly terminating a string (it was only terminated
4776         because of the previous catch-all memset). 
4777
4778         I left the memset, because I do not know if applications expect
4779         the runtime to clear this region. 
4780
4781         Fixes #79944.
4782
4783         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4784         Clear the error before returning to unmanaged code to prevent the
4785         runtime from being confused later on (fixes  80420).
4786         (ves_icall_type_from_name): Always call mono_loader_clear_error
4787         after parsing a type that could have failed.
4788         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
4789
4790         * loader.c (mono_loader_clear_error): Fix indentation.
4791
4792 2006-12-28  Martin Baulig  <martin@ximian.com>
4793
4794         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
4795
4796 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
4797
4798         * reflection.c: patch from Rolf Bjarne Kvinge to fix
4799         getting a token for an EnumBuilder.
4800
4801 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4802
4803         * reflection.c: be more careful in case resource generation
4804         fails to create the data array.
4805
4806 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
4807
4808         * sgen-gc.c: write barrier for clone and fix unregister handles.
4809
4810 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
4811
4812         * reflection.c: some fixes needed in the generics code for the moving GC.
4813
4814 2006-12-22  Robert Jordan  <robertj@gmx.net>
4815
4816         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
4817         account. Fixes bug #80299.
4818
4819 2006-12-21  Raja R Harinath  <rharinath@novell.com>
4820
4821         Fix WaitHandle usage in delegates.
4822         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
4823         * object.c (mono_wait_handle_new): Use the property set method to
4824         initialize the handle.
4825         (mono_wait_handle_get_handle): New.
4826         * threadpool.c (mono_async_invoke): Use it.
4827         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
4828         Likewise.
4829         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
4830
4831 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
4832
4833         * marshal.c (emit_marshal): Call emit_marshal_variant and
4834         emit_marshal_com_interface when applicable.
4835         (emit_marshal_variant, emit_marshal_com_interface): Add
4836         methods for this case and remove if's from emit_marshal_object.
4837         
4838 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
4839
4840         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
4841
4842 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
4843
4844         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
4845         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
4846         and GlobalFree on Windows. Remove FIXME.
4847
4848 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
4849
4850         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
4851         implementation for managed objects.
4852
4853 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
4854
4855         * object.c: implemented code to be used for checking
4856         that no reference field overlaps with non-references.
4857
4858 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4859
4860         * threadpool.c: fix queue code to be compatible with the
4861         moving GC.
4862
4863 2006-12-18  Miguel de Icaza  <miguel@novell.com>
4864
4865         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
4866         in structures by throwing ArgumentNullException.
4867
4868         (emit_marshal_safehandle): Also when they are null parameters.
4869
4870         (emit_marshal_safehandle): Add support for ref
4871         SafeHandles parameters
4872
4873 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4874
4875         * profiler.c: updated to use the mono-dl API instead of
4876         gmodule.
4877
4878 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4879
4880         * profiler.c: updated to use the mono-dl dynamic loading
4881         API instead of gmodule.
4882
4883 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
4884
4885         * profiler.c: use readlink, older versions of glib don't have
4886         g_file_read_link ().
4887
4888 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4889
4890         * profiler.c: try to detect the path to mono if libc fails to provide
4891         a useful name (bug #80286).
4892
4893 2006-12-16  Raja R Harinath  <rharinath@novell.com>
4894
4895         Fix #80242
4896         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
4897         instance, use the generic type definition instead.
4898         (ves_icall_Type_GetNestedTypes): Likewise.
4899         * class.c (mono_class_create_generic): Always set the
4900         nested_classes of a generic instance to NULL, even if the generic
4901         type definition has nested types.
4902
4903 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
4904
4905         * marshal.c (mono_string_from_bstr): Revert previous Windows change
4906         and fix on Linux.
4907         
4908 2006-12-15  Miguel de Icaza  <miguel@novell.com>
4909
4910         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
4911         my arguments were in the wrong order.   I also fixed the Windows
4912         version which seems to have had the same issue.
4913
4914         (mono_free_bstr): On Unix, this is g_free.
4915         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
4916         conversions (for the tests in corlib to pass).
4917
4918 2006-12-14  Miguel de Icaza  <miguel@novell.com>
4919
4920         * marshal.c (emit_ptr_to_object_conv): For now, ignore
4921         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
4922         exception if a ref SafeHandle in a struct has changed).
4923         
4924         (emit_struct_conv): Do not perform layout checks for classes
4925         derived from SafeHandle, as those are specially handled. 
4926
4927         (emit_object_to_ptr_conv): Add support for
4928         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
4929
4930         (emit_marshal_safehandle): Implement conversion of return values
4931         of safehandles (MARSHAL_ACTION_CONV_RESULT).
4932         
4933         * threads.c: WaitHandle now is compiled with two different handles
4934         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
4935         for 2.0.
4936         
4937         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
4938         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
4939         these routines to cope with both kinds of fields.
4940
4941 2006-12-12  Miguel de Icaza  <miguel@novell.com>
4942
4943         * metadata.c (mono_type_to_unmanaged): Handle the case where
4944         type->data.klass is a SafeHandle, and in that case, return the
4945         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
4946         MONO_MARSHAL_CONV_SAFEHANDLE. 
4947
4948 2006-12-11  Miguel de Icaza  <miguel@novell.com>
4949
4950         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
4951         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
4952         calling emit_marshal_object.
4953
4954         (emit_marshal_safehandle): Implement marshalling of
4955         SafeHandle parameters (no ref support yet).
4956
4957         (MarshalAction): Document the defines as I implement
4958         them for SafeHandle.
4959
4960         (emit_marshal_object): indentation police.
4961
4962         * class-internals.h: Define MonoSafeHandle.
4963         Add safehandle_class to MonoDefaults type.
4964
4965         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
4966         list of classes to check for fields. 
4967
4968         * domain.c (mono_init_internal): Add SafeHandle to the list of
4969         mono_defaults loaded.
4970
4971 2006-12-15  Raja R Harinath  <rharinath@novell.com>
4972
4973         Fix #80253
4974         * reflection.c (mono_reflection_bind_generic_parameters): If the
4975         generic type definition is a type builder, ensure that it is fully
4976         initialized before instantiating it.  Kill some dead code.
4977
4978 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
4979
4980         * object.c: clear the loader_error () before loading
4981         more metadata stuff (bug #80258).
4982
4983 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
4984
4985         * icall.c, icall-defs.h: type modifiers icalls for
4986         parameters and properties.
4987
4988 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
4989
4990         * object.c, icall.c: fixed warnings.
4991
4992 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
4993
4994         * marshal.c: fixed a couple of leaks and coding style in a few places.
4995
4996 2006-12-08  Dick Porter  <dick@ximian.com>
4997
4998         * process.c: Cope with NULL ProcessStartInfo arguments on windows
4999         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
5000         80173.
5001
5002 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
5003
5004         * process.c: ProcessStartInfo may have only filename set and
5005         arguments can be NULL.
5006
5007 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5008
5009         * icall.c: fix leak found by Robert Jordan.
5010
5011 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
5012
5013         * marshal.c, marshal.h: generate managed method to access an element
5014         of a multi-dimensional array.
5015
5016 2006-11-30  Paolo Molaro (lupus@ximian.com)
5017
5018         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
5019
5020 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
5021
5022         * icall.c: back out GetFields () fix until the serialization code is
5023         fixed to not depend on the incorrect behaviour.
5024
5025 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
5026
5027         * profiler.c: provide defaults if none are set.
5028
5029 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
5030
5031         * Makefile.am, attrdefs.h: new public header file with
5032         constants for attributes for use by embedders.
5033
5034 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
5035
5036         * icall.c: GetFields () fix for bug #80064.
5037
5038 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
5039
5040         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
5041         removed long unused icalls.
5042
5043 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
5044   
5045         * marshal.c: 
5046                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
5047                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
5048                 can be generated without a delegate class.
5049                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
5050         
5051         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
5052
5053 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5054
5055         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
5056         #80069.
5057
5058 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5059
5060         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
5061         icall-def.h: added icalls needed by System.GC.
5062
5063 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
5064
5065         * loader.c: ensure the class in catch clauses is handled
5066         correctly for generics methods (fixes bug#79980).
5067
5068 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
5069
5070         * monitor.h, monitor.c: added mono_locks_dump () function
5071         to help debug deadlocks involving managed locks.
5072
5073 2006-11-13  Dick Porter  <dick@ximian.com>
5074
5075         * file-io.c (get_file_attributes): If the file is a symlink try
5076         and get the stat data for the target, but also add the
5077         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
5078         the specs for the windows symlink support, but will probably have
5079         to be reworked when I have test data from a vista machine.  Fixes
5080         bug 79887.
5081
5082 2006-11-13  Dick Porter  <dick@ximian.com>
5083
5084         * gc.c (mono_domain_finalize): 
5085         * marshal.c (mono_delegate_begin_invoke): 
5086         * threadpool.c (socket_io_init, mono_thread_pool_init)
5087         (mono_thread_pool_finish): 
5088         * monitor.c (mono_monitor_try_enter_internal): 
5089         * threads.c (mono_thread_resume, mono_thread_init)
5090         (mono_thread_suspend_all_other_threads)
5091         (mono_thread_execute_interruption): 
5092         * appdomain.c (mono_domain_unload): Check for NULL error returns
5093         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
5094         75733.
5095
5096 2006-11-11  Miguel de Icaza  <miguel@novell.com>
5097
5098         * process.c
5099         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
5100         Only close the handle if the value of the handle is not
5101         INVALID_HANDLE_VALUE.  This just makes the process a bit more
5102         robust.
5103
5104         Improvement for #75733, so that we do not run into this problem. 
5105
5106         
5107         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
5108         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
5109         internal variables.  Fixes #79462 
5110         
5111
5112 2006-11-09  Dick Porter  <dick@ximian.com>
5113
5114         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
5115         Use poll() not select().  Fixes bug 79397.
5116
5117 2006-11-09  Raja R Harinath  <rharinath@novell.com>
5118
5119         Fix #79872
5120         * assembly.c (mono_assembly_load_from_full): Check that the given
5121         image has an assembly manifest.
5122
5123 2006-11-09  Ankit Jain  <jankit@novell.com>
5124
5125         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
5126         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
5127         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
5128
5129 2006-11-07  Dick Porter  <dick@ximian.com>
5130
5131         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
5132         Put the old resolver behaviour back for pre-2.0 profiles.
5133
5134 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5135
5136         * threadpool.c: precise GC and locking fixes.
5137
5138 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
5139
5140         * class.c: don't load types that have an explicit unaligned
5141         managed reference. Provide better info in the TypeLoad exception.
5142         Part of the fix for bug #79744.
5143         * object.c: use the correct check for class type load issues.
5144
5145 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
5146
5147         * class.c: enforce alignment of fields with managed references
5148         even when Pack=1 is forced by the user (bug #77788).
5149
5150 2006-11-03  Dick Porter  <dick@ximian.com>
5151
5152         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
5153         If the address reverse lookup fails, return it as the hostname
5154         anyway.  Fixes bug 79721.
5155
5156 2006-11-03  Dick Porter  <dick@ximian.com>
5157
5158         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
5159         Fix build on Windows.
5160
5161 2006-11-02  Dick Porter  <dick@ximian.com>
5162
5163         * icall-def.h: 
5164         * object-internals.h: 
5165         * exception.c (mono_get_exception_thread_interrupted): 
5166         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
5167         Fixes bug 74525.
5168
5169         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
5170         Check for pending Thread.Interrupt.
5171
5172 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
5173         * loader.c: Fixed bug 79684.
5174
5175 2006-10-27  Dick Porter  <dick@ximian.com>
5176
5177         * file-io.c (get_file_attributes): Force symlinks to directories
5178         to be returned as a regular file.  Fixes bug 79733.
5179 2006-10-26  Dick Porter  <dick@ximian.com>
5180
5181         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
5182         CreateFile to open a directory then we need to set the
5183         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
5184
5185 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
5186
5187         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
5188         friends.
5189
5190 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5191
5192         * sgengc.c: small cleanup of timer code.
5193
5194 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
5195
5196         * sgen-gc.c: fix some warnings and start adding support for
5197         complete object removal on domain unload.
5198
5199 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
5200
5201         * assembly.c: build_assembly_name should not consider a version
5202         number without build or revision number invalid. Fixes bug #79715.
5203
5204 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
5205
5206         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
5207         call kernel32 function OutputDebugString directly.
5208         
5209         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
5210         
5211 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
5212
5213         * reflection.c: small cleanup, using a function to insert a MonoString
5214         in the string heap.
5215
5216 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
5217
5218         * reflection.c: moving GC fixes.
5219
5220 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
5221
5222         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
5223         all the objects with finalizers belonging to an unloading appdomain.
5224
5225 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
5226
5227         * sgen-gc.c: added ability to allocate even when the nursery is fully
5228         pinned and fixed a couple of bugs.
5229
5230 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
5231
5232         * threads.h: Revert the last change for now.
5233
5234         * threads.h (mono_thread_get_pending_exception): Rename this to
5235         mono_thread_get_undeniable_exception ().
5236
5237 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
5238
5239         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
5240         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
5241         when fname does not refer to valid assembly. This result in a more
5242         meaningful error message.
5243         * exception.c: added mono_get_exception_bad_image_format2 which 
5244         constructs a BadImageFormatException using the ctor taking a custom
5245         message and the file name. Passing in a NULL msg results in a default
5246         message.
5247         * exception.h: define mono_get_exception_bad_image_format2 function.
5248         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
5249         when file name pointed to an invalid IL image. Use 
5250         mono_get_exception_file_not_found2 to construct FileNotFoundException,
5251         as this results in a more meaningful error message.
5252
5253 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
5254
5255         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
5256         #79465.
5257
5258 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
5259
5260         * metadata.c (mono_type_size): Change the align parameter to guint32 for
5261         consistency with the other _size functions.
5262         (mono_type_stack_size): Ditto.
5263
5264         * class.c object.c icall.c: Fix warnings caused by the above change.
5265
5266         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
5267
5268         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
5269
5270         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
5271
5272 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
5273
5274         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
5275         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
5276         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
5277         threadpool.h, threads-types.h: mark more internal functions.
5278
5279 2006-10-11  Dick Porter  <dick@ximian.com>
5280
5281         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
5282         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
5283         reproduce the bug even before applying the fix.)
5284
5285 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
5286
5287         * reflection.c: allow retrieving attributes for arguments in generic
5288         methods (bug #79241).
5289
5290 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
5291
5292         * debug-mono-symfile.c: properly check fopen () result (found by
5293         coverity).
5294
5295 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
5296
5297         * reflection.c: make error message clearer and fixed two
5298         issuelets found by Coverity.
5299
5300 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
5301
5302         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
5303
5304 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
5305
5306         * object-internals.h, gc-internal.h, profiler-private.h:
5307         mark internal functions.
5308
5309 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
5310
5311         * reflection.c: put data in the text section.
5312         * icall.c: recognize more types in type_from_typename ().
5313         * process.c, marshal.c: added some GC FIXMEs.
5314
5315 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
5316
5317         * loader.c: check for NULL before initializing.
5318
5319 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
5320
5321         * gc.c (finalizer_thread): Use a non-alertable wait here.
5322
5323         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
5324         until the correct solution is found.
5325
5326 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
5327
5328         * reflection.c (mono_module_get_object): Avoid an assert when operating on
5329         modules with no metadata. Fixes #79596.
5330
5331         * image.c (load_metadata_ptrs): Put back the error message when
5332         the #- heap is encountered since the support is not complete yet.
5333
5334 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
5335
5336         * gc.c: do not allow the user to SuppressFinalize () a
5337         delegate because it would leak the trampoline if present.
5338
5339 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
5340
5341         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
5342         PropertyPtr table.
5343
5344 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
5345
5346         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
5347
5348         * metadata.c (mono_metadata_get_param_attrs): Ditto.
5349
5350         * row-indexes.h: Add definitions for *Ptr tables.
5351
5352         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
5353
5354         * metadata.c (mono_metadata_translate_token_index): New helper function to
5355         translate table indexes used in uncompressed metadata.
5356         (mono_metadata_decode_table_row): Ditto.
5357         (mono_metadata_decode_table_row_col): Ditto.
5358
5359         * metadata.c: Add table schema for *Ptr tables.
5360
5361         * class.c loader.c: Use the new helper function to access the affected metadata
5362         tables.
5363         
5364         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
5365         #38532.
5366         
5367 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
5368
5369         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
5370         sequences which can be unbounded in size. Fixes #79583.
5371
5372 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
5373
5374         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
5375         static initialization.
5376
5377         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
5378
5379         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
5380
5381         * domain.c (mono_domain_free): Free up type_init_exception_hash.
5382
5383         * object.c (mono_runtime_class_init): Implement correct semantics when a static
5384         ctor fails, i.e. throw the same exception on subsequent accesses.
5385         
5386 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
5387
5388         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
5389         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
5390         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
5391         Handle marshalling of interfaces and VARIANTs contained in structs.
5392         
5393         Code is contributed under MIT/X11 license.
5394         
5395 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
5396
5397         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
5398         
5399         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
5400         mempool.
5401
5402 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5403
5404         * console-io.c: ignore previous SIGINT handler.
5405
5406 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
5407
5408         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
5409         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
5410         #79460, #79461, #79485.
5411
5412         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
5413
5414         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
5415         #79217.
5416
5417 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
5418
5419         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
5420         could be generated from it.
5421
5422 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
5423
5424         * rand.c: fix read loop to correctly handle EINTR.
5425
5426 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5427
5428         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
5429         internal calls are defined to keep methods closer to the declaring
5430         type and allow a significant reduction in runtime relocations and
5431         memory usage.
5432
5433 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
5434
5435         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
5436         exception message to have FileNotFoundException use the default
5437         assembly load error message. Fixes bug #79426.
5438         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
5439
5440 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5441
5442         * threadpool.c: (start_thread_or_queue) use the root domain when
5443         creating the thread instead of the async object one.
5444
5445 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
5446
5447         * class.c, object.c, class-internals.h, reflection.c:
5448         for arrays, store element_size inside MonoClass (speedup
5449         for array object creation).
5450
5451 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
5452
5453         * icall.c: fixed CodeBase to use the file name and not the module
5454         name (bug #79365).
5455
5456 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
5457
5458         * mono-debug.c, mono-debug.h: export find_method as
5459         mono_debug_find_method ().
5460
5461 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5462
5463         * debug-helpers.c, class-internals.h: added a few functions useful
5464         when debugging under gdb.
5465
5466 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5467
5468         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
5469         characters that need special handling.
5470
5471 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
5472
5473         * mono-config.c: make the os/cpu specification more flexible,
5474         allowing lists and negation.
5475
5476 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
5477
5478         * marshal.c: COM Interop fixes. Handle case where method->klass.
5479         is interface. Handle BSTR/MonoString when null. Use CDECL as 
5480         calling convention on non-windows platforms. This is for
5481         compatibility with XPCOM and MainWin COM.
5482         
5483         Code is contributed under MIT/X11 license.
5484         
5485
5486 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
5487
5488         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
5489         correctly. Fixes #79217.
5490
5491         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
5492
5493 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
5494
5495         * mono-config.c: allow both an os and cpu attribute for dllmap
5496         and dllentry elemnets to enable a single config file to be used
5497         for multiple architectures.
5498
5499 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
5500
5501         * loader.c: MonoLoaderError was cleared too soon on load failure.
5502         Fixes bug #79424.
5503
5504 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
5505
5506         * icall.c: use the defining class vtable when accessing a
5507         static field, not a pobblibly derived class.
5508
5509 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
5510
5511         * icall.c string-icalls.c: Remove references to unicode.h.
5512
5513         * unicode.h unicode.c Makefile.am: Remove these unused source files.
5514
5515         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
5516
5517         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
5518         indicating the image where custom marshaller types should be looked up.
5519         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
5520         custom marshallers, instead of corlib. Fixes #79425.
5521
5522 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
5523
5524         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
5525
5526 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
5527
5528         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
5529         Implement Environment.ProcessorCount.
5530         
5531         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
5532         Implement Environment.ProcessorCount.
5533         
5534         * icall.c: 
5535         Add Environment.ProcessorCount icall.
5536         
5537         Patch by Jason McFall.
5538
5539 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5540
5541         * assembly.c: don't append .exe/.dll when the filename already contains
5542         one of those extensions.
5543
5544 2006-09-12  Martin Baulig  <martin@ximian.com>
5545
5546         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
5547         to array interfaces.
5548
5549 2006-09-11  Martin Baulig  <martin@ximian.com>
5550
5551         * reflection.c (mono_image_build_metadata): Create the
5552         MethodImpl's after emitting all types and methods, so we don't
5553         need another fixup pass for them.
5554
5555 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
5556
5557         * class.c (mono_class_from_name_case): Fix regression introduced by the last
5558         change.
5559
5560 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
5561
5562         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
5563         unload.
5564
5565 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
5566
5567         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
5568         args is not set. Fixes #78926.
5569
5570 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
5571
5572         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
5573
5574         * image.c (load_class_names): Move this to class.c, and rename it to 
5575         'mono_image_init_name_cache'.
5576         (load_modules): Fix a warning.
5577
5578         * class.c icall.c image.c: Initialize image->name_cache lazily.
5579
5580         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
5581         on its name using information in the AOT file.
5582
5583         * class.c (mono_class_from_name): Use the new hook function.
5584
5585 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
5586
5587         * reflection.c (mono_param_get_objects): Handle enum default parameter values
5588         correctly.
5589
5590         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
5591         Fixes #79289.
5592         
5593 2006-09-06  Martin Baulig  <martin@ximian.com>
5594
5595         * icall.c (mono_lookup_internal_call): Small fix.
5596
5597 2006-09-05  Raja R Harinath  <rharinath@novell.com>
5598
5599         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
5600         double g_free.
5601
5602 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
5603
5604         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
5605         when --debug is specified.
5606
5607 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
5608
5609         * class.c (setup_generic_array_ifaces): Fix a warning.
5610
5611 2006-09-04  Miguel de Icaza  <miguel@novell.com>
5612
5613         * Temporarily remove the patch to assemly.c that checks the
5614         assembly versions as it breaks our gacutil.
5615
5616 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
5617
5618         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
5619
5620         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
5621         a net 1.0 runtime.
5622
5623         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
5624         created using the default ctor. Fixes #79152.
5625         (mono_string_builder_to_utf16): Ditto.
5626
5627 2006-09-01  Martin Baulig  <martin@ximian.com>
5628
5629         Fix handling of the generic array interfaces.
5630
5631         * class-internals.h
5632         (MonoDefaults): Removed `generic_array_class' and added
5633         `generic_ilist' class.
5634
5635         * class.c
5636         (mono_bounded_array_class_get): Add the new generic array interfaces.
5637         (setup_generic_array_ifaces): New static method; create vtable
5638         entries for each method in the generic array interfaces.
5639
5640         * metadata.c
5641         (select_container): Allow "parent-less" generic methods.
5642
5643         * marshal.c
5644         (mono_marshal_get_generic_array_helper): New public method.
5645
5646         * icall.c
5647         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
5648         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
5649         moved the interncall into System.Array.
5650
5651 2006-09-01  Raja R Harinath  <rharinath@novell.com>
5652
5653         A few more cases of avoiding work on types with ->byref set.
5654         Has the real fix for #79238
5655         * icall.c (is_generic_parameter): New helper.
5656         (ves_icall_Type_GetGenericParameterPosition): Use it.
5657         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
5658         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
5659         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5660         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
5661         reference types.
5662         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
5663         reference types.
5664         (ves_icall_Type_get_IsGenericInstance): Likewise.
5665         (ves_icall_Type_get_IsGenericType): Likewise.
5666
5667 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
5668
5669         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
5670         class if possible.
5671
5672         * mempool.h (mono_mempool_get_allocated): New helper function.
5673
5674         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
5675         change.
5676
5677         * mempool.c: Fix warnings and the calculation of stats.
5678
5679         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
5680
5681         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
5682
5683         * loader.c (mono_get_method_from_token): Update method_count stat.
5684
5685         * class-internals.h (MonoStats): Add some stats.
5686
5687 2006-08-31 Robert Jordan  <robertj@gmx.net>
5688
5689         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
5690         with managed variants.
5691         All code is contributed under the MIT/X11 license.
5692         
5693 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
5694
5695         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
5696         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
5697
5698         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
5699
5700         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
5701         with cycles in classes.
5702
5703         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
5704
5705         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
5706         missing a [MarshalAs] directive. Fixes #79203.
5707
5708         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
5709         klass->marshal_info. Fixes #79217.
5710
5711 2006-08-30  Martin Baulig  <martin@ximian.com>
5712
5713         Committing a patch from Joachim Ante <joe@otee.dk>:
5714         Add support for binary data symbol stores.
5715
5716         * debug-mono-symfile.c
5717         (mono_debug_open_mono_symbol_file): Renamed into
5718         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
5719         arguments.
5720
5721         * mono-debug.c
5722         (mono_debug_open_image): Added `raw_contents' and `size' args.
5723         (mono_debug_init_2_memory): New public function.
5724
5725 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
5726
5727         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
5728
5729 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5730
5731         * appdomain.c: implement support for ShadowCopyFiles.
5732
5733 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
5734
5735         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
5736         when value is NULL (and should remove CID #51).
5737
5738 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5739
5740         * image.c: moved 2 functions to ../utils.
5741
5742 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
5743
5744         * gc.c: cope with the target object of a GC handle being NULL
5745         (bug #78877).
5746
5747 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
5748
5749         * class.c: recursively check parent's explicit implementations
5750         of interface methods (fixes bug #79125).
5751
5752 2006-08-19  Miguel de Icaza  <miguel@novell.com>
5753
5754         * filewatcher.c: Avoid warnings when building, do not redefine
5755         constants that are defined.
5756
5757         Remove warnings.
5758
5759 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5760
5761         * image.c: don't fail when the link points to an absolute path.
5762
5763 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
5764
5765         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
5766         Fix CID #3.
5767
5768 2006-08-17  Miguel de Icaza  <miguel@novell.com>
5769
5770         * image.c (full_path): A new method used to obtain the actual path
5771         of an assembly even in the presence of symbolic links.  
5772
5773         This is necessary for the case where we are running a binary that
5774         has been GACed, but we are using the "published" path name
5775         ($prefix/mono/1.0/blah.exe) which happens to point to the real
5776         file in the GAC.
5777
5778         This was the source of the failure for the `xsp' command with the
5779         recent AppDomain changes, as far as the runtime was concerned,
5780         there were two different assemblies: $prefix/mono/1.0/blah.exe and
5781         $prefix/mono/gac/blah/version/blah.exe.
5782
5783         (do_mono_image_open): use full path
5784
5785 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5786
5787         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
5788
5789 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
5790
5791         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
5792         domain_id is supplied. Fix CID #241 and corlib's unit tests.
5793
5794 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5795
5796         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
5797         small structures. Fixes #78990.
5798
5799 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5800
5801         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
5802
5803         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
5804
5805 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5806
5807         * appdomain.c:
5808         * marshal.c: don't load all the assemblies from a domain into newly
5809         created ones. The new domains might have different rules and load
5810         assemblies from different locations. Fixes bug #76757.
5811
5812         Patch by Lluis. Conflicts resolved by Brian Crowell.
5813
5814 2006-08-16  Alp Toker  <alp@atoker.com>
5815
5816         * socket-io.c: First half of the fix for #79084.
5817         Set sa_size to the length of the content, not that of the struct.
5818         Don't add NULL suffix to the content, this should be done in
5819         managed code if needed.
5820
5821 2006-08-14  Raja R Harinath  <rharinath@novell.com>
5822
5823         Fix part of #79012
5824         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
5825         mono_metadata_parse_type returns NULL.
5826
5827 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
5828
5829         * normalization-tables.h : new file for string normalization data.
5830         * locales.c, locales.h, icall.c :
5831           added load_normalization_resource() for string normalization,
5832           and icall as well.
5833         * Makefile.am : added normalization-tables.h to the sources.
5834
5835 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
5836
5837         * marshal.c: Add more helper functions to reduce code duplication and use them
5838         everywhere.
5839
5840 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
5841
5842         * marshal.c: Fix non-x86 stdcall warnings.
5843         
5844         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
5845         them everywhere.
5846
5847 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
5848
5849         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
5850         type check on multi-dimensional arrays. Fixes #79000.
5851
5852 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
5853
5854         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
5855         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
5856         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
5857         * class-internals.h: add is_com_object to class structure.
5858         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
5859         null checks to COM object marshalling. Fix .ctor call on RCW.
5860         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
5861         
5862         All code is contributed under the MIT/X11 license.
5863
5864 2006-08-09  Dick Porter  <dick@ximian.com>
5865
5866         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
5867         racing mono_monitor_allocator_lock() somewhere, so don't delete
5868         the critical section for now.  Found by running and exiting
5869         monodevelop.
5870
5871 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
5872
5873         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
5874         (ves_icall_System_ComObject_FindInterface): Ditto.
5875         (ves_icall_System_ComObject_CacheInterface): Ditto.
5876
5877         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
5878         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
5879
5880 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5881
5882         * threadpool.c: treat pipes from process asynchronous reads as sockets
5883         when reading from them, so we get select/poll or epoll to wait for
5884         data.
5885
5886 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
5887
5888         * loader.c: Fix a typo (CID #233) in the null check.
5889
5890 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
5891
5892         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
5893         Hopefully fixes #78949.
5894         
5895         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
5896         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
5897         bytes. Fixes #78972.
5898
5899 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5900
5901         * filewatcher.c: we need to set errno here.
5902
5903 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5904
5905         * filewatcher.c: let Win32Exception get the error value.
5906
5907 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5908
5909         * filewatcher.c: translate errno into win32 errors for Win32Exception
5910         to know what happened.
5911
5912 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
5913
5914         * threadpool.c: Fix more warnings.
5915
5916         * assembly.c (search_loaded): Fix warnings.
5917
5918         * threadpool.c (mono_thread_pool_finish): Fix warnings.
5919         (mono_async_invoke): Ditto.
5920
5921 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
5922
5923         * object.c (mono_remote_class_vtable): Need to create proxy vtable
5924         entries for __ComObject type in addition to ComImport types.
5925         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
5926         about hash table.
5927         
5928         All code is contributed under the MIT/X11 license.
5929
5930 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
5931
5932         * image.c: avoid tentative loading of modulerefs that contain
5933         no metadata (P/Invoke library names).
5934
5935 2006-07-28  Dick Porter  <dick@ximian.com>
5936
5937         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
5938         mono_loader_lock() somewhere, so don't delete the critical section
5939         for now.  Found by running and exiting monodevelop.
5940
5941 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5942
5943         * filewatcher.c: define the inotify syscalls when we're building on
5944         linux and have sys/syscall.h. The build system might not have support
5945         for inotify but the target system might have it.
5946
5947 2006-07-26  Miguel de Icaza  <miguel@novell.com>
5948
5949         * domain.c: Documentation updates.
5950
5951         * loader.c (mono_free_method): Do not release the method
5952         information if we are being profiled, as profilers will use this
5953         information at shut down to present some data to the user.
5954
5955         This is needed so that the profiler does not crash, as the
5956         profiler tends to keep MonoMethods around, and they might become
5957         invalid if we free these.
5958
5959         (mono_get_method_constrained): Return the original CIL stream
5960         method as well, so verification can be performed against it.
5961
5962 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5963
5964         * filewatcher.[ch]: support for inotify file system watcher.
5965         * icall.c: add new internal calls for the inotify file system watcher.
5966
5967 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5968
5969         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
5970         #78888.
5971
5972 2006-07-20  Dick Porter  <dick@ximian.com>
5973
5974         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
5975         warning.
5976
5977 2006-07-20  Dick Porter  <dick@ximian.com>
5978
5979         * threads.c (start_wrapper): Do the thread cleanup while we still
5980         hold a reference to its object.  Fixes bug 78123.
5981
5982 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
5983
5984         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
5985         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
5986           "managed-to-managed".
5987         * icall.c: Redirect string constructors that take sbyte* to
5988           ves_icall_System_String_ctor_RedirectToCreateString.
5989         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
5990           to CreateString () methods with matching signature.
5991         * reflection.c: Use original security informations for
5992           MONO_WRAPPER_MANAGED_TO_MANAGED.
5993         * security-manager.c: Use original security informations for
5994           MONO_WRAPPER_MANAGED_TO_MANAGED.
5995         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
5996           that is a placeholder and only its address should be used.
5997         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
5998           that is a placeholder and only its address should be used.
5999
6000 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
6001
6002         Begin implementing COM Interop.
6003         * appdomain.c: Increment corlib version.
6004         * class.c: Set ComImport classes' parent to __ComObject.
6005         * loader.c: Mark cominterop methods as such.
6006         * domain.c: Add __ComObject class to MonoDefaults structure.
6007         * image.c: Add 2 hashtables to the image for COM Interop related methods
6008         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
6009         using the mempool allocator
6010         
6011         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
6012         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
6013         declaration for mono_metadata_type_dup_mp.
6014         
6015         * debug-helpers.c: Added strings for two additional wrapper types
6016         * object.c: Create proxy objects for ComImport classes
6017         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
6018         and added __ComObject class to MonoDefaults structure.
6019         
6020         * object-internals.h: Finish MonoRealProxy definition, and add definition of
6021         MonoComInteropProxy and MonoComObject.
6022         
6023         * marshal.c: Added support for COM Interop
6024         (signature_cominterop): Converts managed signature to corresponding
6025         unmanaged COM signature.
6026         (cominterop_get_function_pointer): gets unmanaged function pointer via
6027         COM object vtable
6028         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
6029         (cominterop_get_method_interface): returns interface type that method is defined on
6030         (mono_mb_emit_cominterop_call): emits native call to function pointer
6031         gotten from vtable
6032         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
6033         that matches signature of unmanaged function.
6034         (cominterop_get_native_wrapper): wrapper around adjusted method call.
6035         (cominterop_get_invoke): forwards call from proxy to __ComObject
6036         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
6037         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
6038         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
6039         
6040         * marshal.h: Added Marshal icall declarations.
6041         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
6042         so we can access them in finalizer
6043         
6044 2006-07-14  Dick Porter  <dick@ximian.com>
6045
6046         * object.c (mono_type_initialization_cleanup): Fix a race
6047         condition by temporarily commenting out the critical section
6048         deletion.
6049
6050 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
6051
6052         * reflection.c (create_custom_attr): Fix some warnings.
6053         (create_custom_attr_data): Ditto.
6054         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
6055         types. Fixes #78855.
6056
6057 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
6058
6059         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
6060
6061         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
6062
6063 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
6064
6065         * reflection.c (resolve_object): Add support for DynamicMethod.
6066
6067         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
6068         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
6069
6070 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
6071
6072         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
6073         don't leak GPtrArray's pdata has we have no use (nor free) for it.
6074
6075 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
6076
6077         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
6078         Fixes #77888.
6079
6080 2006-06-30  Raja R Harinath  <rharinath@novell.com>
6081
6082         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
6083         slightly: remove a shadow local variable.
6084
6085 2006-06-29  Raja R Harinath  <rharinath@novell.com>
6086
6087         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
6088         definition that introduces the virtual function slot.
6089         Also fix Coverity #105.
6090
6091 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
6092
6093         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
6094         for dynamic assemblies. Fixes #78724.
6095
6096 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
6097
6098         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
6099         Fixes #78722.
6100
6101 2006-06-21  Martin Baulig  <martin@ximian.com>
6102
6103         * reflection.c
6104         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
6105         fixes #76484.
6106
6107 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
6108
6109         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
6110
6111 2006-06-20  Raja R Harinath  <rharinath@novell.com>
6112
6113         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
6114         nor TYPEREFs.
6115         * class.c (mono_class_create_from_typespec): Add 'context' argument.
6116         Inflate result if necessary.
6117         (mono_class_get_full): Remove old version.  Rename from
6118         'mono_class_get' and add 'context' argument.  Pass it to
6119         ..._create_from_typespec.
6120         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
6121         (mono_ldtoken): Revert change below.
6122
6123 2006-06-20  Martin Baulig  <martin@ximian.com>
6124
6125         * class.c (mono_ldtoken): Don't pass the generic context to
6126         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
6127
6128 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
6129
6130         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
6131         and later freeing it. Fixes #78638.
6132
6133 2006-06-15  Miguel de Icaza  <miguel@novell.com>
6134
6135         * icall.c (mono_class_get_throw): Revert over-zealous error
6136         throwing, the caller for mono_class_get_throw will cope with
6137         errors when classes are not properly initialized already.
6138
6139         The code still copes with loader exceptions though.
6140
6141         Fixes the regression in reftype1 and reftype3 from the CAS tests.
6142         
6143 2006-06-14  Miguel de Icaza  <miguel@novell.com>
6144
6145         Fixes the `make run1' version of RuntimeAbort (to be commited,
6146         source is in Bugzilla).
6147         
6148         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
6149         FALSE on class loading failure instead of returning true.
6150
6151         * class.c (mono_class_create_from_typedef): It is possible for
6152         mono_metadata_interfaces_from_typedef_full to fail if a class is
6153         not found, cope with this.
6154         
6155
6156 2006-06-14  Dick Porter  <dick@ximian.com>
6157
6158         * socket-io.c: 
6159         * process.c: Fix a bunch of signed/unsigned warnings from gcc
6160         4.1.1
6161
6162 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
6163
6164         * culture-info-table.h : oops, forgot to make it nsync with r61548.
6165
6166 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
6167
6168         * icall.c: Another fix for building mono in Visual Studio.
6169
6170 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
6171
6172         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
6173         
6174 2006-06-09  Martin Baulig  <martin@ximian.com>
6175
6176         * debug-mono-symfile.c: Put this back and really fix it this
6177         time. Sorry for all the trouble.
6178
6179 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
6180
6181         * icall.c (mono_class_get_throw): Fix a warning.
6182         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
6183         ReflectionTypeLoadException if needed. Fixes #78606.
6184
6185         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
6186         (mono_class_init): Ditto.
6187
6188         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
6189         ref_only exceptions.
6190         (mono_loader_clear_error): Make this work even if there is no error.
6191
6192 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
6193
6194         * object-internals.h marshal.c marshal.h icall.c: Implement method 
6195         Marshal.GetComSlotForMethodInfo using internal call.
6196
6197 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
6198
6199         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
6200         a function for signalling it.
6201
6202         * class.c (mono_class_from_typeref): Use the new kind of loader error when
6203         a referenced assembly is not found.
6204
6205         * loader.c (mono_loader_error_prepare_exception): Add support for 
6206         LOADER_ERROR_ASSEMBLY. Fix formatting.
6207
6208 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6209
6210         * domain.c appdomain.c class-internals.h marshal.c: Add support 
6211         for VARIANT marshalling on windows and increment corlib version
6212         since Variant struct was added.
6213
6214 2006-06-03  Miguel de Icaza  <miguel@novell.com>
6215
6216         * debug-mono-symfile.c: Revert Martin's previous patch which broke
6217         stack trace line information:
6218
6219         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
6220         (Martin) when looking up B which is between A and C, return A not C.
6221
6222         Bug is #78573.
6223
6224         Thanks to Alexander Olk for tracking this down.
6225
6226 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
6227
6228         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
6229         
6230         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
6231         avoid clobbering its value.
6232         (mono_string_to_lpstr): Fix a warning on windows.
6233
6234 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
6235
6236         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
6237
6238         * reflection.c loader.c: Removed references to 'dummy' flag.
6239
6240         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
6241
6242         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
6243         it gets GC tracking.
6244
6245         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
6246         GC tracking.
6247         
6248         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
6249
6250         * marshal.c threadpool.c: Update callers of mono_async_result_new.
6251
6252         * appdomain.c: Bump corlib version.
6253
6254 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
6255
6256         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
6257         CEE_STIND_REF when working with object references.
6258
6259 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
6260
6261         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
6262         Fixes #78539.
6263
6264 2006-05-30  Miguel de Icaza  <miguel@novell.com>
6265
6266         * loader.c (method_from_memberref): Fix argument value for
6267         mono_loader_set_error_method_load (I was passing the MonoClass
6268         instead of the class name char *).
6269
6270 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
6271
6272         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
6273         CEE_STIND_REF when working with object references.
6274
6275 2006-05-30  Martin Baulig  <martin@ximian.com>
6276
6277         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
6278         mono_method_full_name() change and replace the ':' with a '.'
6279         here.
6280
6281 2006-05-30  Martin Baulig  <martin@ximian.com>
6282
6283         * debug-mono-symfile.c
6284         (mono_debug_symfile_lookup_location): Fix the algorithm:
6285         when looking up B which is between A and C, return A not C.
6286
6287 2006-05-29  Martin Baulig  <martin@ximian.com>
6288
6289         * mono-debug.h
6290         (MonoDebugMethodInfo): Make the typedef public.
6291         (MonoDebugSourceLocation): New public struct.
6292
6293         * mono-debug.c
6294         (mono_debug_source_location_from_address): Removed.
6295         (mono_debug_source_location_from_il_offset): Removed.
6296         (mono_debug_il_offset_from_address): Removed.
6297         (mono_debug_address_from_il_offset): Removed.
6298         (mono_debug_lookup_method): New public function.
6299         (mono_debug_lookup_source_location): New public function; replaces
6300         the old mono_debug_source_location_from_*() functions; see the
6301         inline documentation.
6302         (mono_debug_free_source_location): New public function.
6303         (mono_debug_print_stack_frame): New public function; see the
6304         inline documentation.
6305
6306         * debug-mono-symfile.c
6307         (mono_debug_find_source_location): Renamed into
6308         mono_debug_symfile_lookup_location(); only take a
6309         `MonoDebugMethodInfo *' and an `offset' argument; added inline
6310         documentation.
6311         (mono_debug_find_method): Renamed into
6312         mono_debug_symfile_lookup_method().
6313
6314 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
6315
6316         * assembly.c (mono_assembly_open_full): Dont overwrite the status
6317         returned by mono_image_open_full ().
6318
6319         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
6320         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
6321         #78517.
6322
6323         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
6324         #78518.
6325
6326 2006-05-27  Miguel de Icaza  <miguel@novell.com>
6327
6328         * class.c (mono_class_from_typeref): handle missing images
6329         earlier, deals with bug #78418.   Refactor code; 
6330
6331         Fix a warning introduced in my previous commit (some stale code
6332         from before I revisited my patch).
6333
6334         * class.c (mono_class_create_from_typedef): On failure, remove the
6335         class from the MonoImage->class_cache as the class is not
6336         initialized;   Fixes the leak pointed out by Paolo.
6337
6338 2006-05-25  Dick Porter  <dick@ximian.com>
6339
6340         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
6341         DeleteCriticalSections until I figure out which one may still be
6342         sometimes locked when mono_thread_cleanup is called.
6343
6344 2006-05-24  Dick Porter  <dick@ximian.com>
6345
6346         * threads.c (mono_thread_cleanup): Move the threading cleanup out
6347         of mono_thread_manage and back into its own function, so it can be
6348         called after the finalizer thread has finished.
6349
6350         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
6351
6352 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
6353
6354         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
6355         Fixes #78495.
6356
6357         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
6358         with non-blittable elements.
6359         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
6360
6361 2006-05-24  Martin Baulig  <martin@ximian.com>
6362
6363         * mono-debug-debugger.h (MonoDebuggerEvent): Added
6364         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
6365
6366         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
6367         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
6368         `mono_debugger_event_handler' to NULL.
6369
6370 2006-05-24  Martin Baulig  <martin@ximian.com>
6371
6372         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
6373
6374 2006-05-24  Martin Baulig  <martin@ximian.com>
6375
6376         * mono-debug-debugger.h
6377         (mono_debugger_create_notification_function): Added
6378         `MonoCodeManager *' argument.
6379
6380 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
6381
6382         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
6383
6384 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
6385
6386         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
6387         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
6388         implementation.
6389
6390 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
6391
6392         * icall.c: precise GC support: objects can't be stored in unmanaged
6393         memory anymore, even if they are kept alive by other references: since
6394         they can move the GC needs to be able to always find them.
6395
6396 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
6397
6398         * object.c: precise GC support for static fields. Support
6399         for moving GCs: write barriers and pinned allocation for interned
6400         strings.
6401
6402 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
6403
6404         * domain.c, domain-internals.h: precise GC support for the MonoDomain
6405         structure.
6406
6407 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
6408
6409         * class.c, gc.c: sgen and precise GC updates.
6410
6411 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
6412
6413         * marshal.h, marshal.c: added write barrier wrapper and precise type
6414         fixes.
6415
6416 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
6417
6418         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
6419         support.
6420
6421 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
6422
6423         * reflection.c: precise and sgen GC updates.
6424
6425 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
6426
6427         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
6428
6429 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
6430
6431         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
6432
6433 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
6434
6435         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
6436         MONO_TYPE_OBJECT. Fixes #78462.
6437
6438 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
6439
6440         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
6441         and blittable types.
6442
6443 2006-05-17  Miguel de Icaza  <miguel@novell.com>
6444
6445         * class.c (mono_class_get_exception_for_failure): Implement parts
6446         of a TODO: if the loader error is set (instead of the class
6447         error), we return a Loader exception that can be properly thrown
6448         elsewhere.
6449
6450         This was exposed by some Winforms 2.0 code that I tried to run
6451         (Atsushi pointed me to it).
6452
6453 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
6454
6455         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
6456         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
6457         
6458         * marshal.c (emit_marshal_vtype): Add limited support for 
6459         UnmanagedType.LPStruct. Fixes #78427.
6460
6461         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
6462         Applied a patch from kangaroo to fix #77523.
6463
6464 2006-05-17  Martin Baulig  <martin@ximian.com>
6465
6466         * threads.c
6467         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
6468         (debugger_thread_created): Removed.
6469         (debugger_thread_exited): Removed.
6470
6471 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
6472
6473         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6474
6475         * object-internals.h (MonoReflectionResource): Sync with managed version.
6476
6477 2006-05-12  Wade Berrier <wberrier@novell.com>
6478
6479         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
6480
6481 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
6482
6483         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
6484         functions try to allocate from the image mempool.
6485
6486 2006-05-12  Dick Porter  <dick@ximian.com>
6487
6488         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
6489
6490 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
6491
6492         * object.c: The FieldGetter and FieldSetter methods require the full
6493         name of the class, not only the name. Fixes bug #78277.
6494
6495 2006-05-11  Miguel de Icaza  <miguel@novell.com>
6496
6497         * loader.c (method_from_memberref): Do not pass the NULL klass to
6498         mono_loader_set_error_() methods.  Pass the non-NULL value
6499         (class). 
6500
6501 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
6502
6503         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
6504         (mono_assembly_close): Null out assembly->image->references after freeing it.
6505
6506         * image.c (mono_image_close): Free image->references.
6507         
6508         * reflection.c (mono_image_basic_init): Fix a small memory leak.
6509
6510 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
6511
6512         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
6513         before checking if it's NULL (g_assert).
6514
6515 2006-05-10  Martin Baulig  <martin@ximian.com>
6516
6517         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
6518         I thought I already killed that two months ago, but now it somehow reappeared.
6519
6520 2006-05-10  Martin Baulig  <martin@ximian.com>
6521
6522         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
6523
6524 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
6525
6526         * reflection.c: Allocate memory for dynamically created methods in the image
6527         mempools.
6528
6529 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
6530
6531         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
6532         don't use the ad pointer before checking if it's NULL (g_assert).
6533
6534 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
6535
6536         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
6537         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
6538
6539         * marshal.c: Allocate all signatures from mempools.
6540
6541         * marshal.c: Allocate some more signatures from mempools.
6542
6543 2006-05-09  Miguel de Icaza  <miguel@novell.com>
6544
6545         * object.c (mono_load_remote_field): The code used to provide a
6546         temporary variable for returning results if the user did not
6547         provide a result pointer.  But our temporary variable was allocted
6548         on the satck.
6549
6550         Fix calling code to always pass a result area.   Coverity ID 103.
6551
6552 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
6553
6554         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
6555         value, not the old. Fixes #78312.
6556         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
6557
6558         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
6559         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
6560         per-image cache.
6561
6562         * assembly.c (mono_assembly_close): Free image->references.
6563
6564         * assembly.c (mono_assembly_names_equal): Fix a warning.
6565         (mono_assemblies_cleanup): Cleanup more global data.
6566
6567         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
6568
6569         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
6570         ptr_cache and image->modules.
6571
6572         * image.c (mono_image_init): Allocate array_cache lazily.
6573         
6574 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6575
6576         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
6577         behavior was changed recently and has bad side effects.
6578
6579 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
6580
6581         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
6582         
6583         * assembly.c (mono_assembly_close): Remove a debug printf.
6584
6585         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
6586
6587         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
6588         to also allow for temporary references between mono_image_open ()/close ().
6589
6590         * domain.c (get_runtimes_from_exe): Add a FIXME.        
6591
6592 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
6593
6594         * marshal.c: Fix support for dynamic methods.
6595
6596         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
6597
6598         * marshal.c (mono_marshal_cleanup): New cleanup function.
6599
6600         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
6601         image mempools.
6602
6603         * class.c (mono_class_init): Fix leaking class->nested_classes.
6604
6605         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
6606
6607         * image.c (mono_image_init): Initialize the new cashes.
6608
6609         * image.c (mono_image_close): Destroy the new cashes.
6610
6611         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
6612
6613         * mempool.c (mono_mempool_strdup): New helper function.
6614
6615         * class-internals.h: Add prototype for mono_loader_unlock ().
6616
6617         * domain.c (mono_jit_info_table_find): Fix a warning.
6618         (mono_debugger_check_runtime_version): Ditto.
6619
6620         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
6621         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
6622         functions to these modules.
6623
6624         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
6625         metadata modules.
6626         
6627         * marshal.c (mono_free_bstr): Fix a warning.
6628
6629         * assembly.c (mono_assembly_open_full): Fix another small leak.
6630
6631         * object.c: Fix some unload leaks in the remoting code.
6632
6633         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
6634         function.
6635
6636         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
6637
6638         * reflection.c: Fix some unload leaks in dynamic assemblies.
6639
6640 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
6641
6642         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
6643         * marshal.h: Add BSTR support on Win32
6644         * icall.c: Add BSTR icalls
6645         * metadata.h: Add BSTR enums
6646
6647 2006-04-28  Miguel de Icaza  <miguel@novell.com>
6648
6649         Work to catch the crash from #76795 and turn it into an
6650         exception.   As I stubbed out pieces of the VisualBasic support,
6651         I found a number of places where the code was failing and I added
6652         checks to those places. 
6653         
6654         * metadata.c (do_mono_metadata_parse_generic_class): Make this
6655         function return a status code.  If we fail to parse the signature
6656         from mono_metadata_parse_generic_inst, return FALSE.
6657
6658         * loader.c (mono_get_method_from_token): If we fail to load the
6659         method (mono_class_get) return NULL.   
6660
6661         * (method_from_memberref): Return NULL if we are unable to parse
6662         the method signature
6663
6664         (mono_loader_error_prepare_exception): Since we now use the
6665         loader_error flag internally to stop processing, and obtaining
6666         exceptions that might be thrown will walk this code path the
6667         proper way of going from a MonoLoaderError into a
6668         MonoException was convoluted.   This new routine encapsulates the
6669         process of turning the error into an exception and *clearing* the
6670         error afterwards.
6671         
6672 2006-04-27  Miguel de Icaza  <miguel@novell.com>
6673
6674         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
6675         with missing assemblies), and to cope with:
6676
6677                 * Missing fieldref from a non-existing assembly.
6678                 * Missing methodref from a non-existing assembly.
6679
6680         The first batch of work to address *some* of the issues from 76661.
6681         
6682         * object.c (mono_class_create_runtime_vtable): If we fail to
6683         initialize the class raise the exception here. 
6684
6685         * metadata.c (mono_class_get_overrides_full): If any methods fail
6686         to load return the failure to the caller.
6687
6688         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
6689         flagging assemblies that failed to load.   
6690
6691         Do not crash if we are unable to load the assembly.
6692
6693         (mono_assembly_close): Do nothing with REFERENCE_MISSING
6694         assemblies. 
6695
6696         * loader.c (mono_loader_set_error_type_load): Change the
6697         convention to always pass unallocated strings, so we make our own
6698         copies (I know our own code had duplicated strings before, but
6699         this keeps the normal conventions).
6700         (method_from_memberref): Call mono_loader_set_error_method_load
6701         for all possible failures of loading the class. 
6702         Remove assert, turn into a loader error.
6703
6704         (mono_loader_error_to_exception): Move this routine from mini
6705         (mini_loader_error_to_exception) there was no need to have that in
6706         mini. 
6707
6708         * class.c (mono_class_from_typeref): If we were not able to load
6709         the assembly with mono_assembly_load_reference, call the
6710         mono_loader_set_error_type_load to register the problem.
6711
6712         (mono_class_setup_fields): If we fail to load the type from
6713         mono_metadata_parse_type_full, call mono_class_set_failure and
6714         break from the loop.
6715
6716         If class->exception_type is set, we do not layout the fields as
6717         that might crash the runtime, and instead return (from breaking
6718         from the previous loop).
6719
6720         (mono_class_setup_vtable): This now returns a boolean indicating
6721         whether the table was properly setup.   The decision is driven by
6722         mono_class_get_overrides_full which might run into non-existing
6723         methods. 
6724         
6725         (mono_class_init): Returns TRUE on success or FALSE if there was a
6726         problem in loading the type (incorrect assemblies, missing
6727         assemblies, methods, etc).
6728
6729         When we call mono_class_setup_fields we also check for a potential
6730         error inside this call (either a class exception or a general
6731         loader exception).
6732
6733         (mono_class_create_from_typedef): If the parent fails to load
6734         (calling mono_class_get_full) return NULL.
6735         
6736         ** Important **
6737
6738         calls to mono_metadata_parse_type_full should be checked
6739         everywhere and set the mono_class_set_failure
6740         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
6741
6742         The current patch checks the places where my manually constructed
6743         tests show the errors are showing up, but we should do it
6744         everywhere. 
6745
6746         ** Important2 **
6747
6748         mono_class_init return values should be tested everywhere, like
6749         the previous case this is something that we should audit
6750         everywhere and not only on the cases exposed by the tests I
6751         created. 
6752
6753 2006-04-26  Miguel de Icaza  <miguel@novell.com>
6754
6755         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
6756         boolean parameter and instead pass the information on `options'
6757         parameter (FileOptions).
6758
6759         * icall.c: Register the new signature for MonoIO.Open.
6760
6761         * debug-helpers.c (dis_one): Trying to understand how coverity
6762         works.  Fix Run 5, item 78.
6763
6764 2006-04-26  Dick Porter  <dick@ximian.com>
6765
6766         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
6767         dereference.
6768
6769 2006-04-25  Martin Baulig  <martin@ximian.com>
6770
6771         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
6772
6773         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
6774         debugger_thread_created().
6775         (debugger_gc_push_all_stacks): Don't handle the main thread in any
6776         special way.
6777         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
6778         (mono_debugger_finalize_threads): New function; undo the effects
6779         of mono_debugger_init_threads().
6780         (mono_debugger_create_all_threads): Removed.
6781
6782 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
6783
6784         * image.c (mono_image_close): Tidy up trace messages.
6785
6786         * assembly.c (mono_assembly_close): Ditto.
6787
6788         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
6789         no longer references an already freed assembly. Fixes #78168.
6790
6791 2006-04-21  Dick Porter  <dick@ximian.com>
6792
6793         * threads.c (mono_thread_detach): Fix reference counting when
6794         detaching threads.
6795
6796 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
6797
6798         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
6799         #78155.
6800
6801 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
6802
6803         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
6804         (mono_type_to_stind): Ditto.
6805
6806         * marshal.c: Use the new helper functions to simplify code.
6807
6808         * image.c (mono_image_close): Add some code for help debug assembly unloading
6809         problems.
6810
6811         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
6812         image mempool.
6813
6814         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
6815         assembly was already loaded in another appdomain. Fixes #78083.
6816
6817 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
6818
6819         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
6820         referenced assemblies.
6821         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
6822
6823         * domain.c (mono_domain_free): Add a trace message.
6824
6825         * appdomain.c (add_assemblies_to_domain): Ditto.        
6826
6827         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
6828         field.  
6829
6830 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6831
6832         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
6833
6834 2006-04-12  Martin Baulig  <martin@ximian.com>
6835
6836         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
6837         `USE_INCLUDED_LIBGC'.   
6838
6839 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6840
6841         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
6842         the patch contains ../ and a small directory name later. Hopefully fixes
6843         #78035.
6844
6845 2006-04-10  Martin Baulig  <martin@ximian.com>
6846
6847         Clean up the debugger's thread-handling code.
6848
6849         The debugger's thread-handling code has been moved from
6850         ../mini/debug-debugger.c to threads.c.  We now iterate directly
6851         over the `threads' hash, keep track of exiting threads and also
6852         use proper locking.
6853
6854         We can now debug XSP and XSP based applications with the debugger.
6855
6856         * object-internals.h (MonoThread): Added `gpointer end_stack'.
6857
6858         * threads.h
6859         (MonoThreadCallbacks): Removed; this was only used by the debugger.
6860         (mono_install_thread_callbacks): Likewise.      
6861
6862         * threads.c (mono_thread_callbacks): Removed.
6863         (debugger_thread_created, debugger_thread_exited): New static functions.
6864         (start_wrapper): Call debugger_thread_created().
6865         (thread_cleanup): Call debugger_thread_exited().
6866         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
6867         (mono_debugger_init_threads): New public function.
6868         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
6869         iterate directly over the `threads' hash and also use proper locking.
6870
6871         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
6872
6873         * mono-debug-debugger.h
6874         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
6875
6876 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
6877
6878         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
6879         argument type=array. Fixes #78057.
6880
6881 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
6882
6883         * culture-info-table.h : regenerated. Fixed bug #69652.
6884
6885 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
6886
6887         * loader.c metadata.c: Reapply a variant r59116.
6888         
6889         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
6890
6891         * class.c (mono_class_setup_interface_offsets): New internal function.
6892
6893         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
6894         interfaces too. Fixes #77398.
6895
6896         * reflection.c (encode_cattr_value): Add support for 
6897         parameter type=object, argument type=array.
6898         (load_cattr_value): Ditto. Fixes #77916.
6899
6900         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
6901         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
6902
6903         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
6904         a byval char array and CharSet is Ansi.
6905
6906         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
6907
6908 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
6909
6910         * metadata.c: Add some locking comments.
6911         
6912         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
6913         mempool.
6914         (mono_metadata_free_method_signature): Don't free the signature itself.
6915
6916         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
6917
6918         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
6919         reference the same MonoImage.
6920         (mono_assembly_load_from_full): Add an assert.
6921
6922 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
6923
6924         * image.c (mono_image_close): Don't put the image we are about to free into the
6925         loaded_images_guid_hash.
6926
6927         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
6928         to reduce code duplication.
6929
6930         * marshal.c: Register the native functions called by this module as icalls, to
6931         somewhat centralize the creation of MonoMethodSignature's.
6932
6933         * loader.c (mono_method_signature): Add a cache for method signatures.
6934
6935         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
6936         the parameter attributes of a method.
6937         (mono_metadata_parse_method_signature_full): Refactored the computation of
6938         parameter attributes into a separate function. Also avoid one allocation in
6939         most cases.
6940
6941         * assembly.c (mono_assembly_close): Ditto.
6942
6943         * image.c (mono_image_close): Log trace messages with INFO level.
6944
6945         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
6946
6947         * image.c reflection.c: Correct reference counting of image modules.
6948         
6949         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
6950         of this function from the image mempool.
6951         
6952         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
6953         to allow more cached types to be used.
6954
6955         * mono-debug.c (mono_debug_add_method): Appled patch from
6956         David S. Miller  <davem@sunset.davemloft.net>: Access 
6957         minfo->lexical_blocks[] entry elements using read32().
6958
6959 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
6960
6961         * loader.c (mono_free_method): No longer free the method header for non-dynamic
6962         methods as it is allocated from the mempool.
6963
6964         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
6965         image mempool.
6966
6967         * metadata-internals.h: Add comments describing the reference counting scheme
6968         used for MonoImage and MonoAssembly.
6969
6970         * image.c assembly.c reflection.c: Rework reference counting of images and 
6971         assemblies so they are freed when the runtime is shut down. Free some 
6972         additional memory structures when an image is unloaded.
6973         
6974 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
6975
6976         * class.c loader.c reflection.c: Allocate more data structures in
6977         the image mempool.
6978
6979 2006-03-31  Miguel de Icaza  <miguel@novell.com>
6980
6981         * icall.c
6982         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
6983         build on pre glib 2.4 systems.
6984
6985 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
6986
6987         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
6988
6989         * icall.c: Fix some warnings.
6990
6991 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
6992
6993         * culture-info-table.h : regenerated.
6994
6995 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
6996
6997         * threads.c, object-internals.h, verify.c: changed the culture caching
6998         code to use a normal MonoArray for storage so the GC can keep track of
6999         them easily. Fixed bits of the cache logic, too and simplified the
7000         code.
7001
7002 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
7003
7004         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
7005         thread for non-Boehm GCs.
7006
7007 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
7008
7009         * domain.c, object.c, domain-internals.h: reduce the amount of memory
7010         needed to keep track of the data for static fields.
7011
7012 2006-03-29  Raja R Harinath  <rharinath@novell.com>
7013
7014         Fix #75172
7015         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
7016         for interface classes.  Use 'num_methods' instead.
7017         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
7018         before using '->vtable_size' field.
7019
7020 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
7021
7022         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
7023         doesn't contain managed pointers, so use a normal hashtable.
7024
7025 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
7026
7027         * reflection.c, class-internals.h, domain.c: fixed handling of types
7028         used as values for objects in custom attributes (bug #77915):
7029
7030 2006-03-24  Martin Baulig  <martin@ximian.com>
7031
7032         * class.c (mono_class_setup_fields): Added support for generic
7033         instances; fixes #77580.
7034
7035 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7036
7037         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
7038
7039 2006-03-24  Dick Porter  <dick@ximian.com>
7040
7041         * file-io.c (get_file_attributes): More stat macro breakage.
7042         Fixes bug 77759.
7043
7044 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
7045
7046         * profiler.c: added the file=filename option in the default profiler
7047         to output the profile data to filename.
7048
7049 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7050
7051         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
7052         bug #77877.
7053
7054 2006-03-22  Martin Baulig  <martin@ximian.com>
7055
7056         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
7057         allocated `MonoClassField *' in `fb->handle'.
7058
7059 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
7060
7061         * class.c, image.c, metadata-internals.h: implemented new mechanism to
7062         allocate interface ID to save memory and allow better ID reuse on
7063         appdomain unload. setup_generic_vtable () removal from Martin.
7064
7065 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
7066
7067         * object.h, appdomain.c, domain.c, exception.c, icall.c,
7068         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
7069         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
7070         write barriers for reference stores with managed objects accessed with
7071         C structures in the runtime and in embedding programs.
7072
7073 2006-03-20  Raja R Harinath  <rharinath@novell.com>
7074
7075         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
7076         'interface_id' and 'max_interface_id' fields of MonoClasses
7077         representing open generic types.
7078
7079 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
7080
7081         * object.h, object.c, icall.c: added functions to deal with
7082         storing valuetypes that contain references in managed objects.
7083         * reflection.c, string-icalls.c, threads.c, marshal.c: small
7084         fixes and comments around uses of mono_array_addr ().
7085
7086 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
7087
7088         * object.h, icall.c, monitor.c: object.GetHashCode ()
7089         implementation that supports the moving garbage collector.
7090
7091 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
7092
7093         * icall.c, threads-types.h, threads.c: implemented finalizer for
7094         LocalDataStoreSlot.
7095
7096 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
7097
7098         * metadata.c (mono_type_size): Add a fixme.
7099         (mono_type_stack_size): Ditto.
7100
7101         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
7102         'type_forwarders' field.
7103
7104         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
7105         attribute from net 2.0.
7106
7107         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
7108         from class.c.
7109
7110         * class.c (mono_class_setup_fields): Fix a warning.
7111         
7112         * class.c (mono_class_from_name): Add support for assemblyref entries
7113         in the EXPORTEDTYPE table.
7114
7115         * reflection.c: Add support for handling type forwarders under net 2.0.
7116
7117         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
7118         
7119 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
7120
7121         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
7122         overwriting entries in ModuleBuild->types, also clean up the code
7123         a little. Fixes #77774.
7124
7125 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
7126
7127         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
7128         load friend assembly info when present.
7129
7130 2006-03-14  Raja R Harinath  <rharinath@novell.com>
7131
7132         Fix crasher on gtest-158.cs.
7133         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
7134         the return value if the MonoClass we want is yet in an
7135         inconsistent state.
7136         * class.c (mono_class_create_from_typedef): Add an comment
7137         explaining an order dependency between mono_class_setup_parent and
7138         mono_class_setup_mono_type.
7139
7140 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
7141
7142         * class.c: documentation updates and events bug fix.
7143
7144 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
7145
7146         * class.c: some cleanup, locking fixes.
7147
7148 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
7149
7150         * class.c: fix the generics code to setup nested
7151         type info to the instantiated type (bug #77770).
7152
7153 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
7154
7155         * marshal.c: fixed a few type correctness issues.
7156
7157 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
7158
7159         * loader.c: the Set/Get/Addrtess array methods should be public.
7160
7161 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
7162
7163         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
7164         
7165         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
7166         info->wrapper.
7167
7168 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
7169
7170         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
7171
7172         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
7173
7174         * mempool.c (mono_mempool_alloc): Speed this up a bit.
7175         (mono_mempool_alloc0): Ditto.
7176
7177 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7178
7179         * socket-io.c:
7180         (create_object_from_sockaddr): it was allocating 4 extra bytes
7181         for the AF_UNIX data. Fixes bug #77747.
7182
7183 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
7184
7185         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
7186
7187 2006-03-09  Dick Porter  <dick@ximian.com>
7188
7189         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
7190         Fixes bug 76966 again.
7191
7192 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
7193
7194         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
7195         names from r57532
7196         * appdomain.c: Bumped corlib version to 48 (due to r57532)
7197
7198 2006-03-07  Martin Baulig  <martin@ximian.com>
7199
7200         * object.c
7201         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
7202
7203 2006-03-07  Martin Baulig  <martin@ximian.com>
7204
7205         * class.c
7206         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
7207         regression introduced in r56970; see gtest-252.cs.
7208
7209         * loader.c (mono_get_method_constrained): Correctly handle generic
7210         methods; see gtest-253.cs.
7211
7212 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
7213
7214         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
7215
7216 2006-03-04  Martin Baulig  <martin@ximian.com>
7217
7218         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
7219         compute the parent type at runtime, just like we're already doing
7220         it for interfaces.
7221
7222         * reflection.c
7223         (mono_reflection_bind_generic_parameters): Don't compute the
7224         parent type anymore.
7225
7226         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
7227
7228 2006-03-04  Martin Baulig  <martin@ximian.com>
7229
7230         * mono-debug-debugger.h
7231         (mono_debugger_create_notification_function): Allocate memory at
7232         runtime and return a pointer to it.
7233
7234 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
7235
7236         * assembly.c: Fix windows build.
7237         
7238         * assembly.c: Fix build.
7239
7240         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
7241
7242         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
7243         
7244 2006-03-03  Dick Porter  <dick@ximian.com>
7245
7246         * process.c
7247         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
7248         Check parameters before dereferencing them.  Fixes Aaron's part of
7249         bug 77393.
7250
7251 2006-03-03  Raja R Harinath  <rharinath@novell.com>
7252
7253         Fix performance regression.
7254         * loader.c (find_method_in_class): Add 'from_class' argument.
7255         Rename 'klass' argument to 'in_class'.  The signature is compared
7256         against the method in 'in_class', and the corresponding method is
7257         returned from 'from_class'.
7258         (find_method): Walk both 'in_class' and 'from_class' in parallel.
7259         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
7260         type definition and generic instantiation in parallel.
7261         (mono_get_method_constrained): Update to changes.
7262
7263 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
7264
7265         * threads.c: make sure the domain is correct, too when doing
7266         mono_thread_attach ().
7267
7268 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
7269
7270         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
7271         windows. Fixes #77683.
7272
7273 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
7274
7275         * object.h, *: introduced specific way to set elements of an array
7276         of references to be used as write barrier. Still need to audit the
7277         uses of mono_array_addr.
7278
7279 2006-03-01  Miguel de Icaza  <miguel@novell.com>
7280
7281         * object-internals.h: New field to cache the assmebly name, patch
7282         from Tambet Ingo (tambet@ximian.com)
7283
7284 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
7285
7286         * decimal.h, class-internals.h, metadata-internals.h,
7287         file-io.h: mark a few function declarations as internal, to
7288         reduce the number of PLT entries.
7289
7290 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7291
7292         * file-io.c: fix typo in warning message.
7293
7294 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
7295
7296         * loader.c: on unix, lookup the "*A" version of a function
7297         if charset is auto as a second option before failing.
7298
7299 2006-02-28  Raja R Harinath  <rharinath@novell.com>
7300
7301         * class.h (mono_class_inflate_generic_method): Revert to two
7302         argument version.
7303         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
7304         (mono_class_inflate_generic_method_full): Add.
7305         * class.c (mono_class_inflate_generic_method_full): Rename from
7306         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
7307         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
7308         * loader.c, reflection.c: Update to changes.
7309
7310 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
7311
7312         * icall.c: const fixes and small improvements.
7313
7314 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7315
7316         * threadpool.c: for asynchronous connect(), enable the same workaround
7317         for BSD 6 as for the Mac. Fixes bug #77637.
7318
7319 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
7320
7321         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
7322         formatted classes. Fixes #77524.
7323
7324 2006-02-24  Raja R Harinath  <rharinath@novell.com>
7325
7326         * class.c (inflate_generic_type): Add a couple more
7327         micro-optimizations.
7328         (inflate_generic_context): Don't use the 'gmethod' from
7329         'inflate_with'.
7330         (mono_class_inflate_generic_method): If the method has generic
7331         parameters, but the passed-in context doesn't have a 'gmethod',
7332         create one.  Use the possibly simplified generic instantiation
7333         from the declaring class instead of the one passed in.
7334
7335 2006-02-24  Raja R Harinath  <harinath@gmail.com>
7336
7337         Make generic method signature and method header handling lazy.
7338         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
7339         (inflate_generic_header): Likewise.
7340         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
7341         parameter to avoid inflating types.
7342         (mono_get_inflated_method): Empty out.
7343         * class.h (mono_class_inflate_generic_method): Update to changes.
7344         * loader.c (mono_get_method_from_token): Don't parse signature for
7345         generic methods, nor methods of generic classes.
7346         (mono_method_signature): Rename from 'mono_method_signature'.
7347         Inflate signature on demand.
7348         (mono_method_get_header): Inflate method header on demand.
7349         * reflection.c: Update to changes.
7350
7351 2006-02-23  Raja R Harinath  <rharinath@novell.com>
7352
7353         * metadata.c (mono_metadata_inflate_generic_inst): If the
7354         instantiation is closed, don't bother expanding it in the new
7355         context.
7356         * class.c (inflate_generic_class): If the generic instantiation
7357         doesn't change after inflation, return the argument itself.
7358         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
7359         Add bounds checks.
7360         (inflate_generic_context): If neither the generic class nor the
7361         generic method instantiations change, return the original context.
7362         * reflection.c (mono_method_get_object): Do
7363         'mono_get_inflated_method' before accessing the ->klass field.
7364         (inflate_mono_method): Don't create a MonoGenericMethod unless
7365         necessary.
7366         (inflate_method): Don't pass a constructed type as the declaring
7367         type of a methodbuilder.
7368
7369 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
7370
7371         * object.c: fix memory overwrite.
7372
7373 2006-02-22  Dick Porter  <dick@ximian.com>
7374
7375         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
7376         it doesn't work any more.
7377         (mono_threads_request_thread_dump): Fix unused variable warnings.
7378
7379 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
7380
7381         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
7382         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
7383         the public header file.
7384
7385 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
7386
7387         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
7388
7389 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
7390
7391         * class-internals.h, object.c: reduce the size of MonoVTable
7392         and store the interface_offsets array at negative offsets.
7393
7394 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
7395
7396         * metadata.c: tweak table descriptors data structures to reduce
7397         size and runtime relocations.
7398
7399 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
7400
7401         * marshal.c: fix some types and opcodes to be type-safe
7402         in marshaling wrappers.
7403
7404 2006-02-21  Ankit Jain  <jankit@novell.com>
7405
7406         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
7407
7408 2006-02-21  Raja R Harinath  <rharinath@novell.com>
7409
7410         * metadata.c (get_constraints): Relax debugging checks for monodis.
7411
7412 2006-02-21  Ankit Jain  <jankit@novell.com>
7413
7414         * metadata.c (mono_metadata_load_generic_params): Move the code
7415         checking for ambiguous generic params from here to mono/dis/get.c
7416         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
7417
7418 2006-02-21  Raja R Harinath  <harinath@gmail.com>
7419
7420         Fix assertion triggered when compiling nemerle.
7421         * class.c (mono_get_shared_generic_inst): Rename from
7422         get_shared_inst and make non-static.
7423         * loader.c (mono_get_shared_generic_method): New.  Used to create
7424         the MonoGenericContext-equivalent of a MonoGenericContainer.
7425         (mono_get_method_from_token): Initialize the 'context' field of
7426         the created MonoGenericContainer.
7427         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
7428         * metadata.c (get_constraints): Add sanity check.
7429         * class-internals.h: Add new internal methods.
7430
7431         * reflection.c (verify_safe_for_managed_space): New sanity check.
7432         Currently checks that owner-less generic parameters aren't allowed
7433         in managed space.
7434         (mono_type_get_object): Use it.
7435         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
7436         that are now in mono_type_get_object.
7437         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
7438
7439 2006-02-19  Raja R Harinath  <harinath@gmail.com>
7440
7441         * metadata.c (mono_type_create_from_typespec): Rename from
7442         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
7443         argument and caching of types in the generic container.
7444         (unwrap_arrays, find_generic_param): Remove.
7445         * metadata-internals.h: Update.
7446         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
7447
7448 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
7449
7450         * class.c (mono_class_get_exception_for_failure): Fix a warning.
7451
7452         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
7453         return values. Fixes #77581.
7454
7455         * class.c (mono_fnptr_class_get): Switch name and name_space.
7456
7457         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
7458         classes and add support for [In, Out] attributes.
7459         (mono_marshal_free_asany): Ditto. Fixes #77524.
7460
7461 2006-02-18  Raja R Harinath  <harinath@gmail.com>
7462
7463         * class.c (mono_class_from_generic_parameter): Make more robust to
7464         incomplete MonoGenericContainers from monodis.
7465
7466 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
7467
7468         * class-internals.h: added some more exception types.
7469         * class.c, metadata.c: added a few checks to handle missing
7470         types.
7471
7472 2006-02-17  Raja R Harinath  <rharinath@novell.com>
7473
7474         Use owner-less generic-params some more.
7475         * class.c (my_mono_class_from_generic_parameter): Remove.
7476         (mono_class_from_generic_parameter): Handle null image,
7477         param->name and param->owner.
7478         (mono_class_from_mono_type): Update.
7479         (mono_class_create_from_typespec): Remove 'container' parameter.
7480         If that parameter is non-null, the result is always inflated by
7481         'mono_class_get_full' anyway.
7482         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
7483         parameter.
7484         (mono_class_get_full): Update.
7485
7486         * class.c (inflate_generic_type) [GENERICINST]: If the generic
7487         instance is not open, don't bother inflating.
7488         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
7489         parse metadata for inflated classes.
7490         (_mono_class_get): Change GenericContext* parameter to
7491         GenericContainer*.
7492         (mono_class_create_from_typespec): Likewise.  Simplify, and
7493         implement trivially.  All the cases are handled in
7494         mono_class_from_mono_type.  Don't inflate returned class.
7495         (mono_class_get_full): Delegate GENERICINST optimization to
7496         inflate_generic_type.
7497         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
7498
7499 2006-02-16  Dick Porter  <dick@ximian.com>
7500
7501         * socket-io.c (create_object_from_sockaddr): Fix typo.
7502         (create_sockaddr_from_object): Check array lengths before
7503         potentially accessing items off the end.
7504         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
7505         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
7506         (ves_icall_System_Net_Sockets_Socket_Send_internal)
7507         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
7508         length checks to avoid wraparound overflows.
7509         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
7510         contents of the array of sockets
7511         (hostent_to_IPHostEntry2)
7512         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
7513         Check return value of inet_ntop ().
7514         (addrinfo_to_IPHostEntry): Fix typo
7515
7516 2006-02-16  Raja R Harinath  <rharinath@novell.com>
7517
7518         Type metadata parsing doesn't use generic-instantiation information.
7519         * metadata.c (mono_metadata_parse_array_full): Change
7520         MonoGenericContext* parameter to MonoGenericContainer*.
7521         (mono_metadata_parse_type_full): Likewise.
7522         (mono_type_create_from_typespec_full): Likewise.
7523         (mono_metadata_parse_mh_full): Likewise.
7524         (mono_metadata_parse_generic_inst): Likewise.
7525         (do_mono_metadata_parse_generic_class): Likewise.
7526         (do_mono_metadata_parse_type): Likewise.
7527         * metadata-internals.h: Update to changes.
7528         * class.c (mono_class_find_enum_basetype): Likewise.
7529         (mono_class_setup_fields): Likewise.
7530         (mono_class_create_from_typespec): Likewise.
7531         * loader.c (method_from_methodspec): Likewise.
7532         (mono_get_method_from_token): Likewise.
7533         (mono_method_get_header): Likewise.
7534
7535 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
7536
7537         * marshal.c: handle additional GENERICINST case (patch from
7538         Thong Nguyen <tum@veridicus.com>).
7539         Fix a few cases where LDIND_I/STIND_I was used for references.
7540
7541 2006-02-16  Raja R Harinath  <rharinath@novell.com>
7542
7543         * reflection.c (mono_reflection_get_token): Remove unused variable.
7544
7545 2006-02-16  Martin Baulig  <martin@ximian.com>
7546
7547         * reflection.c (mono_reflection_get_token): Add support for fields
7548         in instantiated generic types.
7549
7550         * icall.c
7551         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
7552
7553 2006-02-15  Martin Baulig  <martin@ximian.com>
7554
7555         * icall.c
7556         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
7557         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
7558         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
7559         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
7560
7561 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
7562
7563         * class.c, metadata.c, metadata.h, object.c, icall.c,
7564         marshal.c: changed mono_type_get_underlying_type () to do
7565         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
7566         Fixed handling of instantiated generic valuetypes (bug #75479).
7567
7568 2006-02-15  Raja R Harinath  <rharinath@novell.com>
7569
7570         * metadata.c (mono_metadata_decode_signed_value): Simplify.
7571         Delegate to mono_metadata_decode_value, and work on the returned value.
7572
7573         * icall.c (ves_icall_MonoType_GetGenericArguments):
7574         Add consistency check here too.
7575         
7576 2006-02-15  Ankit Jain  <jankit@novell.com>
7577
7578         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
7579         char/short etc.
7580
7581 2006-02-15  Ankit Jain  <jankit@novell.com>
7582
7583         * metadata.c (mono_metadata_decode_signed_value): New function to decode
7584         signed values, used only for representing lower bounds of arrays.
7585         (mono_metadata_parse_array_full): Use new
7586         mono_metadata_decode_signed_value to decode lower bounds.
7587
7588 2006-02-14  Martin Baulig  <martin@ximian.com>
7589
7590         * reflection.c
7591         (mono_reflection_get_token): Support "MonoGenericMethod" and
7592         "MonoGenericCMethod" and allow generic instances / methods.
7593
7594 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
7595
7596         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
7597         to obtain the terminal size using an ioctl.
7598
7599         * object.c (mono_nullable_init): Revert this as nullable reference
7600         types are not valid.
7601         (mono_nullable_box): Ditto.
7602
7603 2006-02-09  Dick Porter  <dick@ximian.com>
7604
7605         * threads.c (mono_thread_detach): Drop a reference to the thread
7606         we're detaching.
7607
7608 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
7609
7610         * object.c (mono_nullable_init): Handle nullable reference types.
7611         (mono_nullable_box): Ditto. Fixes #77446.
7612
7613 2006-02-07  Martin Baulig  <martin@ximian.com>
7614
7615         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
7616
7617 2006-02-07  Ankit Jain  <jankit@novell.com>
7618
7619         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
7620         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
7621         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
7622         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
7623         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
7624         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
7625
7626 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
7627
7628         * class.c (mono_class_create_generic): Set type_token as well.
7629
7630         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
7631         compatible with MS.
7632
7633 2006-02-02  Martin Baulig  <martin@ximian.com>
7634
7635         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
7636         has never been used so far.
7637
7638 2006-02-02  Martin Baulig  <martin@ximian.com>
7639
7640         * mono-debug-debugger.h: Changed comment at the top of this file;
7641         the header is not installed, but it's safe to #include it from
7642         within the JIT.
7643
7644         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
7645         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
7646
7647 2006-02-02  Martin Baulig  <martin@ximian.com>
7648
7649         * mono-debug.h
7650         (MonoSymbolTable): Removed the `metadata_info' field.
7651
7652         * mono-debug.c
7653         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
7654
7655         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7656         (mono_debugger_add_builtin_types): Removed.
7657         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
7658         (mono_debugger_create_notification_function): We now operate on a
7659         pre-allocated area; take a `gpointer' and return `void'.
7660
7661         * mono-debug-debugger.c
7662         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
7663         (mono_debugger_add_builtin_types): Removed.
7664
7665 2006-02-02  Martin Baulig  <martin@ximian.com>
7666
7667         * threads.c (mono_debugger_create_all_threads): New public method.
7668
7669 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
7670
7671         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
7672         breaks on several platforms.
7673
7674 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
7675
7676         * assembly.c: the VS.NET build doesn't supply default values for
7677         MONO_ASSEMBLIES and MONO_CFG_DIR.
7678
7679 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
7680
7681         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
7682         helper function.
7683
7684         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
7685
7686         * loader.c (method_from_memberref): Fix a warning.
7687
7688         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
7689
7690         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
7691         with explicit layout. Fixes #77433.
7692
7693 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
7694
7695         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
7696         max_interface_id is initialized before using it. Fixes #77398.
7697         (ves_icall_Type_GetInterfaces): Ditto.
7698
7699 2006-01-30  Raja R Harinath  <rharinath@novell.com>
7700
7701         * metadata.c (mono_metadata_parse_method_signature_full): Don't
7702         allocate memory for parameter attributes when parsing memberref
7703         signatures.
7704         * loader.c (mono_loader_set_error_method_load): Don't warn.
7705         (method_from_memberref): Ensure MissingMethodException gets thrown
7706         if method is not found.  Make warning more informative.
7707
7708 2006-01-29  Raja R Harinath  <harinath@gmail.com>
7709
7710         Fix #77397
7711         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
7712         return true if is byref.
7713         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
7714         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
7715         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
7716
7717 2006-01-27  Raja R Harinath  <rharinath@novell.com>
7718
7719         Fix tests/find-method.2.il
7720         * loader.c (find_method, find_method_in_class): Remove is_inflated
7721         argument.  Revert 2006-01-18 change.
7722         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
7723         is generic, search for method in its generic definition.
7724         * class.c (mono_class_setup_vtable_general): Print generic
7725         arguments of generic types in debugging printf.
7726
7727 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
7728
7729         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
7730
7731         * threads.c (mono_threads_request_thread_dump): New helper function.
7732
7733 2006-01-25  Raja R Harinath  <rharinath@novell.com>
7734
7735         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
7736
7737 2006-01-25  Ankit Jain  <jankit@novell.com>
7738
7739         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
7740         move definition to ..
7741         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
7742         
7743 2006-01-25  Ankit Jain  <jankit@novell.com>
7744             Raja R Harinath  <rharinath@novell.com>
7745
7746         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
7747         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
7748         as necessary.
7749
7750 2006-01-25  Martin Baulig  <martin@ximian.com>
7751
7752         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
7753         `MonoDebuggerThread' into debug-debugger.c.
7754
7755 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
7756
7757         * profiler.c: fix printing of data.
7758
7759 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
7760
7761         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
7762           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
7763
7764 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
7765
7766         * object.c: fix deadlock related to string interning.
7767
7768 2006-01-23  Martin Baulig  <martin@ximian.com>
7769
7770         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7771
7772         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
7773
7774 2006-01-23  Martin Baulig  <martin@ximian.com>
7775
7776         * mono-debug.h: Moved the prototypes of some functions which are
7777         used by the JIT here from mono-debug-debugger.h.
7778
7779 2006-01-21  Martin Baulig  <martin@ximian.com>
7780
7781         * Makefile.am: Don't install mono-debug-debugger.h.
7782
7783 2006-01-21  Martin Baulig  <martin@ximian.com>
7784
7785         * mono-debug-debugger.h: Enforce the private status of this header
7786         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
7787         Moved some stuff from mono-debugger-jit-wrapper.h here.
7788
7789 2006-01-20  Raja R Harinath  <rharinath@novell.com>
7790
7791         * class.c (mono_class_from_typeref): Add a sanity test to help
7792         catch lack of assembly load/search hooks.
7793
7794 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
7795
7796         * marshal.c (emit_struct_conv): Relax the fields with same offset
7797         check even more. Fixes #77230.
7798
7799 2006-01-18  Martin Baulig  <martin@ximian.com>
7800
7801         * loader.c (find_method_in_class): Added `gboolean is_inflated'
7802         argument; if false, we compare the uninstantiated signatures.
7803         (method_from_memberref): Compare the uninstantiated signatures;
7804         fixes #76417.
7805
7806 2006-01-18  Robert Jordan  <robertj@gmx.net>
7807
7808         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
7809         Clear the weak link. Fixes bug #77170.
7810
7811         * gc.c (mono_gchandle_free):
7812         Reflect *-gc.c changes (tiny optimization).
7813
7814 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
7815
7816         * metadata.c (mono_metadata_signature_dup): Applied patch from
7817         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
7818         Fixes #77288.
7819
7820 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
7821
7822         * marshal.c (emit_struct_conv): Allow fields with the same offset when
7823         marshalling from native to managed code. Fixes #77230.
7824
7825 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7826
7827         * threadpool.c: fix problem (Mac only) when more than one asynchronous
7828         connect. Fixes bug #77020.
7829
7830 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
7831
7832         * class.c: fixed id assignement for nested interfaces (bug #77275).
7833         Added also better info for --print-vtable debugging.
7834
7835 2006-01-12  Martin Baulig  <martin@ximian.com>
7836
7837         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
7838         interfaces on-the-fly; fixes #76625.
7839
7840         * class-internals.h
7841         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
7842         don't need that anymore.
7843
7844 2006-01-12  Miguel de Icaza  <miguel@novell.com>
7845
7846         * socket-io.c
7847         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
7848         To avoid initing the nested_classes when not needed I turned the
7849         PeerCredData as a toplevel internal class, as it has to be shared
7850         anyways. 
7851
7852         Fixes the CASA issue.
7853
7854 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
7855
7856         * domain.c: Accessors for MonoJitInfo
7857
7858         * profiler-private.h: Add jitinfo to the end jit hook
7859
7860         * profiler.[ch]: Define new hooks, called after jitting which give
7861         the MonoJitInfo that was compiled
7862
7863 2006-01-10  Martin Baulig  <martin@ximian.com>
7864
7865         * class.c (mono_class_setup_events): Add support for generic
7866         classes; fixes #76440.
7867
7868 2006-01-06  Raja R Harinath  <rharinath@novell.com>
7869
7870         Fix #77160.
7871         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
7872         on passed-in method.
7873
7874 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7875
7876         * object.c (mono_runtime_invoke_array): Add Nullable support.
7877
7878         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
7879
7880 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
7881
7882         * file-io.c: Don't consider sockets as directory and avoid an endless
7883         loop. Fix bug #76966.
7884
7885 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7886
7887         * object.c (mono_nullable_init): New helper function.
7888         (mono_nullable_box): Ditto.
7889
7890         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
7891
7892         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
7893
7894         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
7895         
7896 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
7897
7898         * class.c (mono_class_is_assignable_from): Make T assignable to 
7899         Nullable<T>.
7900
7901 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
7902
7903         * appdomain.c: Bump corlib version to 46.
7904         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
7905         serialization purpose) and changed ves_icall_System_Reflection_
7906         Assembly_get_code_base signature to accept a boolean (to escape, or 
7907         not, the assembly code base).
7908
7909 2005-12-23  Dick Porter  <dick@ximian.com>
7910
7911         * icall.c: 
7912         * threads-types.h: 
7913         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
7914         CreateEvent icall now returns "created" boolean parameter.
7915
7916 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
7917
7918         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
7919         #76967.
7920
7921         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
7922         when attr_klass is an interface. Fixes #77045.
7923
7924 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
7925
7926         * marshal.c (emit_struct_conv): Fix previous patch.
7927         
7928         * marshal.c (emit_struct_conv): Add a check for fields with the same
7929         offset.
7930
7931 2005-12-20  Raja R Harinath  <rharinath@novell.com>
7932
7933         Fix regression in Mono.C5.
7934         * class.c (mono_class_create_generic): If 'klass' is an interface
7935         set up the interface offsets.
7936         (mono_class_is_assignable_from): Don't throw away generic arguments.
7937
7938 2005-12-19  Raja R Harinath  <rharinath@novell.com>
7939
7940         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
7941         type parameters.
7942
7943 2005-12-15  Raja R Harinath  <rharinath@novell.com>
7944
7945         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
7946         dead store.
7947         (do_mono_metadata_parse_generic_class): Don't pass the current
7948         generic context when parsing the type being instantiated: it
7949         cannot use it, anyway.
7950
7951         * loader.c (method_from_memberref): Don't inflate a signature if
7952         it doesn't contain any type parameters.
7953
7954 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
7955
7956         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
7957
7958 2005-12-14  Martin Baulig  <martin@ximian.com>
7959
7960         * class.c
7961         (mono_type_get_name_recurse): Don't return null for type
7962         parameters and open generic classes.
7963         (mono_class_setup_methods): Don't exclude generic instances.
7964         (mono_get_unique_iid): Use different IDs for different
7965         instantiations of the same generic type.
7966         (mono_class_setup_vtable): Only use setup_generic_vtable() for
7967         open generic instances; create a normal vtable for closed generic
7968         instances.
7969         (mono_class_setup_vtable_general): We're now also called for
7970         closed generic instances.
7971
7972         * reflection.c
7973         (mono_reflection_bind_generic_parameters): Correctly use
7974         mono_metadata_lookup_generic_inst() everywhere.
7975
7976 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
7977
7978         * object.c (mono_class_create_runtime_vtable): Call 
7979         mono_class_setup_vtable ().
7980
7981         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
7982         function.
7983         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
7984         #76959.
7985
7986         * loader.c (mono_loader_set_error_type_load): Print the type load
7987         warnings to the console so they are more visible to the user.
7988         (mono_loader_set_error_method_load): Ditto.
7989
7990         * reflection.c (ensure_runtime_vtable): Revert the last change as it
7991         is still broken.
7992         
7993         * reflection.c (ensure_runtime_vtable): Fix build.
7994
7995         * reflection.c (ensure_runtime_vtable): Disable an optimization which
7996         doesn't work in all cases.
7997
7998 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
7999
8000         * object.c (mono_array_new_full): Treat a single dimensional array
8001         with 0 lower bounds as an szarray. Fixes #76973.
8002
8003         * reflection.c (custom_attr_visible): Really fix this.
8004
8005 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
8006
8007         * reflection.c (custom_attr_visible): Allow nested public attributes
8008         as well.
8009
8010         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
8011         interface check.
8012
8013 2005-12-12  Raja R Harinath  <harinath@gmail.com>
8014
8015         * class.c (set_generic_param_owner): Delete.
8016         (mono_class_create_from_typedef): Don't set ->owner field of
8017         generic parameters to "param containers" of enclosing classes.
8018         * reflection.c (mono_reflection_initialize_generic_parameter):
8019         Likewise.
8020
8021 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
8022
8023         * reflection.c (custom_attr_visible): Fix build.
8024
8025 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
8026
8027         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
8028         private attributes.
8029         
8030         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
8031         handling of null parameter defaults.
8032
8033 2005-12-09  Raja R Harinath  <rharinath@novell.com>
8034
8035         * class.c (mono_class_from_generic_parameter): Don't set
8036         klass->generic_container.
8037         (my_mono_class_from_generic_parameter): Likewise.
8038
8039 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
8040
8041         * reflection.c (load_public_key): Fix a warning.
8042         (method_encode_code): Fix unaligned accesses.
8043
8044 2005-12-07  Martin Baulig  <martin@ximian.com>
8045
8046         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
8047
8048         * reflection.c
8049         (write_generic_param_entry): Encode our custom attrs.
8050
8051         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
8052
8053 2005-12-07  Martin Baulig  <martin@ximian.com>
8054
8055         * reflection.c (encode_new_constraint): Removed; we don't use the
8056         `NewConstraintAttribute' anymore.
8057
8058 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
8059
8060         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
8061         not fire a TypeResolve event when Assembly.GetType () is called.
8062
8063 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
8064
8065         Beginning of support for nullable types in the runtime. Parts of
8066         this patch are from Martin.
8067
8068         * appdomain.c (MONO_CORLIB_VERSION): Bump
8069
8070         * domain.c (mono_init_internal): get the nullable type
8071
8072         * class.c (mono_class_is_nullable): New method
8073         (mono_class_get_nullable_param): New mehod
8074         (mono_class_create_generic): In types T? set cast_class to T
8075
8076         * class-internals.h (MonoDefaults): new nullable default class
8077         (mono_class_get_nullable_param, mono_class_get_nullable_param):
8078         new methods.
8079
8080 2005-12-05  Raja R Harinath  <rharinath@novell.com>
8081
8082         * metadata.c (select_container): New.  Refactor code to select the
8083         appropriate GenericContainer given the type of generic parameter
8084         we are looking for.
8085         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
8086         not a MonoGenericContext.  Use select_container.  Update parameters.
8087         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
8088         and MONO_TYPE_MVAR.
8089         (unwrap_arrays): Remove duplicate tests.
8090         (find_generic_param): Rename from 'has_same_context'.  Now walks a
8091         generic instantiated class to find any arguments that are generic
8092         parameters.
8093         (mono_type_create_from_typespec_full): Use find_generic_param to
8094         avoid evicting some generic instantiations from the typespec
8095         cache.
8096
8097 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
8098
8099         * reflection.c: fixed writing of doubles on ARM FPA.
8100
8101 2005-12-02  Robert Jordan  <robertj@gmx.net>
8102
8103         * icall.c: Fixed EventInfo.ReflectedType (#76829).
8104
8105 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8106
8107         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
8108         least on SUSE 10 they are not the same (on debian, they are just the
8109         same thing).
8110
8111 2005-12-01  Raja R Harinath  <rharinath@novell.com>
8112
8113         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
8114         DeclaringType for VARs and MVARs.
8115         * class.c (set_generic_param_owner): Fix initialization of owner
8116         fields.
8117
8118 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
8119
8120         * icall.c: fixed Enum.ToObject() to correctly convert the values.
8121
8122 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8123
8124         * threadpool.c: workaround for a bug that shows up on the Mac:
8125         select()+connect() on a blocking socket is not like it should
8126         be, so we proceed to connect() in that case, wasting the I/O
8127         threadpool thread until connect succeedes. Fixes bug #75436.
8128
8129 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8130
8131         * threadpool.c: fix typo when setting file descriptor states.
8132
8133 2005-11-28  Raja R Harinath  <rharinath@novell.com>
8134
8135         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
8136         * metadata.c (mono_metadata_parse_method_signature_full): Don't
8137         create a temporary signature container.
8138         (mono_metadata_parse_generic_param): Update to changes.
8139         (mono_type_create_from_typespec_full): Update to changes.
8140         * loader.c (method_from_memberref): Don't use a
8141         MonoGenericContainer while parsing a memberref signature.
8142         (method_from_methodspec): Remove dead-store of the 'container'
8143         variable.  It's overwritten before use.
8144
8145         * metadata.c (mono_type_create_from_typespec_full): Make debugging
8146         checks tighter.
8147         (mono_metadata_parse_generic_param): Likewise.
8148         * loader.c (find_method_in_class): Does not need a
8149         MonoGenericContainer.  Use 'mono_method_signature' rather than
8150         'mono_method_signature_full'.
8151         (find_method, mono_get_method_constrained, method_from_memberref):
8152         Update to changes.
8153
8154         * metadata.c (mono_type_create_from_typespec_full): Ensure that
8155         owner-less generic-parameters are never evicted from the typespec
8156         cache.
8157
8158         * loader.c (method_from_memberref): Don't use the current context
8159         when parsing signatures.
8160         (method_from_methodspec, mono_get_method_from_token): Update to changes.
8161
8162         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
8163         side-effects in g_assert.
8164         * loader.c (mono_get_method_from_token): Resolve klass earlier so
8165         that we don't potentially lose information.
8166
8167 2005-11-26  Dick Porter  <dick@ximian.com>
8168
8169         * icall.c:
8170         * threads.c: icalls to implement basic (ie, not named)
8171         System.Threading.Semaphore.
8172
8173 2005-11-24  Dick Porter  <dick@ximian.com>
8174
8175         * process.c
8176         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
8177         Use GetProcessId() if it's available.
8178
8179 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
8180
8181         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
8182
8183 2005-11-23  Raja R Harinath  <rharinath@novell.com>
8184             Ankit Jain  <jankit@novell.com>
8185
8186         * loader.c (mono_get_method_from_token): Initialize 'method' field
8187         of all generic parameters before parsing the signature.  Remove
8188         code that "fixed"-up MVAR references.
8189
8190 2005-11-23  Ankit Jain  <jankit@novell.com>
8191
8192         * metadata.c (mono_metadata_has_generic_params):
8193         (mono_metadata_load_generic_param_constraints):
8194         (mono_metadata_load_generic_params): Move duplicate code ...
8195         (mono_metadata_get_generic_param_row): ... here. Returns the
8196         first row-id in GenericParam table for a given owner (token).
8197         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
8198         prototype.
8199
8200 2005-11-23  Raja R Harinath  <rharinath@novell.com>
8201             Ankit Jain  <jankit@novell.com>
8202
8203         * metadata.c (mono_metadata_class_equal): Pass signature_only when
8204         comparing VARs too.
8205         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
8206         type->data.generic_param only if the type is an MVAR.
8207         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
8208         leak owner-less VARs and MVARs into managed space.
8209
8210 2005-11-21  Martin Baulig  <martin@ximian.com>
8211
8212         * class-internals.h
8213         (MonoMethod): Moved the `generic_container' here from
8214         `MonoMethodNormal' since we now also need it for
8215         `MonoMethodPInvoke';
8216         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
8217         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
8218         an union containing both `MonoMethodNormal' and
8219         `MonoMethodPInvoke'.
8220
8221         * loader.c
8222         (mono_get_method_from_token): Allow implementing generic methods
8223         as interncalls.
8224
8225         * threads.c
8226         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
8227         icall.
8228
8229 2005-11-17  Dick Porter  <dick@ximian.com>
8230
8231         * icall.c: 
8232         * process.h: 
8233         * process.c: Split the Process Start_internal icall into
8234         ShellExecuteEx_internal and CreateProcess_internal, which are
8235         called depending on whether UseShellExecute is true.  Fixes bug
8236         76670.
8237
8238         * appdomain.c (MONO_CORLIB_VERSION): Incremented
8239
8240 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
8241
8242         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
8243         'msize' parameters, use the information in 'mspec' instead.
8244         (emit_object_to_ptr_conv): Ditto.
8245
8246         * marshal.c (emit_struct_conv): Handle explicit layout structs with
8247         fields out of order. Fixes #76733.
8248
8249 2005-11-17  Ankit Jain  <jankit@novell.com>
8250
8251         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
8252
8253 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
8254
8255         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
8256           bug #76575.
8257
8258 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
8259
8260         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
8261         for types with non-auto layout. Fixes #76717.
8262
8263 2005-11-16  Ankit Jain  <jankit@novell.com>
8264
8265         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
8266         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
8267         if generic_context is null.
8268           (mono_metadata_generic_param_equal): param->owner can be null.
8269           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
8270         null.
8271
8272 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
8273
8274         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
8275         the correct value.
8276
8277 2005-11-15  Martin Baulig  <martin@ximian.com>
8278
8279         * object.c (set_value): Use mono_class_from_mono_type() instead of
8280         the hack for generic instances; fixes #76136.
8281
8282 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
8283
8284         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
8285         fields.
8286
8287         * image.c (load_metadata_ptrs): Initialize the new fields.
8288
8289         * reflection.c (create_dynamic_mono_image): Ditto.
8290
8291         * reflection.c (build_compressed_metadata): Use the new fields.
8292
8293         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
8294         icall.
8295
8296         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
8297         icall.
8298         
8299 2005-11-15  Ankit Jain  <jankit@novell.com>
8300             Raja R Harinath  <harinath@gmail.com>
8301
8302         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
8303         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
8304         new per-generic_container cache if the cached MonoType's context matches
8305         the current context.
8306           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
8307         to the expected context.
8308           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
8309
8310 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8311
8312         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
8313         we changed the signature of an icall.
8314         * icall.c: Modify to mono_double_ParseImpl return true/false 
8315         depending on the success, instead of throwing the exception. This will
8316         help us in Double.TryParse methods.
8317         
8318 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
8319
8320         * marshal.c (emit_marshal_object): Throw an exception when
8321         marshalling 'object' instead of crashing. Fixes #76696.
8322
8323 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
8324
8325         * class-internals.h: Add prototype for mono_type_get_full_name ().
8326
8327 2005-11-11  Dick Porter  <dick@ximian.com>
8328
8329         * threads.c (mono_thread_manage): Make sure the main thread has
8330         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
8331
8332 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
8333
8334         * loader.c (mono_loader_set_error_type_load): Log a warning to the
8335         console about the missing type.
8336         (mono_loader_set_error_method_load): Ditto.
8337
8338 2005-11-09  Miguel de Icaza  <miguel@novell.com>
8339
8340         * mono-config.c (mono_get_config_dir): Set the system defaults if
8341         none is specified.
8342
8343         * assembly.c (mono_set_dirs): New API entry point to set the
8344         assembly and the config directory in one call
8345
8346 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
8347
8348         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
8349         the ftnptr was created from a delegate in a domain other than the
8350         current domain. Fixes #75377.
8351
8352         * exception.h exception.c: Add mono_get_exception_not_supported ().
8353
8354 2005-11-08  Martin Baulig  <martin@ximian.com>
8355
8356         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
8357
8358 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
8359
8360         * security-manager.h: Added definitions to deal with strongname key 
8361         pairs bigger (and smaller) than 1024 bits.
8362         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
8363         adjust wrt the public key length being used.
8364
8365 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
8366
8367         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
8368           Windows build (r51396-51397).
8369
8370 2005-11-03  Martin Baulig  <martin@ximian.com>
8371
8372         * class.c (mono_class_setup_vtable_general): Also add generic
8373         methods to the vtable; fixes #76581.
8374
8375 2005-11-01  Miguel de Icaza  <miguel@novell.com>
8376
8377         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
8378         sure that we lookup GetString method from the System.Text.Encoding
8379         class, not the derived class or we get an empty method.
8380
8381         Fixed class #76612.
8382
8383 2005-10-25  Miguel de Icaza  <miguel@novell.com>
8384
8385         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
8386         if it has been previously set (embedders). 
8387
8388         Make mono_set_rootdir available also on Unix.
8389
8390 005-10-24  Robert Jordan  <robertj@gmx.net>
8391
8392         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
8393
8394 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
8395
8396         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
8397         only calls which are made to native code use this flag.
8398
8399         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
8400
8401 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
8402
8403         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
8404         Add support for FieldBuilders.
8405
8406 2005-10-29  Martin Baulig  <martin@ximian.com>
8407
8408         * mono-debug.c
8409         (mono_debug_using_mono_debugger): New public method; returns
8410         whether we're running inside the debugger.
8411
8412 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
8413
8414         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
8415         for Method/Constructor/FieldBuilders.
8416
8417 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
8418
8419         * reflection.c (module_add_cattrs): Save custom attributes for global methods
8420         and fields as well.
8421
8422 2005-10-26  Martin Baulig  <martin@ximian.com>
8423
8424         * mono-debug-debugger.c
8425         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
8426
8427 2005-10-24  Raja R Harinath  <harinath@gmail.com>
8428
8429         * icall.c (base64_to_byte_array): Don't pass an out-of-range
8430         integer to isspace.
8431
8432 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
8433
8434         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
8435         when passing valuetypes byref. Fixes #76502.
8436
8437 2005-10-19  Jackson Harper  <jackson@ximian.com>
8438
8439         * profiler.c: Don't put a . in front of types that are not in a
8440         namespace.
8441
8442 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
8443
8444         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
8445
8446 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
8447
8448         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
8449         #76436.
8450         (mono_marshal_get_ldflda_wrapper): Fix a warning.
8451
8452 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8453
8454         * assembly.c metadata-internals.h icall.c: Define an additional
8455         parameter for mono_assembly_name_parse_full, so we can avoid creating
8456         S.R.AssemblyName.Version when no version info wasn't passed.
8457         
8458 2005-10-09  Miguel de Icaza  <miguel@novell.com>
8459
8460         * class.c (mono_type_get_full_name): Reimplement method that was
8461         removed. 
8462
8463         * image.c: Some docs
8464
8465 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
8466
8467         * profiler.c (output_newobj_profile): Fix printing of Total memory
8468         on x86.
8469
8470 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
8471
8472         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
8473
8474 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
8475
8476         * threads.c: remove debug output.
8477
8478 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
8479
8480         * threads.c (mono_thread_manage): Fix crashes if more than 64
8481         threads need to be aborted. Hopefully fixes #75899.
8482
8483         * assembly.c (mono_stringify_assembly_name): New helper function.
8484
8485         * class.c: Use mono_stringify_assembly_name instead of the similar
8486         static function.
8487
8488         * assembly.h assembly.c: Add support for calling a postload search 
8489         hook if an assembly cannot be loaded.
8490
8491         * appdomain.c: Register new search hooks which call the AssemblyResolve
8492         events in AppDomain. Fixes #75231
8493
8494 2005-10-07  Martin Baulig  <martin@ximian.com>
8495
8496         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
8497         methods without debug info.
8498
8499 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
8500
8501         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
8502         wrappers.
8503
8504 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8505
8506         * file-io.c: now that we return symlinks, use lstat and, when the file
8507         is a symbolic link, stat, to get the file attributes. Also avoid the
8508         conversion to/from utf16/external.
8509
8510 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
8511
8512         * class.c (mono_class_layout_fields): Compute klass->has_references
8513         correctly if an embedded valuetype is not yet initialized. Fixes
8514         #76331.
8515
8516 2005-10-04  Martin Baulig  <martin@ximian.com>
8517
8518         * metadata.c
8519         (mono_metadata_load_generic_param_constraints): New public
8520         function; splitted the constraints loading out from
8521         mono_metadata_load_generic_params().
8522
8523         * class.c (mono_class_create_from_typedef): Call
8524         mono_metadata_load_generic_param_constraints() after setting up
8525         the type and creating our parent; fixes #75329.
8526
8527 2005-10-04  Martin Baulig  <martin@ximian.com>
8528
8529         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
8530         non-dynamic parent classes.
8531
8532 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
8533
8534         * file-io.c : win32 build fix (ETXTBSY seems not found).
8535
8536 2005-10-04  Martin Baulig  <martin@ximian.com>
8537
8538         * reflection.c
8539         (mono_image_get_methodspec_token): Make the cache actually work;
8540         fixes #75974.
8541
8542 2005-10-04  Martin Baulig  <martin@ximian.com>
8543
8544         * class.c (mono_class_name_from_token): Removed the unneccessary
8545         `MonoGenericContext *' argument.
8546
8547 2005-10-04  Martin Baulig  <martin@ximian.com>
8548
8549         * loader.c
8550         (method_from_methodspec): Make the caching work again; fixes the
8551         performance regression from #76262.
8552
8553 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8554
8555         * file-io.c:
8556         * file-io.h:
8557         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
8558         GetFileSystemEntries that performs the same work but without going
8559         into io-layer, locking, etc.
8560
8561 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
8562
8563         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
8564         ThreadState_Stopped as well. Fixes #76047.
8565
8566 2005-09-29  Martin Baulig  <martin@ximian.com>
8567
8568         * class.c
8569         (inflate_generic_context): If the new context has a `gmethod', set
8570         its `container' that that gmethod's `container'.
8571
8572         * metadata.c
8573         (mono_metadata_parse_generic_param): Simplify things;
8574         `generic_container = generic_context->container;' is just fine.
8575
8576         * loader.c (method_from_methodspec): Code cleanups.
8577
8578 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
8579
8580         * decimal.c: fix warning (and let gcc generate correct
8581         code on ARM with optimizations).
8582
8583 2005-09-28  Martin Baulig  <martin@ximian.com>
8584
8585         * loader.c
8586         (method_from_memberref): Added `MonoGenericContext *class_context'
8587         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
8588         (method_from_methodspec): If we're a memberref, use the enclosing
8589         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
8590
8591 2005-09-28  Martin Baulig  <martin@ximian.com>
8592
8593         * object.c (mono_runtime_invoke_array): Added support for
8594         MONO_TYPE_GENERICINST; fixes #75917.
8595
8596 2005-09-27  Martin Baulig  <martin@ximian.com>
8597
8598         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
8599         `k->byval_arg.type' to determine the actual type.
8600
8601         * loader.c (method_from_methodspec): Removed some hacks.
8602
8603 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
8604
8605         * class-internals.h (mono_field_is_deleted): Do the test for
8606         rtspecialname before we check the actual name of the field. This
8607         prevents us from dereferencing a pointer into the string table,
8608         saving us from accessing a few pages
8609
8610         * *.c: Replace the use of {Enter,Leave}CriticalSection with
8611         macros. This will allow a deadlock debugger to easily be plugged
8612         in.
8613
8614 2005-09-27  Martin Baulig  <martin@ximian.com>
8615
8616         * loader.c (method_from_methodspec): Create a "signature"
8617         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
8618
8619 2005-09-27  Martin Baulig  <martin@ximian.com>
8620
8621         * class.c
8622         (inflate_generic_class): Correctly set the new context's
8623         container.
8624
8625         * loader.c
8626         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
8627         instead of a `MonoGenericContext *'.
8628         (mono_method_signature_full): Take a `MonoGenericContainer *'
8629         instead of a `MonoGenericContext *'.
8630
8631         * metadata.c
8632         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
8633         instead of a `MonoGenericContext *'.
8634         (mono_metadata_parse_method_signature_full): Likewise.
8635
8636 2005-09-26  Martin Baulig  <martin@ximian.com>
8637
8638         * class.c
8639         (mono_class_from_generic_parameter): Set `klass->generic_container'
8640         (mono_class_from_generic_parameter): Likewise.
8641         (mono_bounded_array_class_get): We inherit the generic container
8642         from the element class.
8643
8644         * loader.c
8645         (find_method, find_method_in_class): Take a `MonoGenericContext *'
8646         argument rather than computing it here.
8647         (method_from_memberref): Correctly set the generic context before
8648         parsing the signature.  Fixes #75681.
8649
8650 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
8651
8652         * object.c (mono_class_has_special_static_fields): Fix warnings.
8653
8654 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8655
8656         * assembly.c: Add parse_public_key function, to
8657         par the public keys. Also added mono_assembly_name_parse_full,
8658         to define it the parsed key should be freed or not.
8659         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
8660         to parse a long format assembly name.
8661         * metadata-internals.h: Keep mono_assembly_name_parse_full as
8662         private, since calling it to preserve the key requires
8663         freeing it manually.
8664         
8665 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
8666
8667         * locales.c : removed HAVE_ICU part.
8668
8669 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
8670
8671         * object.c (mono_class_create_runtime_vtable): Avoid calling 
8672         field_is_special_static if the klass has no special static fields.
8673
8674         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
8675         (MonoCachedClassInfo): Likewise.
8676
8677         * object.c (mono_class_has_special_static_fields): New helper function.
8678
8679 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8680
8681         * class.c (mono_class_create_from_typedef): Don't call 
8682         interfaces_from_typedef_full for enums.
8683         (mono_class_create_from_typedef): Compute the base types of enums directly
8684         without calling mono_class_setup_fields ().
8685         (mono_class_find_enum_basetype): New helper function.
8686
8687         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
8688         one place inside the string heap.
8689         
8690 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
8691
8692         * class.c: locking fixes, code cleanups, some docs added.
8693         Allocate some data structures in the image mempool.
8694
8695 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8696
8697         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8698         the example code.
8699         
8700 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
8701
8702         * class-internals.h, class.c, reflection.c: reduce memory taken by
8703         MonoClass.
8704
8705 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
8706
8707         * metadata.c, metadata.h, loader.h: documentation updates, code and
8708         API cleanups.
8709
8710 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8711
8712         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8713         the example code.
8714
8715         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
8716         page faults caused by the runtime while reading metadata.
8717
8718 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8719
8720         * socket-io.c: the field names were changed 3 months ago and no one
8721         realized until bug #76077 got filed!
8722
8723 2005-09-20  Martin Baulig  <martin@ximian.com>
8724
8725         * icall.c (assembly_icalls): Removed some unused debugger icalls.
8726
8727 2005-09-20  Martin Baulig  <martin@ximian.com>
8728
8729         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
8730         write the rank into the class entry.
8731
8732 2005-09-20  Martin Baulig  <martin@ximian.com>
8733
8734         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
8735
8736 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
8737
8738         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8739
8740         * icall.c (custom_attrs_defined_internal): New icall.
8741
8742         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
8743         function.
8744         (mono_custom_attrs_construct_by_type): New helper function.
8745
8746 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
8747
8748         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
8749         terminate the resulting string. Fixes #76123.
8750
8751 2005-09-16  Martin Baulig  <martin@ximian.com>
8752
8753         * mono-debug.c
8754         (mono_debug_add_method): Ignore inflated methods for the moment.
8755
8756 2005-09-14  Martin Baulig  <martin@ximian.com>
8757
8758         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
8759
8760 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
8761
8762         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
8763         return a success/failure indication.
8764         (mono_metadata_interfaces_from_typedef_full): Ditto.
8765         (get_constraints): Ditto.
8766
8767 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
8768
8769         * marshal.c (emit_marshal_array): Fix handling of null arrays.
8770         
8771         * marshal.c (emit_marshal_array): Add support for returning string
8772         arrays from delegates. Fixes #76063.
8773
8774         * marshal.c: Use the emit_ldloc/stloc macros where possible.
8775
8776 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
8777
8778         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
8779         icall.
8780
8781 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
8782
8783         * reflection.c icall.c: Fix after mono_get_exception_type_load
8784         signature change.
8785
8786         * assembly.c (mono_assembly_get_assemblyref): New helper function.
8787         (mono_assembly_load_reference): Use the new helper.
8788
8789         * class-internals.h (MonoLoaderError): New structure containing 
8790         information about type loading errors.
8791
8792         * class-internals.h loader.c: Add APIs to store per-thread loader
8793         error information.
8794
8795         * loader.c class.c: Set the loader error if needed.
8796
8797         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
8798
8799 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
8800
8801         * decimal.c: fixed to handle the broken ARM fp format.
8802
8803 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
8804
8805         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
8806         broken.
8807
8808 2005-09-06  Martin Baulig  <martin@ximian.com>
8809
8810         * domain.c (supported_runtimes): Added v2.0.50727.
8811
8812 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
8813
8814         * culture-info.h: reduce the size of some structures.
8815
8816 2005-09-05  Martin Baulig  <martin@ximian.com>
8817
8818         Reflect latest API changes in the August CTP.
8819
8820         * icall.c
8821         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
8822         ("MonoType.HasGenericArguments"): Removed.
8823         ("MonoMethod.BindGenericParameters"): Renamed to
8824         "MakeGenericMethod".
8825         ("MethodBuilder.BindGenericParameters"): Renamed to
8826         "MakeGenericMethod".    
8827
8828 2005-09-05  Martin Baulig  <martin@ximian.com>
8829
8830         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
8831
8832 2005-09-05  Martin Baulig  <martin@ximian.com>
8833
8834         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8835
8836         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
8837         generic_container is non-NULL.
8838
8839 2005-09-05  Martin Baulig  <martin@ximian.com>
8840
8841         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8842
8843         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
8844
8845 2005-08-29  Michal Moskal  <malekith@nemerle.org>
8846
8847         * reflection.c (encode_locals,
8848         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
8849         for large generic types.
8850
8851 2005-09-05  Martin Baulig  <martin@ximian.com>
8852
8853         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8854
8855         * class.c (mono_dup_array_type): New public method.
8856         (mono_metadata_signature_deep_dup): New public method.
8857         (dup_type): Correctly duplicate array and function types.
8858
8859 2005-09-05  Martin Baulig  <martin@ximian.com>
8860
8861         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8862
8863         * reflection.c (get_default_param_value_blobs): Handle generic types
8864         and generic methods.
8865
8866 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
8867
8868         * class.c: Fixed error reporting (method/class were inversed) for 
8869         inheritance demands.
8870         * security-manager.c|h: Added the AppDomain when calling the managed
8871         System.Security.SecurityManager.InheritanceDemand method.
8872
8873 2005-09-01  Raja R Harinath  <rharinath@novell.com>
8874
8875         * reflection.c (encode_marshal_blob): 'marshaltype' and
8876         'marshaltyperef' are alternate sources for the custom marshaler
8877         name.
8878
8879 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
8880
8881         * class.c: fix creation of array classes with rank == 1
8882         (patch by Ankit Jain <jankit@novell.com>).
8883
8884 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
8885
8886         * object.c: fix check for creating the bound data for arrays vs
8887         szarrays.
8888
8889 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8890
8891         * object.c: configuration file name is now based on the executable name,
8892         not the image name. Fixes bug #75931.
8893
8894 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
8895
8896         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
8897         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
8898
8899 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
8900
8901         * rand.c: Use wincrypt.h instead of WinCrypt.h.
8902
8903 2005-08-24  Ankit Jain  <jankit@novell.com>
8904             Raja R Harinath  <rharinath@novell.com>
8905
8906         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
8907           called by it recursively.
8908           (mono_class_init): Remove special case in pending_init handling, since it's
8909           superseded by the fix to mono_class_from_typeref.
8910
8911 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
8912
8913         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
8914         BROKEN_THREAD_START stuff.
8915
8916 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
8917
8918         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
8919         trampoline.
8920
8921         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
8922         
8923         * object.c (mono_delegate_ctor): Replace the original function address with
8924         a delegate trampoline.
8925
8926 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
8927
8928         * icall.c: add boolean argument to base64_to_byte_array and 
8929         InternalFromBase64String to control whether a whitespace-only string
8930         is allowed (or should casue a FormatException to be thrown). We need
8931         this as the behavior has changed between MS.NET 1.x and 2.0, and we
8932         to match the MS behaviour in both profiles.
8933         * appdomain.c: Bump corlib version.
8934
8935 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8936
8937         This patch implements a big portion of publisher policy
8938         support, used to bind assembly versions and redirect
8939         one assembly from version A to version B.
8940
8941         * assembly.c:
8942         New GSList loaded_assembly_bindings, for storing the cached
8943         assembly bindings.
8944         (assembly_binding_maps_name): New static function for checking if a 
8945         assembly binding information maps an assembly name.
8946         (mono_assembly_binding_info_free): New function for freeing
8947         assembly binding information resources.
8948         (get_publisher_policy_info): New static function for retrieving 
8949         assembly binding information from a MonoImage.
8950         (compare_versions): New static function for comparing an assembly
8951         binding information data and the version of an assembly name.
8952         (check_policy_versions): New static function for checking if an
8953         assembly binding info mapping an assembly name is valid for it.
8954         (mono_assembly_load_publisher_policy): New static function for
8955         loading the 'policy.major.minor.MyAssembly' image for an assembly
8956         with an assembly name 'aname'.
8957         (mono_assembly_bind_version): New static function for updating
8958         assembly redirection.
8959         (mono_assembly_apply_binding): New static function for applying
8960         assembly binding.
8961         (search_binding_loaded): New static function for searching 
8962         loaded assembly binding infos in the cache domain.
8963         (mono_assembly_load_full): Don't apply assembly binding for
8964         reflection only assemblies.
8965
8966         * metadata-internals.h: Add MonoAssemblyBindingInfo,
8967         which contains information about assembly binding. Also
8968         declare signature for mono_config_parse_publisher_policy ()
8969         function, used to retrieve pub policy info.
8970         
8971         * mono-config.c:
8972         (publisher_policy_start): New static function used to parse publisher 
8973         policy config files.
8974         (publisher_policy_parser): New static MonoParseHandler containing 
8975         the functions used when parsing config files.
8976         (mono_config_parse_publisher_policy): New function for parsing
8977         publisher policy files.
8978         
8979 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
8980
8981         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
8982
8983         * marshal.c (mono_delegate_free_ftnptr): Ditto.
8984
8985         * object.c (mono_get_addr_from_ftnptr): New helper function.
8986
8987         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
8988
8989         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8990
8991 2005-08-19  Dick Porter  <dick@ximian.com>
8992
8993         * threads.c, threads.h, appdomain.c, appdomain.h,
8994         profiler-private.h, monitor.c, object.c, object-internals.h,
8995         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
8996         store the thread ID, so it can hold a 64 bit value if needed.
8997
8998 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
8999
9000         * reflection.c (mono_reflection_create_dynamic_method): Store the
9001         handle class into the method references as well so ldtoken works in
9002         dynamic methods.
9003
9004         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
9005         types.
9006
9007 2005-08-19  Ankit Jain <jankit@novell.com>
9008
9009         Fix #75847.
9010         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
9011           here rather than using the method signature of a arbitrary function
9012           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
9013           two arguments.
9014           Hack done with Harinath.
9015
9016 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9017
9018         * threadpool.c: disable printing stack traces when we get a exception
9019         in a threadpool thread. I need to do more testing to figure out which
9020         cases actually print this. Fixes bug #75828.
9021
9022 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9023
9024         * icall.c: there might be ignored whitespace after the last '='. This
9025         fixes length computation and bug #75840.
9026
9027 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
9028
9029         * assembly.c (mono_assembly_load_full): Consider .exe extension as
9030         well. Fixes #75809.
9031
9032         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
9033         #75784.
9034         
9035         * reflection.c (create_custom_attr_data): Ditto.
9036
9037 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
9038
9039         * locales.c, culture-info.h : removed RegionLCIDMap.
9040         * culture-info-tables.h : regenerated.
9041
9042 2005-08-16  Martin Baulig  <martin@ximian.com>
9043
9044         * class.c (mono_type_get_name_recurse): Small fix.
9045
9046 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
9047
9048         * locales.c : indentation fixie.
9049
9050 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
9051
9052         * object-internals.h,
9053           locales.h,
9054           locales.c,
9055           culture-info.h,
9056           icall.c : added RegionInfo table support.
9057         * culture-info-table.h : regenerated for region support.
9058
9059 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
9060
9061         * reflection.c (resolve_object): handle all kinds of MonoMethod
9062         including generic ones
9063
9064 2005-08-12  Ankit Jain <jankit@novell.com>
9065
9066         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
9067           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
9068
9069 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
9070
9071         * process.c: Don't close a thread handle when it's NULL. This is a
9072         workaround for bug #75733.
9073
9074 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
9075
9076         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
9077
9078 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
9079
9080         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
9081
9082 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9083
9084         * threadpool.c: if a work item in the thread pool has a callback that
9085         catches a exception, don't propagate it after invoking the callback.
9086         Fixes bug #75336.
9087
9088 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
9089
9090         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
9091
9092         * class-internals.h (MonoCachedClassInfo): Add some new fields.
9093
9094         * class.c (mono_class_init): Load field info lazily in the AOT case.    
9095
9096         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
9097
9098 2005-08-03  Ankit Jain  <jankit@novell.com>
9099
9100         Fix #75683.
9101         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
9102           PInvoke calling convention is 0.
9103
9104 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
9105
9106         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
9107         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
9108
9109 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
9110
9111         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
9112         to handle threads not started by the GC (patch by Michael Meeks
9113         <michael.meeks@novell.com>).
9114
9115 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
9116
9117         * reflection.c: Make buffer used in emitting types larger for some
9118         big generic types (patch by Michal Moskal).
9119
9120 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
9121
9122         * mono-debug.c: Fix some (not all) alignment problems.
9123
9124 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9125
9126         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
9127         Invoke mono_image_load_from_data_full passing the refonly
9128         parameter.
9129
9130         * assembly.c
9131         (mono_assembly_open_from_bundle): Add the refonly argument, 
9132         in order to pass it to other methods it calls to.
9133         (do_mono_assembly_open): Add the refonly argument, in order 
9134         to pass it to other methods it calls to.
9135         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
9136         the refonly parameter to it.
9137
9138         * image.c: Add loaded_images_refonly_hash and
9139         loaded_images_refonly_guid_hash to cache the reflection
9140         only loaded images.
9141         (mono_images_init): Initialize the hash tables used for
9142         caching the reflection only images.
9143         (load_modules): Invoke mono_image_open_full passing the refonly
9144         parameter to load the modules the correct way.
9145         (build_guid_table): Add the refonly argument, to re-build the 
9146         correct hash table.
9147         (do_mono_image_open): Added the refonly argument, in order to
9148         define it for the loaded image.
9149         (mono_image_loaded_full): New function, which receives an
9150         additional parameter to look for the image in the refonly or
9151         non-refonly section.
9152         (mono_image_loaded): Updated, using mono_image_loaded_full.
9153         (mono_image_loaded_by_guid_full): The same case that happens
9154         with mono_image_loaded_full.
9155         (mono_image_loaded_by_guid): Likewise.
9156         (register_image): Use the ref_only variable inside MonoImage
9157         to decide in which hash table store the current image.
9158         (mono_image_open_from_data_full): Rename
9159         mono_image_open_from_data to mono_image_open_from_data_full,
9160         adding the refonly argument, to define the ref_only variable 
9161         inside MonoImage.
9162         (mono_image_open_from_data): Return 
9163         mono_image_open_from_data_full.
9164         (mono_image_open_full): Rename mono_image_open to
9165         mono_image_open_full, receiving the new refonly argument,
9166         to pass it to inner methods.
9167         (mono_pe_file_open): Update this function, to open
9168         a MonoImage as a non-refonly image.
9169         (mono_image_close): Use the refonly variable inside
9170         MonoImage to remove the image from the correct caches.
9171
9172         * image.h: Add the signatures of mono_image_open_full,
9173         mono_image_open_from_data_full, mono_image_loaded_full,
9174         mono_image_loaded_by_guid_full.
9175
9176         * metadata-internals.h: Add the ref_only field to 
9177         MonoImage.
9178         
9179 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9180
9181         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
9182         Fix the last behavior, which used to load the assemblies and
9183         extract MonoReflectionAssemblyName information, instead of
9184         extract it from the metadata tables. Needed for Reflection
9185         Only assemblies.
9186         
9187 2005-07-29  Martin Baulig  <martin@ximian.com>
9188
9189         * mono-debug-debugger.c
9190         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
9191         not initialized.
9192
9193         * mono-debug.c
9194         (mono_debug_address_from_il_offset): Check whether we have
9195         debugging support before attempting to take the lock.
9196         (mono_debug_source_location_from_address): Likewise.
9197         (mono_debug_source_location_from_il_offset): Likewise.
9198         (mono_debug_il_offset_from_address): Likewise.
9199         (mono_debug_address_from_il_offset): Likewise.
9200
9201 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
9202
9203         * class.c (mono_class_from_name_case): Add support for dynamic images.
9204         Fixes #75650.
9205
9206         * object.c (mono_class_compute_gc_descriptor): Add a workaround
9207         for #75479.
9208
9209 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
9210         
9211         * reflection.c (mono_method_get_object): Fix warning.
9212
9213 2005-07-28  Martin Baulig  <martin@ximian.com>
9214
9215         * mono-debug.c
9216         (mono_debug_add_wrapper): Also write the wrapper type.
9217
9218 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
9219
9220         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
9221         
9222         * class.c (mono_class_init): Avoid reading nested classes if the AOT
9223         data indicates the class has none.
9224
9225 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
9226
9227         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
9228         loader lock with the debugger lock. Prevents deadlocks for beagle.
9229
9230         Beagle can now run on an smp box for a weekend without any
9231         issues. Woohoo!
9232
9233 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
9234
9235         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
9236         in a module. Fixes #75629.
9237
9238 2005-07-26  Martin Baulig  <martin@ximian.com>
9239
9240         * mono-debug.c (mono_debug_add_wrapper): New static method.
9241         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
9242         interncall or a wrapper.
9243
9244         * mono-debug.h (MonoDebugWrapperData): New public typedef.
9245         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
9246         (MONO_DEBUGGER_VERSION): Bump to 51.
9247
9248         * mono-debug-debugger.c
9249         (mono_debugger_add_type): Removed this empty function.
9250         (mono_debugger_add_method): Likewise.
9251
9252 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
9253
9254         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
9255         before accessing method->slot.
9256
9257 2005-07-21  Jb Evain  <jbevain@gmail.com>
9258
9259         * reflection.c (method_encode_clauses/class): Handle filters clauses.
9260         Fixes #75010.
9261
9262 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
9263
9264         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
9265         #75587.
9266
9267 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
9268
9269         * image.h image.c: Add mono_image_get_guid () API function.
9270
9271 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
9272
9273         There were issues when multiple threads tried to load
9274         assemblies. A deadlock was created between assemblies_mutex and
9275         mono_domain_assemblies_lock. This fixes the issue by making the
9276         assembly ref counting be lock free. See bug 75586.
9277         
9278         * image.c (mono_image_close): The add ref function here was using
9279         Interlocked operations while the unref was using a mutex and a
9280         --. I don't think this was ever a bug that would be exposed in a
9281         non-pendantic way (ie, by an embedder doing a ref on one thread
9282         and an unref on another), but for the sake of correctness, this is
9283         now Interlocked.
9284
9285         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
9286         (mono_assembly_load_reference): Call mono_assembly_addref rather
9287         than touching the refcount ourselves.
9288         (mono_assembly_close): Use InterlockedDecrement to unref the
9289         assembly. Don't acquire the lock unless it is actually needed.
9290
9291 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
9292
9293         * class.c (mono_class_layout_fields): Fix calculation of has_references
9294         for generic types.
9295
9296 2005-07-12  Martin Baulig  <martin@ximian.com>
9297
9298         Applying a patch from Michal Moskal <malekith@nemerle.org>.
9299
9300         * metadata.c
9301         (mono_type_hash): Provide better hashing for generic instances.
9302         (mono_generic_inst_hash): Improve hashing.
9303         (mono_generic_class_hash): Likewise.
9304
9305         * reflection.c (mymono_metadata_type_hash): Improve hashing for
9306         generic instances.
9307
9308 2005-07-12  Martin Baulig  <martin@ximian.com>
9309
9310         * reflection.c (mono_reflection_create_runtime_class): Remove the
9311         hack for generic type definitions and non-`Run' assemblies.
9312         (mono_reflection_bind_generic_parameters): Also use
9313         `klass->wastypebuilder' to check for TypeBuilders.
9314
9315 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
9316
9317         * class.c (mono_class_layout_fields): Fix calculation of has_references
9318         for generic types.
9319
9320         * class.c (inflate_generic_class): Fix a leak.
9321         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
9322         for generic types.
9323
9324 2005-07-11  Martin Baulig  <martin@ximian.com>
9325
9326         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
9327         on error.
9328
9329 2005-07-11  Martin Baulig  <martin@ximian.com>
9330
9331         * loader.c (find_method): Also lookup in
9332         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
9333
9334 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9335
9336         * appdomain.c (mono_domain_unload): Don't free the error message
9337         before passing it to mono_get_exception_...
9338
9339         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
9340         
9341 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
9342
9343         * threads.c: try to better guess an available RT signal (bug #75387).
9344
9345 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9346
9347         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
9348         and CACHE_OBJECT.
9349
9350 2005-07-07  Martin Baulig  <martin@ximian.com>
9351
9352         * class.c (mono_type_get_name_full): Return NULL for
9353         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
9354         fixes #75408.
9355
9356 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9357
9358         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
9359         exit the appdomain as well being aborted.
9360
9361         * threadpool.c: Create all threadpool threads inside the root appdomain, and
9362         change back to the root domain after calling managed code. This enables
9363         appdomains using threadpools to be unloaded.
9364
9365 2005-07-07  Martin Baulig  <martin@ximian.com>
9366
9367         * class-internals.h
9368         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
9369         into `MonoDynamicGenericClass' since we only need it for dynamic
9370         types.
9371
9372         * reflection.c (mono_class_bind_generic_parameters): We don't need
9373         to compute the `parent' here.
9374
9375 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
9376
9377         * culture-info-table.h : regenerated.
9378
9379 2005-07-06  Martin Baulig  <martin@ximian.com>
9380
9381         * icall.c
9382         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
9383
9384         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
9385
9386 2005-07-06  Martin Baulig  <martin@ximian.com>
9387
9388         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
9389         we're doing a signature-only comparision; fixes #74945.
9390
9391 2005-07-06  Martin Baulig  <martin@ximian.com>
9392
9393         * class-internals.h (MonoGenericClass): Moved some things out into
9394         a new `MonoInflatedGenericClass' type.  
9395         (MonoInflatedGenericClass): New type; the `klass' of a
9396         `MonoGenericClass' is now computed lazyly in
9397         mono_get_inflated_generic_class().      
9398
9399         * class.c (mono_get_inflated_generic_class): New public function.
9400         (mono_class_inflate_generic_method): Removed the unused
9401         `MonoClass *' argument.
9402         (setup_generic_vtable): Don't call mono_get_inflated_method() on
9403         all the methods.
9404         (mono_class_create_generic): Make this static and merge it with
9405         mono_class_create_generic_2(); we're now called automatically from
9406         mono_get_inflated_generic_class().
9407
9408         * loader.c (mono_method_signature): Call
9409         mono_get_inflated_method() here.
9410
9411 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
9412
9413         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
9414         type of fields with RVA.
9415
9416         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
9417         for this pseudo class.
9418         (my_mono_class_from_generic_parameter): Likewise.
9419         (mono_class_init): Allow interfaces to have cctors.
9420
9421 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
9422
9423         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
9424         lazily for AOT methods.
9425
9426 2005-07-05  Martin Baulig  <martin@ximian.com>
9427
9428         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
9429         returns FALSE for a successful match, not TRUE.
9430
9431 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
9432
9433         * loader.c (mono_method_get_index): Optimize this a bit.
9434
9435 2005-07-04  Martin Baulig  <martin@ximian.com>
9436
9437         * class.c
9438         (class_compute_field_layout): Move the check for generic type
9439         definitions into mono_class_layout_fields().  Fixes #74684.
9440         (mono_class_from_generic_parameter): Correctly compute
9441         `klass->parent'; fixes #75457.
9442
9443         * reflection.c (register_assembly, register_module): Make sure
9444         `domain->rejobject_hash' is already created.
9445
9446 2005-07-02  Martin Baulig  <martin@ximian.com>
9447
9448         * class-internals.h
9449         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
9450         `MonoDynamicGenericClass'.      
9451
9452 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
9453
9454         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
9455         returned by a field getter is null, since null is a valid value.
9456
9457 2005-07-01  Martin Baulig  <martin@ximian.com>
9458
9459         * reflection.c (mono_reflection_generic_class_initialize): Update
9460         the `dgclass->fields [i].parent' to the correct class.
9461         (mono_image_get_fieldref_token): Use the declaring type, not the
9462         reflected type.
9463
9464 2005-07-01  Martin Baulig  <martin@ximian.com>
9465
9466         * loader.c (find_method): Also look in the interfaces; fixes #75429.
9467
9468 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
9469
9470         * threads.c (thread_cleanup): assert that thread != NULL
9471         (wait_for_tids_or_state_change): We were using the wrong variable
9472         when accessing wait->threads. `i' was always out of the bounds of
9473         the array.
9474
9475 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9476
9477         * loader.c: map user32 and kernel32 to libMonoSupportW
9478
9479 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
9480
9481         * appdomain.c (unload_thread_main): Mark this as WINAPI.
9482
9483 2005-06-28  Martin Baulig  <martin@ximian.com>
9484
9485         * loader.c (method_from_methodspec): Fix #75334.
9486
9487 2005-06-28  Martin Baulig  <martin@ximian.com>
9488
9489         Fix #74953 - Arrays now implement the generic IList<T> interface
9490         on the 2.0 platform.
9491
9492         * class-internals.h (MonoDefaults): Added `generic_array_class'.
9493
9494         * reflection.c (mono_class_bind_generic_parameters): New public
9495         function; similar to mono_reflection_bind_generic_parameters(),
9496         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
9497
9498         * domain.c (mono_init_internal): Try to initialize.
9499         `mono_defaults.generic_array_class' here; this'll only succeed if
9500         we're using the 2.0 corlib.
9501
9502         * icall.c
9503         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
9504         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
9505         (mono_lookup_internal_call): Added support for nested classes.
9506
9507         * loader.c
9508         (mono_get_method_from_token): Set `result->signature->pinvoke' if
9509         we're an interncall and have generic arguments.
9510
9511         * class.c
9512         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
9513         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
9514         instance of System.Array.InternalArray<T> for arrays, so they
9515         implement the generic IList<T> interface.
9516
9517 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
9518
9519         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
9520         (chastamar@yahoo.com). Fixes #75374.    
9521
9522 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
9523
9524         * culture-info-table.h: regenerated.
9525
9526 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9527
9528         * icall.c: handle spaces correctly for base64 strings.
9529
9530 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
9531
9532         * *.c: Kill some warnings.
9533
9534 2005-06-23  Duncan Mak  <duncan@novell.com>
9535
9536         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
9537         that this builds on Solaris 10 (x86).
9538
9539 2005-06-23  Martin Baulig  <martin@ximian.com>
9540
9541         * class.c
9542         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
9543         generic type definitions.
9544
9545 2005-06-23  Martin Baulig  <martin@ximian.com>
9546
9547         Fix #75331.
9548
9549         * metadata.c (mono_class_get_overrides): Renamed to
9550         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
9551         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
9552         pass it to mono_get_method_full().
9553
9554 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
9555
9556         * reflection.c (mono_reflection_create_runtime_class): take the
9557         mono_domain_lock in this method. Prevents deadlocks
9558
9559 2005-06-22  Martin Baulig  <martin@ximian.com>
9560
9561         * loader.c (method_from_methodspec): Fix #75330.
9562
9563 2005-06-22  Martin Baulig  <martin@ximian.com>
9564
9565         * reflection.c (type_get_qualified_name): Use
9566         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
9567         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
9568         argument; use it if we don't have an assembly name.
9569
9570 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
9571
9572         * object.c: In mono_message_init, set "copy out" flag for in
9573         parameters with the [Out] flag.
9574
9575 2005-06-21  Martin Baulig  <martin@ximian.com>
9576
9577         * class.c
9578         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
9579         and MONO_TYPE_PTR.
9580
9581 2005-06-21  Martin Baulig  <martin@ximian.com>
9582
9583         * class.c (mono_class_init): Don't initialize `class->fields' for
9584         generic instances since they're initialized again in
9585         compute_field_layout(). 
9586         (compute_field_layout): Set the field's `generic_info' here; fix
9587         #75320. 
9588
9589 2005-06-21  Martin Baulig  <martin@ximian.com>
9590
9591         * class-internals.h
9592         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
9593
9594         * metadata.c (mono_metadata_generic_method_equal): Also
9595         distinguish the `generic_class'; fixes #75334.
9596
9597 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9598
9599         * domain.c:
9600         * appdomain.c:
9601         * domain-internals.h:
9602         * reflection.c: 'domain_assemblies' field is now protected by its own
9603         lock. Don't call into managed code to run the AssemblyLoad event if we
9604         now there are no registered delegates for it.
9605
9606 2005-06-20  Martin Baulig  <martin@ximian.com>
9607
9608         * class.c (mono_class_is_assignable_from): Use a custom version of
9609         mono_class_has_parent() to make things work for generic instances;
9610         fix #75300.
9611
9612 2005-06-20  Martin Baulig  <martin@ximian.com>
9613
9614         * loader.c (method_from_methodspec): Apply a patch from
9615         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
9616
9617 2005-06-20  Martin Baulig  <martin@ximian.com>
9618
9619         * class.c (mono_class_init): Reverted Zoltan's last change; it
9620         breaks generics.
9621
9622 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
9623
9624         * threads.c (wait_for_tids_or_state_change): Add missing locking.
9625
9626 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9627
9628         * socket-io.c: fix the index in the socket array for writable/error
9629         sockets. Fixes bug #75306.
9630
9631 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
9632
9633         * class.c (mono_class_init): Allow interfaces to have static ctors.
9634
9635 2005-06-17  Martin Baulig  <martin@ximian.com>
9636
9637         * loader.c (method_from_methodspec): Use `context->container' when
9638         parsing the `gmethod->inst'.
9639
9640 2005-06-17  Martin Baulig  <martin@ximian.com>
9641
9642         * class.c (mono_type_get_name_recurse): Don't add the assembly
9643         name for type arguments.
9644
9645 2005-06-15  Martin Baulig  <martin@ximian.com>
9646
9647         * reflection.c (mono_image_get_inflated_method_token): Encode
9648         correct klass; fixes #75260.
9649
9650 2005-06-13 Michal Moskal <malekith@nemerle.org>
9651
9652         * icall.c: Make GetCorrespondingMethod/Constructor take
9653         MonoReflectionMethod method not MonoMethod. Removed
9654         MonoType.GetCorrespondingField, and make
9655         MonoGenericType.GetCorrespondingField take name not
9656         MonoClassField.
9657
9658 2005-06-13  Michal Moskal <malekith@nemerle.org>
9659
9660         * reflection.c (field_encode_signature, encode_locals):
9661          Make sizes of buffers for types larger (for big generic types).
9662          (create_generic_typespec,
9663          mono_reflection_sighelper_get_signature_local,
9664          mono_reflection_sighelper_get_signature_field):
9665          Add asserts for too small buffers.
9666
9667 2005-06-15  Martin Baulig  <martin@ximian.com>
9668
9669         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
9670         if our parent is not a dynamic type.
9671
9672 2005-06-15  Martin Baulig  <martin@ximian.com>
9673
9674         * class-internals.h (MonoTypeNameFormat): New enum.
9675
9676         * class.c
9677         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
9678         (mono_type_get_full_name): Removed.
9679         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
9680         argument instead of the boolean's.
9681
9682         * icall.c (ves_icall_System_MonoType_getFullName):
9683         Added `gboolean assembly_qualified'.    
9684
9685         * reflection.h
9686         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
9687
9688         * reflection.c (mono_reflection_parse_type): Parse the new type
9689         name format.
9690
9691 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9692
9693         * icall.c: no need to convert from utf16 to utf8 and then back again
9694         after the call to GetLogicalDrives.
9695
9696 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9697
9698         * icall.c: frombase64. Fix problems exposed by new tests.
9699
9700 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9701
9702         * icall.c: added internal calls for converting char [] and strings in
9703         base64 into byte [].
9704
9705 2005-06-10  Martin Baulig  <martin@ximian.com>
9706
9707         * class.c (mono_class_create_generic_2): Read the nested classes
9708         from the metadata rather than from `gklass->nested_classes' since
9709         `gklass' might not be initialized yet.
9710
9711 2005-06-09  Duncan Mak  <duncan@novell.com>
9712
9713         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
9714         all public headers. Fixes #74919.
9715
9716 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
9717
9718         * domain.c: The key for proxy_vtable_hash is now a pointer
9719         array. Added new GHashFunc and GCompareFunc functions for this.
9720
9721         * class.h: The list of interfaces in MonoRemoteClass is known in
9722         advance and can't grow (we create a new MonoRemoteClass if needed),
9723         so now the interface array can be allocated together with
9724         MonoRemoteClass.
9725         
9726         * object.c: Added a new method create_remote_class_key.
9727         Fixed mono_remote_class so it does not depend on
9728         mono_upgrade_remote_class.
9729         Removed extend_interface_array.
9730         Added new method clone_remote_class(), which makes a copy of a remote
9731         class and adds a new interface or class to it.
9732         mono_upgrade_remote_class() now creates a new remote class (or gets
9733         it from the cache) if an vtable upgrade is needed. In this way
9734         we make sure that other objects sharing the same remote class
9735         don't get the new vtable with unwanted interfaces.
9736         
9737         * object-internals.h:
9738         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
9739         
9740         * marshal.c: Track changes in mono_upgrade_remote_class().
9741
9742 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
9743         * icall.c: Add runtime methods for obtaining members of inflated
9744         class, which were created from supplied non-inflated members. It
9745         is used in internal Get{Method,Constructor,Field} methods in
9746         System.Type
9747
9748 2005-06-09  Martin Baulig  <martin@ximian.com>
9749
9750         * reflection.c
9751         (mono_reflection_bind_generic_method_parameters): Fix #75169.
9752
9753 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9754         * reflection.c (mono_image_basic_init): Define
9755         Version in MonoDynamicAssembly. 
9756         
9757 2005-06-08  Martin Baulig  <martin@ximian.com>
9758
9759         Fix #75136.
9760
9761         * loader.c
9762         (mono_method_signature_full): New public method; takes a
9763         `MonoGenericContext *'.
9764         (find_method): Use mono_method_signature_full() and pass the
9765         klass'es context to it.
9766
9767         * class.c (mono_class_is_inflated_method): Use
9768         mono_method_signature_full() and pass the context to it.
9769
9770 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
9771
9772         * object.c: add proper locking in mono_remote_class_vtable(),
9773         fixes possible memory corruption.
9774
9775 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
9776
9777         * marshal.c (mono_remoting_marshal_init): set
9778         initialized after initialization.
9779
9780 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
9781
9782         * locales.c : hush.
9783
9784 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
9785
9786         * object.c (extend_interface_array): fix really silly
9787         memory corrupting / comparison bug.
9788
9789 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9790
9791         * reflection.c: Functions added to support the creation
9792         of CustomAttributeData, which includes Attribute data
9793         used by ReflectionOnly methods.
9794
9795         * reflection.h:  mono_reflection_get_custom_attrs_data and
9796          mono_custom_attrs_data_construct added (functions exposed).
9797
9798          * icall.c: Added mono_reflection_get_custom_attrs_data
9799          as icall.
9800         
9801 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
9802
9803         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
9804         lupus's request.
9805
9806 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
9807
9808         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
9809
9810         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
9811         dynamic DllImportAttribute.
9812
9813         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
9814         dynamic DllImportAttribute.
9815
9816         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
9817         Fixes #75162.
9818
9819 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9820
9821         * threads.c: avoid segfault when an unstarted thread is aborted.
9822
9823 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
9824
9825         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
9826         Returns the name and version of the runtime for reporting.
9827
9828 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9829
9830         * appdomain.c: bump corlib version.
9831         * object-internals.h: new field in MonoReflectionAssembly.
9832
9833 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9834
9835         * object-internals.h: Carlos forgot to add this field.
9836
9837 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9838
9839         * icall.c: Added create_version to create instances
9840         of Version of MonoReflectionAssemblyName. This change helps
9841         the AssemblyName tests to keep running fine.
9842         
9843 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
9844   
9845         * object.c (mono_method_return_message_restore): A somehow less
9846         intrusive fix for #75138.
9847
9848 2005-06-03  Raja R Harinath  <rharinath@novell.com>
9849
9850         * object.c (mono_method_return_message_restore): Fix computation
9851         of expected number of out args.
9852
9853 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9854
9855         * reflection.c (mono_image_get_method_info): Fix the case when the
9856         charset is empty.
9857
9858 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
9859
9860         * object.c: Added missing null check in
9861           mono_method_return_message_restore.
9862
9863 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9864
9865         * reflection.c (mono_image_get_method_info): Handle the case when
9866         dllentry is empty.
9867
9868 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
9869
9870         * object.c: When creating the vtable for a proxy, take into account
9871         all inherited interfaces, not only the ones registered in
9872         iclass->interfaces. This fixs bug #74996.
9873         Also, in mono_method_return_message_restore, verify that the array
9874         of out args has the expected lengh.
9875
9876 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9877
9878         * socket-io.c: update the timeout in Poll when the call is interrupte.
9879
9880 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9881
9882         * socket-io.c: support abort/suspend in Select_internal after last
9883         change.
9884
9885 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9886
9887         * threadpool.c: remove warning.
9888
9889 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9890
9891         * icall.c:
9892         * socket-io.[ch]: Select_internal uses poll() now when available, thus
9893         removing the 1024 limit from select(). Runtime part of the fix for
9894         bug #71203.
9895
9896 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9897
9898         * socket-io.c: when resolving the addresses for the same
9899         host returned by gethostname(), get the local IPs from the interface
9900         list. Loopback addresses are discarded if the are interfaces up with
9901         non-loopback ones. Fixes bug #63265.
9902
9903 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
9904
9905         * appdomain.c, verify.c, object-internals.h, reflection.c:
9906         bumped corlib number to 36, and added new extra_flags field
9907         to ReflectionMethodBuilder and friends.  Fixes #75060.
9908
9909 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
9910
9911         * gc.c: register a new weak link only if the object is non-null
9912         (fixes bug#75047).
9913
9914 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9915
9916         * culture-info.h : short time pattern too.
9917
9918 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9919
9920         * culture-info.h : expand long time pattern string length.
9921
9922 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9923
9924         * culture-info-table.h : update (more French date format; #72788).
9925
9926 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
9927
9928         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
9929         the method is static. Fixes #75029.
9930
9931 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
9932
9933         * reflection.c: Update the table_idx field of method builders after
9934         saving the module, since it can change. This is a workaround for
9935         bug #74914. 
9936
9937 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9938
9939         * culture-info-table.h : update (additional French date format).
9940
9941 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
9942
9943         * icall.c (ves_icall_type_Equals): Revert last change.
9944         
9945         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
9946
9947         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
9948
9949 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
9950
9951         * class-internals.h: Added executioncontext_class field to 
9952         MonoDefaults structure.
9953         * domain.c: Cache System.Threading.ExecutionContext class in 
9954         mono_defaults.
9955         * object.c: Capture the ExecutionContext for asynchroneous calls in
9956          mono_async_result_new.
9957         * object-internals.h: Added execution_context and original_context 
9958         fields to MonoAsyncResult. Added execution_context to MonoThread.
9959         * security-manager.c|.h: Added mono_get_context_capture_method to 
9960         return the capture method (if required by the security manager or by
9961         the framework version used).
9962         * threadpool.c: Apply capture (if present) ExecutionContext in 
9963         mono_async_invoke and revert to original context after it completes.
9964
9965 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
9966
9967         * culture-info-table.h : updated (real hacky solution for zh-CHT).
9968
9969 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
9970
9971         * culture-info-table.h : zh-CHT related workaround.
9972
9973 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9974
9975         * marshal.c (emit_marshal_custom): Add some error checking and call the
9976         methods in the ICustomMarshaler interface. Fixes #74875.
9977         
9978         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
9979         native->managed wrappers.
9980
9981 2005-05-12  Martin Baulig  <martin@ximian.com>
9982
9983         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
9984         here and use the loader lock.
9985
9986         * mono-debug.c: Properly lock when the debugger is not attached.
9987         (mono_debug_init): Release the initial lock if we're not running
9988         in the debugger.
9989
9990 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9991
9992         * marshal.c (emit_marshal_custom): Pass through NULL values without
9993         calling the custom marshalling routines.
9994
9995         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
9996         conversion in structures. Fixes #74882.
9997
9998 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
9999
10000         * culture-info-table.h : zh-* cultures were missing.
10001
10002 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
10003
10004         * threads.c: Added a new event background_change_event which is signaled
10005         when a thread changes its background mode.
10006         Moved here several checks previously done in managed code. The checks
10007         require the thread lock, and using the thread lock in managed code
10008         can result in deadlocks.
10009         Merged Start_internal and Thread_internal into a single method. Now 
10010         Thread_internal does all work of creating and starting a thread.
10011         Added icalls for setting and getting the state of the object. Moved from
10012         managed code to avoid locking there.
10013         Added wait_for_tids_or_state_change() which is called instad of
10014         wait_for_tids when waiting for non-backround threads to end. This method
10015         will return if one of the threads ends or the background_change_event
10016         is signaled.
10017         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
10018         the background mode. This method signals the background_change_event
10019         event.
10020         * icall.c:
10021         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
10022         removed Start_internal.
10023         
10024 2005-05-11  Martin Baulig  <martin@ximian.com>
10025
10026         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
10027         to order of some fields to get proper alignment on 64-bit machines.
10028
10029 2005-05-11  Martin Baulig  <martin@ximian.com>
10030
10031         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
10032         changes as they're broken and completely fuck up the debugger.
10033
10034         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
10035
10036 2005-05-10  Martin Baulig  <martin@ximian.com>
10037
10038         * reflection.c (mono_reflection_generic_class_initialize): Don't
10039         call mono_class_setup_parent() here.
10040
10041 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10042
10043         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
10044         send/receive timeout use an integer in milliseconds. We were using a
10045         struct timeval.
10046
10047 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10048
10049         * locales.c:
10050         (internal_get_cultures): reserve the first slot of the array for the
10051         InvariantCulture, which will be filled in managed code.
10052
10053 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
10054
10055         * reflection.c (mono_image_fill_module_table): Initialize the
10056         GENERATION field as well.
10057
10058 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10059
10060         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
10061         Monitor.Enter on the object.
10062
10063 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
10064
10065         * threads.c: Enable the wait for running threads when exiting.
10066         * icall.c: Suspend all threads before exiting.
10067
10068 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
10069
10070         * assembly.c (mono_assembly_load_reference): Fix warning.
10071
10072 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10073
10074         * threadpool.c: changed the default number of threads per cpu. From now
10075         on, the default will be 20 + (5 * number of cpus) instead of 50.
10076
10077 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
10078
10079         * loader.c (mono_method_get_signature_full): Add locking here.
10080
10081 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
10082
10083         * appdomain.c: Moved methods for parsing and freeing assembly
10084         names to assembly.c.
10085         * assembly.c, domain-internals.h: Created public methods for parsing
10086         assembly names. Fixed mono_assembly_load_with_partial_name:
10087         it now finds the best match, taking into account the version,
10088         token and culture specified in the partial name. Also return
10089         the latest version if no version information is specified.
10090
10091 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
10092
10093         * threadpool.c: replace check for SocketAsyncCall class.
10094
10095 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10096
10097         * threadpool-internals.h:
10098         * Makefile.am: added threadpool-internals.h
10099
10100         * threadpool.c: call mono_unhandled_exception on exceptions not handled
10101         that happen in threadpool threads (tested on MS).
10102         (mono_thread_pool_remove_socket): new function that dispatch any pending
10103         AIO call on a socket that is closing. By now only epoll really needs it,
10104         as select/poll wake up when the socket closes.
10105
10106
10107         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
10108
10109 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
10110
10111         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
10112
10113 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
10114
10115         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
10116
10117 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
10118
10119         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
10120         has an abort request, convert it into a suspend request.
10121
10122 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
10123
10124         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
10125         warning for the usage of `UnmanagedFunctionPointerAttribute' which
10126         is not supported yet.
10127
10128 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10129
10130         * image.c: register assemblies loaded from data (bundles) in the loaded
10131         assemblies hash. Fixes bug #74772.
10132
10133 2005-04-29  Martin Baulig  <martin@ximian.com>
10134
10135         * class.c (mono_type_get_name_recurse): Update to the new naming
10136         schema from the latest .NET 2.x beta2.
10137         (mono_class_setup_vtable_general): If we're a generic instance,
10138         copy the vtable from our generic type definition and inflate all
10139         the methods in it.
10140
10141         * loader.c (find_method): Update to the new naming schema from the
10142         latest .NET 2.x beta2.
10143
10144 2005-04-29  Raja R Harinath  <harinath@gmail.com>
10145
10146         * class.c (mono_class_init): Add a mono_loader_unlock to the
10147         #74734 fix.
10148
10149 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
10150
10151         * icall.c (ves_icall_System_Environment_Exit): Remove the 
10152         suspend_all_other_threads () call for the time being, since it can hang.
10153
10154         * threads.c (mono_thread_manage): Similarly, disable the waiting for
10155         the background threads to exit, since it can also hang.
10156
10157         * class.c (mono_class_init): Applied patch from Ankit Jain 
10158         (radical@gmail.com). Avoid pending init errors when a field refers
10159         to a nested class using a typeref. Fixes #74734.
10160
10161         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
10162         this for dynamic modules.
10163
10164 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10165
10166         * threads.c: don't wait for threads that are in the process of aborting
10167         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
10168         and waiting for background threads to finish. This makes xsp and
10169         mod-mono-server exit without random length delays and/or hangs.
10170
10171 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10172
10173         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
10174
10175 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
10176
10177         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
10178         dynamic types to prevent infinite loops. Fixes #74727.
10179
10180         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
10181         ..._is_assignable_to.
10182
10183 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
10184
10185         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
10186
10187 2005-04-25  Martin Baulig  <martin@ximian.com>
10188
10189         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
10190
10191         * domain.c
10192         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
10193
10194         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
10195
10196         * reflection.c (build_compressed_metadata): Set metadata header
10197         version to 2.0.
10198
10199 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
10200
10201         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
10202         number into an integral and a decimal part. Fixes #70473.
10203
10204         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
10205
10206 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
10207
10208         * culture-info-table.h : reflected the latest locale-builder output.
10209
10210 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10211
10212         * threadpool.c: check for SuspendRequested too when deciding if
10213         mono_thread_interruption_checkpoint should be called.
10214
10215 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10216
10217         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
10218         * threads.c: remove interruption_mutex and use Interlocked instead. When
10219         suspending all the threads, wait for all the suspended events at once.
10220         If we're shutting down and get an APC that is going to be queued,
10221         call mono_thread_execute_interruption immediately, as the thread might
10222         be sleeping on a pthread condition or mutex.
10223
10224         * icall.c: call mono_runtime_set_shutting_down before suspending the
10225         threads.
10226
10227         Fixes bug #74693. And now xsp is happier when exiting.
10228
10229 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
10230
10231         * loader.c (mono_stack_walk): Fix #74690.
10232
10233 2005-04-22  Martin Baulig  <martin@ximian.com>
10234
10235         * mono-debug.h (MonoDebugMethodJitInfo): Added
10236         `MonoDebugMethodJitInfo *jit'.
10237
10238         * mono-debug.c (mono_debug_read_method): Cache the
10239         MonoDebugMethodJitInfo in `address->jit'.
10240         (mono_debug_free_method_jit_info): New public method.
10241
10242 2005-04-22  Martin Baulig  <martin@ximian.com>
10243
10244         * class.c (mono_class_is_assignable_from): Disallow
10245         type parameter -> interface.
10246
10247 2005-04-21  Dick Porter  <dick@ximian.com>
10248
10249         * threads.c (mono_thread_create): Turn an assertion into an error.
10250
10251 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
10252
10253         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
10254         
10255         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
10256         Fix some gcc 4.0 warnings.
10257
10258 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
10259
10260         * file-io.c: fix alt dir separator char on unix systems
10261         and cleanup (fixes bug #71214).
10262
10263 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
10264
10265         * marshal.c: Use CALLVIRT instead of CALL when dispatching
10266         a call to a remote domain, since the method may be an
10267         interface method in the client domain. This fixes bug #74192.
10268
10269 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10270
10271         * threadpool.c: recv/send are now performed before going back to managed
10272         code to save one transition.
10273
10274 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10275
10276         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
10277
10278         * metadata/threadpool.c: removed hack to workaround the bug above.
10279
10280         Fixes bug #74618.
10281
10282 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
10283
10284         * reflection.c reflection.h: Fix handling of parameter defaults in
10285         dynamic methods. Also fixes handling of parameter attributes.
10286         Fixes #74609.
10287
10288         * mono-debug.c (mono_debug_close_image): Fix warning.
10289
10290 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10291
10292         * socket-io.h: replaced old unused field with new 'blocking'.
10293         * threadpool.c: restore socket blocking state on windows(tm).
10294
10295 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
10296
10297         * icall.c: don't return the codebase in the AssemblyName[] returned by
10298         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
10299         * object-internals.h: Removed FIXME (fields were presents) and fixed
10300         versioncompat declaration.
10301
10302 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10303
10304         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
10305         not closed, so don't cleanup when it happens.
10306
10307 2005-04-13  Chris Toshok  <toshok@ximian.com>
10308
10309         * mono-debug-debugger.h: change prototype for
10310         mono_debugger_lookup_type.
10311
10312         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
10313         this function, although it should probably be named
10314         mono_debugger_init_type.
10315
10316 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10317
10318         * threadpool.c: fix non-AIO case.
10319
10320 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
10321
10322         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
10323         the built-in profiler to measure just JIT compilation times.
10324
10325 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10326
10327         * threadpool.c: the epollfd might be closed by another thread at
10328         any time, so ignore EBADF at treat it as a "we're closing" sign.
10329
10330 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10331
10332         * threadpool.c: release the semaphores with a count equals to the number
10333         of working threads in both IO and regular pools. Fixed typo that messed
10334         up the count of IO pool threads. Don't initialize the pipe handles if
10335         we're using epoll.
10336
10337 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10338
10339         * threadpool.c: some systems don't like a NULL when deleting the socket
10340         from epoll.
10341
10342 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10343
10344         * threadpool.c: fix semaphore allocation.
10345
10346 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10347
10348         * threadpool.c: added epoll() based implementation for asynchronous IO
10349         that is used instead of the default poll() when available.
10350         It can be disabled by setting MONO_DISABLE_AIO.
10351
10352 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10353
10354         * threadpool.c: windows needs 'closesocket' and instead of returning
10355         0 when the stream is closed while in select, it returns -1. Fixes bug
10356         #74573.
10357
10358 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
10359
10360         * class.c (class_compute_field_layout): Fix the regression caused by
10361         the previous try.
10362
10363 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10364
10365         * threadpool.c: separate pool for socket async. IO.
10366         * threadpool.h: mono_max_worker_threads is not a global any more.
10367
10368 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
10369
10370         * class.c (class_compute_field_layout): Fix #74549.
10371
10372 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10373
10374         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
10375         use 2 connected sockets instead.
10376
10377 2005-04-08  Miguel de Icaza  <miguel@novell.com>
10378
10379         * mono-config.c: Add new entry point for mkbundle
10380         mono_config_parse_memory. 
10381
10382 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10383
10384         * threadpool.c: removed another unused function.
10385
10386 2005-04-08  Ankit Jain  <radical@corewars.org>
10387
10388         * reflection.c (get_default_param_value_blobs): Add 'types'
10389         parameter to get the types encoded in the constant table.
10390         (mono_param_get_objects): Use the type from the constant table,
10391         not the type of the parameter, when creating default values.
10392         Handle null default values correctly.
10393
10394 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10395
10396         * file-io.c:
10397         * file-io.h:
10398         * threadpool.c:
10399         * threadpool.h:
10400         * icall.c:
10401         * socket-io.c: removed dead code for async IO.
10402
10403 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10404
10405         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
10406
10407         * threadpool.c: intercept socket async. calls and pass them to a thread
10408         that is polling and dispatching the job items to the threadpool as
10409         socket become ready. Fixes bugs #71217, #71933.
10410
10411         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
10412         between char and short/ushort arrays.
10413
10414         * socket-io.c: remove dead code.
10415
10416 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
10417
10418         * locales.c,
10419           icall.c : removed InternalToUpper_Comp() and
10420           InternalToLower_Comp().
10421
10422 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
10423
10424         * char-conversions.h : The tables were incorrectly generated. Should
10425           be generated against invariant culture.
10426
10427 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
10428
10429         * object.c (mono_runtime_invoke_array): Fix return value when 
10430         passing pre-created valuetype objects to ctors.
10431
10432         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
10433         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
10434         Fixes #74338.
10435
10436 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
10437
10438         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
10439         only used with --security and hides the wrong corlib version error.
10440
10441 2005-03-30  Joshua Tauberer  <tauberer@for.net>
10442
10443         * class.c: Changed mono_class_name_from_token so that types
10444         outside of a namespace don't have an initial period.  Improved
10445         the g_warning message used in _mono_class_get when loading
10446         fails.
10447         * assembly.c: In mono_assembly_load_reference, when an assembly
10448         can't be found, "No such file or directory" is misleading and
10449         unhelpful because a few paths were checked for the presence of
10450         the assembly.  When that happens (ENOENT), display a nicer
10451         message indicating the directories that were searched.  In all
10452         cases, the warning is made easier to read for non-hackers.
10453
10454 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
10455
10456         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
10457         project/solution.
10458         * appdomain.h|domain.c: Removed inline from functions.
10459         * appdomain.c: Reduced warnings when compiling on windows.
10460         * icall.c: Fixed output_debug declaration to gunichar2*.
10461         * mono-config.c: Reduced warnings when compiling on windows.
10462         * rand.c: Added missing "windows.h". Added missing return value.
10463         * rawbuffer.c: Added missing winsock2.h for windows.
10464         * sysmath.h: Added mono-compiler.h header to allow/ease 
10465         compilation with non-GCC compilers.
10466         * threads.c: Fixed declarations to compile with VS.NET C compiler.
10467         Removed cast warnings.
10468
10469         Adapted from the work of J Lothian (for VC6).
10470
10471 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
10472
10473         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
10474         from default_path.
10475
10476 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
10477
10478         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
10479         the 2.0 profile.
10480
10481 2005-03-27  Raja R Harinath  <harinath@gmail.com>
10482
10483         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
10484         has to be in $(exec_prefix).  $(prefix) is for arch-independent
10485         stuff, and it would probably use $(prefix)/share rather than
10486         $(prefix)/lib.
10487
10488 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10489
10490         * console-io.c: added 2 includes that might be missing.
10491
10492 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
10493
10494         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
10495         profile.
10496
10497         * reflection.c (create_custom_attr): Allocate the params array using
10498         alloca so it gets GC tracking.
10499
10500 2005-03-23  Chris Toshok  <toshok@ximian.com>
10501
10502         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
10503         out some spew.
10504
10505 2005-03-24  Raja R Harinath  <rharinath@novell.com>
10506
10507         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
10508         changes to pick up any changes in prefix, etc.
10509
10510 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
10511
10512         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
10513         
10514         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
10515         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
10516
10517 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
10518
10519         * class-internals.h object-internals.h class.c reflection.c: Extend the
10520         mono_lookup_dynamic_token () function to return the class of the
10521         token as well. 
10522
10523         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
10524         well. Fixes #73848.
10525
10526 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
10527
10528         * security-manager.c: Skip inheritance checks for intra-corlib
10529         class inheritance and method overrides. This skips a lot of checks
10530         and (anyway) permissions cannot work until corlib is loaded.
10531
10532 2005-03-23  Martin Baulig  <martin@ximian.com>
10533
10534         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
10535         MONO_TYPE_GENERICINST.  
10536
10537 2005-03-23  Martin Baulig  <martin@ximian.com>
10538
10539         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
10540
10541 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
10542
10543         * class.c: added locking comments to some functions.
10544         Cache the interface offsets arrays (saves about 20 KB
10545         of runtime memory in a typical app).
10546         Reduce the time overhead in mono_class_setup_supertypes ().
10547
10548 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
10549
10550         * icall.c: speedup and fix leaks in GetMethodsByName and
10551         GetPropertiesByName.
10552
10553 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
10554
10555         * reflection.c: some locking fixes.
10556
10557 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
10558
10559         * metadata.c: added missing break in case statement.
10560
10561 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
10562
10563         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
10564         typedbyref return values. Fixes #73941.
10565
10566 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
10567
10568         * security-manager.c|h: Added demandunmanaged method and 
10569         suppressunmanagedcodesecurity class to MonoSecurityManager.
10570         Renamed aptc class to allowpartiallytrustedcallers.
10571
10572 2005-03-17  Martin Baulig  <martin@ximian.com>
10573
10574         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
10575
10576 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10577
10578         * file-io.c: disabled file async. IO using aio_*. It uses the
10579         threadpool now. Workaround for bug #73718.
10580
10581 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
10582
10583         * assembly.h, mono-config.c: added code to deal with bundled configs
10584         for bundled assemblies.
10585
10586 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
10587
10588         * *.c, private.h: cleanup, removing old private.h header file.
10589
10590 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
10591
10592         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
10593         and throw_on_unmappable_char attributes.
10594
10595 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
10596
10597         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
10598         _ProcessName_internal.
10599
10600 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
10601
10602         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
10603         #73631.
10604
10605         * icall.c threads.c threads-types.h: Remove slothash icalls as they
10606         are no longer used.
10607
10608 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
10609
10610         * object.c (compute_class_bitmap): Add support for generics. Fixes
10611         #73527.
10612
10613 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
10614
10615         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
10616
10617 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10618
10619         * filewatcher.c: commented out the code for windows watcher, as we don't
10620         use it (we use the managed implementation instead).
10621
10622 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
10623
10624         * object-internals.h (MonoThread): Remove 'unused1' field.
10625
10626         * appdomain.c: Bump corlib version.
10627
10628         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
10629
10630         * reflection.c (mono_reflection_create_runtime_class): Remove the
10631         AssemblyBuilder.Save optimization since it causes too many problems.
10632
10633 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
10634
10635         * exception.c|h: Added mono_get_exception_reflection_type_load to
10636         create a ReflectionTypeLoadException object.
10637         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
10638         to return NULL is a InheritanceDemand fails during reflection. Updated
10639         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
10640         ReflectionTypeLoadException if an InheritanceDemand fails during 
10641         reflection. Added icall mapping for GetLinkDemandSecurity.
10642         * security-manager.c|h: Added ves_icall_System_Security_
10643         SecurityManager_GetLinkDemandSecurity internal call to return the
10644         class and methods permissions set for a LinkDemand. Removed unused
10645         fields in MonoSecurityManager.
10646
10647 2005-03-10  Martin Baulig  <martin@ximian.com>
10648
10649         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
10650         it's a generic instance.
10651
10652 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
10653
10654         * reflection.c (mono_get_object_from_blob): Applied patch from
10655         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
10656
10657         * class.c (mono_class_is_assignable_from): Another try at fixing 
10658         #73469 without breaking anything.
10659
10660 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
10661
10662         * class.c: (mono_class_is_assignable_from): Revert the last changes
10663         since they don't work with generics.
10664         
10665         * class.c (mono_class_is_assignable_from): Fix build bustage.
10666
10667         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
10668         the managed IsAssignableFrom method. Fixes #73469.
10669
10670         * reflection.c (mono_reflection_call_is_assignable_from): New helper
10671         function.
10672
10673 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
10674
10675         * object.c (mono_load_remote_field_new): Fix returning uninitialized
10676         memory when the remoting callback does not sets the out arguments.
10677         Fixes #73007.
10678
10679         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
10680         by mistake.
10681
10682         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
10683
10684         * object-internals.h (MonoStackFrame): Sync with managed object layout.
10685
10686         * appdomain.c: Bump corlib version.
10687
10688 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
10689
10690         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
10691         function.
10692
10693         * threads.c (mono_thread_attach): Detect threads which are not started
10694         by the GC pthread wrappers.
10695
10696 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
10697
10698         * icall.c: Added new icall for RNG.
10699         * rand.c|h: Added new icall to open the RNG. This allows to share a 
10700         single handle on Linux to access /dev/urandom and fix #73183.
10701
10702 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
10703
10704         * object.c: setting the new vtable in a transparent proxy object must
10705         not change the GC descriptor.
10706
10707 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10708
10709         * object.c: fixed compilation without GCJ support.
10710         * reflection.c: for runtime-created types ensure klass->has_references
10711         is correct (bug #73215).
10712
10713 2005-03-02  Martin Baulig  <martin@ximian.com>
10714
10715         * class.c (mono_class_is_assignable_from): Make this work if
10716         `oklass' is a generic instance; fixes #72831.
10717
10718 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10719
10720         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
10721         with hasthis set.
10722         
10723         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
10724
10725         * marshal.c: Reorganize native->managed marshalling code to also use
10726         the emit_marshal_... functions.
10727
10728 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10729
10730         * object.c: typed allocs have issues with bitmap sizes > 30,
10731         so check for max_set >= 30.
10732
10733 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10734
10735         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
10736         managed code. Fixes #73012.
10737
10738         * metadata.h (MonoMarshalSpec): Add elem_mult field.
10739
10740         * metadata.c reflection.c: Load/Emit elem_mult as well.
10741         
10742         * metadata.h (MonoMarshalSpec): Add comment.
10743
10744         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
10745
10746         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
10747         num_elem to -1 if not given.
10748
10749         * object-internals.h (MonoReflectionMarshal): Add has_size field.
10750
10751         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
10752         given values.
10753
10754 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
10755
10756         * null-gc.c (mono_gc_free_fixed): Was not compilable.
10757
10758 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
10759
10760         * reflection.c (encode_marshal_blob): Encode param_num field as well.
10761
10762         * object-internals.h (MonoReflectionMarshal): Add param_num field.
10763
10764 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10765
10766         * object.c: generalized the reference bitmap creation
10767         and added hooks for the new GC.
10768         * class-internals.c: removed the gc_bitmap field from MonoClass.
10769
10770 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10771
10772         * domain.c: help the compiler to produce better code
10773         in mono_jit_info_table_find ().
10774
10775 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10776
10777         * object.c: make all allocations look typed.
10778
10779 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10780
10781         * socket-io.c: load Mono.Posix if it's not loaded already
10782         (fixes bug#73033).
10783
10784 2005-02-24  Martin Baulig  <martin@ximian.com>
10785
10786         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
10787         * reflection.c (dup_type): Likewise.
10788
10789 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
10790
10791         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
10792         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
10793
10794 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10795
10796         * domain.c, threads.c, object-internals.h: make the critical thread
10797         local vars use the fast access mode (even when we're compiled in
10798         a lib). Provide accessors to be used by the jit during codegen.
10799
10800 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10801
10802         * appdomain.c: Changed hook functios behavior to include
10803         support for the reflection only assemblies. Some icalls were changed
10804         to support the mentioned assemblies too. Signatures of static methods
10805         try_assembly_resolve and real_load now have an additional parameter:
10806         refonly.
10807
10808         * assembly.c: General changes to mono_assembly_ methods to support
10809         reflection only api. Functions mono_assembly_open, mono_assembly_load,
10810         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
10811         suffix, to support an additional gbool parameter to specify whether
10812         the assembli is reflection only or not. Created some new hook functions 
10813         to add support for reflection only assemblies. Signatures of static 
10814         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
10815         have now an additional parameter: refonly.
10816
10817         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
10818         indicating whether the assembly is reflection only or not.
10819
10820         * exception.c: Add mono_get_exception_invalid_operation.
10821
10822         * icall.c: Throw an InvalidOperationException when trying to invoke
10823         a property/method/event, or trying to set/get the value of a field.
10824         Also add an icall to retrieve the ref_only flag to the
10825         MonoReflectionAssembly.
10826
10827 2005-02-23  Chris Toshok  <toshok@ximian.com>
10828
10829         Part of fix for #72827.
10830         * mono-debug.c (mono_debug_add_method): add lexical block data to
10831         the info we write.  Kind of a hack at the moment - we copy the
10832         lexical block info from the MonoDebugMethodInfo to the
10833         MonoDebugMethodJitInfo here, before writing it.
10834         (mono_debug_read_method): read the lexical block info.
10835
10836         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
10837
10838         * debug-mono-symfile.h: add lexical block support.
10839
10840         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
10841         support.
10842
10843 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10844
10845         * loader.c (mono_lookup_pinvoke_call): Fix warning.
10846
10847         * object.c (mono_runtime_free_method): Call mono_free_method () and
10848         put the TODOs there.
10849
10850         * loader.c (mono_free_method): Free up most memory allocated for 
10851         dynamic methods.
10852
10853 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
10854
10855         * reflection.c: properly flag a Type argument to a
10856         named custom attr value (bug #72248).
10857
10858 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10859
10860         * reflection.c: reduce code duplication in named custom
10861         attribute encoding.
10862
10863 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
10864
10865         * reflection.c: properly encode custom attrs of type object
10866         (bug #72649).
10867
10868 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10869
10870         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
10871
10872 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
10873
10874         * socket-io.c: load System.dll if it's not loaded already
10875         (bug #72850 and #70477).
10876
10877 2005-02-21  Martin Baulig  <martin@ximian.com>
10878
10879         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
10880         generic instances.
10881
10882 2005-02-21  Martin Baulig  <martin@ximian.com>
10883
10884         * reflection.c (mono_image_build_metadata): We also need to
10885         "fixup" the MethodImpl table after we computed the final method
10886         indices.  Call fixup_methodimpl() to do that.
10887         (fixup_methodimpl): New private method.
10888
10889 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10890
10891         * assembly.c: special case mscorlib.dll (bug#72536),
10892         patch from Carlos Alberto Cortez.
10893
10894 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
10895
10896         * threads-types.h threads.c: Fix build bustage.
10897
10898         * threads.c: Use a union for long<->double conversions.
10899
10900         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
10901         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
10902
10903         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
10904         containing the checkpoint call with NOT_TAKEN.
10905         
10906         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
10907         checkpoint before pushing the arguments, so they won't have to be
10908         spilled to stack.
10909
10910 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10911
10912         * domain.c, assembly.c, domain-internals.h: make some data
10913         const and relocation-free.
10914
10915 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
10916
10917         * object.c, appdomain.c, class-internals.h: introduce the
10918         MonoClassRuntimeInfo structure to hold the info needed to
10919         use a class at runtime. Made mono_class_vtable() lock-free
10920         for all the appdomains.
10921
10922 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
10923
10924         * metadata-internals.h, image.c: introduce a per-image mempool to
10925         be used for memory that has the same lifetime as the image.
10926
10927 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
10928
10929         * domain.c: In mono_init_internal(), instead of selecting the first
10930         runtime version supported by an executable, get a list of all
10931         supported versions and select the one for which an mscorlib exists
10932         (since even if the runtime supports a given version, it doesn't mean
10933         that the framework for that version is installed).
10934         Modified get_runtimes_from_exe to support this behavior.
10935         In supported_runtimes, added information about additional system
10936         assembly versions.
10937         
10938         * assembly.c: Added support for more than one system assembly version
10939         per runtime version. Updated the assembly list.
10940         In mono_assembly_remap_version, removed the initial version check,
10941         since we don't know to which version we need to compare until we
10942         get the version set on which the assembly is based.
10943         Moved the code for loading corlib into the new method
10944         mono_assembly_load_corlib(), so it can be used by the initialization
10945         code.
10946         
10947         * domain-internals.h: Updated data structures and added declaration
10948         for mono_assembly_load_corlib.
10949
10950 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10951
10952         * reflection.c (resolve_object): Fix the creation of the signature in 
10953         the SignatureHelper case.
10954
10955         * assembly.c (mono_assembly_remap_version): Fix binary search.
10956         
10957 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
10958  
10959         * class.c: Added inheritance check when a method is overloaded (from a
10960         virtual method or when implementing an interface) and when a class is
10961         inherited. Added functions to set a failure for a class and to 
10962         retreive the exception from a failure.
10963         * class-internals.h: Added fields to MonoClass to keep the exception
10964         information status for inheritance (or other exceptions) to be thrown
10965         later (i.e. not at load time).
10966         * object.c: Throw the inheritance SecurityException when a type is to 
10967         be created with either class or method inheritance violations.
10968         * reflection.c|h: Fix when getting declsec from a class. Removed 
10969         unrequired code for class. Improved sanity in parameter naming.
10970         * security-manager.c|h: Added functions to check for class and method
10971         inheritance.
10972
10973 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10974
10975         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
10976         and has_finalize in dynamic types as well.
10977
10978 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
10979
10980         * culture-info-table.h : fixed currency format for en-GB (and so on).
10981
10982 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
10983
10984         * gc.c: ensure the GC handles never have 0 as a value.
10985
10986 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
10987
10988         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
10989         a pointer to a struct to unmanaged code. Fixes #72625.
10990
10991 2005-02-16  Martin Baulig  <martin@ximian.com>
10992
10993         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
10994
10995 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
10996
10997         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
10998
10999 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
11000
11001         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
11002
11003         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
11004         UnmanagedFunctionPointerAttribute, use it for determining calling convention
11005         etc. Fixes #71471.
11006
11007         * reflection.c (mono_custom_attrs_get_attr): New helper function.
11008
11009         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
11010
11011 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
11012
11013         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
11014         changes to make the current context a field in MonoThread.
11015
11016 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
11017
11018         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
11019         the last change.
11020         
11021         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
11022         extracted from mono_marshal_get_native_wrapper.
11023
11024         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
11025         to create wrappers around native functions.
11026
11027         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
11028         delegates for arbitrary function pointers. Fixes #71472.
11029
11030 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
11031
11032         * threads.c: cleaned up the code a little.
11033
11034 2005-02-15  Martin Baulig  <martin@ximian.com>
11035
11036         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
11037         the data table.
11038
11039         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
11040         allocate larger chunks if needed.
11041
11042 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
11043
11044         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
11045         in by mistake.
11046
11047 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
11048
11049         * domain.c: keep the domains in an array and ensure the domain ids
11050         are kept small, so they can be used as indexes to domain-specific data
11051         with a small memory overhead.
11052
11053 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
11054
11055         * icall.c: Handle byref types in Type icalls. Fixes #72544.
11056
11057 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
11058
11059         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
11060
11061 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
11062
11063         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
11064
11065         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
11066         values.
11067
11068         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
11069         
11070 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
11071
11072         * domain-internals.h: add the hashtable here.
11073
11074         * class-internals.h: Remove `info' from MonoMethod
11075
11076         * domain.c: Add a new hashtable, jit_trampoline_hash
11077
11078 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
11079
11080         * object.c: don't set the value of static fields
11081         (fixes bug#72494).
11082
11083 2005-02-11  Martin Baulig  <martin@ximian.com>
11084
11085         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
11086         (mono_debug_add_method): Silently ignore the method if it's too big.
11087         (mono_debug_add_type): Likewise.
11088
11089 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
11090
11091         * threads.c, appdomain.c: remove #ifdefs from the code.
11092
11093 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
11094
11095         * metadata-internals.h: Added flags to MonoAssembly to cache the most
11096         common security informations. This allows us to stay in unmanaged code
11097         when doing LinkDemand and it's special cases (except for the first 
11098         time for initialization). The flags a very much used with --security.
11099         * reflection.c|h: Added code to get declarative security attributes 
11100         for LinkDemand and InheritanceDemand. This required to refactor the
11101         existing code for Demand.
11102         * security-manager.c|h: Added new method fields for the special cases
11103         of LinkDemand.
11104
11105 2005-02-10  Martin Baulig  <martin@ximian.com>
11106
11107         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
11108         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
11109
11110 2005-02-10  Martin Baulig  <martin@ximian.com>
11111
11112         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
11113         debugging code; this is almost a complete rewrite.
11114
11115         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
11116
11117 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
11118
11119         * domain.c, object.h: expose mono_string_equal () and 
11120         mono_string_hash ().
11121         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
11122         it's implemented in managed code.
11123
11124 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11125
11126         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
11127         lo leak objects between appdomains.
11128
11129 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11130
11131         * assembly.c: old compilers compilation fix from 
11132         robertj@gmx.net (Robert Jordan).
11133
11134 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
11135
11136         * class-internals.h: Little reminder for the future.
11137
11138         * debug-helpers.c: Fix up wrapper_type_names
11139
11140 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11141
11142         * image.c, metadata-internals.h: when loading an image from a file,
11143         mmap all of it and use the same codepaths as when using a
11144         in-memory image: the code is simpler and we use less memory
11145         (both writable and readonly).
11146
11147 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
11148
11149         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
11150         API to alloc runtime data structures that need to be tracked by the
11151         GC and contain pointers.
11152         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
11153         make the code more readable and eventually use a different GC.
11154
11155 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
11156
11157         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
11158         for out arguments.
11159         
11160 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
11161
11162         * object.c: In release_type_locks(), don't release the cctor lock
11163         if it has already been released. This fixes a crash in the
11164         thread5 test.
11165
11166 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
11167
11168         * gc.c, marshal.c, icall.c: register a delegate for finalization
11169         only when the native function pointer has been allocated for it.
11170
11171 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11172
11173         * object.c: cleaned up some code, allocate objects that are
11174         pointer free with the atomic malloc variant. Allocate memory
11175         for static data from the mempool if it's pointer-free.
11176         Allocate the bounds array at the end of the array data, when needed.
11177         * object-internals.h, object.h: move a private function in a private
11178         header.
11179         * class.c: handle missing case in tracking references in fields.
11180
11181 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
11182
11183         * class.c, class-internals.h: keep track if a type has
11184         reference fields in either the instance or static fields.
11185
11186 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
11187
11188         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
11189         and renamed to MonoRuntimeInfo. Added fields to store the expected
11190         framework assembly version. Changed mono_get_framework_version and
11191         mono_get_runtime_version for a single mono_get_runtime_info method.
11192         
11193         * assembly.c: Added method to remap system assembly versions to the
11194         current executing runtime version. Removed old mapping code.
11195         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
11196         
11197         * icall.c, reflection.c: Track api changes.
11198
11199 2005-02-06  Miguel de Icaza  <miguel@novell.com>
11200
11201         * loader.c (method_from_memberref): Improve error reporting,
11202         produce the class name instead of the typeref/typedef index. 
11203
11204 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
11205
11206         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
11207
11208 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11209
11210         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
11211         stdcall and charset name mangling.  Reorganize the code and add
11212         some tracing stuff.
11213
11214 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
11215
11216         * monodiet.c: More iters!
11217
11218         * marshal.c: Iter usage.
11219
11220         * icall.c: Iter usage.
11221
11222         * object.c: Use iters.
11223
11224         * debug-helpers.c: More iters
11225
11226 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11227
11228         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
11229         under win32.
11230
11231 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
11232
11233         * mono-debug-debugger.c: use iters
11234
11235         * class.c, class-internals.h: mono_class_setup_events is static
11236         now
11237
11238         * All callers: use iters
11239
11240 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11241
11242         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
11243         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
11244
11245 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
11246
11247         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
11248
11249         * marshal.h: Add prototypes for ldfld/stfld_remote.
11250
11251         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
11252         this is called during startup.
11253         
11254 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
11255
11256         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
11257         MonoThreadsSync struct private in monitor.c. Changed the way
11258         MonoThreadsSync is allocated so it's faster and there is no
11259         need to keep track of it with a finalizer and it uses less memory.
11260         This also finally allows us to allocate mono objects as ptrfree when
11261         there are no reference fields.
11262
11263 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
11264
11265         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
11266         disappearing link to the GC interface and use them to simplify
11267         the gchandles code.
11268
11269 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
11270
11271         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
11272         stfld_remote which call mono_load/store_field_new. This allows methods
11273         calling ldfld/stfld wrappers to be AOTed.
11274
11275         * console-io.c: Include sys/filio.h under solaris.
11276         
11277         * console-io.c: Include curses.h if needed correctly.
11278
11279 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
11280         
11281         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
11282         method->klass as well.
11283
11284         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
11285
11286         * class.c (mono_class_init): Switch on lazy initialization of 
11287         methods.
11288
11289         * class.c (mono_class_get_finalizer): Handle the case when the 
11290         finalizer is inherited.
11291
11292 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11293
11294         * console-io.c: <curses.h> is needed by term.h on solaris.
11295
11296 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
11297
11298         * icall.c, class-internals.h, monodiet.c, class.c: Remove
11299         mono_class_setup_properties where possible. Remove this ftn from
11300         the header file, and make it static.
11301
11302 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
11303
11304         * loader.c: Add missing setup_... call.
11305
11306         * class.c: Add missing setup_... calls.
11307
11308         * class.c (mono_class_init): Switch on lazy initialization of 
11309         the generic vtable.
11310         
11311         * class.c (mono_class_init): Fix generics broken by the recent changes.
11312
11313         * monodiet.c (handle_type): Add missing setup_... calls.
11314
11315         * class.c: Back out garbage in previous patch.
11316         
11317         * class.c: Add missing setup_... calls.
11318
11319         * class.c (mono_class_get_method_from_name_flags): Avoid calling
11320         mono_class_setup_methods () if possible.
11321
11322         * class-internals.h (MonoClass): Add 'has_cctor' flag.
11323
11324         * class-internals.h (MonoCachedClassInfo): New structure.
11325
11326         * class.c: Initialize properties and events fields of MonoClass lazily.
11327
11328         * class.c: Add infrastructure for lazily initializing the methods and
11329         vtable fields of MonoClass. Not yet used.
11330
11331         * class.c (mono_class_get_finalizer): New helper function.
11332
11333         * class.c: Add infrastructure for loading some class related data from
11334         an AOT file.
11335
11336         * object.c: Add infrastructure for initializing the vtable from data
11337         in the AOT file.
11338
11339         * gc.c (run_finalize): Use mono_class_get_finalizer ().
11340
11341         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
11342         appropriate initialization function before accessing parts of the
11343         MonoClass structure.
11344
11345         * marshal.c: Fix warnings.
11346         
11347         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
11348
11349         * mono-debug-debugger.c (get_exception_message): Use 
11350         mono_class_get_method_from_name_flags ().
11351
11352 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
11353
11354         * reflection.c, appdomain.c: Replace a few manual searches that
11355         Zoltan missed. (Paolo approved this part of my initial patch).
11356
11357 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
11358
11359         * profiler.c: disable recording statistical events at report time.
11360
11361 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11362
11363         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
11364         to byteswap arrays of enum values, too (bug #72080).
11365
11366 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
11367
11368         * appdomain.c (set_domain_search_path): Allow this to be called if
11369         domain->setup is not yet set.
11370
11371         * loader.c (mono_method_get_index): New helper function.
11372
11373         * loader.c reflection.c: Use mono_method_get_index ().
11374
11375         * class.c (mono_class_get_method_from_name_flags): New helper method.
11376
11377         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
11378         this.
11379
11380         * class.c (mono_class_get_cctor): New helper method.
11381
11382         * string-icalls.c object.c class.c marshal.c reflection.c: Use
11383         mono_class_get_method () to look up methods.
11384
11385 2005-02-01  Miguel de Icaza  <miguel@novell.com>
11386
11387         * console-io.c: Fix the build, this should work on Windows.
11388
11389 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
11390
11391         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
11392         be set to null to keep things valid
11393
11394 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11395
11396         * icall.c: added Console 2.0 icalls.
11397         * Makefile.am: added console-io.[ch]
11398         * console-io.[ch]: internal calls for Console 2.0 API.
11399
11400 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11401
11402         * class.c: make sure we consider all the interfaces
11403         when calculating max_interface_id (bug found by
11404         Jeroen Frijters running ikvm).
11405
11406 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
11407
11408         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
11409         valuetype fields to null.
11410
11411         * object.c (set_value): Ditto. Fixes #71669.    
11412
11413 2005-01-31  Martin Baulig  <martin@ximian.com>
11414
11415         * metadata.c (mono_metadata_has_generic_params): New public
11416         function; checks whether something is a generic method.
11417
11418 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
11419
11420         * appdomain.c: fix infinite recursion when adding assemblies.
11421
11422 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
11423
11424         * object.c: Fix small typo to return all items for Environment.
11425         GetCommandLineArgs.
11426
11427 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
11428
11429         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
11430         reflection.c: more domain and assembly-unload related fixes
11431         and memory leaks plugs.
11432
11433 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
11434
11435         * 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.
11436
11437 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
11438
11439         * loader.c (mono_method_signature): Make this method lazy
11440         (mono_get_method_from_token): Don't computate the signature here.
11441
11442         Doing this saves quite a bit of memory. I got 90 kb on starting up
11443         monodoc. It should also save some disk reads on startup.
11444
11445         * *: MonoMethod->signature might be NULL now. You *MUST* use
11446         mono_method_signature.
11447
11448 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
11449
11450         * object.c (mono_runtime_get_main_args): Return an array from the
11451         current domain here. Fixes #71938.
11452
11453 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
11454
11455         * monitor.c: formatting changes to comply with the
11456         mono coding style and remove #ifdefs from the code.
11457
11458 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
11459
11460         * metadata.c, private.h: remove some unneeded data
11461         and use a more compact representation for table schemas.
11462
11463 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
11464
11465         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
11466         to get a better distribution in hash tables.
11467         * *.c: use mono_aligned_addr_hash() where appropriate.
11468         * assembly.c: make var static.
11469
11470 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
11471
11472         * domain-internals.h: Put MonoJitInfo on a diet.
11473
11474         * domain.c: Fix a warning.
11475
11476 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11477
11478         * gc.c: rework the gc handles code to reuse handles
11479         when freed.
11480
11481 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
11482
11483         * domain.c: fixed long standing bug in mono_string_equal() which
11484         was brought to light with the ldstr changes.
11485
11486 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
11487
11488         * reflection.c: Remove warning by adding missing include for marshal.h
11489
11490 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11491
11492         * domain.c, object.c: change the ldstr_table to hold
11493         MonoString* as keys: makes the runtime isinterned lookup
11494         faster and simplifies memory management.
11495
11496 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
11497  
11498         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
11499         possible to add imperative security checks before calling the icall.
11500         * reflection.c: Return security attributes on the original MonoMethod
11501         (and not the wrapped one). This fix permissions on icalls.
11502
11503 2005-01-25  Dick Porter  <dick@ximian.com>
11504
11505         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
11506         the check for mktime() support actually test the mktime() return
11507         value.  "Fixes" bug 71682, though the output is still different to
11508         MS.
11509
11510 2005-01-25  Martin Baulig  <martin@ximian.com>
11511
11512         * class.c (mono_class_is_assignable_from): Make this work for
11513         generic instances.
11514
11515 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
11516
11517         * marshal.c (mono_string_utf8_to_builder)
11518         (mono_string_builder_to_utf16): We might not have ownership of the
11519         string. In thise case, we need to create a new buffer.
11520
11521         * object-internals.h (mono_stringbuilder_capacity): sb->str might
11522         be null, in which case, use the default capacity.
11523
11524 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11525
11526         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
11527         GC events to the profiler.
11528
11529 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
11530
11531         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
11532         if you don't want the GC to run.
11533
11534 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
11535
11536         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
11537         start providing a GC API and keeping different implementations in
11538         their own file.
11539         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
11540
11541 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
11542
11543         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
11544         mmap rather than allocating a huge buffer.
11545         (mono_debug_close_mono_symbol_file): Free the buffer allocated
11546         above.
11547
11548 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
11549
11550         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
11551         and CheckExecutionRights.
11552         * reflection.c|h: Keep the index of the declarative security to be 
11553         used, instead of the pointer, when AOT compiler is used. Also add 
11554         class initialization when requesting demands.
11555         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
11556         CheckExecutionRights. Both properties are now FALSE by default, and
11557         unmodifiable, unless the --security option is used.
11558
11559 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11560
11561         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
11562         reflection.c: properly refcount images and assemblies, many leaks fixed.
11563
11564 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11565
11566         * threadpool.c: increase the timeout for threads in the thread pool to
11567         10s.  Fixes bug #67159.
11568
11569 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
11570
11571         * class-internals.h: Sun's compiler insists on explicit
11572         signed on bit fields to handle then correctly.
11573
11574 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
11575
11576         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
11577         Make the size of the array fit only the number of invalid path
11578         chars that we have.
11579
11580         * class.c (_mono_class_get): Improve the error reporting when a
11581         class referenced is not found, to assist debugging. 
11582
11583 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
11584
11585         * threads.c: fix off-by-one error.
11586         * domain.c: free data allocated in the domain.
11587
11588 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
11589
11590         * reflection.c (mono_method_body_get_object): Fill out exception info
11591         as well.
11592
11593         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
11594         structure.
11595         
11596 2005-01-19  Martin Baulig  <martin@ximian.com>
11597
11598         * loader.c (mono_get_method_constrained): Make this work again.
11599
11600 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
11601
11602         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
11603         guint16 to match the managed side.
11604
11605         * reflection.c (mono_reflection_body_get_object): Fill out local
11606         variables array.
11607
11608         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
11609         as well.
11610
11611         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
11612         'local_var_sig_token'.
11613
11614 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
11615
11616         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
11617         System.Drawing.
11618
11619         * reflection.c (mono_method_body_get_object): Handle abstract and
11620         runtime methods.
11621
11622 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
11623
11624         * marshal.c, loader.c, class-internals.h, reflection.c:
11625         store the emthod data for a wrapper in an array instead of a list.
11626
11627 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
11628
11629         * marshal.c: change the code to allocate memory more
11630         conservatively for method wrappers.
11631
11632 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
11633
11634         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
11635         fields from MonoClass to the marshal info structure where they belong.
11636
11637 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11638
11639         * class.c, object.c, class-internals.h, marshal.c: rearrange
11640         some fields and tweak some types to lower memory usage.
11641
11642 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
11643
11644         * threads.c (signal_thread_state_change): Handle the case when the
11645         target thread is the current thread.
11646
11647         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
11648
11649         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
11650         emit_ptr_to_object_conv. 
11651
11652         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
11653         marshalling. Fixes #71352.
11654
11655 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
11656
11657         * metadata.h, blob.h: move table enum to blob.h so it can be included
11658         in any header.
11659         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
11660         cut the size of MonoImage/MonoDynamicImage.
11661
11662 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
11663
11664         * profiler.c (mono_profiler_install_simple): Fix default arguments.
11665
11666 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
11667
11668         * reflection.c, reflection.h, icall.c: add a function to check
11669         if an attribute type is defined for a metadata object.
11670
11671 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
11672
11673         * object-internals.h: Added some needed fields from StringBuilder class.
11674         * marshal.c: Set the maxCapacity when creating a StringBuilder.
11675
11676 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
11677
11678         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
11679         threads before shutting down the runtime.
11680
11681         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
11682
11683 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
11684
11685         * object-internal.h, threads.c: implement stacksize and 
11686         parameterized thread start functionality (requires
11687         matching corlib). Marked broken code for later removal.
11688
11689 2005-01-12  Martin Baulig  <martin@ximian.com>
11690
11691         * class-internals.h (MonoGenericClass): Moved the `initialized'
11692         flag to MonoDynamicGenericClass, removed `init_pending'.
11693         (MonoGenericInst): Added `is_reference' flag.
11694
11695 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
11696
11697         * reflection.c (mono_image_create_pefile): Only set the pe_offset
11698         inside the MSDOS header. Fixes #71201.
11699
11700         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
11701         gc thread.
11702         (mono_domain_finalize): Ditto.
11703
11704 2005-01-12  Martin Baulig  <martin@ximian.com>
11705
11706         * class.c (mono_get_shared_generic_class): Use the cache for
11707         non-dynamic generic classes.
11708
11709         * class-internals.h (mono_class_create_generic_2): Removed
11710         function prototype, this function is now static inside class.c.
11711
11712         * class.c (mono_class_create_generic_2): Made this static, only
11713         call it from mono_class_init() and mono_class_setup_parent().
11714         (collect_implemented_interfaces_aux): Call mono_class_init() on
11715         the interfaces we collect.
11716         (mono_class_setup_vtable): Call mono_class_init (class->parent).
11717
11718 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11719
11720         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
11721         it a real thread handle.
11722
11723         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
11724         MonoJitExceptionInfo, since each catch clause needs its own variable.
11725         
11726 2005-01-11  Dick Porter  <dick@ximian.com>
11727
11728         * image.c (mono_pe_file_open): New variant on mono_image_open()
11729         that does not set up the CLI metadata; used for FileVersionInfo so
11730         it can get the data for windows binaries too.
11731         
11732         * process.c (process_read_string_block): Don't read off the end of
11733         the StringTable block.
11734
11735         These both fix bug 70766.
11736
11737 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
11738
11739         * gc.c: set some fields to NULL at GC cleanup time.
11740         * threads.c: if we quit the main thread, call exit ().
11741
11742 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11743
11744         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
11745
11746 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
11747
11748         * threads.h, threads.c, object.c: added accessor and settor for
11749         main_thread. Handle it specially when exiting from it: wait
11750         for other foreground threads to exit.
11751
11752 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
11753
11754         * process.c, verify.c: remove some bloat.
11755
11756 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
11757
11758         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
11759         the calling convention to cdecl under win32.
11760
11761 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
11762
11763         * object.c (mono_object_get_size): New function to get the size of
11764         an object instance.
11765
11766         * profiler.c (simple_allocation): Use above.
11767
11768 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
11769
11770         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
11771         ves_icall_System_AppDomain_getRootDomain (as it's not required to
11772         get an appdomain by it's id and we can't assume the root's id is 0).
11773         * domain-internals.h: Change the function prototype to match.
11774         * icall.c: Change the icall table for AppDomain.
11775
11776 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
11777
11778         * locales.c (string_invariant_compare_char): Only compute
11779         GUnicodeTypes in the case where we need them.  Test for ordinality
11780         first and return if so.
11781
11782         From the commit:
11783
11784                 /*
11785                  * FIXME: here we must use the information from c1type and c2type
11786                  * to find out the proper collation, even on the InvariantCulture, the
11787                  * sorting is not done by computing the unicode values, but their
11788                  * actual sort order.
11789                  */
11790
11791 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
11792
11793         * loader.c: for P/Invoke methods, allow the "Internal" shared
11794         library name to refer to the calling process symbol namespace.
11795
11796 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
11797
11798         * Makefile.am: Add the security manager to the build.
11799         * security-manager.c|h: New. Initialization of the security manager.
11800
11801 2005-01-07  Dick Porter  <dick@ximian.com>
11802
11803         * threads.c: 
11804         * monitor.c: Update thread state during Monitor and WaitHandle
11805         waits.  Fixes bug 71031.
11806
11807 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
11808
11809         * reflection.c (property_encode_signature): Correctly handle when the
11810         property has no methods.
11811
11812 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
11813
11814         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
11815         
11816         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
11817         fields from mb, not rmb. Fixes #71017.
11818
11819         * marshal.c (emit_ptr_to_str_conv): Add support for 
11820         ByValTStr -> string conversion. Fixes #71015.
11821
11822         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
11823
11824         * mempool.c (mono_mempool_contains_addr): New helper function.
11825
11826 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11827
11828         * metadata.c (mono_metadata_compute_size): Fix size calculation of
11829         HasSematics encoded fields.
11830         
11831         * metadata.c (mono_type_to_unmanaged): Improve error message for 
11832         invalid string marshalling.
11833
11834         * metadata.c: Fix warnings.
11835         
11836 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11837
11838         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
11839         profiler support.
11840
11841 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11842
11843         * domain.c object.c domain-internals.h: Revert part of r38077 since the
11844         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
11845         tests.
11846
11847 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
11848
11849         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
11850         so methods containing these can be AOTed.
11851
11852 2005-01-03  Martin Baulig  <martin@ximian.com>
11853
11854         * loader.c (find_method): Removed the hack for generic instances.
11855         (method_from_memberref): If our parent is a generic instance, pass
11856         its generic type definition to find_method() and then inflate the
11857         method.
11858         (mono_get_method_constrained): Pass the generic type definition to
11859         find_method() and inflate the method later.
11860
11861         * class-internals.h (MonoStats): Added `generic_class_count'.
11862
11863         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
11864         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
11865
11866         * reflection.c (mono_custom_attrs_from_params): Don't ignore
11867         generic type definitions.
11868
11869 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
11870
11871         * loader.c icall.c: Fix warnings.
11872
11873 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
11874
11875         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
11876         blittable types. Fixes #70864.
11877
11878 2004-12-29  Martin Baulig  <martin@ximian.com>
11879
11880         * icall.c
11881         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
11882
11883         * reflection.c (mono_method_get_object): Create a
11884         "System.Reflection.MonoGenericMethod" for inflated methods; don't
11885         call mono_get_inflated_method().
11886
11887         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
11888
11889 2004-12-27  Martin Baulig  <martin@ximian.com>
11890
11891         * class-internals.h (MonoMethod): Added `is_inflated' flag.
11892         (MonoMethodInflated): Added `inflated' field.
11893
11894         * class.c (mono_class_inflate_generic_method): Don't really
11895         inflate the method here; just set the `is_inflated' flag in the
11896         MonoMethod.
11897         (mono_class_get_inflated_method): Actually inflate the method here
11898         if it's not already inflated; we use the MonoMethodInflated's new
11899         `inflated' field as a cache.
11900
11901 2004-12-26  Martin Baulig  <martin@ximian.com>
11902
11903         * class.c
11904         (inflate_generic_class): Moved some code out of inflate_generic_type().
11905         (mono_class_inflate_generic_method): If we're already inflated,
11906         inflate the context and use the declaring method; ie. make sure
11907         the declaring method of an inflated method is always the generic
11908         method definition.
11909         (mono_class_create_from_typedef): Create
11910         `class->generic_container->context->gclass'.
11911
11912 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
11913
11914         * metadata-internals.h, marshal.c, reflection.c: More
11915         MonoGHashTable->GHashTable.
11916
11917         * domain-internals.h, class.c: Change MonoGHashTable's into
11918         GHashTables for some cases where no gc stuff is used
11919
11920         All users: update apis
11921
11922 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
11923
11924         * metadata.c (builtin_types): Make this `const'. Makes this get
11925         put into the shareable section.
11926         (mono_metadata_init): Casts to make gcc happy.
11927
11928 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
11929
11930         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
11931
11932 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
11933
11934         * icall.c: Added an internal call to retrieve the position and length
11935         of assembly-level declarative security attributes (RequestMinimum, 
11936         RequestOptional and RequestRefuse). This is used by the Assembly class
11937         to re-create the corresponding permission sets.
11938
11939 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
11940
11941         * marshal.c: fix the stelemref wrapper to be type correct
11942         (and faster).
11943
11944 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
11945
11946         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
11947         to do key & 0x7fffffff. Hashtable already does this. It just
11948         results in longer code.
11949
11950 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
11951
11952         * appdomain.c: Bump corlib version.
11953         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
11954         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
11955         * reflection.c|h: Add functions to get declarative security infos
11956         (blob position and length) for assemblies, classes and methods.
11957
11958 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
11959
11960         * reflection.c: sort the constant table (bug #70693).
11961
11962 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
11963
11964         * object-internals.h, threads.c, domain.c: add accessors for
11965         the MonoThread and MonoDomain tls keys.
11966
11967 2004-12-18  Martin Baulig  <martin@ximian.com>
11968
11969         * class.c (inflate_generic_type): If we're inflating a generic
11970         instance, set `ngclass->context->container = context->container';
11971         ie. the container we inflated into.
11972
11973         * metadata.c (mono_metadata_parse_generic_param): Reflect above
11974         inflate_generic_type() changes.
11975
11976 2004-12-17  Martin Baulig  <martin@ximian.com>
11977
11978         * class-internals.h
11979         (MonoGenericClass): Replaced `MonoType *generic_type' with
11980         `MonoClass *generic_class'.  Removed `dynamic_info'; if
11981         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
11982         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
11983
11984 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
11985
11986         * exception.c (mono_exception_from_token): New helper function.
11987
11988 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
11989
11990         * assembly.c (mono_assembly_load_with_partial_name): Call 
11991         mono_assembly_loaded before invoking the preload hooks. Fixes
11992         #70564.
11993
11994         * object-internals.h (MonoThread): Change culture_info and 
11995         ui_culture_info into an array.
11996
11997         * threads.c: Cache culture info objects from more than one appdomain.
11998
11999         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
12000         current UI culture.
12001
12002 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
12003
12004         * threads.h threads.c appdomain.c: Clear the culture_info field of
12005         all threads during unloading if they point to an object in the dying
12006         appdomain.
12007
12008 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
12009
12010         * culture-info.h (TextInfoEntry): New struct
12011         * object-internals.h: sync with managed
12012         * locales.c: fill the `text_info_data' field
12013         * culture-info-tables.h: update
12014
12015 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
12016
12017         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
12018         collector.
12019
12020 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
12021
12022         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
12023         (ves_icall_ModuleBuilder_getMethodToken): Ditto
12024
12025 2004-12-12  Martin Baulig  <martin@ximian.com>
12026
12027         * mono-debug-debugger.c (write_type): If we're an enum and the
12028         builtin types have already been initialized, call mono_class_init().
12029
12030 2004-12-11  Martin Baulig  <martin@ximian.com>
12031
12032         * metadata.c (mono_metadata_load_generic_params): Added
12033         `MonoGenericContainer *parent_container' argument; automatically
12034         compute `container->is_method'; pass the correct owner to
12035         get_constraints().      
12036
12037         * reflection.c (compare_genericparam): Sort the GenericParam table
12038         according to increasing owners. 
12039
12040 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
12041
12042         * profiler.c: allow disabling the default profiler.
12043
12044 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
12045
12046         * decimal.c, icall.c: allow disabling System.Decimal support.
12047
12048 2004-12-09  Marek Safar <marek.safar@seznam.cz>
12049
12050         * reflection.c: Add support for null attribute arguments.
12051
12052 2004-12-09  Martin Baulig  <martin@ximian.com>
12053
12054         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
12055         names to get rid of compiler warnings.
12056
12057 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
12058
12059         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
12060         mono_marshal_load_type_info (). Fixes #69625.
12061         (mono_marshal_get_ptr_to_struct): Likewise.
12062
12063 2004-12-08  Martin Baulig  <martin@ximian.com>
12064
12065         * mono-debug.h: Bumped version number to 47.
12066
12067         * mono-debug-debugger.c
12068         (mono_debugger_event_handler, mono_debugger_event): Take two
12069         guint64 arguments insteed of a gpointer and a guint32.  
12070
12071 2004-12-08  Martin Baulig  <martin@ximian.com>
12072
12073         * debug-mono-symfile.h
12074         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
12075         `address' to `native_offset'.
12076
12077 2004-12-08  Martin Baulig  <martin@ximian.com>
12078
12079         * class.c (mono_class_create_from_typespec): Only inflate if we
12080         either have `context->gclass' or `context->gmethod'.
12081
12082 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
12083
12084         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
12085
12086         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
12087
12088         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
12089
12090         * reflection.c (mono_assembly_get_object): Remove the workaround put
12091         in for the release.
12092         
12093         * appdomain.c: Use the corlib_internal field from MonoAssembly.
12094
12095         * appdomain.c: Bump corlib version.
12096
12097         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
12098         be visible in other appdomains.
12099
12100 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
12101
12102         * threads.c: Interlocked inc and dec for longs were messed up,
12103         use a KISS based impl for this. Fixes 70234
12104
12105 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
12106
12107         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
12108
12109 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
12110
12111         * icall.c: fix to follow policy not to allow struct
12112         arguments in icalls.
12113
12114 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12115
12116         * process.c: make the patch that handles spaces in file paths work
12117         on mono/windows too.
12118
12119 2004-12-06  Martin Baulig  <martin@ximian.com>
12120
12121         * class.c (mono_class_create_generic): Call
12122         mono_class_setup_supertypes() if we're dynamic.
12123         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
12124
12125 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
12126
12127         * object-internals.h: Add new fields to MonoThread.
12128
12129         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12130
12131         * icall.c threads-types.h threads.c: Add new icalls.
12132
12133         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
12134
12135         * object-internals.h (MonoReflectionAssembly): Sync object layout with
12136         managed side.
12137
12138         * appdomain.c: Bump corlib version.
12139
12140         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
12141         internal assemblies. Fixes #69181.
12142
12143 2004-12-05  Martin Baulig  <martin@ximian.com>
12144
12145         * class.c (mono_class_inflate_generic_signature): Make this a
12146         no-op if `context' is NULL or we don't have any type parameters;
12147         also copy `sentinelpos'.        
12148
12149 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
12150
12151         * image.c: Add unbox_wrapper_cache.
12152
12153         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
12154
12155         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
12156         function generator.
12157         
12158         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
12159         Fixes #70173.
12160
12161         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
12162         
12163 2004-12-04  Martin Baulig  <martin@ximian.com>
12164
12165         * loader.c (mono_method_get_signature_full): New public function;
12166         like mono_method_get_signature(), but with an additional
12167         `MonoGenericContext *' argument.
12168
12169         * class.c (mono_class_inflate_generic_signature): Formerly known
12170         as inflate_generic_signature(); make this public.
12171
12172 2004-12-04  Martin Baulig  <martin@ximian.com>
12173
12174         * metadata.c
12175         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
12176         instead of a `MonoGenericContainer *'.  
12177         (mono_metadata_parse_array_full): Likewise.
12178         (mono_metadata_parse_signature_full): Likewise.
12179         (mono_metadata_parse_method_signature_full): Likewise.
12180         (mono_metadata_parse_generic_inst): Likewise.
12181         (mono_metadata_parse_generic_param): Likewise.
12182         (mono_metadata_parse_mh_full): Likewise.
12183         (mono_type_create_from_typespec_full): Likewise.
12184
12185 2004-12-03  Martin Baulig  <martin@ximian.com>
12186
12187         * class-internals.h (MonoGenericContainer): Replaced the
12188         `MonoGenericContext * pointer with a `MonoGenericContext'
12189         structure and made it the first element.
12190
12191 2004-12-03  Martin Baulig  <martin@ximian.com>
12192
12193         * class.c
12194         (inflate_generic_type): Set the `context->container' when creating
12195         a new MonoGenericContext.
12196         (mono_class_inflate_generic_method): Likewise.
12197         (mono_class_create_from_typespec): Just use `context->container'
12198         to get the container.
12199
12200         * loader.c (method_from_methodspec): Set `context->parent' from
12201         `context->container' - and if that's a method container, use its
12202         parent.  Also set the `context->container' when creating a new
12203         MonoGenericContext.
12204         (mono_get_method_from_token): Use just `context->container' to get
12205         the container.
12206
12207         * metadata.c (do_mono_metadata_parse_generic_class): Also set
12208         `gclass->context->container'.
12209
12210         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
12211         the `context->container' when creating a new MonoGenericContext.
12212
12213 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
12214
12215         * reflection.c (compare_genericparam): Sort params with identical
12216         owner by their number. Fixes gen-111 on sparc.
12217
12218 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
12219
12220         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
12221         around the domain changes.
12222
12223         * appdomain.c (mono_domain_unload): Handle the case when the thread
12224         calling Unload is itself being aborted during unloading. Fixes #70022.
12225
12226         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
12227
12228         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
12229         checkpoint_func as an icall so it gets a wrapper.
12230         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
12231         in the cross-appdomain wrappers too.
12232
12233         * threads.c (mono_thread_has_appdomain_ref): Make this public.
12234
12235         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
12236
12237         * reflection.c: Fix some memory leaks.
12238         
12239 2004-12-02  Martin Baulig  <martin@ximian.com>
12240
12241         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
12242
12243         * metadata.c (generic_class_cache): New static hashtable.
12244         (mono_metadata_lookup_generic_class): New public method.
12245
12246 2004-12-02  Martin Baulig  <martin@ximian.com>
12247
12248         * class.c (mono_class_create_from_typedef): Call
12249         mono_class_setup_parent() and mono_class_create_mono_type() before
12250         parsing the interfaces.
12251
12252 2004-12-02  Martin Baulig  <martin@ximian.com>
12253
12254         * metadata.c (generic_inst_cache): New static hashtable.
12255         (mono_metadata_lookup_generic_inst): New public function.
12256         (mono_metadata_inflate_generic_inst): New public function.
12257         (mono_metadata_parse_generic_inst): New public function.
12258         (do_mono_metadata_parse_generic_class): Use the new
12259         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
12260         since this'll also use the cache.
12261
12262         * reflection.c (mono_reflection_bind_generic_method_parameters):
12263         Use mono_metadata_lookup_generic_inst() to use the new cache.
12264
12265         * class.c (inflate_mono_type): Use
12266         mono_metadata_inflate_generic_inst() to inflate a generic
12267         instance; this'll also use the new cache.
12268
12269         * loader.c (method_from_methodspec): Use
12270         mono_metadata_parse_generic_inst() and
12271         mono_metadata_inflate_generic_inst() rather than parsing it
12272         manually, so we can use the new cache.
12273
12274 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
12275
12276         * threads.c (wait_for_tids): Do not incorrectly free threads when 
12277         the wait times out.
12278
12279 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
12280
12281         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
12282         iter->args based on whether parameters are passed in registers (i.e.
12283         MONO_ARCH_REGPARMS is defined)
12284
12285 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
12286
12287         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
12288         the exception message. Fixes #70070.
12289         (method_from_methodspec): Fix warnings.
12290
12291 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12292
12293         * process.c: (complete_path) return the path quoted
12294
12295 2004-12-01  Martin Baulig  <martin@ximian.com>
12296
12297         * class-internals.h (MonoGenericInst): New structure.
12298         (MonoGenericClass): Replaced `type_argc', `type_argv' and
12299         `is_open' with `MonoGenericInst *inst'.
12300         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
12301         `is_open' with `MonoGenericInst *inst'.
12302
12303 2004-11-30  Martin Baulig  <martin@ximian.com>
12304
12305         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
12306
12307         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
12308         to `generic_class_cache'.
12309
12310         * metadata.c
12311         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
12312         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
12313         (mono_generic_inst_is_valuetype): Renamed to
12314         mono_generic_class_is_valuetype().
12315
12316         * class-internals.h
12317         (MonoGenericInst): Renamed to MonoGenericClass.
12318         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
12319         (MonoClass): Renamed `generic_inst' to `generic_class'.
12320         (MonoGenericContext): Renamed `ginst' to `gclass'.
12321
12322         * object-internals.h
12323         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
12324
12325         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
12326         mono_reflection_generic_class_initialize().
12327
12328         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
12329         now known as "System.Reflection.MonoGenericClass".
12330         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
12331
12332 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
12333
12334         * class-internals.h: Added a flag field to MonoClass to cache the
12335         declarative security attributes actions associated with the class.
12336         * domain-internals.h: Added booleans to MonoJitInfo to cache the
12337         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
12338         applicable to the JITted method.
12339         * reflection.c|h: Added functions to extract (as flags) which security
12340         actions are available (declaratively) for a method, class or assembly.
12341         * metadata.c|h: Added functions to search the declarative security
12342         table in the metadata.
12343         
12344 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
12345
12346         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
12347         EXPORTEDTYPES are already in the class name cache, so there is no
12348         need to add extra code here to look at them. Just removes a bit of
12349         cruft.
12350
12351         (ves_icall_System_Environment_get_TickCount): No need for #if
12352         WINDOWS. We already have the code in io-layer.
12353
12354 2004-11-28  Martin Baulig  <martin@ximian.com>
12355
12356         * loader.c
12357         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
12358         Fixes gen-112.cs.
12359
12360 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
12361
12362         * assembly.c (do_mono_assembly_open): Instead of having a
12363         conditional WITH_BUNDLE, incorporate support for bundles here, by
12364         having a global `bundles' variable holding a pointer to the actual
12365         bundles. 
12366
12367         (mono_register_bundled_assemblies): New API call used by the
12368         bundle code. 
12369
12370         See mkbundle.1 for details.
12371         
12372 2004-11-27  Martin Baulig  <martin@ximian.com>
12373
12374         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
12375         the vtable for generic methods.
12376
12377 2004-11-26  Martin Baulig  <martin@ximian.com>
12378
12379         * metadata.c
12380         (mono_metadata_generic_method_hash): New public function.
12381         (mono_metadata_generic_method_equal): Likewise.
12382
12383         * class-internals.h
12384         (MonoGenericContainer): Added `GHashTable *method_hash'.
12385
12386         * reflection.c (ReflectionMethodBuilder): Added
12387         `MonoGenericContainer *generic_container'.
12388         (reflection_methodbuilder_to_mono_method): Don't create a new
12389         MonoGenericContainer each time we're called.
12390         (mono_reflection_bind_generic_method_parameters): Use
12391         `container->method_hash' to cache the results so we don't create a
12392         different method if we're called several times with the same
12393         arguments.
12394
12395         * loader.c (method_from_methodspec): Use the new
12396         `container->method_hash' here, too.
12397
12398 2004-11-26  Martin Baulig  <martin@ximian.com>
12399
12400         * class.c (inflate_generic_signature): Correctly compute
12401         `res->has_type_parameters'.
12402         (mono_class_vtable): Use the `has_type_parameters' flag to
12403         determine whether we're a generic method.
12404
12405         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
12406
12407 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
12408
12409         * object.c (mono_runtime_run_main): Fix a small memory leak.
12410
12411 2004-11-25  Martin Baulig  <martin@ximian.com>
12412
12413         * class.c (set_generic_param_owner): Fixed the loop.
12414
12415 2004-11-25  Martin Baulig  <martin@ximian.com>
12416
12417         * object.c (mono_class_vtable): Don't create any JIT wrappers for
12418         generic methods.
12419
12420 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
12421
12422         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
12423         names. Fixes #69787.
12424
12425 2004-11-24  Martin Baulig  <martin@ximian.com>
12426
12427         * class.c (mono_class_create_generic_2): If we don't have a
12428         `ginst->parent', inflate `gklass->parent' to get our parent.
12429
12430 2004-11-24  Martin Baulig  <martin@ximian.com>
12431
12432         * reflection.c (compare_genericparam): Correctly sort the
12433         GenericParam table; fixes #69779.
12434
12435 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
12436
12437         * reflection.c: When writing a PE file, don't create a huge
12438         buffer in memory. Just write the arrays we have to the file.
12439         This reduces memory usage.
12440
12441         * metadata-internals.h: MonoDynamicStream pefile is no longer used
12442         globally.
12443
12444 2004-11-17  Martin Baulig  <martin@ximian.com>
12445
12446         * class.c (mono_class_init): Don't setup `class->parent' for
12447         dynamic instances; moved this to mono_class_generic_2().
12448         (mono_class_create_generic): Also set `klass->inited' for dynamic
12449         generic instances.
12450         (mono_class_create_generic_2): Don't do anything for dynamic
12451         generic instances.  Set `klass->parent' here and also call
12452         mono_class_setup_parent() here. 
12453
12454         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
12455         `MonoType *parent' argument; set `ginst->parent' before calling
12456         mono_class_create_generic_2(), so we set the correct parent.
12457
12458 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
12459
12460         * reflection.c: allow getting attributes from ModuleBuilder
12461         (used by ikvm).
12462
12463 2004-11-17  Martin Baulig  <martin@ximian.com>
12464
12465         * class.c (mono_class_create_from_typedef): If a type parameter is
12466         inherited from an outer class, set its owner to that class.
12467
12468 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
12469
12470         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
12471           for (int*) written size. This fixes bug #69592.
12472
12473 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
12474
12475         * icall.c: Added IsAuthenticodePresnet internal call.
12476         * image.c|h: New function that check a MonoImage for an Authenticode
12477         signature in the certificate PE data directory.
12478         * security.c|h: New internal call to ask the runtime if an 
12479         Authenticode signature seems referenced in the PE header.
12480
12481 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
12482
12483         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
12484
12485         * reflection.c (mono_image_create_pefile): Free the assembly streams
12486         after writing out the assembly file.
12487
12488         * object.c (mono_runtime_run_main): Fix small memory leak.
12489
12490         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
12491         property access modifiers. Fixes #69389.
12492
12493 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
12494
12495         * domain.c, object.c, object-internals.h, domain-internals.h,
12496         object.h, marshal.c: keep dynamic code info per domain.
12497
12498 2004-11-15  Martin Baulig  <martin@ximian.com>
12499
12500         * class.c (mono_type_get_name_recurse): Put type arguments in
12501         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
12502         see bug #68387.
12503
12504 2004-11-15  Martin Baulig  <martin@ximian.com>
12505
12506         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
12507         (mono_class_setup_vtable): When computing `the_cname' for a
12508         generic instance, don't include the namespace since we'd otherwise
12509         add it twice.
12510
12511 2004-11-15  Martin Baulig  <martin@ximian.com>
12512
12513         * class.c (mono_class_create_generic): Changed return type to void.
12514         (mono_class_create_generic_2): New public function; setup
12515         `class->method', `class->field' and `class->interfaces' here
12516         instead of in mono_class_init().
12517
12518         * class.h (mono_class_create_generic): Moved to class-internals.h.
12519
12520 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
12521
12522         * reflection.c (mono_image_create_pefile): take a file HANDLE.
12523         rather than writing to memory, write to this file. Right now,
12524         we are just writting into a buffer, and copying that. However
12525         we can avoid the buffer later.
12526
12527         (mono_dynamic_stream_reset): new function
12528
12529         * icall.c, object-internals.h: update for the above.
12530
12531 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
12532
12533         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
12534         have been using gc'd memory. First it is slower, unlikely
12535         the comment in the source code said, secondly, it increases
12536         our footprint to do it in the gc.
12537
12538         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
12539         the method so that it does not have to copy to managed code.
12540
12541 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
12542
12543         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
12544
12545 2004-11-12  Martin Baulig  <martin@localhost>
12546
12547         * reflection.c (mono_image_create_token): Allow generic method
12548         definitions here, since they may appear in an `.override'; see
12549         gen-98/gen-99 for an example.
12550
12551 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
12552
12553         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
12554         #69365.
12555
12556         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
12557         descriptive.
12558
12559 2004-11-11  Martin Baulig  <martin@ximian.com>
12560
12561         * class.c (mono_class_setup_vtable): In an explicit interface
12562         implementation, the method name now includes the arity.
12563
12564 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
12565
12566         * object.c (mono_array_full_copy): Fix warning.
12567
12568 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
12569
12570         * appdomain.c: Removed look_for_method_by_name(). Use the new method
12571         mono_class_get_method_from_name() instead.
12572         
12573         * class-internals.h: Added two new types of wrappers. 
12574         Added MonoRemotingTarget enum. Added new trampoline function type, which
12575         takes an additional MonoRemotingTarget value as parameter, so it is
12576         possible to request a trampoline for a specific target.
12577         
12578         * class.c: Added new mono_class_get_method_from_name() method.
12579         
12580         * class.h: In MonoRemoteClass, we can have now to vtables, one for
12581         general remoting sinks and one specific for cross domain calls.
12582         
12583         * debug-helpers.c: Added new wrapper names.
12584         
12585         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
12586         of a remote class.
12587         
12588         * image.c: Porperly delete value objects form the remoting invoke hashtable.
12589         
12590         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
12591         with several other methods (mono_marshal_get_xappdomain_dispatch,
12592         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
12593         and others) can generate a fast remoting wrapper for cross domain calls.
12594         More information can be found in docs/remoting.
12595         Other changes: Removed mono_find_method_by_name, and used
12596         mono_class_get_method_from_name instead.
12597         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
12598         is stored in the remoting invoke hashtable.
12599         
12600         * marshal.h: published the new method for getting the xdomain wrapper,
12601         and also added a method for getting the adequate wrapper for a given
12602         method and target.
12603         
12604         * object-internals.h, object.c: Added a couple of methods for capying and
12605         cloning arrays.
12606         Modified mono_install_remoting_trampoline, which takes the new remoting
12607         trampoline that has a remoting target as parameter.
12608         mono_class_proxy_vtable now also takes a remoting target as parameter, and
12609         will return the most suitable vtable for the target.
12610         Added mono_remote_class_vtable, which returns the vtable of a remote class
12611         (which can be the normal remoting vtable or the xdomain vtable).
12612         
12613         * threads.c: the xdomain invoke and dispatch wrappers must also be
12614         protected against interruptions.
12615
12616 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12617
12618         * icall.c: use memmove in BlockCopyInternal when the source and
12619         destination arrays are the same.
12620
12621 2004-11-09  Martin Baulig  <martin@ximian.com>
12622
12623         * class-internals.h (MonoGenericContainer): Removed `method' and
12624         `signature', replaced them with `is_method' and `is_signature'
12625         flags.  Added `context'.
12626
12627         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
12628         instead of a `MonoGenericContainer *'.
12629
12630         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
12631         for dynamic type parameters.
12632         (mono_metadata_load_generic_params): Setup `container->context'.
12633
12634         * reflection.c (mono_reflection_setup_generic_class): Setup
12635         `tb->generic_container->context'.
12636         (do_mono_reflection_bind_generic_parameters): Use
12637         mono_class_inflate_generic_type() to correctly inflate types,
12638         rather than using our own hack just for MONO_TYPE_VAR.
12639
12640 2004-11-09  Martin Baulig  <martin@ximian.com>
12641
12642         * class.c (mono_class_inflate_generic_method): Small fix; don't
12643         crash here.
12644
12645         * icall.c
12646         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
12647         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
12648         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
12649         (ves_icall_Type_BindGenericParameters): Likewise.
12650         (ves_icall_Type_get_IsGenericInstance): Likewise.
12651         (ves_icall_Type_GetGenericParameterPosition): Likewise.
12652         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
12653         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
12654         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
12655
12656 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
12657
12658         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
12659         assembly versions and public key tokens. Fixes #69113.
12660
12661 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
12662
12663         * metadata.c: fix bug introduced with the type cache changes
12664         on 2004-11-06.
12665
12666 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
12667
12668         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
12669         the MonoClass pointer instead of the token in exception clauses.
12670         * reflection.c: updates for the above and make the code not depend
12671         on the structure of MonoExceptionClause.
12672
12673 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
12674
12675         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12676         Add support for dynamic assemblies. Fixes #69114.
12677
12678         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
12679
12680 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
12681
12682         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
12683         since most only those methods use it. the code member of
12684         MonoMethodPInvoke was dead, so that can be removed too. Also,
12685         remove inline_count (again, not used), and move slot so that it
12686         can share bits with some other flags. This saves 8 bytes in the
12687         structure and gives us about 50 kb back for mcs helloworld.cs
12688
12689         * *.[ch]: Do naming changes for the above.
12690
12691         * loader.c (mono_method_get_header): Lazily init the header
12692         on first access.
12693         (mono_get_method_from_token): don't init the header here
12694         (mono_free_method): the header may never be allocated
12695
12696         Overall, this saves 150 kb of unmanaged allocations
12697         for mcs helloworld.cs. That accounts for 10% of the unmanaged
12698         memory at runtime.
12699         
12700         * loader.c, loader.h (mono_method_get_header): new accessor.
12701
12702         * *.[ch]: use the above method. Prepares us to lazily load
12703         the header.
12704
12705         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
12706         three warnings, which are actual bugs (see 69206).
12707
12708         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
12709         unused. Saves a cool 4 bytes / method.
12710
12711 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
12712
12713         * metadata.c (builtin_types): Add types for System.Object here.
12714         (mono_metadata_parse_type_full): Cache MonoType*'s that are
12715         for a class or valuetype from klass->this_arg or klass->byval_arg.
12716
12717         On mcs for a hello world, this gets us down from 21836 MonoType's
12718         to 14560.
12719
12720         (mono_metadata_free_type): Account for the above change.
12721
12722 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
12723
12724         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
12725         exception instead of asserting if name is null.
12726         (ves_icall_System_AppDomain_GetData): Ditto.
12727
12728 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
12729
12730         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
12731         EnumBuilder.
12732
12733         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
12734         Return NULL when the domain does not have entry_assembly set.
12735
12736         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
12737         Add a 'resource_modules' argument.
12738         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
12739
12740         * reflection.c (mono_reflection_create_runtime_class): Move setting
12741         of wastypebuilder here, so mono_get_type_object () returns a MonoType
12742         for enums too.
12743
12744         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
12745         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
12746         Throw an ArgumentNullException if 'ptr' is null.
12747
12748         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
12749         assemblies here. Fixes #69020.
12750
12751 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
12752
12753         * reflection.c (build_compressed_metadata): Fix the previous patch for
12754         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
12755         the stack.
12756
12757 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
12758
12759         * assembly.c (mono_assembly_names_equal): Allow a match if one of
12760         the cultures is false. Fixes #69090.
12761
12762         * reflection.c (build_compressed_metadata): Fix invalid memory read 
12763         detected by valgrind.
12764         
12765         * reflection.c (mono_reflection_get_type): Avoid triggering a 
12766         TypeResolve multiple times for the same type. Fixes #65577.
12767
12768 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
12769
12770         * marshal.c: Avoid using ldftn to call managed functions. It is
12771         much slower than just a call.
12772
12773         * reflection.c (mono_module_get_object): free the basename we
12774         allocate here from glib.
12775         
12776         * reflection.c (ensure_runtime_vtable): make sure to free
12777         overrides.  Also, we were allocating an array of MonoMethod not an
12778         array of MonoMethod*.
12779
12780         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
12781
12782         * image.c (mono_image_close): free image->guid here.
12783
12784 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
12785
12786         * reflection.c: Fix some spec conformance issues with the PE file
12787         structures so mcs compiled apps run on the Net 2.0 beta.
12788
12789 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
12790
12791         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
12792         Implement this. Fixes #67264.
12793
12794         * debug-helpers.h debug-helpers.c marshal.c: Move 
12795         mono_find_method_by_name to debug-helpers.c.
12796
12797 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
12798
12799         * object.c (mono_release_type_locks): type_initialization_hash is
12800         a GHashTable.
12801
12802         * reflection.c object.c object-internals.h: Fix warnings.
12803
12804         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
12805         without accessors. Fixes #61561.
12806
12807         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
12808         application base from the root domain if not set. Fixes #65641.
12809         (mono_runtime_init): Fix warning.
12810
12811 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12812
12813         * appdomain.c: call mono_thread_pool_init.
12814         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
12815         of worker threads based on the number of CPUs and the environment
12816         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
12817         for non-windows (windows) systems.
12818
12819 2004-10-27  Chris Toshok  <toshok@ximian.com>
12820
12821         * mono-debug-debugger.c (write_class): don't call mono_class_init
12822         here, as even with the check for (!klass->init_pending), we get
12823         into a situation where we're hitting cycles in class
12824         initialization.  Fixes #68816.
12825
12826 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
12827
12828         * image.c: Avoid overwriting values in the loaded_images_hash when an
12829         assembly is loaded multiple times. Fixes #61152.
12830
12831         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
12832         so multiple satellite assemblies for the same name can be loaded.
12833         Fixes #68259.
12834
12835         * mono_domain_assembly_preload: Actually return the loaded assembly, 
12836         not NULL.
12837
12838         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
12839         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
12840
12841         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
12842         pending finalizers are not invoked after the appdomain has been 
12843         unloaded. Fixes #67862.
12844
12845 2004-10-22  Martin Baulig  <martin@ximian.com>
12846
12847         * mono-debug-debugger.c
12848         (mono_debugger_runtime_invoke): Don't box valuetypes.
12849
12850 2004-10-22  Chris Toshok  <toshok@ximian.com>
12851
12852         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
12853         don't hide private methods.
12854
12855 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
12856
12857         * icall.c: Allows the runtime to "share" (when known) the public key
12858         token of an assembly. This avoid the need to recalculate the token 
12859         (from the public key) in managed code.
12860
12861 2004-10-21  Chris Toshok  <toshok@ximian.com>
12862
12863         * debug-helpers.c (append_class_name): argh, revert last patch.
12864         
12865 2004-10-21  Chris Toshok  <toshok@ximian.com>
12866
12867         * debug-helpers.c (append_class_name): use '+' as the delimiter,
12868         not '/', so that it matches what the debugger uses to look up
12869         methods.
12870
12871 2004-10-21  Martin Baulig  <martin@ximian.com>
12872
12873         * mono-debug-debugger.c (mono_debugger_throw_exception): New
12874         public method; this is called each time an exception is thrown and
12875         allows the debugger to use exception catch points.
12876
12877 2004-10-21  Martin Baulig  <martin@ximian.com>
12878
12879         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
12880         the stack pointer and the exception object in some struct and pass
12881         that to the debugger.
12882
12883 2004-10-21  Chris Toshok  <toshok@ximian.com>
12884
12885         * mono-debug-debugger.c (do_write_class): add instance/static
12886         event support.  We don't expose "raise" or "other" yet.
12887         (event_is_static): new method.
12888
12889 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
12890
12891         * mono-debug-debugger.c
12892         (mono_debugger_handle_exception): Remove
12893         bogus return value for fussy compilers.
12894
12895 2004-10-20  Martin Baulig  <martin@ximian.com>
12896
12897         * mono-debug-debugger.c
12898         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
12899         (mono_debugger_handled_exception): Likewise.
12900
12901 2004-10-20  Martin Baulig  <martin@ximian.com>
12902
12903         * mono-debug-debugger.h (MonoDebuggerEvent): Added
12904         MONO_DEBUGGER_EVENT_EXCEPTION.
12905
12906         * mono-debug-debugger.c (mono_debugger_handle_exception): New
12907         public function to send the debugger a notification for an
12908         exception and inform it about a catch/finally clause.
12909
12910 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
12911
12912         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
12913         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
12914         fix 2.95 build. 
12915
12916         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
12917
12918 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
12919
12920         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
12921         marshalled as [In,Out]. Fixes #58325.
12922
12923 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
12924
12925         * reflection.c (mono_method_body_get_object): Implement some fields.
12926
12927 2004-10-12  Martin Baulig  <martin@ximian.com>
12928
12929         * reflection.c (mono_reflection_bind_generic_parameters): Small
12930         fix, correctly retrieve our parent from a generic instance.
12931
12932 2004-10-12  Martin Baulig  <martin@ximian.com>
12933
12934         * metadata.c (mono_metadata_generic_param_equal): We always have
12935         an owner.
12936
12937         * class.c
12938         (mono_class_from_generic_parameter): We need to have an owner.
12939         (my_mono_class_from_generic_parameter): Likewise.
12940
12941         * reflection.c (mono_reflection_setup_generic_class): Renamed to
12942         mono_reflection_create_generic_class() and added a new
12943         mono_reflection_setup_generic_class().  
12944         (mono_reflection_initialize_generic_param): If we're a nested
12945         generic type and inherited from the containing class, set our
12946         owner to the outer class.
12947
12948 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
12949
12950         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
12951
12952         * reflection.c (mono_method_body_get_object): New function to create
12953         a MethodBody object.
12954
12955         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
12956
12957 2004-10-11  Martin Baulig  <martin@ximian.com>
12958
12959         * metadata.c (_mono_metadata_type_equal): Renamed to
12960         do_mono_metadata_type_equal() and made static.
12961
12962 2004-10-11  Martin Baulig  <martin@ximian.com>
12963
12964         * appdomain.c: Bump corlib version number to 28.
12965
12966 2004-10-10  Martin Baulig  <martin@ximian.com>
12967
12968         * class-internals.h
12969         (MonoGenericInst): Added `MonoGenericContainer *container'.
12970         (MonoGenericMethod): Likewise.
12971         (MonoGenericContext): Likewise.
12972         (MonoGenericParam): Added `MonoGenericContainer *owner'.
12973
12974         * metadata.c
12975         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
12976         (do_mono_metadata_parse_generic_inst): Likewise.
12977         (mono_metadata_parse_type_full): New public method.  This is the actual
12978         mono_metadata_parse_type() implementation - with an additional
12979         `MonoGenericContainer *' argument.
12980         (mono_metadata_parse_array_full): Likewise.
12981         (mono_metadata_parse_signature_full): Likewise.
12982         (mono_metadata_parse_method_signature_full): Likewise.
12983         (mono_metadata_parse_mh_full): Likewise.
12984         (mono_type_create_from_typespec): Likewise.
12985         (mono_metadata_interfaces_from_typedef_full): New public method;
12986         this is similar to the other _full() methods, but we take a
12987         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
12988         (mono_metadata_parse_generic_param): Take an additional
12989         `MonoGenericContainer *' argument and lookup the MonoGenericParam
12990         from that container.
12991         (mono_metadata_generic_param_equal): New static method to compare
12992         two type parameters.
12993         (_mono_metadata_type_equal): New static method; takes an
12994         additional `gboolean signature_only' argument - if true, we don't
12995         compare the owners of generic parameters.
12996         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
12997         with a TRUE argument - do a signature-only comparision.
12998
12999         * loader.c: Use the new _full() methods and pass the
13000         MonoGenericContainer to them.
13001
13002         * object-internals.h (MonoReflectionTypeBuilder): Added
13003         `MonoGenericContainer *generic_container' field.
13004         (MonoReflectionMethodBuilder): Likewise.
13005
13006 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
13007
13008         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
13009         case initial images of dynamic assemblies.
13010
13011         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
13012
13013         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
13014
13015         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
13016         length of event->other array.
13017         (typebuilder_setup_events): Ditto.
13018
13019         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
13020         'assembly_by_name' and add an 'assemblies' list.
13021
13022         * assembly.h assembly.c: Add a new search hook for determining whenever
13023         an assembly is already loaded. Use this instead of searching in the
13024         loaded_assemblies list.
13025
13026         * domain.c appdomain.c: Implement the new search hook so loaded 
13027         assemblies are now scoped by appdomain. Fixes #67727.
13028
13029 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
13030
13031         * threads.c (mono_thread_attach): Initialize synch_lock field so
13032         mono_thread_detach works again.
13033
13034         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
13035         'lib' too. Fixes #63130.
13036
13037 2004-10-06  Jackson Harper  <jackson@ximian.com>
13038
13039         * culture-info-tables.h: regenerated.
13040
13041 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
13042
13043         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
13044         implemented by other interfaces in the result. Fixes #65764.
13045         
13046         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
13047         Handle unloadable modules without crashing.
13048
13049         * image.c (load_modules): Revert the previous patch since modules must
13050         have a fixed index inside the array.
13051         
13052         * image.c (load_modules): Don't include native modules in the modules
13053         array.
13054
13055 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
13056
13057         * reflection.h: Add param_defaults field.
13058
13059         * reflection.c: Add support for parameter defaults in dynamic methods.
13060         Fixes #64595.
13061
13062         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
13063         an empty string when a type has no namespace. Fixes #64230.
13064
13065 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
13066
13067         * tabledefs.h: Added "internal" security actions to support non-CAS
13068         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
13069         Note: they do not seems to be used anymore in 2.0 (new metadata format)
13070
13071 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
13072
13073         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
13074         constructor of abstract class. Fixes #61689.
13075
13076 2004-10-04  Martin Baulig  <martin@ximian.com>
13077
13078         * class-internals.h (MonoGenericContainer): New type.
13079         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
13080         `MonoGenericContainer *generic_container'.
13081         (MonoClass): Replaced `gen_params' and `num_gen_params' with
13082         `MonoGenericContainer *generic_container'.
13083
13084         * metadata.c (mono_metadata_load_generic_params): Return a
13085         `MonoGenericContainer *' instead of a `MonoGenericParam *';
13086         removed the `num' argument.
13087
13088 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
13089
13090         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
13091         for dynamic images.
13092
13093         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
13094         machine fields.
13095
13096         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
13097
13098         * reflection.c: Save pe_kind and machine values into the generated
13099         image file.
13100
13101         * appdomain.c: Bump corlib version number.
13102
13103         * object-internals.h: Reorganize layout of LocalBuilder.
13104
13105         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
13106         New helper function.
13107
13108         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
13109         created MonoType for dynamic types. Fixes #66180.
13110
13111 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
13112
13113         * threadpool.c: the ares hashtable needs a critical section around it.
13114         this prevents some nasty segfaults
13115
13116 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
13117
13118         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
13119         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
13120         bug 67324).
13121         
13122 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
13123
13124         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
13125         
13126 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
13127
13128         * image.c: Always canonicalize image file names, to avoid loading
13129         the same assembly twice when referenced using a relative path.
13130
13131 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
13132
13133         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
13134
13135         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
13136
13137         * marshal.c: Fix warnings.
13138
13139 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
13140
13141         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
13142         attempting to marshal the delegate_trampoline as the method_addr.
13143         This patch has a static hashtable of marshalled delegates so that 
13144         we can map delegate_trampoline addresses back to delegates.  This
13145         allows a delegate passed to managed code to be passed back into native
13146         code.  Fixes #67039
13147
13148 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
13149
13150         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
13151
13152         * reflection.c (method_encode_code): Align method headers properly.
13153         Fixes #66025.
13154
13155 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
13156
13157         * marshal.c: In the runtime invoke wrapper, reset the abort
13158         exception if it is cached. This avoids the automatic rethrowal of 
13159         the exception after the catch of the wrapper. Also check for pending
13160         interruptions before calling the managed method. This is done using
13161         the new method emit_thread_force_interrupt_checkpoint, since the
13162         normal checkpoint method is ignored when running the invoke wrapper.
13163         * object.c: If the abort exception is rethrown, set the abort_exc
13164         field of the thread, so it will be rethrown aftere every catch.
13165         * threadpool.c: Only run an interruption checkpoint if what has been
13166         requested is a stop of the thread (aborts will be ignored).
13167         * threads.c: By default, a thread will now never be interrumped while
13168         running the runtime invoke wrapper (this ensures that runtime_invoke
13169         will always return to the caller if an exception pointer is provided).
13170         There is a new special method mono_thread_force_interruption_checkpoint()
13171         to force an interruption checkpoint even if running a protected
13172         wrapper, which is used by the same runtime invoke wrapper to do a check
13173         at a safe point.
13174
13175 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
13176
13177         * object.c, object-internals.h: Implemented mono_release_type_locks,
13178         which releases the cctor locks held by a thread.
13179         * threads.c, threads.h: In thread_cleanup, release cctor locks held
13180         by a thread. Added mono_thread_exit() method to be used to safely stop
13181         a thread.
13182
13183 2004-09-28  Raja R Harinath  <rharinath@novell.com>
13184
13185         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
13186         Move null check before dereference.  Avoid indexing beyond the end
13187         of the 'modules' array.
13188
13189 2004-09-28  Raja R Harinath  <rharinath@novell.com>
13190
13191         * metadata-internals.h (MonoImage): Add module_count field.
13192         * image.c (load_modules): Set image->module_count.
13193         (mono_image_load_file_for_image): Use image->module_count.
13194         * reflection.c (mono_image_load_module): Append to image->modules array 
13195         of dynamic assembly.
13196         (mono_module_get_object): Fix loop to actually increment index.
13197         Use image->module_count.
13198         * assembly.c (mono_assembly_load_references): Use image->module_count.
13199         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
13200         Likewise.
13201
13202 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
13203
13204         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
13205         Avoid assert on generic types.
13206
13207 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
13208
13209         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
13210
13211         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
13212
13213         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
13214         function to convert a MarshalSpec structure to its managed counterpart.
13215
13216         * reflection.c: Fix warnings.
13217         
13218         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
13219         field.
13220
13221         * icall.c (mono_create_icall_signature): Fix build.
13222
13223 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
13224
13225         * icall.c: Add MakePointType icall.
13226
13227         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
13228         warnings.
13229
13230 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13231
13232         * threadpool.c: reuse allocated slots in the queue.
13233
13234 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
13235
13236         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
13237
13238         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
13239
13240         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
13241         previous change.
13242
13243         * tabledefs.h: Add constants for pinvoke attributes BestFit and
13244         ThrowOnUnmappableChar.
13245
13246         * icall.c (ves_icall_Type_GetPacking): New icall.
13247
13248 2004-09-24  Martin Baulig  <martin@ximian.com>
13249
13250         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
13251
13252 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13253
13254         * appdomain.c:
13255         (mono_domain_set): allow setting a domain that is being unloaded.
13256         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
13257         being unloaded.
13258
13259 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
13260
13261         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
13262         the GetCustomAttributes icall.
13263
13264 2004-09-23  Martin Baulig  <martin@ximian.com>
13265
13266         * object-internals.h (MonoReflectionGenericParam): Replaced
13267         'has_ctor_constraint', `has_reference_type' and `has_value_type'
13268         with `guint32 attrs'.
13269
13270 2004-09-23  Martin Baulig  <martin@ximian.com>
13271
13272         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
13273
13274 2004-09-23  Martin Baulig  <martin@ximian.com>
13275
13276         * object-internals.h (GenericParameterAttributes): New enum.
13277
13278 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
13279
13280         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
13281         
13282         * class.c (init_events): Fill out event->other field.
13283
13284         * class.c: Fix warnings.
13285
13286         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
13287
13288 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
13289
13290         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
13291         walk which doesn't supply the IL offset.
13292
13293 2004-09-22  Martin Baulig  <martin@ximian.com>
13294
13295         * reflection.c (mono_reflection_setup_internal_class): If we're
13296         System.ValueType, System.Object or System.Enum, set
13297         `klass->instance_size' and create the vtable.
13298         (mono_reflection_create_internal_class): If we're an enum type,
13299         get the base class from our current corlib.
13300
13301 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
13302
13303         * reflection.h (MonoResolveTokenError): New type.
13304
13305         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
13306         icall.
13307
13308         * icall.c: Add an 'error' argument to the ResolveToken icalls.
13309
13310 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
13311
13312         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
13313         Support also calling constructors, but only for already allocated objects.
13314
13315 2004-09-17  Geoff Norton <gnorton@customerdna.com>
13316
13317         * reflection.c (type_get_qualified_name): If the klass is null
13318         return the typename to avoid a NullRefEx.
13319         (encode_cattr_value): Get the qualified name of the boxed type,
13320         not the underlying enumtype.  Fixes #62984.
13321
13322 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
13323
13324         * marshal.c: Fix problems with previous checkin.
13325
13326 2004-09-21    <vargaz@freemail.hu>
13327
13328         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
13329         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
13330
13331         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
13332
13333 2004-09-21  Geoff Norton <gnorton@customerdna.com>
13334
13335         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
13336         should only return a type for pointers, arrays, and passbyref types.
13337         Fixes bug #63841.
13338
13339 2004-09-21  Martin Baulig  <martin@ximian.com>
13340
13341         * domain.c (mono_debugger_check_runtime_version): New public
13342         function.
13343
13344         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
13345
13346 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
13347
13348         * reflection.c: Added missing sort to the declarative security 
13349         attributes table. MS implementation stops seeing the attributes if the
13350         token number regress in the table (as shown by ildasm and permview).
13351
13352 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
13353
13354         * object-internals.h (MonoReflectionModule): Add 'token' field.
13355         
13356         * reflection.c (mono_reflection_get_token): Add support for Module
13357         and Assembly.
13358         (mono_module_get_object): Set 'token' field.
13359         (mono_module_file_get_object): Set 'token' field.
13360
13361         * icall.c: Add new Assembly and Module icalls.
13362
13363         * appdomain.c: Bump corlib version.
13364
13365 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
13366
13367         * loader.h loader.c class.h class.c: Add helper functions for obtaining
13368         tokens of metadata objects.
13369
13370         * reflection.h reflection.c (mono_reflection_get_token): New function
13371         to obtain the token of a metadata object.
13372
13373         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
13374
13375 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
13376
13377         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
13378         
13379         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
13380
13381 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
13382
13383         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
13384         * object-internals.h: Added 3 MonoArray* members to MonoReflection
13385         AssemblyBuilder to access the permissions set in the class lib.
13386         * reflection.c: Added security attributes encoding step in 
13387         mono_image_build_metadata.
13388         * tabledefs.h: Added new security actions defined in 2.0:
13389         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
13390
13391 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
13392
13393         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
13394         macro parameter.
13395
13396 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
13397  
13398         * locales.c: nullify the ICU_collator member of CompareInfo when it is
13399           finalized. There where random SIGSEVs at program termination, when
13400           an object being finalized was trying to do a string comparison and
13401           the current culture was already finalized.
13402  
13403 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13404
13405         * threads.c: call thread_cleanup before finishing the thread if we get
13406         there.
13407
13408 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
13409
13410         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
13411         assemblies from the parent. Fixes #65665.
13412
13413 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
13414
13415         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
13416         modifiers.
13417
13418 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
13419
13420         * reflection.h: add prototype for mono_get_dbnull_object
13421         * reflection.c: add prototypes for get_default_param_value_blobs 
13422         and mono_get_object_from_blob for fussier compilers
13423
13424 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
13425  
13426         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
13427         false deadlock checks in class initialization.
13428  
13429 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
13430
13431         * image.c (mono_image_addref): Fix comment.
13432
13433         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
13434         possible.
13435
13436 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
13437
13438         * reflection.c (mono_param_get_objects): Modified to return
13439         ParameterInfo.DefaultValue object.
13440
13441         (get_default_param_value_blobs):
13442         (mono_get_object_from_blob):
13443         (mono_get_dbnull_object): New helper routines. 
13444
13445         * object.c (mono_get_constant_value_from_blob): New helper routine
13446         carved out from get_default_field_value ()
13447
13448         * object-internals.h (mono_get_constant_value_from_blob): Added
13449         function declaration.
13450
13451 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
13452
13453         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
13454         referenced assemblies. Fixes #62135.
13455
13456         * exception.h exception.c (mono_get_exception_file_not_found2): New
13457         helper function.
13458
13459 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
13460
13461         * class.h class.c: Add mono_type_get_underlying_type ().
13462
13463 2004-09-09  Geoff Norton <gnorton@customerndna.com>
13464
13465         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
13466         Fix GetTypes() to support dynamically created assemblies.
13467
13468 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
13469
13470         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
13471         
13472         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
13473         previous patch.
13474
13475         * reflection.h reflection.c loader.c: Allow dynamic construction of
13476         pinvoke methods. Fixes #65571.
13477         
13478         * reflection.c (mono_reflection_get_type): Revert previous change since
13479         it causes regressions.
13480
13481 2004-09-08  Martin Baulig  <martin@ximian.com>
13482
13483         * class.c (class_compute_field_layout): Don't call
13484         mono_class_layout_fields() for open generic instances.
13485
13486 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
13487         * threads.c appdomain.c: fix typo in GC macro
13488
13489 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13490
13491         * threads.c: don't call mono_thread_detach() in start_wrapper(),
13492         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
13493
13494 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
13495
13496         * image.c (mono_image_close): Applied patch from 
13497         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
13498         assembly is loaded multiple times from data.
13499         
13500         * image.c (mono_image_open): Fix warning.
13501
13502 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13503
13504         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
13505         once. Fixes #58334.
13506         
13507         * reflection.c (mono_reflection_create_runtime_class): Initialize
13508         klass->nested_classes. Fixes #61224.
13509
13510 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
13511
13512         * threads.c: sched_yield() on exit, to allow threads to quit.
13513
13514 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13515
13516         * object.c (mono_unhandled_exception): Remove leftover debug code.
13517
13518 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
13519
13520         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
13521
13522 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13523
13524         * marshal.c (emit_marshal_array): Really null terminate string arrays.
13525         
13526         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
13527
13528 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13529
13530         * marshal.c (emit_marshal_array): Null terminate string arrays.
13531         
13532         * marshal.c (raise_auto_layout_exception): Fix warning.
13533
13534         * reflection.c (mono_param_get_objects): Initialize the default value
13535         with DBNull.Value, not null. Fixes #62123.
13536
13537 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
13538
13539         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
13540         throw an exception with a cute explanation.
13541
13542 2004-09-06  Dick Porter  <dick@ximian.com>
13543
13544         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
13545         Close the new process's thread handle, as we don't use it.  The
13546         handle stays around forever otherwise.
13547
13548 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13549
13550         * object.c (arith_overflow): Fix warning.
13551
13552         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
13553         calling conventions in method refs. Fixes #65352.
13554
13555         * reflection.c: Fix warnings.
13556
13557 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
13558
13559         * icall.c: Add a new icall for Array.Clear
13560
13561 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
13562
13563         * object.c: When allocating an array, we have to throw
13564         an overflow exception if any of the lengths are < 0.
13565
13566 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13567
13568         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
13569         properly. Also move implementation of string array marshalling to 
13570         managed code. Fixes #42316.
13571
13572 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13573
13574         * assembly.c: provide more information when loading an assembly fails.
13575
13576 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13577
13578         * filewatcher.c: don't expect the development fam package to be
13579         installed.
13580
13581 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
13582
13583         * marshal.c: Make a copy of the signature cookie since it will be
13584         freed by the caller.
13585         
13586         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
13587
13588         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
13589
13590         * metadata.c (mono_metadata_free_marshal_spec): New function to free
13591         marshal specs.
13592
13593         * marshal.c: More refactoring.
13594         
13595         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
13596         smaller functions.
13597
13598 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
13599
13600         * object.c: In mono_message_invoke, fill the output parameter array after
13601           calling the managed method (it was done before the call). This fixes
13602           bug #59299.
13603
13604 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
13605
13606         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
13607         as well.
13608
13609 2004-09-02  Martin Baulig  <martin@ximian.com>
13610
13611         * class.c (mono_class_instance_size): Don't allow generic type
13612         definitions or open generic instances.
13613         (mono_class_array_element_size): If we're a value type, call
13614         mono_class_instance_size() on the original class.
13615
13616         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
13617         handle generic instances.
13618
13619         * mono-debug-debugger.c (write_type): Handle generic instances
13620         like classes.
13621
13622 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
13623
13624         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
13625         the allocation request fails. Fixes #65089.
13626
13627         * object.c (mono_runtime_free_method): Do not call mono_free_method.
13628         
13629         * object.c (mono_runtime_free_method): New function to free a dynamic
13630         method.
13631
13632         * marshal.c (mono_delegate_free_ftnptr): New function to free the
13633         delegate trampoline.
13634
13635         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
13636         with hasthis as dynamic,
13637
13638         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
13639
13640         * domain.c (mono_jit_info_table_remove): New function to remove an
13641         entry from the jit info table.
13642
13643         * class-internals.h (MonoMethod): Add 'dynamic' field.
13644
13645         * loader.c: Fix warnings.
13646
13647 2004-09-01  Martin Baulig  <martin@ximian.com>
13648
13649         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
13650         instead of mono_debugger_lock() because the latter one is a no-op
13651         unless running in the debugger.
13652
13653 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13654
13655         * class.c (class_compute_field_layout): Classes with auto-layout or
13656         reference fields are not blittable.
13657         
13658 2004-09-01  Dick Porter  <dick@ximian.com>
13659
13660         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
13661         mono_image_get_filename() to get the assembly location.
13662
13663         * icall.c:
13664         * metadata.h: Fix compile warnings
13665
13666 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13667
13668         * class.c (class_compute_field_layout): System.Object is blittable.
13669
13670         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
13671         as in/out. Fixes #59909.
13672
13673 2004-09-01  Martin Baulig  <martin@ximian.com>
13674
13675         * metadata.h (MONO_TYPE_ISREFERENCE): Call
13676         mono_metadata_generic_inst_is_valuetype() if we're a generic
13677         instance to check whether our underlying type is a reference type.
13678
13679 2004-09-01  Martin Baulig  <martin@ximian.com>
13680
13681         * metadata.c (mono_type_size): If we're a generic instance, call
13682         mono_class_value_size() for value types.
13683
13684 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
13685
13686         * marshal.c: Implement more custom marshalling functionality. Fixes
13687         #64915.
13688
13689 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
13690
13691         * mono-debug.c, debug-mono-symfile.c: add some locking love.
13692
13693 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
13694
13695         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
13696
13697         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
13698
13699         * icall.c: Fix some warnings.
13700
13701         * threads.c (abort_appdomain_thread): Fix unref errors.
13702         (mono_thread_current): Fix THREAD_DEBUG define.
13703
13704 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
13705
13706         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
13707
13708         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
13709
13710 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
13711
13712         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
13713         string arrays.
13714
13715 2004-08-28  Martin Baulig  <martin@ximian.com>
13716
13717         * metadata.c
13718         (mono_metadata_generic_inst_is_valuetype): New public function.
13719
13720         * metadata.h (MONO_TYPE_ISSTRUCT): Call
13721         mono_metadata_generic_inst_is_valuetype() if we're a generic
13722         instance to check whether our underlying type is a valuetype.
13723
13724 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
13725
13726         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
13727         #63768.
13728
13729 2004-08-25  Martin Baulig  <martin@ximian.com>
13730
13731         * loader.c (mono_get_method_from_token): Abstract methods can also
13732         be generic and thus have type parameters.
13733
13734         * metadata-internals.h
13735         (MonoDynamicImage): Added `GPtrArray *gen_params'.
13736
13737         * reflection.c (mono_image_get_generic_param_info): Don't create a
13738         metadata row, just add an entry to the `gen_params' array.
13739         (build_compressed_metadata): Sort the `gen_params' array and then
13740         actually create the metadata.
13741
13742 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13743
13744         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
13745
13746 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
13747
13748         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
13749
13750 2004-08-24  Martin Baulig  <martin@ximian.com>
13751
13752         * class.cs (mono_class_is_subclass_of): Like an interface, a
13753         generic instance also derives from System.Object.
13754
13755 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
13756
13757         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
13758         custom modifiers to be in any order. Fixes #61990.
13759
13760 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
13761
13762         * object.c: Register mono_object_new_fast icall.
13763         
13764         * object.c (mono_class_get_allocation_ftn): Return to calling
13765         mono_object_new_fast, since it seems faster to compute the object 
13766         size in unmanaged code than passing it as a parameter.
13767
13768         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
13769
13770         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
13771         this function with Boehm as the oom handler, so we don't have to check
13772         the result of GC_malloc.
13773
13774         * object.c: Remove checks for oom.
13775
13776         * object.h object.c (mono_class_get_allocation_ftn): New function to
13777         return the icall which can be used to allocate an instance of a given
13778         class. 
13779
13780         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
13781
13782         * class-internals.h: Add 'enabled' field.
13783
13784 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
13785
13786         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
13787
13788 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
13789         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
13790         value 0x0010.
13791
13792 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
13793
13794         * appdomain.c: use the Tls function for appdomain too,
13795         at Zoltan's request. Actually return in mono_context_get
13796
13797         * appdomain.c, profiler.c, threads.c: use __thread
13798
13799 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
13800
13801         * appdomain.c threads.c: Call GC_CreateThread on windows.
13802
13803         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
13804         multiple libraries since this don't work on windows.
13805
13806 2004-08-18  Martin Baulig  <martin@ximian.com>
13807
13808         * class-internals.h
13809         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
13810         MonoMethodHeader.
13811
13812         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
13813         MonoMethodNormal since we also need it for abstract and interface
13814         methods.
13815
13816         * reflection.c
13817         (build_compressed_metadata): Sort the GenericParam table.
13818         (mono_image_create_token): Added `gboolean create_methodspec'
13819         argument; this is false when generating a MethodImpl token.
13820         (reflection_methodbuilder_to_mono_method): Abstract and interface
13821         methods may also have generic parameters.
13822
13823 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
13824
13825         * appdomain.c: thread local alloc
13826
13827 2004-08-17  Martin Baulig  <martin@ximian.com>
13828
13829         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
13830
13831         * icall.c
13832         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
13833         argument.
13834
13835         * class.c (mono_type_get_full_name): New public function.
13836         (mono_type_get_name): Don't include the type arguments.
13837
13838 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
13839
13840         * Makefile.am: Build static versions of libmetadata and libmonoruntime
13841         for inclusion into the mono executable.
13842
13843 2004-08-16  Martin Baulig  <martin@ximian.com>
13844
13845         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
13846         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
13847
13848 2004-08-14  Martin Baulig  <martin@ximian.com>
13849
13850         * class.c (dup_type): Also copy the `byref' field.
13851
13852 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
13853
13854         * reflection.c (create_dynamic_mono_image): Revert the last change 
13855         since it breaks bootstrap.
13856
13857 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
13858
13859         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
13860
13861         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
13862         not free them with g_free.
13863
13864 2004-08-11  Martin Baulig  <martin@ximian.com>
13865
13866         * reflection.c (mono_reflection_setup_internal_class): Also call
13867         mono_class_setup_mono_type() if we already have a `tb->type.type'.
13868
13869 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
13870
13871         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
13872         called during default (first) AppDomain creation. Keep track of
13873         Evidence when loading assemblies.
13874
13875 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
13876
13877         * opcodes.c, opcodes.h: reduce runtime relocations.
13878
13879 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
13880
13881         * culture-info.h, locales.c: fixes and chages to sue the new
13882         optimized format of the locale data.
13883         * culture-info-tables.h: regenerated.
13884
13885 2004-08-06  Geoff Norton <gnorton@customerdna.com>
13886         
13887         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
13888
13889 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
13890
13891         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
13892         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
13893         * domain-internals.h: icall declaration.
13894         * icall.c: icall registration.
13895         * object-internals.h: New fields in MonoAssembly for CAS.
13896
13897 2004-08-05  Duncan Mak  <duncan@ximian.com>
13898
13899         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
13900         CEE_LDELEM_ANY.
13901
13902 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
13903
13904         * reflection.c: fix to deal with object[] arrays in custom ctors
13905         (bug #62550).
13906
13907 2004-08-05  Martin Baulig  <martin@ximian.com>
13908
13909         * class.c (mono_class_array_element_size): Added support for
13910         generic instances and correctly handle "recursive" types.
13911
13912 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
13913
13914         * assembly.c: Fix warnings.
13915
13916 2004-08-04  Martin Baulig  <martin@ximian.com>
13917
13918         * class.c
13919         (mono_type_get_name_recurse): Added `gboolean include_arity'
13920         argument specifying whether or not we should include the generic
13921         arity in the type name.
13922         (_mono_type_get_name): New static function.
13923         (mono_class_setup_vtable): If we're a generic instance, don't
13924         include the generic arity in the names of explicit method
13925         implementations.        
13926
13927 2004-08-03  Martin Baulig  <martin@ximian.com>
13928
13929         * class.c (mono_type_get_name_recurse): Enclose the generic type
13930         arguments in `<', '>'.
13931
13932 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13933
13934         * gc.c: make GC warning messages use the trace API, they are just
13935         noise to most of the users.
13936
13937 2004-08-03  Martin Baulig  <martin@ximian.com>
13938
13939         * debug-mono-symfile.c (read_string): Correctly read the string.
13940
13941 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
13942
13943         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
13944         
13945         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
13946         icalls.
13947         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
13948
13949 2004-07-30  Martin Baulig  <martin@ximian.com>
13950
13951         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
13952         Reflect latest symbol writer changes.   
13953
13954 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
13955
13956         * object.c: always create an object if null is passed
13957         to Invoke() where a valuetype is expected.
13958
13959 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
13960
13961         * marshal.c (mono_marshal_init): make managed
13962         signatures match native ones better for 64bits.
13963
13964 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13965
13966         * appdomain.c: hack to build correctly the private bin path on windows.
13967         Fixes bug #61991.
13968
13969 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
13970
13971         * assembly.c: Load mscorlib from the correct framework directory
13972           (mono/<version>/mscorlib.dll).
13973         * appdomain.h: Added prototypes for new functions.
13974         * internals.h: Added some prototypes.
13975         * domain.c: When initializing the runtime, get from the executable and
13976           the configuration files the runtime version that the app supports.
13977           Added support methods for reading app.exe.config. Added list of versions
13978           supported by the JIT. Added two new methods: mono_init_from_assembly,
13979           which initializes the runtime and determines the required version from
13980           the provided exe file, and mono_init_version, which initializes
13981           the runtime using the provided version.
13982         * icall.c: Get machine.config from version-specific directory.
13983         * reflection.c: When generating an image, embed the version number
13984           of the current runtime.
13985
13986 2004-07-28  Dick Porter  <dick@ximian.com>
13987
13988         * socket-io.c
13989         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
13990         returned sockaddr size before creating the remote address object.
13991         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
13992         61608.
13993
13994 2004-07-28  Dick Porter  <dick@ximian.com>
13995
13996         * locales.c (string_invariant_compare_char): Fix invariant char
13997         compares between upper and lower cases.  Fixes bug 61458.
13998
13999 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
14000         
14001         * marshal.c: actually cache stelem.ref wrappers.
14002         
14003 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
14004
14005         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
14006         sections and remove the mono_cli_rva_map () function.
14007
14008 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
14009
14010         * debug-mono-symfile.c: fix one more endianess issue, from a patch
14011         by Geoff Norton (<gnorton@customerdna.com>).
14012
14013 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
14014
14015         * class.c: fix class loads for pointer types (typeof(int) !=
14016         typeof(int*)).
14017
14018 2004-07-27  Martin Baulig  <martin@ximian.com>
14019
14020         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
14021         reading the debugging information from an external ".mdb" file.
14022
14023 2004-07-24  Martin Baulig  <martin@ximian.com>
14024
14025         * reflection.c (mono_image_get_type_info): Only write a class
14026         layout entry if we actually have a size or a packing size.
14027
14028 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
14029
14030         * reflection.c (type_get_fully_qualified_name): 
14031         insert cast to get type checking of ?: with non-gcc compilers
14032
14033 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
14034
14035         * rand.c: use g_getenv for both lookups of
14036         MONO_EGD_SOCKET
14037
14038 2004-07-17  Martin Baulig  <martin@ximian.com>
14039
14040         * reflection.c (mono_reflection_bind_generic_method_parameters):
14041         Set `gmethod->reflection_info'.
14042
14043 2004-07-17  Martin Baulig  <martin@ximian.com>
14044
14045         * class.c (mono_class_create_from_typedef): Insert the newly
14046         created class into the hash table before computing the interfaces
14047         since we could be called recursively.
14048
14049 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
14050
14051         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
14052         function to implement stelem.ref in managed code
14053         * class-internals.h, debug-helpers.c: a new wrapper type
14054         for the above.
14055
14056 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
14057
14058         * gc.c: allow GC handles to work even when no GC is compiled in.
14059         Fix part of bug #61134 (GetAddrOfPinnedObject).
14060
14061 2004-07-13  Peter Williams  <peter@newton.cx>
14062  
14063         * process.c (complete_path): Make sure we don't attempt to execute
14064         directories.
14065  
14066 2004-07-12  Geoff Norton <gnorton@customerdna.com>
14067
14068         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
14069           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
14070           and will add/subtract the hour if needed
14071
14072 2004-07-12  Martin Baulig  <martin@ximian.com>
14073
14074         * reflection.c (mono_field_get_object): If we have
14075         `field->generic_info', take the attributes from
14076         `field->generic_info->generic_type'.    
14077
14078 2004-07-12  Martin Baulig  <martin@ximian.com>
14079
14080         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
14081         This function must be called before initializing the runtime.
14082         (mono_debug_init_1): New function; call this after initializing
14083         the runtime, but before loading the assembly.  It tells the
14084         debugger to load corlib and the builtin types.
14085
14086         * mono-debug-debugger.c: Did some larger changes in the debugging
14087         code; support recursive class declarations, make sure we actually
14088         add all classes.
14089
14090 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14091
14092         * debug-helpers.c: undo my previous patch and fixed the real issue in
14093         ../mini/exceptions-x86.c
14094
14095 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14096
14097         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
14098         when no HOME env. variable was set and a NullRef was thrown in a .cctor
14099         called from other .cctors.
14100
14101 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
14102
14103         * loader.c: Removed the mono_loader_wine_init hack now that we are
14104         doing a managed version of Windows.Forms.
14105
14106 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
14107
14108         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
14109         threadpool.c, threads.c: remove static data from rootset.
14110
14111 2004-07-09  Dick Porter  <dick@ximian.com>
14112
14113         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
14114         Don't do any more processing if the matched length was 0.  It was
14115         increasing the size of the string before.  Fixes bug 61167.
14116
14117 2004-07-09  Dick Porter  <dick@ximian.com>
14118
14119         * socket-io.h:
14120         * socket-io.c
14121         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
14122         Add support for SO_PEERCRED if its available.
14123
14124 2004-07-09  Peter Bartok <pbartok@novell.com>
14125         * loader.c: winelib.exe.so error message is now only displayed if
14126         MONO_DEBUG is set. To help us avoid questions when people are trying
14127         out the new Managed.Windows.Forms.
14128
14129 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
14130
14131         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
14132         for isinst and castclass wrappers.
14133
14134         * class-internals.h icall.c: Move registration and lookup of JIT icalls
14135         to libmetadata from the JIT, so they could be used by the marshalling
14136         code and the interpreter.
14137
14138         * marshal.c: Register marshalling related JIT icalls here instead of
14139         in mini.c. Use CEE_MONO_ICALL instead of the family of 
14140         CEE_MONO_PROC<x> opcodes to call marshalling functions.
14141
14142         * metadata.h: Remove unneeded marshalling conversions.
14143
14144         * opcodes.c: Update for new opcodes.
14145         
14146 2004-07-08  Martin Baulig  <martin@ximian.com>
14147
14148         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
14149         (mono_debug_get_domain_data): Make this function static.
14150
14151 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
14152
14153         * gc.c, object.h: add nice GC handle API for embedders.
14154
14155 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
14156
14157         * reflection.c: more changes for the new api
14158
14159         * object.c: When we reflect on a field w/ a constant value, it
14160         will not have a memory location, so we must access metadata. Also,
14161         allow easier reading of strings so that we can read them from
14162         the constant data.
14163
14164         * class.c (mono_class_layout_fields): no need for literal fields here.
14165
14166         * class-internals.h: api changes for const fields
14167
14168         * icall.c (ves_icall_get_enum_info): use new apis for const fields
14169
14170 2004-07-06  Martin Baulig  <martin@ximian.com>
14171
14172         * mono-debug.h: Increment version number to 44.
14173
14174         * mono-debug.c (mono_debug_add_wrapper): The second argument is
14175         now a gpointer, rewrote this whole method.
14176
14177         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
14178         function.  Add information about the wrapper in a new "misc table".
14179
14180         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
14181         for the new misc table.
14182
14183 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
14184
14185         * metadata-internals.h image.c: Add a cache for helper signatures.
14186
14187         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
14188
14189 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
14190
14191         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
14192         delegates from a delegate. Fixes #61033.
14193         
14194         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
14195         marshalling of stringbuilder arrays. Fixes #59900.
14196
14197 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
14198
14199         * icall.c: Add EnumBuilder:setup_enum_type icall.
14200
14201 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
14202
14203         * icall.c: Added a new icall for the property version of
14204         OffsetOfStringData.
14205
14206 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
14207
14208         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
14209         it has a constant size across platforms.
14210
14211         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
14212         stack trace.
14213
14214 2004-06-29  Martin Baulig  <martin@ximian.com>
14215
14216         * mono-debug.c (mono_debug_add_method): Protect the whole function
14217         in mono_debugger_lock(), not just parts of it.
14218
14219 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
14220
14221         * reflection.c: make sure padding bytes in heaps are zeroed.
14222
14223 2004-06-24  David Waite  <mass@akuma.org>
14224
14225         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
14226         image.c, loader.c, locales.c, marshal.c, metadata.c,
14227         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
14228         string-icalls.c, threads.c: change to C90-style comments from C99 /
14229         C++ -style
14230
14231 2004-06-24  Dick Porter  <dick@ximian.com>
14232
14233         * threads.c
14234         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
14235         return createdNew.  Fixes bug 60412.
14236
14237         * threads-types.h: 
14238         * icall.c: Add createdNew parameter to CreateMutex icall
14239
14240 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
14241
14242         * reflection.c, object-internals.h: save default value in params.
14243
14244 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14245
14246         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
14247         no need to build a new path combining that with the application base.
14248         Fixes bug #60442.
14249
14250 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
14251
14252         * reflection.c: fixed minor standard compliance issues.
14253
14254 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
14255
14256         * reflection.c: fixed issue with encoding some custom attributes
14257         (arrays in properties and fields, bug #60411).
14258
14259 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14260
14261         * reflection.c: fix start address when copying the public key token.
14262
14263 2004-06-23  Martin Baulig  <martin@ximian.com>
14264
14265         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
14266         the `exc' object in a static object to put it into the GC's root set.
14267
14268 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
14269
14270         * reflection.c: make mono_reflection_setup_internal_class ()
14271         callable a second time to setup a new parent class.
14272
14273 2004-06-23  Dick Porter  <dick@ximian.com>
14274
14275         * threads.c: Check for WAIT_IO_COMPLETION return values.
14276
14277 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
14278
14279         * appdomain.c: Removed the g_free on the public key token. Now copy 
14280         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
14281         * assembly.c: Added public key token string value when loading 
14282         assemblies. Fix bug #60439.
14283         * icall.c: Added missing informations (like public key) in 
14284         GetReferencedAssemblies. Fix #60519.
14285         * image.h: Changed definition for public key token from const char*
14286         public_tok_value to guchar public_key_token [17];
14287         * reflection.c: Updated for changes to public key token.
14288
14289 2004-06-22  Lluis Sanchez Gual
14290
14291         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
14292         for the field in base classes.
14293
14294 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
14295
14296         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
14297         mark headers as not supported, they are installed only for use by the
14298         debugger.
14299
14300 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
14301
14302         * *.c, *.h: avoid namespace pollution in public headers.
14303
14304 2004-06-21  Martin Baulig  <martin@ximian.com>
14305
14306         * exception.c (mono_get_exception_security): It's in
14307         "System.Security", not in "System".
14308
14309         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
14310         the exception classes.
14311
14312 2004-06-21  Martin Baulig  <martin@ximian.com>
14313
14314         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
14315         Protect the exception object from being finalized.
14316
14317 2004-06-21  Martin Baulig  <martin@ximian.com>
14318
14319         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
14320         public function.
14321
14322 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
14323
14324         * reflection.c: Load the assembly in mono_reflection_type_from_name,
14325         if it was not loaded before. Fix parts of #60439.
14326
14327 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
14328
14329         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
14330         code that was broken since Ben's change: wrappers are now
14331         dependent on the method signature only again.
14332
14333 2004-06-21  Martin Baulig  <martin@ximian.com>
14334
14335         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
14336         added interface support.
14337
14338 2004-06-21  Martin Baulig  <martin@ximian.com>
14339
14340         * class.c (mono_vtable_get_static_field_data): New public method.
14341
14342 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
14343
14344         * filewatcher.c : Windows build fix to be compliant with API changes.
14345
14346 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
14347
14348         * class.h, class.c: more accessors.
14349         * metadata.h, metadata.c: prepare for hiding MonoType and
14350         MonoMethodSignature: people should use the accessors from now on
14351         outside of the tree.
14352
14353 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
14354
14355         * *.c, *.h: more API cleanups.
14356
14357 2004-06-18  Jackson Harper  <jackson@ximian.com>
14358
14359         * assembly.c: Trace loading assemblies.
14360         * loader.c: Trace loading native libraries.
14361         * mono-config.c: Trace loading config files.
14362         
14363 2004-06-18  Dick Porter  <dick@ximian.com>
14364
14365         * locales.c: Tell ICU the lengths of strings, it can cope with
14366         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
14367
14368 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
14369
14370         * image.c: swapped name/filename;
14371
14372 2004-06-18  Martin Baulig  <martin@ximian.com>
14373
14374         * mono-debug-debugger.c (write_class): Write the parent class at
14375         the end of the header.
14376
14377 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
14378
14379         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
14380
14381 2004-06-17  Raja R Harinath  <rharinath@novell.com>
14382
14383         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
14384         (bundle_obj): New conditional define.
14385         (BUILT_SOURCES): Remove.
14386         ($(bundle_srcs)): Make parallel-make safe.
14387         (libmonoruntime_la_LIBADD): Make unconditional.
14388         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
14389         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
14390
14391 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
14392
14393         * culture-info-tables.h: It was inconsistent with the latest
14394           supp info files.
14395
14396 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
14397
14398         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
14399         be loaded.
14400
14401         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
14402         with gcc 2.95.
14403
14404 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
14405
14406         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
14407         cleaned up public header threads.h.
14408
14409 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
14410
14411         * Makefile.am, *.c, *.h: more API cleanups.
14412
14413 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
14414
14415         * Makefile.am: removed monosn from compilation.
14416         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
14417         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
14418         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
14419         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
14420         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
14421         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
14422
14423 2004-06-15  Jackson Harper  <jackson@ximian.com>
14424
14425         * assembly.c: Make locales lower case when searching the GAC for
14426         assemblies. gacutil will always make locales lowercase when
14427         installing so this effectively makes them case insensitive.
14428         
14429 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
14430
14431         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
14432         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
14433           parameter which allows to choose whether the wait can be interrupted or 
14434           not. Also added the method mono_monitor_enter(), which locks the monitor
14435           using an infinite wait and without allowing interruption.
14436           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
14437           interrupted.
14438         * object.h: Added new fields in MonoThread. suspend_event holds the event
14439           used to susped/resume the thread. synch_lock is the lock object to use for
14440           modifying the thread state.
14441         * threads.c: Use the new synch_lock object for locking, instead of "this",
14442           which can generate deadlocks.
14443           Moved thread state change in Thread.Sleep and Thread.Join from managed
14444           to unmanaged code. This avoids a deadlock when the thread was suspended
14445           just after acquiring the thread lock.
14446           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
14447           Implemented Thread.Suspend using an event instead of ThreadSuspend,
14448           which is not fully implemented in the io-layer.
14449         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
14450
14451 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
14452
14453         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
14454         threads-types.h: more API cleanups.
14455
14456 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
14457
14458         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
14459         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
14460         threadpool.c, threads.c: first pass at the exported API cleanup.
14461
14462 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
14463
14464         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
14465
14466 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14467
14468         * icall.c: added internalGetHome.
14469
14470 2004-06-14  Dick Porter  <dick@ximian.com>
14471
14472         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
14473         possible to return successfully when '.' or '..' were the only
14474         entries in a directory, but were skipped.  The MonoIOStat was not
14475         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
14476         Fixes bug 59574.
14477
14478 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
14479
14480         * reflection.c: make binaries run on .Net 1.1 by default.
14481
14482 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
14483
14484         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
14485
14486 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
14487
14488         * marshal.c: keep track of struct size with explicit layout
14489         (bug #59979).
14490
14491 2004-06-12  Martin Baulig  <martin@ximian.com>
14492
14493         * mono-debug-debugger.c: Comment out a debugging g_message().
14494
14495 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
14496
14497         * reflection.c, reflection.h: do not free custom attrs that are cached.
14498         * icall.c: use braces to make code clearer.
14499
14500 2004-06-11  Martin Baulig  <martin@ximian.com>
14501
14502         * class.h (MonoInflatedField): New type.
14503         (MonoClassField): Replaced `MonoType *generic_type' with
14504         `MonoInflatedField *generic_info'.
14505
14506         * icall.c
14507         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
14508
14509 2004-06-11  Martin Baulig  <martin@ximian.com>
14510
14511         * reflection.c (mono_image_create_method_token): Correctly encode
14512         varargs methods.
14513
14514 2004-06-11  Martin Baulig  <martin@ximian.com>
14515
14516         * metadata.c (mono_metadata_parse_method_signature): When parsing
14517         a MethodDef which has VarArgs, also set sentinelpos if we don't
14518         have any parameters.
14519
14520 2004-06-11  Martin Baulig  <martin@ximian.com>
14521
14522         * verify.c (mono_method_verify): In CEE_CALL, use
14523         mono_method_get_signature() to get the method's signature, unless
14524         we're a PInvoke method.
14525
14526 2004-06-10  Jackson Harper  <jackson@ximian.com>
14527
14528         * assembly.c: Use <path>/lib/mono/gac for the extra paths
14529         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
14530         logical name as the supplied path is just a prefix to the gac not
14531         the direct path to it.
14532         
14533 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
14534
14535         * reflection.c: make the token for a created method match
14536         the token of the MethodBuilder it was created from
14537         (IKVM requires this behaviour now).
14538
14539 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
14540
14541         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
14542         reflection.c, socket-io.c: leak fixes.
14543
14544 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
14545
14546         * icall.c: handle sentinel pos in vararg methods in position different
14547         from 0.
14548
14549 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14550
14551         * culture-info-tables.h: freshly generated.
14552
14553 2004-06-09  Martin Baulig  <martin@ximian.com>
14554
14555         * loader.c (mono_get_method_constrained): Call `mono_class_init
14556         (constrained_class)'.   
14557
14558 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
14559
14560         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
14561         any methods. Fixes #59629.
14562
14563 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14564
14565         * culture-info-tables.h: reflecting locale-builder updates.
14566
14567 2004-06-08  Dick Porter  <dick@ximian.com>
14568
14569         * object.h:
14570         * locales.c: Fixed compile warnings, including a real bug in
14571         CompareInfo_internal_compare.
14572         
14573 2004-06-08  Dick Porter  <dick@ximian.com>
14574
14575         * locales.c
14576         (ves_icall_System_Globalization_CompareInfo_internal_index):
14577         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
14578         Double-check the resuls of usearches, because ICU currently
14579         ignores most of the collator settings here.  Fixes bug 59720.
14580         
14581 2004-06-08  Dick Porter  <dick@ximian.com>
14582
14583         * locales.c
14584         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
14585         Fix memory leak and segfault-causing typo.  No idea how this one
14586         lasted so long without being noticed.
14587
14588 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
14589
14590         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
14591         any methods. Fixes #59629.
14592
14593 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14594
14595         * assembly.c:
14596         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
14597         own the critical section before). Removed dead code (that's done
14598         in the preload hook).
14599
14600         (mono_assembly_load_with_partial_name): call the preload hook.
14601
14602 2004-06-08  Martin Baulig  <martin@ximian.com>
14603
14604         * metadata.c (mono_metadata_signature_alloc): Default
14605         `sentinelpos' to -1.
14606
14607         * reflection.c (mono_image_get_array_token): Likewise.
14608
14609 2004-06-08  Martin Baulig  <martin@ximian.com>
14610
14611         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
14612
14613         * metadata.c (mono_metadata_parse_method_signature): When parsing
14614         a MethodDef which has VarArgs, set sentinelpos.
14615
14616         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
14617         `gint16' since we're using -1 for non-varargs methods.
14618
14619         * reflection.c
14620         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
14621         (method_encode_signature): Added varargs support.
14622         (method_builder_encode_signature): Likewise.
14623         (mono_image_get_varargs_method_token): New static method.
14624         (mono_image_create_method_token): New public method; this is
14625         called via an icall instead of mono_image_create_token() when
14626         calling a varargs method.       
14627
14628 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
14629
14630         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
14631
14632 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14633
14634         * culture-info-tables.h : Reflecting the latest locale-builder that
14635           fixed empty array representation ({} to {0}).
14636
14637 2004-06-07  Jackson Harper  <jackson@ximian.com>
14638
14639         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
14640         looking up extra gac paths. This allows MONO_GAC_PATH to act
14641         exactly like a prefix.
14642         
14643 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14644
14645         * reflection.c (mono_reflection_type_from_name): Make a copy of the
14646         type name before modifying it. Fixes #59405.
14647
14648 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14649
14650         * culture-info.h: added fields for "all datetime patterns".
14651         * locales.c: (  ves_icall_System_Globalization_CultureInfo
14652           _construct_datetime_format ()): fill xxx_patterns fields.
14653         * object.h: added fields for "all datetime patterns" to
14654           MonoDateTimeFormatInfo.
14655         * culture-info-tables.h: reflecting locale-builder updates.
14656
14657 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14658
14659         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
14660         the event has no add and remove methods. Fixes #59629.
14661
14662 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
14663
14664         * object.c: Fixed possible integer overflow when allocating large
14665         strings.
14666
14667 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14668
14669         * culture-info-tables.h: reflecting locale-builder updates.
14670
14671 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14672
14673         * culture-info-tables.h: reflecting locale-builder updates.
14674
14675 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
14676
14677         * culture-info-tables.h: reflecting locale-builder updates.
14678
14679 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
14680
14681         * threads.c: Made Thread.Sleep abortable.
14682
14683 2004-06-02  Martin Baulig  <martin@ximian.com>
14684
14685         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
14686
14687         * debug-mono-symfile.h: Bumped symbol file version number to 37.
14688
14689 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
14690
14691         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
14692
14693 2004-05-30  Jackson Harper  <jackson@ximian.com>
14694
14695         * reflection.c: Do not hardcode assembly versions or public key
14696         tokens anymore. All of this except the corlib section was dead
14697         code anyways.
14698         
14699 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
14700
14701         * object.c (mono_runtime_invoke_array): Automatically create boxed
14702         objects for byref valuetypes if needed. Fixes #59300.
14703         
14704         * object.c (mono_method_return_message_restore): Handle 
14705         MONO_TYPE_OBJECT as well.
14706
14707 2004-05-28  Jackson Harper  <jackson@ximian.com>
14708
14709         * reflection.c: The modified type encoding was causing build
14710         problems. Reverted for now.
14711         
14712 2004-05-28  Jackson Harper  <jackson@ximian.com>
14713
14714         * reflection.c/h: Take an assembly ref so that we dont create
14715         fully qualified names when encoding types in the same assembly as
14716         the custom attribute being emitted.
14717         * appdomain.c: Increment version number.
14718         
14719 2004-05-26  Duncan Mak  <duncan@ximian.com>
14720
14721         * icall.c
14722         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
14723         Set the full version number (major, minor, build, revision).
14724
14725 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
14726
14727         * marshal.c (emit_struct_conv): increment src/dst after blit
14728         (mono_marshal_get_managed_wrapper,
14729         mono_marshal_get_native_wrapper): make sure we have marshalling
14730         info before marshalling params (info computation affects
14731         blittable)
14732
14733         * class.c (class_compute_field_layout): correctly deal with
14734         blittable
14735         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
14736         value types (as per what windows dows by default)
14737         (mono_class_setup_mono_type): System.ValueType is blittable
14738         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
14739         blittable
14740
14741         * marshal.c (mono_marshal_load_type_info): flag types  as
14742         non-blittable if the native layout doesn't match the managed
14743         layout
14744
14745 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14746
14747         * appdomain.c: don't add stuff in the private search path that is
14748         above the application base. If application base is not set, there's
14749         no private search path.
14750
14751 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
14752
14753         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
14754         byref struct arguments in native->managed marshalling.
14755
14756 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
14757
14758         * marshal.c (mono_marshal_get_runtime_invoke): correctly
14759         cache methods using signature (special case for methods
14760         that are value type or string class)
14761         
14762         * image.c (mono_image_close): clean up allocated GSList's
14763         in runtime_invoke_cache.
14764
14765 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14766
14767         * mono-config.c: set the correct path for mono_cfg_dir on windows when
14768         there's no MONO_CFG_DIR environment variable defined.
14769
14770 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14771
14772         * threads.c: windows version must be >= 0x0500 to include OpenThread.
14773
14774 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
14775
14776         * threadpool.c: Really wait for 500ms after the async call, even if the wait
14777           is interrumped.
14778         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
14779           before waiting for it, and call CloseHandle after the wait to unref it.
14780           This will make sure that handles are not disposed too early.
14781
14782 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14783
14784         * appdomain.c:
14785         * appdomain.h:
14786         * icall.c: removed
14787         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
14788         needed now.
14789
14790         * object.c: se the application_base only for the domain that runs
14791         Main. Fixes bug #59216,
14792
14793 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14794
14795         * appdomain.c:
14796         * object.c: only the domain in which Main is run have
14797         SetupInformation.ConfigurationFile set, so moved a few lines from
14798         appdomain.c to object.c.
14799
14800 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14801
14802         * appdomain.c: we tried to load [name].(dll|exe), but according
14803         to bug #57710, we must also try [culture]/[name].(dll|exe) and
14804         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
14805         There's a test case attached to bug #58922.
14806
14807 2004-05-27  Dick Porter  <dick@ximian.com>
14808
14809         * icall.c:
14810         * file-io.c: Implemented icalls for locking and unlocking regions
14811         in a file.
14812         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
14813         FALSE on error (fixes both compiler warning and real bug.)
14814
14815 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
14816
14817         * culture-info-tables.h: reflecting locale-builder updates.
14818
14819           (Added missing ChangeLog entry for 05/26)
14820
14821 2004-05-27  Jackson Harper  <jackson@ximian.com>
14822
14823         * locales.c: Fix some cut and paste errors.
14824         
14825 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14826
14827         * mono-config.c: set the correct path for config. directory on windows.
14828
14829 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14830
14831         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
14832           on win32.
14833
14834 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14835
14836         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
14837         from pinvoke functions.
14838         
14839         * marshal.c (mono_ftnptr_to_delegate): Implement this.
14840
14841 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14842
14843         * culture-info-tables.h: reflecting locale-builder updates.
14844
14845 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14846
14847         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
14848         #59086.
14849
14850 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
14851
14852         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
14853         * icall.c: Modified icalls for RNG.
14854         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
14855         Windows (CryptoAPI).
14856
14857 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14858
14859         * locales.c: Fix build.
14860
14861 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
14862
14863         * culture-info-tables.h: reflecting locale-builder updates.
14864
14865 2004-05-25  Jackson Harper  <jackson@ximian.com>
14866
14867         * locales.c: When creating the current culture use the $LANGs
14868         specific culture. So DateTimeFormat and NumberFormat entries are created.
14869         
14870 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14871
14872         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
14873         a char array as parameter.
14874
14875 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
14876
14877         * image.c: In mono_image_open(), always use an absolute path name to
14878           look for already loaded images.
14879
14880 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
14881
14882         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
14883         missing in the windows build (like older cygwin include files).
14884
14885 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
14886
14887         * icall.c: Fixed check for possible integer overflow in Buffer_
14888         BlockCopy icall. Replaced comments style // by /* */.
14889
14890 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
14891
14892         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
14893         
14894         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
14895         check after MONO_VTADDR. Fixes pinvoke2.exe.
14896
14897         * marshal.h marshal.c metadata.h: Add beginnings of support for
14898         ftnptr -> delegate marshalling.
14899
14900 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
14901
14902         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
14903         * threads.c: Fix warnings.
14904
14905 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
14906
14907         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
14908         * icall.c: Registered icalls for Suspend and Resume.
14909         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
14910           Thread.Abort.
14911         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
14912         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
14913         * process.c: Use WaitForSingleObjectEx.
14914         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
14915           checkpoints.
14916         * threads.c, threads.h: Make use of new Ex wait methods. Improved
14917           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
14918           for Suspend and Resume. Added new mono_thread_stop, used for stoping
14919           background threads. Added basic support for Abort in Windows.
14920           Start new threads using a managed delegate invoke wrapper. This wrapper
14921           has an interruption checkpoint that is needed since an interruption
14922           can be requested before the thread leaves the unmanaged code that starts 
14923           the thread.
14924         * marshal.c: Added interruption checkpoint after every native call, and
14925           also before managed calls for wrappers called from unmanaged code to
14926           go into managed code.
14927         * object.h: Added new field in MonoThread to keep track of interruption
14928           requests.
14929
14930 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
14931
14932         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
14933         calls.
14934
14935 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14936
14937         * appdomain.c:
14938         * assembly.c:
14939         * gc.c:
14940         * locales.c:
14941         * mono-config.c:
14942         * rand.c: getenv -> g_getenv (windows!)
14943
14944         * process.c: complete_path is also used on non-windows platforms.
14945
14946 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14947
14948         * icall.c: new signature for Process_Start.
14949
14950         * process.[ch]: new signature for Process_Start. If we're on windows
14951         and UseShellExecute is false, we have to search for the program by
14952         ourselves if we don't get a full path.
14953
14954 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
14955
14956         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
14957         marshalling and call CleanUpNativeData if needed. Fixes #58646.
14958
14959 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14960
14961         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
14962         Fixes bug #58373.
14963
14964 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14965
14966         * process.c: use double quotes to quote program name and arguments on
14967         windows. Fixes bug #58575.
14968
14969 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14970
14971         * file-io.c: don't return "." and ".." when using windows Find*File.
14972
14973 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
14974
14975         * marshal.c: Don't pass wrappers to message init because method 
14976         addressed used to lookup metadata. part of remoting[2|3] fix.
14977
14978 2004-05-15  Jackson Harper  <jackson@ximian.com>
14979
14980         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
14981         path is essentially the same as MONO_PATH except that it points to
14982         GACs instead of lib directories.
14983         * loader.h: The user gac is gone so we dont need function to
14984         enable/disable it.
14985         * mono-config.c: user gac option is now gone.
14986         
14987 2004-05-15  Jackson Harper  <jackson@ximian.com>
14988
14989         * culture-info.h: Make defines more consistent, add calendar data
14990         to the culture info table.
14991         * culture-info-tables.h: Add basic calendar data. Basically
14992         everyone gets default gregorian until all the data is
14993         updated.
14994         * locales.c: Use the new consistent defines. Set calendar data for
14995         culture info objects.
14996         * object.h: add a field for calendar data to CultureInfo
14997         
14998 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
14999
15000         * image.c: image->runtime_invoke_cache is keyed on signatures now.
15001         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
15002         a signature.
15003         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
15004         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
15005         an extra param that is the pointer of the method to invoke. The IL for
15006         the invoke method is no longer specific to the method, but to the
15007         signature of the method. Thus, we can share the same code for multiple
15008         methods. This reduces the number of methods that have to be compiled.
15009
15010 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
15011
15012         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
15013
15014         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15015
15016         * icall.c: Optimize Buffer.BlockCopy.
15017
15018 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15019
15020         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
15021         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
15022         quote). Changed them to "MMMM yyyy".
15023
15024 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
15025
15026         * rand.c
15027         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
15028
15029 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
15030
15031         * reflection.h: Updated after changes to managed structures.
15032
15033         * appdomain.c: Bump corlib version.
15034
15035 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15036
15037         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
15038         windows.
15039
15040 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15041
15042         * Makefile.am: link to ../os/libmonoos.la on windows.
15043
15044         * assembly.c:
15045                 -If MONO_DEBUG, warn about non-existing directories in
15046                 MONO_PATH.
15047                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
15048                 compile time variable.
15049                 -Removed init_default_path and call mono_set_rootdir from
15050                 libmonoos.a instead (windows only).
15051
15052         * assembly.h: declare mono_assembly_getrootdir().
15053
15054         * domain.c:
15055         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
15056
15057         * loader.c: s/getenv/g_getenv/
15058
15059 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
15060
15061         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
15062
15063         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
15064
15065         * metadata.h: Add new marshalling conversions.
15066
15067         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
15068         function.
15069
15070         * reflection.c (mono_reflection_get_type): Lookup the type in all
15071         modules of a multi-module assembly. Fixes #58291.
15072
15073 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
15074
15075         * threads.c: Before aborting a background, set the StopRequested
15076         state.  This avoids throwing the Abort exception.
15077         In mono_thread_manage, don't continue with the shutdown until all
15078         aborted threads have actually stopped.
15079
15080 2004-05-10  Jackson Harper  <jackson@ximian.com>
15081
15082         * locales.c: Remove the modifier from culture names.
15083         
15084 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15085
15086         * Makefile.am: monosn is not installed any more. It has been deprecated
15087         in favor of sn.
15088
15089 2004-05-07  Jackson Harper  <jackson@ximian.com>
15090
15091         * locales.c
15092         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
15093         Fix array construction, add bailout if the length is 0.
15094
15095 2004-05-07  Dick Porter  <dick@ximian.com>
15096
15097         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
15098         machine doesn't have a DNS entry.  Patch by Urs Muff
15099         (umuff@quark.com), fixes bug 57928.
15100
15101 2004-05-06  Jackson Harper  <jackson@ximian.com>
15102
15103         * reflection.c: Handle null PublicTokens properly. alloc mem for
15104         assembly names culture so we dont crash when freeing it.
15105         
15106 2004-05-06  Jackson Harper  <jackson@ximian.com>
15107
15108         * assembly.c: Check the usergac when loading with partial names.
15109         
15110 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
15111
15112         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
15113         does nothing for now (not required for Linux/Windows) but the class
15114         library can call it (and a newer or modified runtime could need it).
15115         * icall.c: Registred icall.
15116
15117 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15118
15119         * loader.c: prints a message on module loading error we set MONO_DEBUG
15120         environment variable.
15121
15122 2004-05-05  Jackson Harper  <jackson@ximian.com>
15123
15124         * appdomain.c: Handle PublicKeyToken=null properly.
15125         
15126 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
15127
15128         * environment.c|h: Added icall ves_icall_System_Environment_
15129         GetOSVersionString to get the current OS version as a string.
15130         * icall.c: Registred icall.
15131
15132 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
15133
15134         * object.c: in mono_object_get_virtual_method(), take into account that
15135         non-virtual methods don't have a slot in the vtable. Check needed when
15136         the object is a proxy.
15137
15138 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
15139
15140         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
15141         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
15142
15143         * object.c (mono_class_compute_gc_descriptor): Fix warning.
15144
15145         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
15146         passed when a valuetype is expected.
15147
15148         * object.c (mono_unhandled_exception): Only set the exit code if the
15149         exception happens in the main thread. Fixes thread5.exe.
15150
15151         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
15152         invalid names. Fixes #58047.
15153
15154 2004-05-03  Jackson Harper  <jackson@ximian.com>
15155
15156         * assembly.c: This line was committed accidently and is unneeded.
15157         
15158 2004-05-03  Jackson Harper  <jackson@ximian.com>
15159
15160         * icall.c: Add new icall for Assembly::LoadWithPartialName
15161         * assembly.c/.h: new function that probes the GAC to load partial
15162         assembly names by Paolo Molaro.
15163         
15164 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15165
15166         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
15167         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
15168         (type_get_fully_qualified_name): Added PublicKeyToken when building a
15169         full type name.
15170
15171 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15172
15173         * appdomain.c: fixed check for 'neutral' culture and removed warning.
15174         * reflection.c: fix bug when parsing a full type name and Version is not
15175         the last thing in the string.
15176
15177 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
15178
15179         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
15180         crashes when it is freed.
15181
15182 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15183
15184         * assembly.c: print the compat warning to stderr.
15185
15186 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
15187
15188         * assembly.c (mono_assembly_load_references): Add a compatibility
15189         hack to run old applications that might be still referencing the
15190         3300-based assemblies, only do this for System.xxx.
15191
15192 2004-05-01  Jackson Harper  <jackson@ximian.com>
15193
15194         * appdomain.c: If the culture is neutral we set it to "".
15195         
15196 2004-04-29  Jackson Harper  <jackson@ximian.com>
15197
15198         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
15199
15200 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
15201  
15202         * string-icalls.c: added low overhead function for copying chars
15203         * icall.c: added needed icall for the above function
15204  
15205 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15206
15207         * icall.c: fix return value of get_global_assembly_cache.  Implemented
15208         Environment.GetLogicalDrives.
15209
15210 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
15211
15212         * rand.c: try and talk to egd or prngd
15213         for random bytes if opening devices fail.
15214
15215 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
15216
15217         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
15218         alignment for the type using the native alignment of its members 
15219         instead of using klass->min_align.
15220
15221         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
15222
15223 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15224
15225         * file-io.c:
15226         * socket-io.c: added check for sys/aio.h.
15227
15228 2004-04-28  Dick Porter  <dick@ximian.com>
15229
15230         * threads.c: Don't abort a thread thats already aborting, when
15231         terminating everything.
15232
15233 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15234
15235         * icall.c: added 2 new async calls for Socket.
15236
15237         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
15238         IO on *nix systems.
15239
15240         * threadpool.c: removed unused variable.
15241
15242 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
15243
15244         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
15245
15246 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
15247
15248         * locales.c: put back string_invariant_tolower () and
15249         string_invariant_toupper ().
15250
15251 2004-04-26 David Waite <mass@akuma.org>
15252
15253         * file-io.h:
15254         * socket-io.h:
15255         * threads.h:
15256         * unicode.h: remove comma from end of enumeration declarations
15257
15258 2004-04-26 David Waite <mass@akuma.org>
15259
15260         * debug-mono-symfile.h:
15261         * decimal.c:
15262         * mono_debug.h:
15263         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
15264
15265
15266 2004-04-26  Jackson Harper  <jackson@ximian.com>
15267
15268         * appdomain.c: Increment version number.
15269         
15270 2004-04-26  Jackson Harper  <jackson@ximian.com>
15271
15272         * appdomain.c: Set assembly references public token value when
15273         PublicKeyToken is specified, not the hash_value. Free public token
15274         values when free assembly name data. Previously the public key
15275         token was hex decoded, however we are using hex encoded public key
15276         tokens, so this is not neccasary.
15277         * assembly.c: Lookup assemblies in the gac if their public token
15278         value is set. Add function to allow enabling user gac
15279         lookups. Specify whether or not the assembly was loaded from the
15280         GAC. Compare full assembly names when checking the cache for
15281         assemblies (Temporarily disabled see comment in code). Remove
15282         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
15283         specifies trace-loader they get extra info to stdout on the
15284         loading of assemblies.
15285         * image.h: Add a field for an assembly references public token
15286         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
15287         whether an assembly has been loaded from the GAC.
15288         * image.c: Remove a corlib -> mscorlib name mapping.
15289         * loader.h: Add function to enable/disable the user gac.
15290         * mono-config.c: Check if the usergac is enabled in the config
15291         file.
15292         * icall.c: New icall to determine whether or not an assembly has
15293         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
15294         * tabldefs.h: Add constant for assemblyref flag that specifies a
15295         full public key is used instead of a public token.
15296         * reflection.c: Remove mscorlib -> corlib mappings. Set
15297         PublicTokenValue instead of hash value. This value is a hex
15298         string so it does not need to be expanded.
15299
15300 2004-04-26  Martin Baulig  <martin@ximian.com>
15301
15302         * mono-debug-debugger.c (mono_debugger_initialize): Set
15303         `mono_debugger_initialized' before calling mono_debug_lock().
15304
15305 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
15306
15307         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
15308           InternalToUpper/InternalToLower.
15309         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
15310           removed invariant culture shortcut.  This is now done in managed code.
15311         * locales.c: (string_invariant_toupper/tolower) removed.
15312
15313 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15314
15315         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
15316         Added Poll internal call.
15317
15318         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
15319         call for Poll. Select was too heavy for polling a single socket.
15320
15321         * threadpool.[ch]: added mono_threadpool_cleanup.
15322         * threads.c: use it. Don't use Thread_Abort on windows.
15323
15324 2004-04-23  Martin Baulig  <martin@ximian.com>
15325
15326         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
15327
15328 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
15329
15330         * icall.c: Registred new icalls for key pair protection and added an
15331         icall for Environment.GetFolderPath on Windows.
15332         * security.c|h: Added new icalls for key pair protection.
15333
15334 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15335
15336         * socket-io.c: don't display the non-supported family warning for known
15337         families. Now this is not displayed on windows when checking support
15338         for IPv4/IPv6.
15339
15340 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15341
15342         * class.c: don't display the layout warning for static fields.
15343
15344 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
15345
15346         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
15347         * locales.c, locales.h: Added new icalls for culture-specific
15348         Char.ToLower and Char.ToUpper.
15349
15350 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15351
15352         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
15353         by David Waite.
15354
15355 2004-04-20  Martin Baulig  <martin@ximian.com>
15356
15357         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
15358         of the type name before passing it to mono_reflection_type_from_name().
15359
15360 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
15361
15362         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
15363         encodings here. Fixes #56965.
15364
15365 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
15366
15367         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
15368         fix test on strstr result not that I can see anything that
15369         relies on the result.
15370
15371 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
15372
15373         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
15374         Fixes #57081.
15375
15376         * marshal.c (mono_marshal_get_string_encoding): New helper function.
15377
15378         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
15379         function to determine which marshalling to use for strings. Fixes
15380         #56965.
15381
15382         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
15383
15384         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
15385
15386 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
15387
15388         * icall.c: #include mono-config.h
15389
15390 2004-04-15  Jackson Harper  <jackson@ximian.com>
15391
15392         * culture-info-tables.h: Fix date formats for en-US culture.
15393         
15394 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
15395
15396         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
15397         ThreadPool.SetMinThreads.
15398         * threadpool.c: Implemented ThreadPool.GetMinThreads and
15399         ThreadPool.SetMinThreads.
15400
15401 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
15402
15403         * mono-config.c: also load the .config file in the directory
15404         where the assembly was found.
15405
15406 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
15407
15408         * assembly.c: load per-assembly config files.
15409         * icall.c: decrapified code to get the config dir and moved to
15410         mono-config.c.
15411         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
15412         per-assembly config files. When doing a dll map lookup give precedence
15413         to the per-assembly data.
15414
15415 2004-04-14  Martin Baulig  <martin@ximian.com>
15416
15417         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
15418         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
15419         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
15420
15421         * mono-debugger-debugger.c: While the debugger is locked, remember
15422         whether the symbol tables have changes and send one single
15423         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
15424
15425 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
15426
15427         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
15428
15429         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
15430         function.
15431
15432         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
15433         account when marshalling string arrays. Fixes #56965.
15434
15435 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
15436
15437         * icall.c: Add new icalls mapping for security.
15438         * security.c|h: Add internal calls for WindowsIdentity,
15439         WindowsImpersonationContext and WindowsPrincipal.
15440
15441 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
15442
15443         * class.c: Added comment to ensure the System.MonoDummy class
15444         is removed when no longer necessary
15445
15446 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
15447
15448         * appdomain.c: Pass arguments to the bootstraping exceptions to
15449         minimize JITed methods at boot
15450
15451         * metadata.c (mono_exception_from_name_two_strings): Allow for the
15452         second string to be null.
15453
15454         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
15455         Change the protocol to minimize the JIT methods at startup.  Now
15456         it Returns the internal codepage, if the value of "int_code_page"
15457         is 1 at entry, and we can not compute a suitable code page
15458         number, returns the code page as a string.
15459
15460 2004-04-13  Jackson Harper  <jackson@ximian.com>
15461
15462         * culture-info-tables.h: Fix number of decimal digits for all
15463         english locales.
15464
15465 2004-04-13  Jackson Harper  <jackson@ximian.com>
15466
15467         * icall.c: Clairfy out of sync error message. It is not always
15468         your corlib that is out of sync.
15469
15470 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
15471
15472         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
15473         properties when only the set accessor is overriden. Fixes #55874.
15474
15475 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
15476
15477         * assembly.c (mono_assembly_load_references): Make this thread safe.
15478         Fixes #56327.
15479
15480 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
15481
15482         * monosn.c: Add missing initialization calls.
15483
15484 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
15485
15486         * locales.c:
15487         ves_icall_System_Globalization_CultureInfo_construct_number_format
15488         Fix g_assert so it compiles on fussier compilers re int/ptr
15489         mismatch
15490
15491 2004-04-08  Dick Porter  <dick@ximian.com>
15492
15493         * socket-io.h:
15494         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
15495         53992.  Also rearrange the code so that the internal calls return
15496         an error value and exceptions are thrown from managed code.
15497
15498         * icall.c: Add type info to the socket icalls.
15499
15500 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15501
15502         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
15503         owes me a beer.
15504
15505 2004-04-07  Martin Baulig  <martin@ximian.com>
15506
15507         * class.c (mono_class_from_generic_parameter): Don't default
15508         `klass->parent' to `mono_defaults.object_type'.
15509
15510 2004-04-07  Martin Baulig  <martin@ximian.com>
15511
15512         * reflection.c (mono_reflection_initialize_generic_parameter): Set
15513         `param->pklass->reflection_info'.       
15514
15515 2004-04-07  Jackson Harper  <jackson@ximian.com>
15516
15517         * culture-info-tables.h: Fix date separator symbol.
15518         
15519 2004-04-07  Martin Baulig  <martin@ximian.com>
15520
15521         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
15522         from System.Type to System.MonoType.
15523
15524 2004-04-07  Martin Baulig  <martin@ximian.com>
15525
15526         * reflection.h
15527         (MonoReflectionGenericParam): Added `has_reference_type' and
15528         `has_value_type' fields.
15529
15530         * reflection.c (mono_image_get_generic_param_info): Encode the
15531         correct flags if we have the `class' or `struct' constraint.
15532
15533 2004-04-07  Martin Baulig  <martin@ximian.com>
15534
15535         * reflection.h
15536         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
15537
15538 2004-04-07  Jackson Harper  <jackson@ximian.com>
15539
15540         * appdomain.c: Revert extra patches, just wanted to bump the
15541         version number.
15542         
15543 2004-04-07  Jackson Harper  <jackson@ximian.com>
15544
15545         * Makefile.am: Add culture-info private headers.
15546         * icall.c: Add new icalls for contructing locales.
15547         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
15548         * locales.h: Declare new culture info construction methods.
15549         * object.h: Add new fields used to avoid the CultureMap to
15550         MonoCultureInfo.
15551         * culture-info.h: Definition of structs used in the culture info
15552         tables.
15553         * culture-info-tables.h: Autogenerated tables that contain culture
15554         info data. This file was generated with the locale-builder tool.
15555         * appdomain.c: Incement corlib version number.
15556         
15557 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
15558
15559         * appdomain.c: (mono_runtime_init) move mono_thread_init
15560         to before mono_object_new calls so critical sections
15561         are initialized before use.
15562
15563 2004-04-07  Martin Baulig  <martin@ximian.com>
15564
15565         * icall.c
15566         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
15567         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
15568         (ves_icall_MonoGenericParam_initialize): Removed.
15569         (monogenericparam_icalls): Removed.
15570         (generictypeparambuilder_icalls): Added new table for
15571         System.Reflection.Emit.GenericTypeParameterBuilder.
15572
15573         * reflection.c
15574         (mono_reflection_define_generic_parameter): Removed.
15575         (mono_reflection_initialize_generic_parameter): This is now called
15576         from GenericTypeParameterBuilder's .ctor.
15577
15578 2004-04-06  Martin Baulig  <martin@ximian.com>
15579
15580         * class.c (mono_class_init): Don't inflate nested classes in a
15581         generic instance.
15582         (mono_type_get_name_recurse): Include the generic arguments for
15583         generic instances and generic type declarations.
15584         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
15585         (_mono_class_get_instantiation_name): Removed.
15586         (mono_class_create_generic): Always use `gklass->name' as our name.
15587
15588         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
15589
15590         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
15591         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
15592         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
15593         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
15594         closed generic methods here.
15595
15596         * reflection.c
15597         (mono_reflection_generic_inst_get_nested_types): Removed.
15598         (inflate_mono_method): Copy the generic parameters from the
15599         MonoMethodHeader into out MonoGenericMethod.
15600
15601 2004-04-06  Martin Baulig  <martin@ximian.com>
15602
15603         * row-indexes.h
15604         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
15605
15606         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
15607
15608         * reflection.c (build_compressed_metadata): If we have any entries
15609         in the GenericParam, MethodSpec or GenericParamConstraint tables,
15610         set the header version to 1.1.
15611
15612 2004-04-06  Martin Baulig  <martin@ximian.com>
15613
15614         * class.c (mono_class_init): If we're a generic instance,
15615         initialize our nested classes, too.
15616         (_mono_class_get_instantiation_name): Deal with the new `!%d'
15617         suffix. 
15618
15619 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15620
15621         * process.c: quote the argument passed to the shell on windows.
15622
15623 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
15624
15625         * threads.c (mono_alloc_special_static_data): Allow this to be
15626         called during startup.
15627
15628 2004-04-02  Martin Baulig  <martin@ximian.com>
15629
15630         * icall.c
15631         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
15632
15633 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
15634
15635         * icall.c: Fix build.
15636
15637 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
15638
15639         * Makefile.am: Added security.c|h.
15640         * icall.c: Added icall for get_UserName;
15641         * security.c: New file for security related icalls. Added function
15642         get_UserName for System.Environment (fix #56144).
15643         * security.h: New. Header file for security.c
15644
15645 2004-04-02  Dick Porter  <dick@ximian.com>
15646
15647         * icall.c: Deleted the icalls that were obsoleted some time ago
15648         by the ICU string code, and which were mixed into the icall
15649         rearranging.  Fixes bug 55969.
15650
15651         * string-icalls.h: 
15652         * string-icalls.c: Deleted the code that those icalls reference.
15653
15654 2004-04-01  Martin Baulig  <martin@ximian.com>
15655
15656         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
15657
15658         * class.c (mono_class_from_generic_parameter): Don't set 
15659         TYPE_ATTRIBUTE_INTERFACE.
15660         (my_mono_class_from_generic_parameter): Likewise.
15661
15662 2004-04-01  Martin Baulig  <martin@ximian.com>
15663
15664         * loader.c (find_method): Added an optional `MonoClass *ic'
15665         argument to search in a specific interface.
15666         (mono_get_method_constrained): New public function.
15667
15668 2004-04-01  Martin Baulig  <martin@ximian.com>
15669
15670         * reflection.c (mono_image_get_generic_field_token): Use the
15671         `handleref' cache here.
15672
15673 2004-04-01  Martin Baulig  <martin@ximian.com>
15674
15675         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
15676
15677         * reflection.c (create_generic_typespec): Use the `typespec' hash
15678         here, not the `typeref' one.    
15679
15680 2004-04-01  Martin Baulig  <martin@ximian.com>
15681
15682         * class.c (mono_class_inflate_generic_type): Moved the
15683         functionality into a new static inflate_generic_type() which
15684         returns NULL if it didn't do anything.  Only increment the
15685         `mono_stats.inflated_type_count' if we actually inflated
15686         something.
15687         (mono_class_get_full): Check the classes type to see whether we
15688         need to inflate it; also inflate MONO_TYPE_(M)VAR.
15689
15690 2004-04-01  Jackson Harper  <jackson@ximian.com>
15691
15692         * reflection.c: Set culture for assembly references.
15693         
15694 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
15695
15696         * reflection.[ch], icall.[ch], Fix support for pinning variables.
15697
15698 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15699
15700         * assembly.c:
15701         (do_mono_assembly_open): the critical section also covers
15702         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
15703
15704 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15705
15706         * threads.c:
15707         (mono_manage_threads): abort the background threads when finishing.
15708         Fixes bug #47232.
15709
15710 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15711
15712         * gc.c: only close the done_event handle if there was no timeout.
15713         C-ified comments.
15714
15715 2004-03-30  Martin Baulig  <martin@ximian.com>
15716
15717         * icall.c (icall_entries): It's called "System.Activator", not
15718         "System.Activation".    
15719
15720 2004-03-30  Martin Baulig  <martin@ximian.com>
15721
15722         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
15723         (mono_class_create_from_typespec): Likewise.
15724
15725 2004-03-30  Martin Baulig  <martin@ximian.com>
15726
15727         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
15728         `has_ctor_constraint' and `initialized'.
15729
15730 2004-03-30  Martin Baulig  <martin@ximian.com>
15731
15732         * reflection.c (encode_new_constraint): New static function to add
15733         the constructor constraint attribute to a type parameter.
15734         (encode_constraints): Call encode_new_constraint() if necessary.
15735
15736         * reflection.h
15737         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
15738
15739         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
15740         
15741 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
15742
15743         * reflection.c, icall.c: add support for pinning variables. 
15744
15745 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
15746
15747         * marshal.c (mono_marshal_get_managed_wrapper):
15748         init bool local with zero rather than null.
15749
15750 2004-03-29  Martin Baulig  <martin@ximian.com>
15751
15752         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
15753         the "official" behavior here.
15754         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
15755
15756 2004-03-29  Martin Baulig  <martin@ximian.com>
15757
15758         * icall.c: Reflect latest API changes.
15759
15760 2004-03-29  Martin Baulig  <martin@ximian.com>
15761
15762         * loader.c (mono_get_method_from_token): Also call
15763         mono_metadata_load_generic_params () for abstract and interface
15764         methods; replace the type arguments in the method signature with
15765         the ones which are loaded from the metadata.
15766
15767 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
15768
15769         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
15770         of the lock is not the current thread. MS.NET don't do it, in spite of
15771         what the documentation says. See bug #56157.
15772
15773 2004-03-28  Martin Baulig  <martin@ximian.com>
15774
15775         * class.c (mono_class_init): Don't call init_properties() and
15776         init_events() for generic instances; set `prop->parent' when
15777         inflating properties.
15778
15779         * reflection.c (mono_generic_inst_get_object): Call
15780         `mono_class_init (ginst->klass)'.
15781         (mono_type_get_object): Only create a MonoGenericInst if your
15782         generic type is a TypeBuilder.
15783         (do_mono_reflection_bind_generic_parameters): Only set
15784         `ginst->is_dynamic' if our generic type is a TypeBuilder.
15785
15786 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
15787
15788         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
15789         Fixes #56091.
15790
15791 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15792
15793         * icall.c: added Kill_internal icall.
15794         * process.[ch]: added Kill_internal icall.
15795
15796 2004-03-25  Martin Baulig  <martin@ximian.com>
15797
15798         * class.h (MonoStats): Added `generic_instance_count',
15799         `inflated_method_count', `inflated_type_count' and
15800         `generics_metadata_size'.       
15801
15802 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15803
15804         * reflection.c: no warnings now.
15805
15806 2004-03-25  Martin Baulig  <martin@ximian.com>
15807
15808         * class.c (mono_class_get_full): New public function; does a
15809         mono_class_get(), but also takes a `MonoGenericContext *'.
15810
15811         * loader.c (mono_field_from_memberref): Renamed to
15812         `field_from_memberref', made static and added `MonoGenericContext *'
15813         argument.
15814         (mono_field_from_token): Added `MonoGenericInst *' argument.
15815         (method_from_memberef): Likewise.
15816         (mono_get_method_from_token): Likewise.
15817         (mono_get_method_full): New public function; does a
15818         mono_get_method(), but also takes a `MonoGenericContext *'.
15819
15820         * verify.c (mono_method_verify): Get the method's generic context
15821         and pass it to mono_field_from_token(), mono_get_method_full() and
15822         mono_class_get_full().
15823
15824 2004-03-25  Martin Baulig  <martin@ximian.com>
15825
15826         * class.c (mono_class_inflate_generic_type): Take a
15827         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
15828         `MonoGenericMethod *'.
15829
15830 2004-03-25  Martin Baulig  <martin@ximian.com>
15831
15832         * loader.h (MonoMethodInflated): Store the MonoGenericContext
15833         instead of the MonoGenericMethod here.
15834
15835 2004-03-25  Martin Baulig  <martin@ximian.com>
15836
15837         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
15838         each time we create a new MonoGenericInst, we also create a new
15839         context which points back to us.
15840
15841         * class.c (inflate_method): Use `ginst->context' instead of
15842         creating a new context.
15843
15844         * loader.c (method_from_memberref): Use
15845         `klass->generic_inst->context' instead of creating a new context.
15846
15847 2004-03-25  Martin Baulig  <martin@ximian.com>
15848
15849         * class.h (MonoGenericContext): New struct.
15850         (MonoGenericMethod): Removed `generic_inst'.
15851
15852         * class.c (mono_class_inflate_generic_method): Take a
15853         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
15854
15855 2004-03-25  Martin Baulig  <martin@ximian.com>
15856
15857         * loader.h (MonoMethodInflated): New typedef.
15858
15859         * metadata.h (MonoMethodSignature): Removed `gen_method', make
15860         `generic_param_count' consume just 30 bits, added `is_inflated'
15861         and `has_type_parameters' flags (one bit each).
15862
15863         * class.c (mono_class_inflate_generic_method): Create a
15864         MonoMethodInflated instead of a MonoMethodNormal and set
15865         `is_inflated' in the method signature.
15866
15867         * class.h (MonoGenericMethod): Removed `generic_method'.
15868
15869 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
15870
15871         * image.c: Make sure the name of a MonoImage is always an absolute path.
15872           This fixes bug #54415.
15873
15874 2004-03-24  Martin Baulig  <martin@ximian.com>
15875
15876         * class.c (mono_class_setup_vtable): If we're a generic instance,
15877         use our generic type's vtable size.
15878
15879 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
15880
15881         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
15882         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
15883         problems.
15884
15885 2004-03-23  Martin Baulig  <martin@ximian.com>
15886
15887         * class.h (MonoDynamicGenericInst): Added `int count_events' and
15888         `MonoEvent *events'.
15889
15890         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
15891         (typebuilder_icalls): Added "get_event_info"; calls
15892         mono_reflection_event_builder_get_event_info(). 
15893
15894         * reflection.c (mono_reflection_generic_inst_initialize): Added
15895         `MonoArray *events'.
15896         (mono_reflection_event_builder_get_event_info): New function.
15897
15898 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
15899
15900         * object.h: add mono_type_initialization_init
15901
15902         * object.c (mono_runtime_class_init): 
15903         implement class constructor synchronization rules
15904         to cope with threading issues.  
15905         add mono_type_initialization_init
15906
15907         * appdomain.c (mono_runtime_init): call 
15908         mono_type_initialization_init
15909
15910         * class.h: removing initializing field from MonoVTable
15911
15912 2004-03-23  Martin Baulig  <martin@ximian.com>
15913
15914         * class.c (my_mono_class_from_generic_parameter): Use
15915         `param->name' if it's not NULL. 
15916
15917 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
15918
15919         * class.c: do not insert non-virtual methods in the vtable.
15920         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
15921         that means the method is non-virtual. This never would have
15922         happened before.
15923
15924 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
15925
15926         * profiler.c: Added lock for accessing coverage_hash.
15927
15928 2004-03-22  Martin Baulig  <martin@ximian.com>
15929
15930         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
15931         `method->method->signature->generic_param_count != 0' to make it
15932         work for interface methods.
15933
15934 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15935
15936         * process.c: quote the string passed to the shell using g_shell_quote.
15937
15938 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15939
15940         * threads.c:
15941         (mono_threads_manage): don't remove the finalizer thread and self
15942         from the threads hash table so that mono_thread_manage can be called
15943         more than once.
15944
15945 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15946
15947         * process.c: quote the arguments when UseShellExecute is true. Fixes
15948         bug #55790.
15949
15950 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15951
15952         * threads.c: set mono_thread_detach as a cleanup routine for every
15953         thread. This way it's always executed upon thread termination, either
15954         aborted or finished normally. No more xsp hangs!
15955
15956 2004-03-17  Martin Baulig  <martin@ximian.com>
15957
15958         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
15959         `int count_nested' and a `MonoType **nested'.
15960
15961         * reflection.c (mono_reflection_bind_generic_parameters): Moved
15962         most of the functionality into a new static
15963         do_mono_reflection_bind_generic_parameters() and don't take a
15964         `MonoType *nested_in' argument any more.  Don't compute nested
15965         types here.
15966         (mono_reflection_generic_inst_get_nested_types): New public method
15967         to get nested types.
15968
15969         * class.c (mono_class_create_generic): Set `klass->nested_in' if
15970         we're a nested class.
15971
15972         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
15973         mono_reflection_generic_inst_get_nested_types() to compute the
15974         nested types.
15975
15976 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15977
15978         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
15979         descriptive error message under windows.
15980         
15981 2004-03-17  Martin Baulig  <martin@ximian.com>
15982
15983         * class.c (dup_type): Added `const MonoType *original' argument;
15984         copy the attrs from the original type.
15985
15986 2004-03-17  Martin Baulig  <martin@ximian.com>
15987
15988         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
15989         `m->generic_inst_cache' here.
15990
15991 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15992
15993         * exception.h exception.c: Add stack_overflow_exception.
15994
15995 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15996
15997         * threadpool.c:
15998         (overlapped_callback): call SetEvent *after* invoking the callback.
15999         No need to call CloseHandle.
16000
16001 2004-03-16  Martin Baulig  <martin@ximian.com>
16002
16003         * reflection.c (mono_image_get_fieldref_token): Take a
16004         `MonoReflectionField *' instead of a `MonoClassField *' and a
16005         `MonoClass *'; store the `MonoReflectionField *' in the hash.
16006
16007 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16008
16009         * appdomain.c: don't add the culture to the filename we're looking for
16010         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
16011
16012 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16013
16014         * locales.c: don't ignore symbols when doing case insensitive compares.
16015         Thanks Dick! Fixes bug #54046.
16016
16017         * threads.c: surround 'threads' usage with enter/leave in
16018         mono_thread_manage.
16019
16020 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
16021
16022         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
16023         implicitly marshalled as [Out]. Fixes #55450.
16024
16025         (mono_marshal_get_runtime_invoke): Zero out the result if there is
16026         an exception.
16027
16028 2004-03-16  Martin Baulig  <martin@ximian.com>
16029
16030         * class.c (mono_class_from_generic_parameter): Use the actual
16031         parameter name. 
16032
16033 2004-03-16  Martin Baulig  <martin@ximian.com>
16034
16035         * reflection.c (type_get_signature_size): New static function.
16036         Compues the size of the type in a method signature.
16037         (method_get_signature_size): New static function; calls
16038         type_get_signature_size() to compute the actual size of the
16039         method's signature.
16040         (method_encode_signature): Use method_get_signature_size() to get
16041         the signature's size rather than using `nparams * 10'.
16042
16043 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16044
16045         * file-io.h: define here WapiOverlapped on windows. I don't want the
16046         regular OVERLAPPED one.
16047
16048         * file-io.c:
16049         * threadpool.c: somehow, BindIoCompletionCallback is not found.
16050         Disabling AIO on windows.
16051
16052 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16053
16054         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
16055         bug #55385.
16056
16057 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16058
16059         * appdomain.c: upgraded corlib version.
16060
16061         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
16062         and BeginWrite. Allow opening files for asynchrnous operations.
16063
16064         * file-io.h: new struct that maps FileStreamAsyncResult.
16065         * icall.c: added new icalls.
16066         * process.[ch]: support setting child process environment variables
16067         and use the SHELL or COMSPEC when UseShellExecute is true.
16068
16069         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
16070         callback for async. IO is here and also BindHandle.
16071
16072         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
16073         from here.
16074
16075 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
16076
16077         * reflection.c (create_custom_attr): Allow len == 0.
16078
16079         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
16080         computation on big-endian machines.
16081
16082 2004-03-13  Martin Baulig  <martin@ximian.com>
16083
16084         * class.h (MonoGenericInst): Added `int count_ifaces'.
16085
16086         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
16087         `ginst->count_ifaces' instead `klass->interface_count' since we
16088         may get called before the vtable is created.
16089
16090         * loader.c (mono_method_get_param_names): If we're a generic
16091         instance, return and don't initialize the class.
16092
16093         * reflection.c (mono_reflection_setup_generic_class): Don't call
16094         ensure_runtime_vtable().
16095         (mono_reflection_bind_generic_parameters): Set
16096         `ginst->count_ifaces'.
16097
16098 2004-03-11  Jackson Harper <jackson@ximian.com>
16099
16100         * icall.c:
16101         * unicode.c:
16102         * unicode.h: Remove unused System.Char icalls.
16103         
16104 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
16105
16106         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
16107         code when we P/Invoke the first library in Windows.Forms, instead
16108         of when we first open the assembly.
16109
16110         * assembly.c: Drop the lookup from here.
16111
16112 2004-03-10  Martin Baulig  <martin@ximian.com>
16113
16114         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
16115         class for properties, fields and events.  Finally fixes #54945.
16116
16117 2004-03-10  Martin Baulig  <martin@ximian.com>
16118
16119         * metadata.c (mono_metadata_class_equal): New static function;
16120         checks whether two generic instances or two generic parameters are
16121         equal.
16122         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
16123         compare classes.        
16124
16125 2004-03-10  Martin Baulig  <martin@ximian.com>
16126
16127         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
16128
16129         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
16130         argument and write it into the `reflection_info' field.
16131
16132         * icall.c
16133         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
16134         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
16135
16136 2004-03-09  Jackson Harper  <jackson@ximian.com>
16137
16138         * char-conversions.h: use 8 bits for numeric data its all we need
16139         * icall.c: numeric data is only 8 bits now.
16140
16141 2004-03-09  Martin Baulig  <martin@ximian.com>
16142
16143         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
16144
16145         * class.c (init_properties, init_events): Initialize the new
16146         `parent' field.
16147
16148         * reflection.c (typebuilder_setup_properties): Likewise.
16149         (typebuilder_setup_events): Likewise.
16150
16151         * reflection.h (MonoEventInfo): Replaced `parent with
16152         `declaring_type' and `reflected_type'.
16153
16154         * icall.c (ves_icall_get_property_info): Distinguish between
16155         declaring and reflected type.
16156         (ves_icall_get_event_info): Likewise.
16157
16158 2004-03-09  Martin Baulig  <martin@ximian.com>
16159
16160         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
16161         (ves_icall_Type_GetField): Correctly set field->klass.
16162
16163 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
16164
16165         * loader.h: Fix warning.
16166
16167 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
16168
16169         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
16170         library routine if present.  Notice that it will still continue
16171         executing even if its missing, for those working on the Gtk#
16172         edition of Windows.Forms.
16173
16174         * assembly.c (do_mono_assembly_open): If loading the
16175         System.Windows.Forms call mono_loader_wini_init.
16176
16177 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
16178
16179         * class.h: Added MonoRemoteClass struct.
16180         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
16181         function for MonoStrings.
16182         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
16183         Added internal call for getting the proxy type.
16184         * marshal.c: Get the type of transparent proxies from its remote_class.
16185         Added methods that generate the IL for type checks and casts:
16186         mono_marshal_get_isinst, mono_marshal_get_castclass, 
16187         mono_marshal_get_proxy_cancast.
16188         * marshal.h: Declaration of the previous new methods.
16189         * object.c: Added new moethods for creating and updating MonoRemoteClass
16190         instances: mono_remote_class, mono_upgrade_remote_class, 
16191         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
16192         * verify.c: FIx transparent_proxy_fields layout.
16193         * appdomain.c: Bump corlib version.
16194
16195 2004-03-04  Jackson Harper  <jackson@ximian.com>
16196
16197         * icall.c: Add icall to access char conversion tables.
16198         * char-conversions.h: Character conversion tables.
16199         * Makefile.am: Add char-conversions.h private header file.
16200         
16201 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
16202
16203         * appdomain.c (unload_thread_main): Increase unloading timeout to
16204         10 sec as a temporary workaround for Nant problems.
16205
16206 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
16207
16208         * gc.c: Add checks for GC_enable and GC_disable.
16209
16210         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
16211         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
16212         (bug #54988).
16213         
16214 2004-02-27  Martin Baulig  <martin@ximian.com>
16215
16216         * reflection.c (mono_reflection_bind_generic_parameters): Take a
16217         `MonoReflectionType *' instead of a `MonoType *'.
16218
16219 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
16220
16221         * gc.c (run_finalize): Avoid finalizing the object representing the
16222         finalizer thread.
16223         (finalizer_thread): Fix warning.
16224
16225 2004-02-25  Martin Baulig  <martin@ximian.com>
16226
16227         * class.c (_mono_class_get_instantiation_name): Added `int offset'
16228         argument for nested types.
16229         (mono_class_create_generic): Added support for nested generictypes.
16230
16231         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
16232         `GList *nested'.
16233
16234         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
16235
16236         * reflection.c (method_encode_signature): Increase the minimum
16237         value of `size' from 10 to 11.
16238         (mono_reflection_bind_generic_parameters): Take `int type_argc'
16239         and `MonoType **types' arguments instead of the `MonoArray
16240         *types'; added `MonoType *nested_in'.  Recursively instantiate
16241         nested classes. 
16242
16243 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
16244
16245         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
16246         stack_overflow_ex members which are used by exception handling.
16247
16248         * appdomain.c (mono_runtime_init): Initialize the new members.
16249
16250         * gc.c (mono_gc_enable): New helper function.
16251         * gc.c (mono_gc_disable): New helper function.
16252
16253 2004-02-23  Martin Baulig  <martin@ximian.com>
16254
16255         * icall.c: I must have been really stupid - make it actually work
16256         this time ;-)
16257
16258 2004-02-23  Martin Baulig  <martin@ximian.com>
16259
16260         * loader.c (method_from_memberref): Only inflate the method if
16261         it's in another klass.
16262
16263 2004-02-23  Martin Baulig  <martin@ximian.com>
16264
16265         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
16266         (mono_class_init): If we're a generic instance and an interface,
16267         compute `class->interface_id'; also create `class->interfaces'
16268         here and inflate them.
16269
16270         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
16271         `ginst->is_open'.
16272         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
16273
16274         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
16275
16276 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
16277
16278         * reflection.c (method_encode_code): Improved the error message
16279         generated by the exception.
16280
16281 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16282
16283         * icall.c: Martin did not do what he said in the ChangeLog for
16284         2004-02-18, but put back the changes for properties and events.
16285         Commenting those changes out again and adding comment to bug #54518.
16286         
16287         * process.c: removed warning.
16288
16289 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
16290
16291         * marshal.c (emit_struct_conv): Print an error message instead of
16292         asserting when a type does not have the StructLayout attribute.
16293
16294 2004-02-20  Martin Baulig  <martin@ximian.com>
16295
16296         * reflection.c (mono_type_get_object): Also use the cache for
16297         generic instances.
16298         (mono_reflection_bind_generic_parameters): Always compute
16299         `ginst->ifaces'.        
16300
16301 2004-02-20  Martin Baulig  <martin@ximian.com>
16302
16303         * class.h (MonoGenericMethod): Removed `klass'.
16304
16305         * class.c (mono_class_inflate_generic_method): Added `MonoClass
16306         *klass' argument.
16307
16308 2004-02-20  Martin Baulig  <martin@ximian.com>
16309
16310         * reflection.c (method_encode_methodspec): Actually use the
16311         uninflated signature for the memberref.
16312
16313 2004-02-20  Martin Baulig  <martin@ximian.com>
16314
16315         * class.h (MonoGenericMethod): Removed `declaring'.
16316
16317         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
16318         is NULL, compute it here.
16319
16320 2004-02-20  Martin Baulig  <martin@ximian.com>
16321
16322         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
16323
16324         * metadata.c (mono_metadata_generic_inst_hash): New method.
16325         (mono_metadata_generic_inst_equal): New method.
16326
16327         * reflection.c (mono_reflection_bind_generic_parameters): Use the
16328         `klass->image->generic_inst_cache' cache to avoid creating
16329         duplicate MonoGenericInst's.
16330
16331         * class.c (mono_class_inflate_generic_type): Use the cache.
16332
16333 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
16334
16335         * object.c: fixed gc descriptor calculation for embedded valuetypes.
16336
16337 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16338
16339         * icall.c: added Socket.WSAIoctl icall.
16340
16341         * socket-io.[ch]: implemented
16342         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
16343
16344 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
16345
16346         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
16347
16348 2004-02-18  Urs C Muff  <umuff@quark.com>
16349
16350         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
16351         this work on PPC and other big-endian architectures.
16352
16353         * debug-mono-symfile.h: Prepended the names of all the `guint32'
16354         fields with an underscore to make sure they're only accessed by
16355         the read32() macro.
16356
16357 2004-02-18  Martin Baulig  <martin@ximian.com>
16358
16359         * icall.c: Put the klass->refclass changes back for methods and
16360         fields, but not for properties and events.  We're currently not
16361         distinguishing between DeclaringType and ReflectedType for
16362         properties and events, that's what caused the regressions.
16363
16364 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16365
16366         * object.c:
16367         (mono_async_result_new): the handle can be NULL.
16368
16369         * threadpool.c: Use an event instead of a semaphore, don't initialize
16370         it until needed. This saves quite a few semaphores from being created
16371         when using the threadpool.
16372
16373 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
16374
16375         * object.c (mono_string_is_interned_lookup): Fix interning of long
16376         strings. Fixes #54473.
16377
16378         * domain.c (ldstr_equal): Optimize if the two strings are equal.
16379
16380         * icall.c: Revert the klass->refclass changes since they introduce
16381         regressions (bug #54518).
16382
16383 2004-02-18  Martin Baulig  <martin@ximian.com>
16384
16385         * class.c (mono_class_init): If we're a generic instance and don't
16386         come from a TypeBuilder, inflate our members here.
16387         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
16388         (mono_class_create_generic): New public method.
16389         (mono_class_initialize_generic): Removed.
16390         (get_instantiation_name): Renamed to
16391         _mono_class_get_instantiation_name() and made it public.
16392
16393 2004-02-18  Martin Baulig  <martin@ximian.com>
16394
16395         * class.c (mono_class_inflate_generic_type): Clear the new
16396         instance's `nginst->klass' when inflating a generic instance.
16397         (mono_class_is_subclass_of): Added (basic) support for generic
16398         instances.
16399
16400 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
16401
16402         * appdomain.h, domain.c: use a MonoCodeManager instead of a
16403         MonoMempool to hold compiled native code.
16404
16405 2004-02-17  Martin Baulig  <martin@ximian.com>
16406
16407         * class.h (MonoDynamicGenericInst): Added `count_properties' and
16408         `properties'.
16409
16410         * reflection.c (mono_reflection_generic_inst_initialize): Added
16411         `MonoArray *properties' argument.
16412
16413         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
16414
16415 2004-02-17  Martin Baulig  <martin@ximian.com>
16416
16417         * icall.c (ves_icall_Type_GetFields): Renamed to
16418         ves_icall_Type_GetFields_internal() and added a
16419         `MonoReflectionType *rtype' argument; pass it to
16420         mono_field_get_object() to set the field's "reflected" type.
16421         (ves_icall_Type_GetConstructors): Likewise.
16422         (ves_icall_Type_GetEvents): Likewise.
16423         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
16424         argument; pass it to mono_method_get_object() to set the method's
16425         "reflected" type.       
16426
16427 2004-02-17  Martin Baulig  <martin@ximian.com>
16428
16429         * class.h (MonoDynamicGenericInst): New type.
16430         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
16431
16432         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
16433         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
16434         (ves_icall_MonoGenericInst_GetFields): New interncall.
16435
16436         * class.c (mono_class_from_generic): Don't call
16437         mono_class_initialize_generic() if this is a dynamic instance;
16438         ie. it's being created from a TypeBuilder.
16439         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
16440         `class->byval_arg.type'.
16441
16442         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
16443         to `inflate_method' and made static.
16444         (mono_reflection_inflate_field): Removed.
16445         (mono_reflection_generic_inst_initialize): New public method.
16446
16447         * reflection.h (MonoReflectionGenericInst): Removed `methods',
16448         `ctors' and `fields'; added `initialized'.
16449
16450 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
16451
16452         * debug-helpers.c (mono_method_full_name): Fix output for empty
16453         namespaces.
16454
16455 2004-02-12  Martin Baulig  <martin@ximian.com>
16456
16457         * class.h (MonoClassField): Added `MonoType *generic_type'.
16458
16459         * reflection.c (mono_image_get_fieldref_token): Added support for
16460         instantiated generic types.
16461         (field_encode_inflated_field): Removed.
16462         (mono_image_get_inflated_field_token): Removed.
16463         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
16464
16465         * reflection.h (MonoReflectionInflatedField): Removed.
16466
16467 2004-02-12  Martin Baulig  <martin@ximian.com>
16468
16469         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
16470         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
16471
16472         * reflection.c (mono_image_get_methodspec_token): Take a
16473         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
16474         (mono_image_create_token): Check whether we have a
16475         `method->signature->gen_method' and call
16476         mono_image_get_methodspec_token() if appropriate.
16477         (inflated_method_get_object): Removed.
16478         (mono_reflection_bind_generic_method_parameters): Return a
16479         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
16480         (mono_reflection_inflate_method_or_ctor): Likewise.
16481
16482         * reflection.h (MonoReflectionInflatedMethod): Removed.
16483
16484 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
16485
16486         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
16487         for custom valuetype marshalling.
16488
16489         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
16490
16491 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16492
16493         * icall.c: fixed WSAGetLastError_internal name.
16494
16495 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
16496
16497         * threads.c (mono_thread_attach): Allow this to be called multiple
16498         times for a thread.
16499         
16500         * threads.c (build_wait_tids): Do not wait for ourselves.
16501
16502         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
16503         appdomain list is empty.
16504
16505         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
16506         memory returned by mono_string_builder_to_utf16, since it points into
16507         managed memory. Thanks to Bernie Solomon for noticing this.
16508
16509         * icall.c: Add AppDomainSetup icalls.
16510
16511         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
16512
16513         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
16514         types.
16515
16516         * reflection.c (reflection_methodbuilder_to_mono_method): Save
16517         custom attributes to the method_aux struct. Also fix array indexes etc.
16518
16519         * loader.c (mono_method_get_param_names): Make dynamic case work again.
16520         
16521 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
16522
16523         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
16524         (both static and runtime) and reduce startup time.
16525
16526 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
16527
16528         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
16529         AsAny marshalling conversion instead of crashing.
16530
16531         * marshal.c: Fix warnings.
16532
16533 2004-02-09  Martin Baulig  <martin@ximian.com>
16534
16535         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
16536
16537         * reflection.h (MonoReflectionInflatedMethod): Removed the
16538         `declaring' field, it's now in the unmanaged MonoGenericMethod.
16539
16540         * reflection.c (method_encode_methodspec): Removed the `method'
16541         argument; we get it from `gmethod->declaring'.
16542         (inflated_method_get_object): Removed the `declaring' argument.
16543
16544 2004-02-09  Martin Baulig  <martin@ximian.com>
16545
16546         * class.h (MonoGenericMethod): New type.
16547         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
16548         `generic_method'.
16549
16550         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
16551         a `MonoGenericMethod *gen_method' one.
16552
16553         * class.c (mono_class_inflate_generic_type): Take an additional
16554         `MonoGenericMethod * argument.  This is only non-NULL if we're
16555         inflating types for a generic method.   
16556         (mono_class_inflate_generic_signature): Renamed to
16557         inflate_generic_signature() and made static; take a
16558         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
16559         (inflate_generic_header): Take a `MonoGenericMethod *' argument
16560         instead of a `MonoGenericInst *' one.
16561         (mono_class_inflate_generic_method): Likewise.
16562
16563         * reflection.c (encode_generic_method_sig): Take a
16564         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
16565         (method_encode_methodspec): Likewise.
16566         (inflated_method_get_object): Likewise. 
16567
16568         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
16569         field with a `MonoGenericMethod *gmethod' one.  
16570
16571 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
16572
16573         * class.h (mono_class_has_parent): add parens to expansion
16574         so you can ! this.
16575
16576 2004-02-08  Martin Baulig  <martin@ximian.com>
16577
16578         * image.h (MonoImage): Removed `generics_cache'.
16579
16580         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
16581         instead of a `MonoType *' argument; removed the `inflate_methods'
16582         argument.  Don't inflate methods here.
16583
16584         * loader.c (find_method): If it's a generic instance, call
16585         mono_class_init() on the `sclass->generic_inst->generic_type'.
16586
16587         * metadata.c (mono_type_size): Make this work on uninitialized
16588         generic instances; call it on the `ginst->generic_type's class.
16589
16590         * reflection.c (mono_reflection_bind_generic_parameters): Call
16591         mono_class_from_generic() to create the `ginst->klass'.
16592
16593 2004-02-08  Martin Baulig  <martin@ximian.com>
16594
16595         * class.h (MonoClass): Changed type of `generic_inst' from
16596         `MonoType *' to `MonoGenericInst *'.
16597
16598 2004-02-08  Martin Baulig  <martin@ximian.com>
16599
16600         * icall.c (ves_icall_Type_BindGenericParameters): Just call
16601         mono_type_get_object(), this is now creating a `MonoGenericInst'
16602         for MONO_TYPE_GENERICINST.
16603         (ves_icall_MonoGenericInst_GetParentType): Likewise.
16604         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
16605
16606         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
16607         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
16608         (inflated_method_get_object): Added `MonoClass *refclass' argument.
16609         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
16610         and reflected type.
16611
16612         * reflection.h (MonoReflectionInflatedMethod): Removed
16613         `declaring_type' and `reflected_type'.
16614
16615 2004-02-08  Martin Baulig  <martin@ximian.com>
16616
16617         * class.h (MonoGenericInst): Added `MonoType *parent' and
16618         `MonoType **ifaces'.
16619
16620         * reflection.h (MonoReflectionGenericInst): Removed `klass',
16621         `parent' and `interfaces'.
16622
16623         * reflection.c (mono_reflection_bind_generic_parameters): Take a
16624         `MonoType *' argument and return a `MonoType *'.
16625
16626         * icall.c
16627         (ves_icall_MonoGenericInst_GetParentType): New interncall.
16628         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
16629
16630 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16631
16632         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
16633         valuetype marshalling.
16634
16635 2004-02-06  Martin Baulig  <martin@ximian.com>
16636
16637         * class.c
16638         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
16639         (my_mono_class_from_generic_parameter): Likewise.
16640
16641 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16642
16643         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
16644         contents of the symbol files lazily.
16645
16646         * object.h (MonoThread): Add 'name' and 'name_len' fields.
16647
16648         * threads.h threads.c icall.c: New icalls for getting and setting the
16649         threads name.
16650
16651 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
16652
16653         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
16654         Raise an exception when the domain is not found.
16655
16656 2004-02-03  Martin Baulig  <martin@ximian.com>
16657
16658         * reflection.c (mono_image_get_methodspec_token): Use the
16659         uninflated signature; fixes gen-33.
16660
16661 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
16662
16663         * gc.c threads.c: Make the finalizer thread a normal managed thread so
16664         the finalizer code can use thread functionality.
16665
16666         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
16667         the finalizer thread.
16668
16669         * threads.c: Make some functions more robust.
16670
16671         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
16672
16673         * metadata.h: Add new marshalling conventions.
16674
16675         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
16676         stringbuilder marshalling. Fixes #53700.
16677
16678         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
16679
16680         * reflection.c (mono_image_get_type_info): Save declarative security
16681         info.
16682
16683         * reflection.c (mono_image_get_field_info): Handle uninitialized 
16684         unmanaged fields as well.
16685
16686         * appdomain.c: Bump corlib version.
16687
16688 2004-02-01  Martin Baulig  <martin@ximian.com>
16689
16690         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
16691         method type arguments.  
16692
16693 2004-01-30  Duncan Mak  <duncan@ximian.com>
16694
16695         * marshal.h: Add prototype for
16696         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
16697         and
16698         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
16699         fix the build.
16700
16701 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
16702
16703         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
16704         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
16705
16706 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16707
16708         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16709         custom marshalling of valuetypes.
16710
16711         * marshal.c: Fix some warnings.
16712
16713 2004-01-29  Martin Baulig  <martin@ximian.com>
16714
16715         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
16716         for generic method parameters.
16717
16718         * reflection.c (method_encode_methodspec): Write the uninflated
16719         signature into the methodspec table.
16720         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
16721         is always the uninflated method.
16722         (reflection_methodbuilder_to_mono_method): Copy the generic
16723         parameters from the MethodBuilder into `header->gen_params'.
16724
16725 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16726
16727         * class.c (mono_class_from_generic_parameter): Fix warning.
16728
16729 2004-01-27  Martin Baulig  <martin@ximian.com>
16730
16731         * class.c (mono_class_from_generic_parameter): Don't create
16732         `klass->methods' here.  
16733
16734 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
16735
16736         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
16737         extension since it does not work with libraries named lib<FOO>.dll.so.
16738
16739 2004-01-25  Martin Baulig  <martin@ximian.com>
16740
16741         * class.c (mono_class_inflate_generic_type): Added support for
16742         MONO_TYPE_GENERICINST.
16743
16744         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
16745         inflate methods on open constructed types.      
16746
16747 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16748
16749         * object.c: fire ProcessExit event in the root AppDomain after running
16750         Main. Fixes bug #53299.
16751
16752 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
16753
16754         * socket-io.c: include the new socket-wrappers.h header.
16755         Use the wrappers instead of the unix socket functions to make the code
16756         more clear.
16757
16758 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
16759
16760         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
16761
16762         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16763         Fixes #22532.
16764
16765 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
16766
16767         * reflection.c (mono_image_create_pefile): Handle the case when the
16768         entry point is not a MethodBuilder.
16769
16770         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16771         field to ReflectionMethod since it is not allways a builder.
16772
16773         * reflection.c (type_get_fully_qualified_name): New helper function to
16774         return the fully qualified name of a type.
16775
16776         * reflection.c (encode_marshal_blob): Always emit the fully qualified
16777         type name for custom marshallers.
16778
16779         * reflection.c (mono_marshal_spec_from_builder): Ditto.
16780
16781         * class.c (mono_class_setup_vtable): If a parent class already 
16782         implements an interface, use the implementing methods from that class.
16783         Fixes #53148.
16784
16785 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16786
16787         * threadpool.c: just return instead of ExitThread to allow for thread
16788         clean up earlier.
16789
16790 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
16791
16792         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
16793         when closing resource modules.
16794
16795         * reflection.c (mono_image_create_pefile): Handle the case when the
16796         entry point is not a MethodBuilder.
16797
16798         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16799         field to ReflectionMethod since it is not allways a builder.
16800
16801 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
16802
16803         * marshal.c (mono_marshal_get_managed_wrapper): 
16804         mono_marshal_alloc takes native int so CONV_I
16805         the arg for 64bits.
16806
16807 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
16808
16809         * reflection.c (fixup_cattrs): New function to fixup the methoddef
16810         tokens in the cattr table. Fixes #53108.
16811
16812 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16813
16814         * loader.c: don't trim ".dll" before looking up in the config file.
16815         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
16816
16817 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
16818
16819         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
16820         Return the module which contains the resource as well.
16821         (ves_icall_System_Reflection_Module_Close): New icall.
16822
16823         * appdomain.c: Bump corlib version number.
16824
16825         * image.c (mono_image_addref): New public function.
16826
16827         * assembly.c: Call mono_image_addref.
16828
16829         * reflection.c (mono_module_get_object): Increase reference count of 
16830         the image.
16831
16832         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16833         Fixes #22532.
16834
16835         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
16836         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
16837         proper exceptions on DllImport problems.
16838
16839 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
16840
16841         * class.c, metadata.c: eliminate CSIZE macro.
16842
16843 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
16844
16845         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
16846         * object.h: Added async_callback field in MonoAsyncResult.
16847         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
16848         * verify.c: Added async_callback in MonoAsyncResult layout.
16849
16850 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
16851
16852         * reflection.c (mono_reflection_get_custom_attrs): Add support
16853         for Modules.
16854
16855 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16856
16857         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
16858         marshalling.
16859         (mono_marshal_method_from_wrapper): Add null pointer check.
16860
16861 2004-01-16  Martin Baulig  <martin@ximian.com>
16862
16863         * debug-mono-symfile.h: Set version number to 36 and reflect
16864         latest symbol writer changes.
16865
16866 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16867
16868         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
16869         multi-dimensional arrays.
16870         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
16871         (mono_class_from_mono_type): Use bounded_array_class_get.
16872         
16873         * class.c (mono_bounded_array_class_get): New function which takes
16874         a 'bounded' bool argument to distinguish vectors from one dimensional
16875         arrays.
16876
16877         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
16878         bounded_array_class_get if the array has bounds.
16879
16880         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
16881         Search modules loaded using AssemblyBuilder:AddModule as well.
16882
16883 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16884
16885         * appdomain.c: increased corlib version.
16886         * filewatcher.c: removed g_print.
16887         * icall.c:
16888         (get_property_info): only allocate what is actually requested.
16889         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
16890
16891 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16892
16893         * Makefile.am: added filewatcher.[ch]
16894         * filewatcher.[ch]: FileSystemWatcher runtime support.
16895         * icall.c: added new FSW icalls.
16896
16897 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
16898
16899         * string-icalls.c: fix stringbuilder regression as suggested by
16900         Iain McCoy <iain@mccoy.id.au>.
16901
16902 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
16903
16904         * process.c (process_read_stringtable_block): Recognize '007f' as
16905         a language neutral stringtable block.
16906
16907 2004-01-12  Patrik Torstensson
16908
16909         * object.h (MonoStringBuilder) : Changed layout to support our
16910         new stringbuilder class.
16911         * marshal.c: Change marshalling to support the new layout of 
16912         string builder.
16913         * appdomain.c: increased version number because new layout of
16914         string builder.
16915
16916 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
16917
16918         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
16919         assembly name as an string instead of an AssemblyName, since it is
16920         easier to extract info from it.
16921
16922         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
16923         the culture subdirectories too. Fixes #52231.
16924
16925 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16926
16927         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
16928         It takes 2 new parameters with an optional name for the method to look
16929         for and case ignoring info.
16930
16931         * threadpool.c: removed unused variable.
16932
16933 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16934
16935         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
16936         It takes 2 new parameters with an optional name for the property to look
16937         for and case ignoring info.
16938         Fixes bug #52753.
16939
16940 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
16941
16942         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
16943         Fix #52451.
16944
16945 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16946
16947         * appdomain.c:
16948         * assembly.c: escape the uri before passing it to g_filename_from_uri.
16949         Fixes bug #52630.
16950
16951 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
16952
16953         * reflection.c: Add support for more than one unmanaged resource.
16954
16955         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
16956         in field->def_value, as done in all other cases.
16957
16958         * reflection.c (mono_reflection_get_custom_attrs): Add support for
16959         TypeBuilders.
16960
16961         * reflection.c (mono_reflection_create_runtime_class): Remove 
16962         errorneous assignment to klass->element_class, since it is already
16963         done in mono_reflection_setup_internal_class.
16964
16965 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16966
16967         * gc.c: added missing LeaveCriticalSection.
16968         * icall.c: indented a couple of lines.
16969         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
16970         if we call EndInvoke inside a callback. Fixes bug #52601.
16971
16972 2004-01-07  Martin Baulig  <martin@ximian.com>
16973
16974         * mono-debug-debugger.h
16975         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
16976
16977 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
16978
16979         * appdomain.c: Use messages in NotImplementedException.
16980
16981         * exception.c (mono_get_exception_not_implemented): Now this takes
16982         a message argument.
16983
16984         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
16985         exception instead of g_asserting an aborting when something is not
16986         implemented.
16987
16988         Add some inline docs.
16989
16990 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
16991
16992         * reflection.h: Update after changes to object layout.
16993
16994         * reflection.c: Implement saving of unmanaged aka win32 resources.
16995
16996         * appdomain.c: Bump version number.
16997
16998         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
16999         Handle missing domains gracefully.
17000
17001 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
17002
17003         * file-io.c : On Windows, there are much more invalid_path_chars.
17004
17005 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
17006
17007         * class.h, object.c: prepare for GetType () speedup.
17008
17009 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
17010
17011         * profiler.c: workaround for --profile null reference exception on
17012           cygwin. Patch by Patrik Torstensson.
17013
17014 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
17015
17016         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
17017         make work for unaligned access.
17018
17019 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
17020
17021         * class.c: small cleanup (class->fields [i] -> field).
17022         * image.c: check address of metadata is valid.
17023
17024 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
17025
17026         * assembly.h assembly.c (mono_assembly_loaded): New public function to
17027         search the list of loaded assemblies.
17028
17029         * reflection.c (mono_reflection_type_from_name): Use 
17030         mono_assembly_loaded instead of mono_image_loaded.
17031
17032         * reflection.c: Fix warnings.
17033
17034 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
17035
17036         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
17037         is dynamic. This is needed since an assembly can contain both dynamic and
17038         non-dynamic images.
17039
17040         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
17041         assembly->dynamic.
17042
17043         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
17044
17045         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
17046         to store modules loaded using AddModule.
17047
17048         * reflection.c (mono_image_fill_file_table): Generalize this so it works
17049         on Modules.
17050
17051         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
17052
17053         * reflection.c (mono_image_fill_export_table_from_module): New function to
17054         fill out the EXPORTEDTYPES table from a module.
17055
17056         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
17057         into a separate function. Also handle loaded non-dynamic modules.
17058
17059         * reflection.c (mono_image_basic_init): Fix memory allocation.
17060
17061         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17062
17063         * assembly.c (mono_assembly_load_references): Make this public.
17064
17065 2003-12-19  Martin Baulig  <martin@ximian.com>
17066
17067         * class.c (mono_class_initialize_generic): Made this static, take
17068         a `MonoGenericInst *' instead of a `MonoClass *'.
17069         (mono_class_from_generic): Call mono_class_initialize_generic()
17070         unless we're already initialized or being called from
17071         do_mono_metadata_parse_generic_inst().
17072
17073         * class.h (MonoGenericInst): Added `initialized' and
17074         `init_pending' flags.
17075
17076         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
17077         `mono_class_init (gklass)' or mono_class_initialize_generic()
17078         here; set `generic_inst->init_pending' while parsing the
17079         `type_argv'.
17080
17081 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
17082
17083         * locales.c: include string.h for memxxx prototypes
17084
17085 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
17086
17087         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
17088         constructor when accessing literal fields.
17089
17090 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
17091
17092         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17093
17094         * reflection.c (assembly_add_resource_manifest): New function to fill
17095         the MANIFESTRESOURCE table.
17096
17097         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
17098
17099         * reflection.h: Update to changes in class layout.
17100
17101         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
17102         Reenable call to mono_runtime_is_shutting_down ().
17103
17104         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
17105         determine if the runtime is shutting down.
17106
17107 2003-12-16  Jackson Harper <jackson@ximian.com>
17108
17109         * icall.c: comment out call to mono_runtime_is_shutting_down to
17110         fix build.
17111         
17112 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
17113
17114         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
17115         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
17116
17117 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
17118
17119         * reflection.c: move definition of swap_with_size
17120         to before its first call
17121
17122 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
17123
17124         * appdomain.c (mono_runtime_is_shutting_down): New public function.
17125
17126         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
17127         icall.
17128
17129         * object.c: Fix warnings.
17130
17131         * icall.c (ves_icall_Type_Get...): Only consider inherited static
17132         members if FlattenHierarchy is set.
17133
17134         * reflection.c (mono_image_add_decl_security): New function to emit
17135         declarative security.
17136
17137         * reflection.h reflection.c: Add support for declarative security.
17138
17139         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
17140         
17141 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
17142
17143         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
17144         
17145         * appdomain.c verify.c: Moved corlib version checking into its own
17146         function in appdomain.c since it needs to create vtables etc.
17147
17148 2003-12-13  Patrik Torstensson <p@rxc.se>
17149
17150         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
17151         instead of unwrapped server.
17152
17153 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
17154
17155         * verify.c (check_corlib): Fix field index.
17156
17157 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
17158
17159         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
17160         GetGacPath icall.
17161
17162 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
17163
17164         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
17165         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
17166         cope with sizeof(size_t) != sizeof(guint32).
17167
17168 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17169
17170         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
17171         in case of failure.
17172
17173 2003-12-10  Mark Crichton <crichton@gimp.org>
17174
17175         * icall.c: removed the GetNonZeroBytes.  We now handle this case
17176         in managed code.
17177
17178         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
17179
17180 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
17181
17182         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
17183         marked as deleted.
17184
17185 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
17186
17187         * verify.c (check_corlib): Handle the case when the version field is 
17188         initialized by a static constructor.
17189
17190 2003-12-08  Patrik Torstensson  <p@rxc.se>
17191
17192     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
17193
17194 2003-12-08  Martin Baulig  <martin@ximian.com>
17195
17196         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
17197         a MonoReflectionGenericParameter, also take the parameter index
17198         and name as arguments.
17199         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
17200         (ves_icall_MonoGenericParam_initialize): New interncall.
17201         (ves_icall_Type_make_byref_type): New interncall.
17202
17203         * reflection.h (MonoReflectionGenericParam): Derive from
17204         MonoReflectionType, not just from MonoObject.  Added `refobj' and
17205         `index' fields.
17206
17207         * reflection.c (mono_reflection_define_generic_parameter): Create
17208         and return a new MonoReflectionGenericParam; don't initialize the
17209         constraints here.
17210         (mono_reflection_initialize_generic_parameter): New public method;
17211         initializes the constraints and creates the `param->pklass'.
17212
17213 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
17214
17215         * reflection.h reflection.c: Use the new fields 'num_types', 
17216         'num_fields' and 'num_methods' to track the number of types etc.
17217
17218         * verify.c (check_corlib): Check corlib version number.
17219
17220 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
17221
17222         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
17223         function works on all methods.
17224
17225 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
17226
17227         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
17228         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
17229         the custom_type_info flag of the transparent proxy.
17230         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
17231         objects that supports IRemotingTypeInfo.
17232         * object.h: Added custom_type_info field in transparent proxy.
17233
17234 2003-12-06  Martin Baulig  <martin@ximian.com>
17235
17236         * class.c (mono_class_create_from_generic): Removed.
17237         (mono_class_from_generic): Check `ginst->klass' before doing
17238         anything else.  This is important to fully support "recursive"
17239         generic types.
17240
17241         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
17242         empty `generic_inst->klass' before doing anything else.
17243
17244 2003-12-06  Dick Porter  <dick@ximian.com>
17245
17246         * verify.c: 
17247         * object.h:
17248         * icall.c:
17249         * locales.c: Use C structs to access class fields.  Don't do a
17250         conversion between MonoString and UChar because both are
17251         platform-endian UTF-16.  Compare now takes startindex and count
17252         parameters.  Add a char overload for IndexOf.  Speed up the
17253         invariant string IndexOf.
17254
17255 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
17256
17257         * Makefile.am (monosn_LDADD): Fix parallel build.
17258
17259 2003-12-04  Martin Baulig  <martin@ximian.com>
17260
17261         * icall.c
17262         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
17263         (ves_icall_Type_make_array_type): New interncall.       
17264
17265 2003-12-04  Martin Baulig  <martin@ximian.com>
17266
17267         * locales.c: also change it in the !HAVE_ICU case.
17268
17269 2003-12-04  Dick Porter  <dick@ximian.com>
17270
17271         * icall.c:
17272         * locales.c: construct_compareinfo is now in CompareInfo, not
17273         CultureInfo.
17274
17275 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
17276
17277         * image.c (mono_image_load_file_for_image): Cache loaded images in the
17278         image->files array.
17279
17280         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
17281         table as well.
17282
17283         * assembly.c (mono_assembly_load_references): Only load references
17284         once.
17285
17286         * class.c (mono_class_from_name): Avoid linear search of the 
17287         EXPORTEDTYPE table.
17288
17289         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
17290
17291 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
17292
17293         * image.h (MonoImage): Add 'field_cache' field.
17294
17295         * loader.c (mono_field_from_token): Cache field lookups.
17296         
17297         * reflection.c (mono_module_get_object): Fix name property.
17298
17299         * icall.c (ves_icall_get_enum_info): Update after changes to 
17300         mono_metadata_get_constant_index ().
17301
17302         * icall.c: Get rid of get_type_info icall, use a separate icall for
17303         each type property to avoid needless memory allocations. Fixes #51514.
17304
17305         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
17306         to avoid needless binary searches.
17307
17308         * class.c (class_compute_field_layout): Move the initialization of
17309         field->def_value to mono_class_vtable ().
17310
17311         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
17312         non-corlib types.
17313
17314         * object.c (mono_object_allocate): Make it inline.
17315
17316         * object.c (mono_object_allocate_spec): Make it inline.
17317         
17318 2003-12-02  Dick Porter  <dick@ximian.com>
17319
17320         * locales.c (create_NumberFormat): NumberFormatInfo construction.
17321         Patch by Mohammad DAMT (mdamt@cdl2000.com).
17322
17323 2003-12-01  Dick Porter  <dick@ximian.com>
17324
17325         * threads.c: Fix signature and call in CreateMutex and
17326         CreateEvent.
17327
17328 2003-12-01  Dick Porter  <dick@ximian.com>
17329
17330         * icall.c: 
17331         * locales.c: Implement string compares and searching
17332
17333         * object.h: Add extra Thread field
17334
17335 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
17336
17337         * reflection.c (fixup_method): Add support for MonoCMethod.
17338
17339 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
17340
17341         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
17342
17343         * reflection.c (assembly_name_to_aname): Allow extra characters in
17344         assembly names. Fixes #51468.
17345
17346 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
17347
17348         * exception.c (mono_exception_from_name_domain): New helper function.
17349
17350         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
17351         exception object in the correct domain.
17352
17353         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
17354         formatting + make a copy a the input data.
17355
17356         * loader.c (mono_get_method_from_token): Methods which contain
17357         native code do not have entries in the ImplMap.
17358
17359         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
17360         Thanks to Gonzalo for spotting this.
17361         
17362         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
17363         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
17364
17365         * assembly.h (mono_assembly_load_from): Split the second part of 
17366         assembly loading into a new public function.
17367
17368         * exception.h (mono_get_exception_bad_image_format): New function.
17369
17370 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
17371
17372         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17373         Enumerate all modules inside a dynamic assembly. Fixes #51293.
17374         
17375         * icall.c: Add new icall for creating dynamic methods.
17376
17377         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
17378
17379         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
17380
17381         * reflection.c (mono_reflection_create_dynamic_method): New icall to
17382         create a dynamic method.
17383
17384         * reflection.c (resolve_object): New helper function.
17385
17386         * reflection.c: Generalize ReflectionMethodBuilder and the functions
17387         which manipulate it so they can also work on dynamic methods.
17388
17389         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
17390         creating the MonoReflectionMethodAux structure if it is not needed.
17391         
17392         * reflection.h verify.c: Update after changes to object layout.
17393
17394         * reflection.c (method_builder_encode_signature): Fix compilation on
17395         gcc 2.95.x.
17396
17397 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
17398
17399         * appdomain.h: Added support for context static fields. Added static_data
17400           field to MonoAppContext and renamed thread_static_fields to a more
17401           generic special_static_fields in MonoAppDomain, since it can now contain
17402           context static fields.
17403         * domain.c: Updated hashtable name.
17404         * object.c: Replaced field_is_thread_static() for a more generic
17405           field_is_special_static() which also checks for context static attribute.
17406           In mono_class_vtable(), added support for static context fields.
17407         * threads.c: Changed methods that manage thread static fields to more
17408           generic methods so they can be reused both for thread and context static
17409           data.
17410         * threads.h: Declared some new methods.
17411
17412 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
17413
17414         * reflection.h: Update after changes to the managed types.
17415
17416         * reflection.c (encode_custom_modifiers): New helper function.
17417
17418         * reflection.c (method_encode_signature): Emit custom modifiers.
17419
17420         * reflection.c (field_encode_signature): Emit custom modifiers.
17421
17422 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
17423
17424         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
17425
17426         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
17427         implementation.
17428
17429         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
17430         icall.
17431
17432         * object.c (mono_field_get_value_object): New function.
17433
17434         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
17435         specific.
17436
17437 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
17438
17439         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
17440         return a preallocated out-of-memory exception instance.
17441
17442         * object.c (out_of_memory): Use the new function.
17443
17444         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
17445         flag is before the custom modifiers. Fixes #49802.
17446
17447 2003-11-16  Martin Baulig  <martin@ximian.com>
17448
17449         * class.c (mono_class_is_open_constructed_type): Implemented the
17450         MONO_TYPE_GENERICINST case.
17451
17452 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
17453
17454         * assembly.c (mono_assembly_fill_assembly_name): New function to
17455         fill out the MonoAssemblyName structure.
17456         (mono_assembly_open): Use the new function.
17457
17458         * icall.c (fill_reflection_assembly_name): New helper function.
17459
17460         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
17461         new function.
17462
17463         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
17464
17465 2003-11-15  Martin Baulig  <martin@ximian.com>
17466
17467         * class.c (mono_class_is_open_constructed_type): New public
17468         function; checks whether a type is an open constructed type,
17469         ie. whether it still contains type parameters.
17470         (mono_class_inflate_generic_type): If we're a type parameter and
17471         the inflated type is also a MONO_TYPE_(M)VAR, return the original
17472         type.
17473
17474         * class.h (MonoGenericInst): Added `guint32 is_open'.
17475
17476         * loader.c (method_from_methodspec): Check whether we're an open
17477         or closed constructed type and set `ginst->is_open'.
17478
17479         * reflection.c (mono_reflection_bind_generic_parameters): Check
17480         whether we're an open or closed constructed type and set
17481         `ginst->is_open'.
17482         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
17483         from open constructed types.
17484
17485 2003-11-15  Martin Baulig  <martin@ximian.com>
17486
17487         * reflection.c (mono_reflection_bind_generic_parameters): If we're
17488         a generic instance (instead of a generic type declaration) with
17489         unbound generic parameters, bind them to our actual types.
17490
17491 2003-11-14  Martin Baulig  <martin@ximian.com>
17492
17493         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
17494
17495         * reflection.c (mono_reflection_bind_generic_parameters): If we're
17496         an interface type, populate `res->interfaces' with instantiated
17497         versions of all the interfaces we inherit.
17498
17499 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
17500
17501         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
17502         when MONO_PATH is set but doesn't contain the install dir.
17503
17504 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17505
17506         * icall.c:
17507         (ves_icall_Type_GetInterfaces): don't return an interface twice when
17508         it's also implemented in base classes. Fixes bug #50927.
17509
17510 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
17511
17512         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
17513         if this method is called from a finalizer. Fixes #50913.
17514
17515 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
17516
17517         * threads.c: Implement VolatileRead/VolatileWrite
17518
17519         * icall.c: Add new icalls for VolatileRead/VolatileWrite
17520
17521 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17522
17523         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
17524         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
17525         2.95.3.
17526
17527         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
17528         from Peter Ross (pro@missioncriticalit.com).
17529         
17530 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
17531
17532         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
17533
17534 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17535
17536         * assembly.c (mono_assembly_load_references): Disable check because it
17537         triggers on older corlibs which lots of people have.
17538
17539 2003-11-12  Jackson Harper  <jackson@ximian.com>
17540
17541         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
17542         load corlib.dll if mscorlib.dll is not found.
17543         * assembly.h: Remove corlib name define.
17544         * class.c:
17545         * domain.c:
17546         * image.c: Change corlib name to mscorlib.
17547         
17548 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17549
17550         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
17551
17552 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
17553
17554         * appdomain.h: Added loader_optimization here to sync with the C#
17555         code, and add disallow_binding_redirects field.
17556
17557 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
17558
17559         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
17560
17561         * reflection.c (mono_image_build_metadata): Fix crash on modules
17562         with no types.
17563
17564         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
17565
17566         * icall.c (ves_icall_get_method_info): Return callingConvention as
17567         well.
17568
17569         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
17570         namespaces from the EXPORTEDTYPE table as well.
17571
17572         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
17573         from all modules inside the assembly.
17574         
17575 2003-11-11  Martin Baulig  <martin@ximian.com>
17576
17577         * reflection.c (mono_reflection_bind_generic_parameters): Make
17578         this work for interfaces.
17579
17580 2003-11-11  Martin Baulig  <martin@ximian.com>
17581
17582         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
17583
17584 2003-11-11  Martin Baulig  <martin@ximian.com>
17585
17586         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
17587         "MonoInflatedMethod" and "MonoInflatedCtor".
17588
17589 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
17590
17591         * reflection.c (resolution_scope_from_image): Use the assembly table
17592         from the manifest module, since other modules don't have it.
17593
17594         * debug-helpers.c (mono_type_full_name): New helper function.
17595
17596         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
17597
17598         * image.c (mono_image_load_file_for_image): New public function which
17599         is a replacement for the load_file_for_image in class.c.
17600
17601         * assembly.c (mono_assembly_load_module): A wrapper for the function
17602         above which does assembly association and reference loading too.
17603
17604         * class.c (mono_class_from_name): Call mono_assembly_load_module.
17605
17606 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17607
17608         * appdomain.c: not all of the attributes for the full assembly name
17609         are required and the order doesn't matter. Fixes bug #50787.
17610
17611 2003-11-10  Dick Porter  <dick@ximian.com>
17612
17613         * locales.c: Use platform-endian UTF16
17614
17615 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
17616
17617         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
17618         
17619 2003-11-10  Martin Baulig  <martin@ximian.com>
17620
17621         * metadata.c
17622         (mono_metadata_load_generic_params): Make this actually work.
17623
17624         * reflection.c (mono_reflection_bind_generic_parameters): If our
17625         parent is a generic instance, pass all the `types' to it, no
17626         matter whether it has the same number of type parameters or not.
17627
17628 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
17629
17630         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
17631
17632         * assembly.c (mono_assembly_load_references): Move the image<->assembly
17633         assignment code to this function so it gets called recursively for all
17634         modules.
17635
17636         * image.c (load_modules): Remove the assembly assignment since it is
17637         now done by mono_assembly_load_references.
17638         
17639         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17640         Add 'module' argument.
17641         (mono_module_get_types): New helper function.
17642         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
17643
17644 2003-11-08  Martin Baulig  <martin@ximian.com>
17645
17646         * class.c (mono_class_inflate_generic_method): Interface method
17647         don't have a header.
17648
17649         * reflection.c (mono_image_get_methodspec_token): Take an
17650         additional `MonoGenericInst *' argument instead of reading it from
17651         the header; this is necessary to support interfaces.
17652         (mono_image_create_token): Pass the `MonoGenericInst *' from the
17653         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
17654         (inflated_method_get_object): Take an additional `MonoGenericInst *'
17655         argument.
17656
17657         * reflection.h (MonoReflectionInflatedMethod): Added
17658         `MonoGenericInst *ginst'.
17659
17660 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
17661
17662         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
17663
17664 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
17665
17666         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
17667
17668 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
17669
17670         * reflection.c 
17671         (reflection_methodbuilder_from_method_builder):
17672         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
17673         initialize a ReflectionMethodBuilder structure.
17674         (mono_image_get_methodbuilder_token):
17675         (mono_image_get_ctorbuilder_token): New functions to emit memberref
17676         tokens which point to types in another module inside the same assembly.
17677
17678         * reflection.c: Use the new helper functions.
17679         
17680         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
17681
17682         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
17683         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
17684
17685         * reflection.c (resolution_scope_from_image): Emit a moduleref if
17686         neccesary.
17687
17688         * reflection.c (mono_image_build_metadata): Emit metadata only for the
17689         current module. Emit the manifest only for the main module.
17690
17691         * reflection.c (mono_image_create_token): Add assertion when a 
17692         memberref needs to be created.
17693
17694         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
17695
17696         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
17697         larger buffer for the custom attribute blob. Fixes #50637.
17698         
17699 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17700
17701         * threadpool.c: notify listener on async processing handles after
17702         invoking the async callback. Thanks to Zoltan.
17703
17704 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17705
17706         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
17707         avoid code duplication.
17708
17709         * reflection.h (MonoDynamicImage): New type which is currently unused,
17710         but will be used through the ref.emit code in place of 
17711         MonoDynamicAssembly.
17712
17713         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17714         object layout.
17715
17716         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
17717         a MonoDynamicImage instead of just a MonoImage.
17718         
17719         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
17720         icalls to ModuleBuilder but keep their semantics, so they will work
17721         with moduleb->assemblyb. This will change later.
17722         
17723 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17724
17725         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17726         object layout.
17727
17728         * reflection.c (mono_image_build_metadata): Avoid creation of a default
17729         main module, since it is now done by the managed code.
17730
17731 2003-11-03  Martin Baulig  <martin@ximian.com>
17732
17733         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
17734         `ginst->klass' here.
17735         (method_encode_methodspec): Don't use the `ginst->generic_method's
17736         klass if it's a generic instance, use `ginst->klass' in this case.
17737
17738 2003-11-03  Martin Baulig  <martin@ximian.com>
17739
17740         * reflection.c (mono_image_get_generic_method_param_info):
17741         Removed, use mono_image_get_generic_param_info() instead.
17742         (mono_image_get_type_info): Write the GenericParam table before
17743         the Method table.  This is neccessary because in the GenericParam
17744         table, type parameters of the class (ie. '!0' etc.) must come
17745         before the ones from its generic methods (ie. '!!0' etc).
17746
17747 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17748
17749         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
17750
17751 2003-11-02  Martin Baulig  <martin@ximian.com>
17752
17753         * reflection.c (create_generic_typespec): Take a
17754         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
17755         the generic parameters from it.
17756
17757 2003-11-02  Martin Baulig  <martin@ximian.com>
17758
17759         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
17760         instead of a `MonoClassField *' since we just need the type.
17761         (create_generic_typespec): New static function.  Creates a
17762         TypeSpec token for a generic type declaration.
17763         (mono_image_get_generic_field_token): New static function.
17764         (mono_image_create_token): If we're a FieldBuilder in a generic
17765         type declaration, call mono_image_get_generic_field_token() to get
17766         the token.
17767
17768 2003-11-02  Martin Baulig  <martin@ximian.com>
17769
17770         * reflection.h
17771         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
17772         `MonoReflectionGenericInst *declaring_type' and
17773         `MonoReflectionGenericInst *reflected_type' fields.
17774
17775         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
17776         `MonoReflectionGenericInst *declaring_type' and a
17777         `MonoReflectionGenericInst *reflected_type' argument instead of a
17778         single `MonoReflectionGenericInst *type' one.  Set
17779         `res->declaring_type' and `res->reflected_type' from them.
17780         (mono_reflection_inflate_field): Likewise.      
17781
17782 2003-11-02  Martin Baulig  <martin@ximian.com>
17783
17784         * class.c (mono_class_setup_vtable): Don't store generic methods
17785         in the vtable.  
17786
17787 2003-11-02  Martin Baulig  <martin@ximian.com>
17788
17789         * reflection.h (MonoReflectionGenericInst): Added
17790         `MonoReflectionType *declaring_type'.
17791
17792         * reflection.c (mono_reflection_bind_generic_parameters): Use
17793         `if (tb->parent)' instead of `klass->parent'.
17794
17795 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
17796
17797         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
17798         with an empty ASSEMBLY table.
17799
17800         * reflection.c (mono_image_build_metadata): Avoid using the same loop
17801         variable in the inner and outer loops.
17802
17803 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
17804
17805         * metadata.h (mono_metadata_make_token): Put parentheses around macro
17806         argument.
17807
17808         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
17809         
17810         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
17811         icalls. Instead, do everything in managed code. This is needed since
17812         it is hard to restore the original domain etc. in unmanaged code in the
17813         presence of undeniable exceptions.
17814
17815         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
17816         New icalls to push and pop appdomain refs.
17817
17818 2003-10-31  Martin Baulig  <martin@ximian.com>
17819
17820         * class.c (inflate_generic_type): Renamed to
17821         mono_class_inflate_generic_type() and made it public.
17822
17823         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
17824         New interncall.
17825
17826         * loader.c (mono_field_from_memberref): Also set the retklass for
17827         typespecs.
17828
17829         * fielder.c (mono_image_get_inflated_field_token): New static
17830         method; creates a metadata token for an inflated field.
17831         (mono_image_create_token, fixup_method): Added support for
17832         "MonoInflatedField".
17833         (fieldbuilder_to_mono_class_field): New static function.
17834         (mono_reflection_inflate_field): New public function.
17835
17836         * reflection.h
17837         (MonoReflectionGenericInst): Added `MonoArray *fields'.
17838         (MonoReflectionInflatedField): New typedef.     
17839
17840 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
17841
17842         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
17843         for Solaris and other platforms without s6_addr16
17844
17845 2003-10-30  Martin Baulig  <martin@ximian.com>
17846
17847         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
17848         argument instead of two.
17849         (mono_class_inflate_generic_signature): Likewise.
17850         (inflate_generic_header): Likewise.
17851         (mono_class_inflate_generic_method): Likewise.  In addition, if
17852         `ginst->klass' is set, it becomes the new `method->klass'.
17853
17854         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
17855         field.
17856
17857         * reflection.c (encode_generic_method_sig): Write a 0xa as the
17858         first byte. [FIXME]
17859         (method_encode_methodspec): If we have generic parameters, create
17860         a MethodSpec instead of a MethodRef.
17861         (fixup_method): Added support for "MonoInflatedMethod" and
17862         "MonoInflatedCtor".
17863         (mono_image_create_token): Added support for "MonoInflatedMethod"
17864         and "MonoInflatedCtor".
17865         (inflated_method_get_object): New static function; returns a
17866         managed "System.Reflection.MonoInflatedMethod" object.
17867         (mono_reflection_bind_generic_method_parameters): Return a
17868         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
17869         (mono_reflection_inflate_method_or_ctor): Likewise.
17870         (mono_image_get_generic_method_param_info): Initialize unused
17871         fields to zero.
17872         (mono_image_get_generic_param_info): Likewise.
17873
17874         * reflection.h (MonoReflectionInflatedMethod): New public
17875         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
17876         "S.R.MonoInflatedCtor" classes.
17877
17878         * loader.c (method_from_memberref): If we're a TypeSpec and it
17879         resolves to a generic instance, inflate the method.
17880
17881 2003-10-28  Dick Porter  <dick@ximian.com>
17882
17883         * object.c (mono_runtime_run_main): Convert command-line arguments
17884         into utf8, falling back to the user's locale encoding to do so.
17885
17886 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
17887
17888         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
17889         at this time.
17890
17891         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
17892
17893         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
17894         up icalls at method definition time. Partially fixes #33569.
17895
17896 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
17897
17898         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
17899         marshalling of arrays. Fixes #50116.
17900
17901         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
17902
17903         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
17904         points to a vtable in the dying appdomain.
17905
17906         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
17907         listeners into unmanaged code inside the lock.
17908
17909         * object.c (mono_class_vtable): Turn off typed allocation in non-root
17910         domains and add some comments.
17911
17912 2003-10-25  Martin Baulig  <martin@ximian.com>
17913
17914         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
17915
17916         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
17917
17918         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
17919         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
17920         currently parsing.  Create the generic class and store it in
17921         `generic_inst->klass' before parsing the type arguments.  This is
17922         required to support "recursive" definitions; see mcs/tests/gen-23.cs
17923         for an example.
17924         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
17925         to support recursive typespec entries.
17926
17927         * class.c (mono_class_setup_parent): If our parent is a generic
17928         instance, we may get called before it has its name set.
17929         (mono_class_from_generic): Splitted into
17930         mono_class_create_from_generic() and mono_class_initialize_generic().
17931
17932 2003-10-25  Martin Baulig  <martin@ximian.com>
17933
17934         * icall.c (ves_icall_Type_BindGenericParameters): Return a
17935         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
17936         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
17937         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
17938
17939         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
17940         (create_typespec): Likewise.
17941         (mono_reflection_bind_generic_parameters): Return a
17942         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
17943         (mono_reflection_inflate_method_or_ctor): New public function.
17944
17945         * reflection.h (MonoReflectionGenericInst): New typedef.        
17946
17947 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
17948
17949         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
17950         inside the domain lock. Fixes #49993.
17951         
17952         * object.c (mono_class_vtable): When typed allocation is used, 
17953         allocate vtables in the GC heap instead of in the mempool, since the
17954         vtables contain GC descriptors which are used by the collector even
17955         after the domain owning the mempool is unloaded.
17956
17957         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
17958
17959         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
17960         reflect what it does. Also invalidate mempools instead of freeing
17961         them if a define is set.
17962
17963         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
17964         of the appdomain.
17965         
17966         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
17967         hold the finalizable objects in this domain.
17968
17969         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
17970         appdomain.
17971
17972         * appdomain.c (mono_domain_set): New function to set the current
17973         appdomain, but only if it is not being unloaded.
17974
17975         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
17976         appdomain which is being unloaded.
17977         
17978         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
17979         unloading of the root appdomain.
17980
17981         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
17982         icall to execute a method in another appdomain. Intended as a 
17983         replacement for InternalSetDomain, which can confuse the code 
17984         generation in the JIT.
17985
17986         * appdomain.c (mono_domain_is_unloading): New function to determine
17987         whenever an appdomain is unloading.
17988
17989         * appdomain.c (mono_domain_unload): New function to correctly unload
17990         an appdomain.
17991
17992         * assembly.c (mono_assembly_load_references): Check that an assembly
17993         does not references itself.
17994
17995         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
17996         domain manually, it asks the finalizer thread to do it, then waits for
17997         the result. Also added a timeout.
17998
17999         * icall.c: Register the new icalls.
18000
18001         * threads.h threads.c: Export the mono_gc_stop_world and 
18002         mono_gc_start_world functions.
18003         
18004         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
18005         function to fill out the mempool with 0x2a.
18006
18007 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
18008
18009         * reflection.h (MonoReflectionMethodAux): New structure to store
18010         information which is rarely used, thus is not in the MonoMethod
18011         structure.
18012
18013         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
18014         store the aux info.
18015
18016         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
18017         and marshalling info into the aux structure.
18018
18019         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
18020         from the aux structure.
18021
18022         * loader.c (mono_method_get_param_names): Retrieve the param names from
18023         the aux structure.
18024         
18025 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
18026
18027         * exception.h exception.c: Add AppDomainUnloadedException && fix 
18028         warning.
18029
18030 2003-10-21  Dick Porter  <dick@ximian.com>
18031
18032         * socket-io.c
18033         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
18034         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
18035
18036 2003-10-21  Martin Baulig  <martin@ximian.com>
18037
18038         * reflection.c (mono_reflection_bind_generic_parameters):
18039         `klass->parent' is NULL for interfaces.
18040
18041 2003-10-21  Martin Baulig  <martin@ximian.com>
18042
18043         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
18044
18045 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
18046
18047         * exception.c (mono_exception_from_name_msg): New helper function for
18048         creating exceptions and initializing their message field.
18049
18050         * exception.c: Simplify functions using the new helper.
18051
18052         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
18053         New function.
18054
18055         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
18056         mono_raise_exception, since otherwise gcc doesn't generate the function
18057         epilog for raise_exception, confusing the stack unwinding in the JIT.
18058         Fixes #45043.
18059
18060         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
18061         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
18062         Fixes #49499.
18063
18064 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18065
18066         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
18067         utf8.
18068
18069 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
18070
18071         * icall.c: Removed GetUninitializedObject method because
18072           AllocateUninitializedClassInstance does the same.
18073
18074 2003-10-18  Martin Baulig  <martin@ximian.com>
18075
18076         * class.c (inflate_generic_signature): Renamed to
18077         mono_class_inflate_generic_signature() and made it public.
18078         (my_mono_class_from_generic_parameter): New static function; if we
18079         don't already have the generic parameter's MonoClass, create a
18080         very simple one which is just used internally in the runtime and
18081         not passed back to managed code.
18082
18083         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
18084
18085         * metadata.h (MonoMethodSignature): Moved the
18086         `MonoGenericParam *gen_params' to the MonoMethodHeader.
18087         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
18088
18089         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
18090         ves_icall_MonoMethod_GetGenericArguments(); this is now an
18091         interncall on the MonoMethod class, not on MethodInfo.
18092         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
18093         calling mono_reflection_bind_generic_method_parameters() directly.
18094
18095         * loader.c (mono_method_get_signature): If this is a MethodSpec;
18096         return the already computed `method->signature'.
18097         (method_from_methodspec): New static function to load a method
18098         from a MethodSpec entry.
18099         (mono_get_method_from_token): Call the new method_from_methodspec()
18100         for MethodSpec tokens.  
18101         (mono_get_method_from_token): If we're a generic method, load the
18102         type parameters.
18103
18104         * reflection.c (mono_image_get_memberref_token): Allow
18105         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
18106         table.
18107         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
18108         (mono_image_create_token): First check whether it's a generic
18109         method (so we'd need to create a MethodSpec), then do the other
18110         two alternatives.
18111         (mono_reflection_bind_generic_method_parameters): Return a
18112         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
18113         called directly from the interncall.
18114
18115 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
18116
18117         * reflection.c (load_public_key): Move loading of the public key
18118         into managed code.
18119
18120         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
18121
18122         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
18123         fields.
18124
18125         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
18126         culture, hash_alg and public_key. Fixes #49555.
18127
18128 2003-10-17  Martin Baulig  <martin@ximian.com>
18129
18130         * class.h (MonoGenericInst): Moved this declaration here and added
18131         `MonoMethod *generic_method'.
18132
18133         * icall.c
18134         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
18135         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
18136
18137         * metadata.c (mono_metadata_type_equal): Two types of
18138         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
18139         index; ie. don't compare the address of the `MonoGenericParam'
18140         structure.
18141         (mono_metadata_load_generic_params): Removed the `MonoMethod
18142         *method' argument.
18143
18144         * metadata.h (MonoGenericInst): Moved declaration to class.h.
18145         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
18146
18147         * reflection.c (method_encode_signature): Encode the number of
18148         generic parameters.
18149         (encode_generic_method_sig): New static function.
18150         (method_encode_methodspec): New static function; creates an entry
18151         in the MethodSpec table for a generic method.
18152         (mono_image_get_methodspec_token): New static function.
18153         (mono_image_create_token): Call mono_image_get_methodspec_token()
18154         for generic methods.
18155         (mono_reflection_bind_generic_method_parameters): New public
18156         function.  Instantiates a generic method.
18157
18158 2003-10-16  Martin Baulig  <martin@ximian.com>
18159
18160         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
18161         *gen_params' here from MonoMethodHeader.
18162
18163         * metadata.c (mono_metadata_parse_method_signature): If we have
18164         generic parameters, initialize `method->gen_params' and then set
18165         the correct `type->data.generic_param' in all the parameters.
18166
18167 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
18168
18169         * threads.c (mono_threads_get_default_stacksize): New function to 
18170         return the default stacksize.
18171
18172         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
18173         termination of the finalizer thread, since the previous method had
18174         race conditions. Fixes #49628.
18175
18176         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
18177         as for the other managed threads.
18178
18179 2003-10-16  Martin Baulig  <martin@ximian.com>
18180
18181         * class.c (inflate_generic_signature): Copy `generic_param_count'
18182         and `gen_params'.
18183
18184         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
18185         New interncall.
18186
18187         * metadata.c (mono_metadata_parse_method_signature): Actually set
18188         the `method->generic_param_count' here.
18189         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
18190
18191 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
18192
18193         * object.h: Add a new field to TypedRef to simplify the implementation
18194         of the REFANY opcodes in the JIT.
18195
18196         * icall.c: Make use of the new field.
18197
18198         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
18199         dynamically.
18200
18201 2003-10-15  Martin Baulig  <martin@ximian.com>
18202
18203         * class.c (mono_class_from_gen_param): Renamed to
18204         mono_class_from_generic_parameter() and moved most of the
18205         functionality from mono_reflection_define_generic_parameter()
18206         here; ie. we create a "real" class here.
18207         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
18208         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
18209         previously been called.
18210
18211         * class.h (MonoGenericParam): Moved the declaration of this struct
18212         here from metadata.h and added `MonoMethod *method'.
18213
18214         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
18215         interncall.
18216
18217         * loader.c (mono_get_method_from_token): If we have any generic
18218         parameters, call mono_metadata_load_generic_params() to read them
18219         from the MONO_TABLE_GENERICPAR.
18220
18221         * metadata.c (mono_metadata_load_generic_params): Added
18222         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
18223
18224         * metadata.h (MonoMethodSignature): Replaced
18225         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
18226         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
18227
18228         * reflection.c (mono_reflection_define_generic_parameter): Moved
18229         most of the functionality into the new
18230         mono_class_from_generic_parameter(); set the `method' field if
18231         we're a method parameter.       
18232
18233 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
18234
18235         * marshal.c (emit_struct_conv): if native size is 0
18236         emit no code.
18237
18238 2003-10-14  Martin Baulig  <martin@ximian.com>
18239
18240         * icall.c: The generics API has changed in the spec since it was
18241         added to System.Type; these modifications make it match the spec
18242         again.
18243         (ves_icall_Type_GetGenericParameters): Renamed to
18244         `ves_icall_Type_GetGenericArguments'.
18245         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
18246         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
18247         `ves_icall_MonoType_get_HasGenericArguments'.
18248         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
18249         `ves_icall_MonoType_get_IsGenericParameter'.
18250         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
18251         this is no interncall anymore.
18252         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
18253         `ves_icall_TypeBuilder_get_IsGenericParameter'.
18254
18255 2003-10-14  Martin Baulig  <martin@ximian.com>
18256
18257         * reflection.c (mono_reflection_bind_generic_parameters): Also
18258         inflate generic methods if we're reading the class from IL.
18259
18260 2003-10-13  Martin Baulig  <martin@ximian.com>
18261
18262         * reflection.c (mono_reflection_define_generic_parameter): This
18263         method isn't called directly from the icall anymore; take a
18264         `MonoReflectionAssemblyBuilder *' so we can use this for type and
18265         method generic parameters.
18266         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
18267         (method_builder_encode_signature): Encode generic parameters.
18268         (mono_image_get_method_info): Write generic params to the
18269         MONO_TABLE_GENERICPARAM table.
18270
18271         * reflection.h (MonoReflectionMethodBuilder): Added
18272         `MonoArray *generic_params'.
18273
18274         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
18275
18276         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
18277         wrapper for mono_reflection_define_generic_parameter().
18278         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
18279
18280 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
18281
18282         * marshal.h: Add missing function to fix build.
18283
18284         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
18285         the SetLastError pinvoke attribute.
18286
18287         * marshal.c (mono_marshal_set_last_error): New helper function called
18288         by the generated code.
18289         
18290         * marshal.c (mono_mb_emit_branch): New helper function.
18291
18292         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
18293
18294         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
18295         classes as parameters and return values of delegates. Fixes #29256. 
18296
18297 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
18298
18299         * locales.c: use gint32 in non HAVE_ICU case
18300
18301 2003-10-11  Martin Baulig  <martin@ximian.com>
18302
18303         * mono-debug.c (mono_debug_add_method): Added a workaround for
18304         bug #48591.
18305
18306 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
18307
18308         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
18309         delegates passed to native code must use the STDCALL calling 
18310         convention. Fixes #35987.
18311
18312 2003-10-10  Martin Baulig  <martin@ximian.com>
18313
18314         * class.c (inflate_generic_type): If we're inflating for a generic
18315         type instance (and not for a generic method), return
18316         MONO_TYPE_MVAR unchanged.
18317
18318 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18319
18320         * string-icalls.c: Join ignores null strings in the source array.
18321         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
18322         * threads.c: GetAvailableTheads is slightly more accurate.
18323
18324 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
18325
18326         * threads.h threads.c : add mono_threads_set_default_stacksize
18327         and pass default to CreateThread calls.
18328
18329 2003-10-09  Dick Porter  <dick@ximian.com>
18330
18331         * icall.c:
18332         * locales.h:
18333         * locales.c: Internal calls for constructing CultureInfo and
18334         related objects from libicu (if its available.)
18335
18336 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
18337
18338         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
18339
18340 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18341
18342         * threadpool.c: added an argument to async_invoke_thread that is the
18343         item to process, pass the MonoAsyncResult to the thread start function
18344         when creating a new thread. This way we don't need to acquire any lock
18345         when we're creating a new thread. Readded a semaphore for faster
18346         response times (instead of that Sleep i added).
18347
18348 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
18349
18350         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
18351         get daylight change dates better on Windows, fix handling
18352         of platforms without tm_gmtoff.
18353
18354 2003-10-06  Martin Baulig  <martin@ximian.com>
18355
18356         * class.c (inflate_generic_method): Renamed to
18357         mono_class_inflate_generic_method() and made public.
18358         (mono_class_init): Don't inflate the generic methods here.
18359         (mono_class_from_generic): Added `gboolean inflate_methods'
18360         argument.  Inflate the methods here.
18361
18362         * loader.c (mono_method_get_param_names): Ignore instances of
18363         generic types for the moment.
18364
18365         * reflection.c (fixup_method): Added support for inflated methods.
18366         (mono_image_create_token): Use mono_image_get_methodref_token()
18367         for inflated methods.
18368         (mono_custom_attrs_from_param): Ignore instances of generic types
18369         for the moment.
18370         (mono_reflection_bind_generic_parameters): New public function.
18371         Moved all the functionality from
18372         ves_icall_Type_BindGenericParameters() here and added support for
18373         dynamic types.
18374         (mono_reflection_define_generic_parameter): Initialize
18375         `klass->methods' here.
18376
18377         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
18378         functionality into mono_reflection_define_generic_parameter().
18379         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
18380         TypeBuilder, return that TypeBuilder.
18381
18382 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18383
18384         * appdomain.c: removed mono_delegate_semaphore.
18385
18386         * threadpool.c:
18387         (mono_thread_pool_add): moved hash table creation inside and the thread 
18388         creation outside of the critical region.
18389         (mono_thread_pool_finish): removed obsolete code.
18390         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
18391         continue or exit the thread depending on the queue.
18392
18393 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
18394
18395         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
18396         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
18397         handle more bool marshalling options
18398
18399 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
18400
18401         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
18402         arrays of structs. Also add a more descriptive error message when
18403         a structure member is marshalled as LPArray.
18404
18405 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
18406
18407         * marshal.c (mono_marshal_get_native_wrapper): Add support for
18408         marshalling arrays of complex types. Fixes #29098. Also remove an
18409         usused and incomplete function.
18410
18411 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
18412
18413         * gc.c: report heap_size - free_bytes as total memory allocated
18414         (bug#49362).
18415
18416 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
18417
18418         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
18419         fix timezone handling problems on Windows.
18420         
18421         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
18422         asserts when the year is outside the range handled by ms the functions.
18423
18424         * class.c (setup_interface_offsets): If the class is an interface,
18425         fill out its interface_offsets slot.
18426
18427 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18428
18429         * threadpool.c: mark threadpool threads as background.
18430
18431 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
18432
18433         * decimal.c - define DECINLINE to nothing if not using GCC
18434
18435 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
18436
18437         * assembly.c: More refcount fixes.
18438
18439 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18440
18441         * string-icalls.c: if we're not trimming, return the same string.
18442         When not splitting, don't create a new string.
18443
18444 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18445
18446         * image.c:
18447         (mono_image_open): increment the ref_count inside the critical section.
18448
18449 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
18450
18451         * image.c (mono_image_open): Fix reference counting bug.
18452
18453 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
18454
18455         * marshal.c (mono_marshal_type_size) struct alignment changed for 
18456         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
18457         64bits. Avoid leak in mono_marshal_get_native_wrapper when
18458         mono_lookup_pinvoke_call throws.        
18459
18460 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
18461
18462         * reflection.c (mono_reflection_parse_type): Fix #49114.
18463
18464         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
18465         temporary workaround for cygwin header problem.
18466
18467         * object.c (mono_object_isinst): Synchronize this with the code
18468         generated by the JIT for casts.
18469
18470 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
18471
18472         * reflection.c (encode_type): Fix #38332.
18473
18474 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
18475
18476         * marshal.c (mono_marshal_method_from_wrapper): New function to return
18477         the original method from the wrapper method.
18478
18479 2003-09-25  Martin Baulig  <martin@ximian.com>
18480
18481         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
18482         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
18483         (ves_icall_Type_get_IsGenericInstance): New interncall.
18484
18485 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
18486
18487         * object.c: fix cast warning in big endian code.
18488
18489 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
18490
18491         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
18492         
18493 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18494
18495         * assembly.c: don't call check_env from mono_assembly_load. It's
18496         already done once in mono_assemblies_init and may cause headaches when
18497         multiple threads are loading assemblies.
18498
18499 2003-09-19  Martin Baulig  <martin@ximian.com>
18500
18501         * reflection.c (mono_reflection_define_generic_parameter): Don't
18502         allocate `klass->methods', set `klass->flags' to
18503         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
18504
18505 2003-09-18  Martin Baulig  <martin@ximian.com>
18506
18507         * class.c (mono_class_init): Don't create `class->methods' if it's
18508         already initialized.
18509
18510         * metadata.c (mono_metadata_load_generic_params): Make this
18511         actually work.
18512
18513         * reflection.c (mono_reflection_define_generic_parameter): Set
18514         parent class and interfaces from the constraints.
18515
18516         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
18517         to keep this struct in sync with the declaration in TypeBuilder.cs.
18518
18519 2003-09-17  Martin Baulig  <martin@ximian.com>
18520
18521         * metadata.h (MonoType): Replaced the data's `int type_param'
18522         field with `MonoGenericParam *generic_param'.
18523         (MonoGenericParam): Added `MonoClass *klass'.
18524
18525         * class.c (mono_class_from_gen_param): Removed the
18526         `MonoImage *image' and `int type_num' arguments.
18527
18528         * metadata.c (mono_metadata_parse_generic_param): New static
18529         method; creates a MonoGenericParam which just contains the index.
18530         (do_mono_metadata_parse_type): Call
18531         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
18532         MONO_TYPE_MVAR.
18533
18534         * reflection.c (mono_image_typedef_or_ref): Generic type
18535         parameters may be in the same assembly, but never use a typedef
18536         for them.
18537         (mono_reflection_define_generic_parameter): We're now creating a
18538         "real" class for the type parameter; it's now safe to call
18539         mono_class_from_mono_type() on the class'es type, it'll do the
18540         right thing.
18541
18542 2003-09-16  Martin Baulig  <martin@ximian.com>
18543
18544         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
18545         `symfile->range_entry_size' and `symfile->class_entry_size' here;
18546         the `symfile' data structure must be fully initialized before it
18547         gets added to the table.
18548
18549 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
18550
18551         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
18552
18553         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
18554         class init trampolines.
18555
18556 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
18557
18558         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
18559         to the built-in profiler to turn off time and allocation profiling
18560         respectively.
18561
18562 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
18563
18564         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
18565         g_direct_equal.
18566
18567         * debug-helpers.c (mono_method_full_name): Print the wrapper type
18568         in human readable form.
18569
18570 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
18571
18572         * reflection.c icall.c: Fixed warnings.
18573
18574         * image.c (load_class_names): Use a temporary hash table to hold the
18575         namespaces in order to avoid doing many string comparisons.
18576
18577         * image.h: Fix typo.
18578
18579         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
18580         Pass NULL instead of g_direct_equal to the GHashTable constructor 
18581         since the NULL case is short-circuited inside g_hash_table_lookup, 
18582         leading to better performance.  
18583
18584         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
18585         obtain the first custom attribute for a given index. Depends on the
18586         CustomAttribute table being sorted by the parent field.
18587
18588         * reflection.c (mono_custom_attrs_from_index): Use the new function 
18589         for better performance.
18590
18591 2003-09-07  Martin Baulig  <martin@ximian.com>
18592
18593         * class.c (mono_class_init): If we're a generic instance, inflate
18594         all our methods instead of loading them from the image.
18595         (mono_class_from_generic): Set `class->methods = gklass->methods'.
18596
18597 2003-09-07  Martin Baulig  <martin@ximian.com>
18598
18599         * mono-debug-debugger.c: Added support for constructors.
18600
18601 2003-09-06  Martin Baulig  <martin@ximian.com>
18602
18603         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
18604         New interncall.
18605
18606         * reflection.c (mono_reflection_setup_generic_class): Call
18607         ensure_runtime_vtable() to create the vtable.
18608
18609 2003-09-05  Martin Baulig  <martin@ximian.com>
18610
18611         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
18612         MONO_TYPE_MVAR.
18613
18614 2003-09-04  Martin Baulig  <martin@ximian.com>
18615
18616         * reflection.c (mono_reflection_define_generic_parameter): Generic
18617         parameters start with zero.
18618
18619 2003-09-04  Martin Baulig  <martin@ximian.com>
18620
18621         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
18622
18623         * reflection.h (MonoReflectionGenericParam): New typedef.
18624         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
18625         the generic parameters from the managed TypeBuilder.
18626
18627         * reflection.c (mono_reflection_define_generic_parameter): New function.
18628         (mono_reflection_create_runtime_class): Encode generic parameters.
18629         (mono_reflection_setup_generic_class): New function; this is
18630         called after adding adding all generic params to the TypeBuilder.
18631         (encode_type): Added MONO_TYPE_VAR.
18632
18633 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
18634
18635         * class.h class.c (mono_class_needs_cctor_run): Moved this method
18636         here from the JIT.
18637
18638         * assembly.h assembly.c: Moved the AOT loading code into an assembly
18639         load hook.
18640
18641 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
18642
18643         * reflection.h reflection.c class.h class.c: Delete duplicate 
18644         definition of mono_type_get_name () from reflection.c and export the
18645         one in class.c.
18646
18647         * class.c: Class loading fixes from Bernie Solomon 
18648         (bernard@ugsolutions.com).
18649
18650         * reflection.c: Endianness fixes from Bernie Solomon 
18651         (bernard@ugsolutions.com).
18652         
18653 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
18654
18655         * assembly.h assembly.c: Define a file format version for AOT
18656         libraries.
18657         
18658         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
18659
18660         * appdomain.h (MonoJitInfo): New field to determine whenever the
18661         code is domain neutral.
18662         
18663 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
18664
18665         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
18666
18667 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
18668
18669         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
18670         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
18671         Avoid caching the result since strings must be domain specific. Fixes
18672         #48050.
18673
18674 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
18675
18676         * marshal.c (mono_marshal_init): Make this callable multiple times
18677         since it is hard to find a correct place to call it.
18678
18679         * object.c (mono_runtime_class_init): Execute static constructors in
18680         the correct appdomain.
18681
18682         * image.c (build_guid_table): Handle the case when multiple images have
18683         the same GUID.
18684
18685 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18686
18687         * icall.c: added a couple of icalls for System.Web.
18688
18689 2003-08-28  Martin Baulig  <martin@ximian.com>
18690
18691         * icall.c (ves_icall_Type_BindGenericParameters): Use
18692         `klass->generic_inst' instead of `&klass->byval_arg' in the
18693         mono_type_get_object() call.  The returned type must be
18694         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
18695
18696 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
18697
18698         * NOTES: New file.
18699
18700         * object.c (mono_class_proxy_vtable): Make it thread safe.
18701
18702         * pedump.c: Fix warning.
18703
18704         * object.c appdomain.h: Get rid of metadata_section. 
18705         It is no longer needed and it was causing deadlocks with domain->lock.
18706
18707         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
18708
18709 2003-08-26  Martin Baulig  <martin@ximian.com>
18710
18711         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
18712
18713 2003-08-26  Martin Baulig  <martin@ximian.com>
18714
18715         * pedump.c (main): Call mono_metadata_init(),
18716         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
18717         and mono_loader_init().
18718
18719 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
18720
18721         * loader.h: Add missing include to fix build.
18722
18723         * image.h: mono_image_load_references is no more.
18724
18725         * assembly.c: Reworked assembly loading to make it really thread safe.
18726         After these changes, the assembly returned by mono_assembly_open is
18727         fully initialized, i.e. all its references assemblies are loaded.
18728
18729         * assembly.c (mono_image_load_references): Renamed to 
18730         mono_assembly_load_references, and made private, since clients no
18731         longer need to call it.
18732
18733         * class.c: Removed calls to mono_assembly_load_references, since it was
18734         a source of deadlocks.
18735
18736         * loader.h loader.c class.h class.c: Protect data structures using a 
18737         new lock, the loader lock.
18738
18739         * class.c (mono_class_setup_vtable): Create temporary hash tables and
18740         GPtrArrays only when needed.
18741
18742         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
18743         into empty structures by mcs. Fixes pinvoke7.cs.
18744         
18745         * domain.c (mono_init): Call a new initialization function.
18746
18747         * appdomain.c (mono_runtime_init): Call the new initializer function
18748         of the marshal module.
18749
18750         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
18751         inserted into empty structures by mcs. Fixes pinvoke7.cs.
18752
18753         * marshal.h marshal.c: Added locks around the wrapper caches to make
18754         this module thread safe.
18755
18756         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
18757         this argument. Fixes pinvoke1.exe.
18758
18759 2003-08-25  Lluis Sanchez <lluis@ximian.com>
18760
18761         * object.h: Added call_type field to MonoMethodMessage and the corresponding
18762         enumeration of values. Removed fields to store remote call output values in
18763         MonoAsyncResult. Not needed any more.
18764         * object.c: Initialize call_type and async_result fields in mono_message_init.
18765         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
18766         dispatching the message.
18767         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
18768         async call to finish. To do it use a message with EndInvoke call type.
18769
18770 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
18771
18772         * loader.h loader.c (mono_method_hash_marhal_info): New function which
18773         determines whenever a method has marshalling info.
18774
18775 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18776
18777         * assembly.c: fix the build on windows.
18778
18779 2003-08-22 Lluis Sanchez <lluis@ximian.com>
18780
18781         * object.cs: Fixed bug #47785.
18782
18783 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
18784
18785         * string-icalls.c (StringReplace): If their are no occurances of
18786         the old string found return a reference to the supplied
18787         string. This saves some memory and matches MS behavoir.
18788         
18789 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18790
18791         * socket-io.c: fixed compilation for systems that define AF_INET6
18792         and don't define SOL_IP/SOL_IPV6.
18793
18794 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
18795
18796         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
18797         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
18798
18799         * rawbuffer.c rawbuffer.h: Make this module thread safe.
18800
18801         * domain.c: Make this module thread safe.
18802
18803         * domain.c (mono_init): Call new initialization function.
18804
18805         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
18806         reference types too. Fixes #38812.
18807
18808         * image.c (mono_image_init): Fixed warnings.
18809
18810         * class.c (mono_class_from_typeref): Handle assembly load failure
18811         correctly.
18812
18813         * appdomain.c (add_assemblies_to_domain): Handle the case when
18814         the references of an assembly are not yet loaded.
18815
18816         * metadata.c image.c assembly.c: Moved initialization of global
18817         variables to a separate function called at startup since lazy 
18818         initialization of these variables is not thread safe.
18819         
18820         * image.c assembly.c: Made this module thread safe by adding locks in 
18821         the appropriate places.
18822
18823         * domain.c (mono_init): Call the new initialization functions of the
18824         three modules.
18825
18826 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
18827
18828         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
18829           make a direct call. It is proxy's work to make the call asynchronous.
18830           mono_delegate_end_invoke(): If the targe is a proxy, just collect
18831           the return values.
18832         * object.cs: mono_method_call_message_new(): read AsyncResult and
18833           state object from parameters list, if this info is requested.
18834         * object.h: Added fields to store remote call output values in
18835           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
18836
18837 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
18838
18839         * object.h: add needed fields to MonoThread.
18840         * threads.c, threads.h: allow registering a function to cleanup data
18841         allocated per thread by the JIT.
18842
18843 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18844
18845         * loader.h: portability fix by Bernie Solomon
18846         * <bernard@ugsolutions.com>.
18847
18848 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
18849
18850         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
18851         return a MonoArray. This simplifies the code and also ensures that
18852         the cache allways contains an object reference as a value.
18853
18854         * icall.c (ves_icall_get_parameter_info): Simplified using the new
18855         function.
18856
18857 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18858
18859         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
18860         fixes a problem with byte ordering when getting the address family for
18861         a socket.
18862
18863 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
18864
18865         * .cvsignore: Added monosn.
18866
18867         * reflection.h reflection.c loader.c: Added support for parameter
18868         marshalling to dynamically created types. Fixes #47295.
18869
18870 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
18871
18872         * rand.c: remove useless warnings.
18873
18874 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
18875
18876         * class.c: implemented ldtoken for methods and fieldrefs.
18877
18878 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18879
18880         * threadpool.c: when mono_async_invoke was called, no one took care of
18881         monitoring the queue. So if the method invoked took some time and we
18882         got new async invoke requests after 500 ms (the thread created waited
18883         that long in WaitForSingleObject), the new async invoke was not called
18884         until the previous one finished.
18885
18886         This is fixed now. Thanks to Totte for helping with it.
18887
18888 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18889
18890         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
18891
18892 2003-08-11  Martin Baulig  <martin@ximian.com>
18893
18894         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
18895
18896 2003-08-06  Martin Baulig  <martin@ximian.com>
18897
18898         * mono-debug-debugger.c: Added support for static fields,
18899         properties and methods.
18900
18901 2003-08-06  Martin Baulig  <martin@ximian.com>
18902
18903         * mono-debug-debugger.c: Don't store the MonoString's vtable to
18904         make this work for applications with multiple application domains.
18905
18906 2003-08-04  Martin Baulig  <martin@ximian.com>
18907
18908         * mono-debug-debugger.c: Completely reworked the type support; the
18909         most important thing is that we're now just using one single
18910         `MonoType' instance per type.
18911
18912 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
18913
18914         * mono-endian.h, mono-endian.c, icall.c: Added icall
18915         ves_icall_System_Double_AssertEndianity to assert double word endianity
18916         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
18917
18918 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18919
18920         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
18921         support, icalls and fixes.
18922
18923 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
18924
18925         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
18926         classes that are a punctuation character in .NET is not the same a
18927         g_unichar_ispunct.
18928
18929 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18930
18931         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
18932
18933 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
18934
18935         * icall.c: Add new MemCopy internalcall.
18936         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
18937         Simplified code; It is not necessary to handle all the cases here,
18938         as the C# code takes care of it.  Only handle the case of the name
18939         resource embedded into the assembly.
18940
18941         Changed signature to return the data pointer and the size of the
18942         data. 
18943
18944 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
18945
18946         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
18947         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
18948
18949 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18950
18951         * socket-io.c: ignore EINTR error in select.
18952
18953 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
18954
18955         * class.h, class.c: removed unused subclasses field in MonoClass.
18956
18957 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18958
18959         * icall.c: improve fix of get_base_definition(). If the parent class
18960           doesn't have the mehod, look at the parent of the parent.
18961         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
18962           to check if a parameter is an in or out parameter
18963           (PARAM_ATTRIBUTE_IN is not set by default).
18964           mono_method_return_message_restore(): Use mono_class_value_size to
18965           get the size of a value type. mono_type_stack_size (parameterType)
18966           does not return the correct value if parameterType is byRef.
18967           mono_load_remote_field(), mono_load_remote_field_new(),
18968           mono_store_remote_field(), mono_store_remote_field_new():
18969           raise exception if the remote call returns an exception.
18970
18971 2003-07-28  Martin Baulig  <martin@ximian.com>
18972
18973         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
18974         method.  This is a wrapper around mono_runtime_invoke() which
18975         boxes the instance object if neccessary.
18976
18977 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18978
18979         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
18980         metadata.h, row-indexes.h, verify.c: first cut of generics support.
18981
18982 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18983
18984         * icall.c: disable mcs bug workaround.
18985
18986 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
18987
18988         * object.c (mono_runtime_class_init): Take the metadata_section
18989         mutex before obtaining the domain mutex.
18990
18991         * appdomain.h: Added definition of metadata_section mutex here. 
18992
18993         * object.c: define metadata_mutex here.
18994
18995 2003-07-24  Ravi Pratap  <ravi@ximian.com>
18996
18997         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
18998         fixed.
18999
19000 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
19001
19002         * reflection.c: Fix bug #46669
19003
19004 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19005
19006         * exception.c:
19007         * exception.h:
19008         * icall.c:
19009         * object.h: fill in the type name for TypeLoadException.
19010
19011 2003-07-23  Ravi Pratap  <ravi@ximian.com>
19012
19013         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
19014         relationship between TypeBuilders while compiling corlib) and bug
19015         45993 (Array types returned from the runtime while compiling
19016         corlib were from the loaded corlib).
19017
19018 2003-07-22  Martin Baulig  <martin@ximian.com>
19019
19020         * mono-debug-debugger.c: Reworked the type support a bit more;
19021         distinguish between types and classes.
19022
19023 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
19024
19025         * icall.c: add IsArrayImpl icall.
19026
19027 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
19028
19029         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
19030         initializing real_size only once. Also fix bug #46602.
19031
19032 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
19033
19034         * object.c: Renamed mono_metadata_section to metadata_section.
19035
19036 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
19037
19038         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
19039           empty array if the type is an array. Fixed.
19040           ves_icall_MonoMethod_get_base_definition: if the base method
19041           is abstract, get the MethodInfo from the list of methods of
19042           the class.
19043         * reflection.c: ParameterInfo.PositionImpl should be zero-based
19044           and it was 1-based. Fixed in mono_param_get_objects.
19045
19046 2003-07-20  Martin Baulig  <martin@ximian.com>
19047
19048         * mono-debug.h: Set version number to 31.
19049         (mono_debug_init): Added `MonoDomain *' argument.
19050
19051         * mono-debug-debugger.c: Reworked the type support; explicitly
19052         tell the debugger about builtin types; pass the `klass' address to
19053         the debugger.
19054
19055 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
19056
19057         * image.c: Allow new metadata tables to be loaded without a
19058         warning. Also update the warning message to give the new constant value.
19059                 
19060 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
19061
19062         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
19063         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
19064         array type representation changes.
19065
19066 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
19067
19068         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
19069         on Environment.Exit () call.
19070
19071 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
19072
19073         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
19074         requires a matching corlib.
19075
19076 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
19077
19078         * Changelog: My editor decided to add a CR to each line. Sorry about that.
19079           Committed again without the CRs.
19080         
19081 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
19082
19083         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
19084           getting it from the "this" socket instance. Did not work
19085           if the socket is a subclass of Socket.
19086           Also fixed bug #35371.
19087
19088 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
19089
19090         * metadata.c: fixed size for TypedByRef.
19091         * loader.c: when searching for a method, consider the vararg amrker.
19092         * unicode.c, decimal.c: constify some arrays.
19093
19094 2003-07-15  Dick Porter  <dick@ximian.com>
19095
19096         * socket-io.c: Fixed compilation for gcc < 3.2.
19097
19098         Fixed compilation for machines that don't have AF_INET6 (thanks to
19099         Bernie Solomon <bernard@ugsolutions.com> for that part.)
19100
19101         Fixed compile warnings.
19102         
19103         Fixed formatting and line endings.
19104
19105 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
19106
19107         * socket-io.h:
19108         * socket-io.c: Added IPv6 support.
19109
19110 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
19111
19112         * class.c (mono_class_is_assignable_from): New function to implement
19113         the is_assignable_from logic. Used by mono_object_isinst, 
19114         Type::IsAssignableFrom () and the interpreter.
19115
19116         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
19117         Object, even interfaces.
19118         
19119         * object.c (mono_object_isinst): Implement in terms of 
19120         is_assignable_from.
19121
19122         * icall.c (ves_icall_type_is_assignable_from): New icall.
19123
19124 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
19125
19126         * domain.c (foreach_domain): fix compiler warning.
19127
19128 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
19129
19130         * image.c (load_metadata_ptrs): use g_strndup because strndup is
19131         not available on all plattforms
19132
19133 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
19134
19135         * image.h image.c: Store the metadata version string in MonoImage.
19136         * icall.c: New icall to retrieve the image version.
19137         * reflection.c (create_dynamic_image): Fill in the image version field
19138         * reflection.c (build_compressed_metadata): Use the image version
19139         from the image structure.
19140
19141 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19142
19143         * appdomain.c: modified comment.
19144         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
19145         That will be its last iteration when mono_gc_cleanup is called from
19146         mono_runtime_cleanup and before the domain is unloaded.
19147
19148         Fixes bug #45962.
19149
19150 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
19151
19152         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
19153         attributes.
19154
19155 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
19156
19157         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
19158         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
19159         Bernie Solomon <bernard@ugsolutions.com>.
19160
19161 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
19162
19163         * object.c, object.h: provide mono_object_new_fast() for faster
19164         allocation in some special cases.
19165
19166 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
19167
19168         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
19169         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
19170
19171 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
19172
19173         * threadpool.c: fix leaks.
19174
19175 2003-07-01  Dick Porter  <dick@ximian.com>
19176
19177         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
19178         using MonoGHashTables.  Fixes threadpool bug posted to list.
19179
19180 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
19181
19182         * image.h, image.c: added support to load an assembly from a byte array.
19183         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
19184         assembly bundle support.
19185
19186 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
19187
19188         * threadpool.c (mono_thread_pool_add): keep a reference to the
19189         AsyncResult to prevent GC
19190
19191 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
19192
19193         * class.c: leak fix.
19194
19195 2003-06-25  Dick Porter  <dick@ximian.com>
19196
19197         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
19198         for the async object, the WaitHandle object will close the handle.
19199         Fixes bug 45321.
19200
19201 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
19202
19203         * class.c: in mono_array_class_get (), lookup from the hash with the
19204         same type we insert: this works around a bug in
19205         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
19206         lluis. The real fix will have to wait for after the release.
19207
19208 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19209
19210         * icall.c: fix memory leak when getting type members.
19211
19212 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
19213
19214         * reflection.c: added more pubtoken special cases.
19215
19216 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
19217
19218         * class.c: handle field offset correctly when class size
19219         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
19220
19221 2003-06-20  Martin Baulig  <martin@ximian.com>
19222
19223         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
19224         *image' field.
19225
19226 2003-06-20  Martin Baulig  <martin@ximian.com>
19227
19228         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
19229
19230 2003-06-20  Martin Baulig  <martin@ximian.com>
19231
19232         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
19233         just distinguish between variables in registers and variables at
19234         an offset relative to a register.
19235
19236 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19237
19238         * icall.c: #ifdef out latest changes until mcs is fixed.
19239
19240 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19241
19242         * icall.c: return members in metadata order.
19243
19244 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
19245
19246         * icall.c: avoid infinite loop in GetTimeZoneData.
19247
19248 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
19249
19250         * icall.c: added Marshal.Prelink/All icalls.
19251
19252 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
19253
19254         * object.c, object.h: fix warnings and do some overflow checking
19255         when creating arrays.
19256
19257 2003-06-17  Dick Porter  <dick@ximian.com>
19258
19259         * file-io.h:
19260         * file-io.c: File attributes need to be tweaked slightly when
19261         passed from the managed to the w32 world.
19262
19263 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
19264         * profiler.h profiler-private.h profiler.c: Rework last patch
19265         based on suggestion by Paolo.
19266         
19267 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
19268
19269         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
19270         instruction level coverage data collection.
19271         * profiler.h profiler.c (: Added new callback function which can be
19272         used by the profiler to limit which functions should have coverage
19273         instrumentation.
19274         * profiler.c (mono_profiler_load): Call g_module_build_path to
19275         generate the file name of the profiler library.
19276
19277 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
19278
19279         * profiler.c, profiler.h, profiler-private.h: added basic block 
19280         coverage profiling API.
19281
19282 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
19283
19284         * reflection.c (mono_reflection_create_runtime_class): Add support
19285         for events in dynamically generated code.
19286
19287         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
19288         not allocated.
19289
19290 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
19291
19292         * icall.c: when getting timezone info, return reasonable values if we
19293         can't get the actual data.
19294
19295 2003-06-14  Dick Porter  <dick@ximian.com>
19296
19297         * threads.c (start_wrapper): Remove the reference to the thread
19298         object in the TLS data, so the thread object can be finalized.
19299         This won't be reached if the thread threw an uncaught exception,
19300         so those thread handles will stay referenced :-( (This is due to
19301         missing support for scanning thread-specific data in the Boehm GC
19302         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
19303
19304 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
19305
19306         * reflection.c: ensure streams and tables are first allocated with
19307         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
19308
19309 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
19310
19311         * icall.c: fixed GetElementType for byrefs (bug# 44792).
19312
19313 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
19314
19315         * reflection.c (mono_reflection_create_runtime_class): Add support for
19316         properties to dynamically created classes.
19317         * reflection.c: Fix a few places where non-MonoObjects were inserted
19318         into the tokens hashtable.
19319
19320 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19321
19322         * object.c: some support to handle out of memory exceptions.
19323
19324 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
19325
19326         * marshal.c (mono_marshal_get_native_wrapper): support reference
19327         return types
19328
19329 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
19330
19331         * object.h, object.c: more portability stuff from Bernie Solomon.
19332         Unexport mono_object_allocate(). Added mono_object_unbox ().
19333         Set exitcode when an unhandled exception is thrown.
19334
19335 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
19336
19337         * marshal.c (mono_marshal_get_native_wrapper): use custom
19338         marshaler for return types.
19339
19340 2003-06-10  Dick Porter  <dick@ximian.com>
19341
19342         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
19343         ip_mreq is available
19344
19345 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
19346
19347         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
19348         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
19349         by Bernie Solomon <bernard@ugsolutions.com>.
19350
19351 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
19352
19353         * gc.c (mono_gc_init): Avoid error message on shutdown when
19354         GC_DONT_GC=1 is used.
19355
19356         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
19357         New icall to return the GUID of a module.
19358
19359 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
19360
19361         * class.c: ensure instance size always includes the parent's size
19362         even whem class size is set explicitly (fixes bug#44294).
19363
19364 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19365
19366         * profiler.h, profiler.c: made the simple profiler thread-safe,
19367         get more accurate timing info. Allow the loading of an
19368         externally-developed profiler module.
19369
19370 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
19371
19372         * marshal.c (mono_marshal_get_native_wrapper): improved
19373         class/byref arguments.
19374         (mono_marshal_get_native_wrapper): better string marshaling support.
19375
19376 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
19377
19378         * class.c: ensure .pack and .size are handled correctly and
19379         simplified layout of static fields.
19380
19381 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
19382
19383         * appdomain.c
19384         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
19385
19386         * loader.c (mono_lookup_pinvoke_call): look for modules in the
19387         current directory (fix bug 44008)
19388
19389 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
19390
19391         * marshal.c (mono_marshal_get_native_wrapper): started support for
19392         custom marshalers.
19393         (mono_delegate_to_ftnptr): consider marshalling specifications
19394
19395 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
19396
19397         * reflection.c, reflection.h: emit custom marshal info.
19398
19399 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19400
19401         * object.c: free the GError.
19402         * icall.c: added CloseEvent_internal.
19403         * threads.[ch]:
19404         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
19405         call.
19406
19407 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
19408
19409         * loader.c (mono_method_get_signature): Add support for dynamic
19410         assemblies.
19411
19412 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
19413
19414         * reflection.c: fixed bug #43905.
19415
19416 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
19417
19418         * class.c, domain.c, icall.c, metadata.h, object.h: support for
19419         handling TypedReference and ArgIterator.
19420         * loader.c, loader.h: added function to get signature at call site.
19421
19422 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19423
19424         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
19425         data readonly. Buglets and warning fixes. Some MethodSpec support.
19426
19427 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
19428
19429         * class.h, class.c, object.c: remove relative numbering support.
19430
19431 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
19432
19433         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
19434         free the string, until we get a chance to fix Gtk#
19435
19436 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19437
19438         * marshal.c: revert last patch.
19439
19440 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
19441
19442         * icall.c: updates for new mono_class_vtable() not calling
19443         the type constructor anymore.
19444
19445 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
19446
19447         * object.h, object.c: separate vtable creation from type
19448         initialization. Make running the .cctor thread safe.
19449
19450 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
19451
19452         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
19453
19454 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
19455
19456         * loader.c (mono_get_method): consider calling convention
19457
19458 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
19459
19460         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
19461         to return the invisible global type for a module.
19462
19463         * reflection.c (mono_image_build_metadata): Emit global fields too.
19464
19465 2003-05-20  Peter Williams  <peterw@ximian.com>
19466
19467         * loader.c (mono_lookup_internal_call): Add a few newlines.
19468
19469 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
19470
19471         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
19472         literal strings.
19473
19474         * appdomain.c (set_domain_search_path): Recalculate search path when
19475         AppDomainSetup.PrivateBinPath changes.
19476
19477         * object.c (mono_class_compute_gc_descriptor): It turns out some
19478         parts of the class libs (like System.Thread) holds pointers to
19479         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
19480         to treat native int a pointer type here.
19481         
19482 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
19483
19484         * appdomain.h, domain.c: add hashtable for jump target resolution.
19485
19486 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
19487
19488         * reflection.h reflection.c icall.c: Added new icalls 
19489         GetManifestResourceInfoInternal, GetModulesInternal and support
19490         infrastructure.
19491
19492 2003-05-16  Dick Porter  <dick@ximian.com>
19493
19494         * icall.c:
19495         * file-io.h:
19496         * file-io.c: Implement System.IO.MonoIO::GetTempPath
19497
19498 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
19499
19500         * object.c: mono_store_remote_field: little fix to previous patch.
19501
19502 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19503
19504         * class.c: add constructors to array classes.
19505         * icall.c: special case array construction for InternalInvoke (),
19506
19507 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
19508
19509         * class.h class.c reflection.c object.c: Added support for field
19510         defaults in dynamically generated classes.
19511
19512 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
19513
19514         * reflection.c: properly encode charset for ddlimport.
19515
19516 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
19517
19518         * threads.c: allow compiling without GC.
19519
19520 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19521
19522         * appdomain.h, object.c, object.h, threads.c, threads.h: added
19523         handling of thread static data.
19524
19525 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
19526
19527         * reflection.h, reflection.c: added mono_custom_attrs_free ().
19528
19529 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
19530
19531         * class.c (mono_array_class_get): always set the serializable flags
19532         (mono_array_class_get): always set the SEALED attribute for array types
19533
19534 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
19535
19536         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
19537         attributes (fix for bug 42021).
19538
19539 2003-05-12  Dick Porter  <dick@ximian.com>
19540
19541         * gc.c: Don't run finalizers when the finalizer thread is
19542         finishing up, because the default domain has already been
19543         destroyed.
19544
19545 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
19546
19547         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
19548         value is null, we should throw an exception.   This is slightly
19549         different than the other conventions used for the constructor.
19550
19551 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19552
19553         * socket-io.c: fixed windows build.
19554
19555 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19556
19557         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
19558
19559 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
19560
19561         * object.c (mono_string_new_wrapper): Compatibility fix for MS
19562         compilers.
19563
19564 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
19565
19566         * class.c (mono_class_layout_fields): Add experimental GC aware
19567         auto layout facility. Requires class library changes to work correctly.
19568
19569         (mono_class_setup_vtable): Avoid overriding explicit interface
19570         method implementations. Fixes iface3.exe test.
19571
19572         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
19573         object reference.
19574         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
19575         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
19576
19577         * metadata.h: Add new type classification macro which determines
19578         whenever the type holds an object reference.
19579
19580 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
19581
19582         * marshal.c (mono_marshal_get_native_wrapper): cleanups
19583
19584 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
19585
19586         * gc.c (finalizer_thread): Work around a GC bug.
19587
19588 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
19589
19590         * marshal.c (emit_struct_conv): allow unions
19591
19592         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
19593
19594 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
19595
19596         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
19597
19598 2003-05-06  Martin Baulig  <martin@ximian.com>
19599
19600         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
19601
19602 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19603
19604         * socket-io.c:
19605         (Select_internal): allow NULLs, don't create arrays if not needed.
19606         Coupled with Socket.cs changes.
19607
19608         * threadpool.c:
19609         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
19610         register a finalizer for it that will close the semaphore handle. This
19611         fixes the leak and make Lupus' test run with > 4080 loops.
19612
19613 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
19614
19615         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
19616         Jerome Laban (bug #42287)
19617
19618 2003-05-02  Martin Baulig  <martin@ximian.com>
19619
19620         * debug-mono-symfile.h
19621         (MonoSymbolFile): Moved declaration into mono-debug.h.
19622         (MonoDebugMethodJitInfo): Likewise.
19623         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
19624         argument.
19625         (_mono_debug_address_from_il_offset): Take a
19626         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
19627
19628         * mono-debug.h
19629         (MonoDebugDomainData): New struct.
19630         (mono_debug_get_domain_data): New function.
19631         (mono_debug_add_method): Take an additional `MonoDomain *'
19632         argument.
19633         (mono_debug_source_location_from_address): Likewise.
19634         (mono_debug_il_offset_from_address): Likewise.
19635         (mono_debug_address_from_il_offset): Likewise.
19636
19637 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
19638
19639         * reflection.c: one more check for null type in custom attrs.
19640
19641 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19642
19643         * reflection.c: avoid warning (comparison is always false due to limited
19644         range of data type).
19645
19646 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19647
19648         * icall.c: throw an exception in Type.GetField if the argument 'name'
19649         is NULL.
19650
19651 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
19652
19653         * reflection.c: fixed handling of enums in named arguments to custom
19654         attributes (bug #42123).
19655
19656 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
19657
19658         * reflection.c: use the right array element type and handle
19659         a null for a Type argument, too.
19660
19661 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
19662
19663         * reflection.c: handle arrays as arguments to custom attributes.
19664
19665 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
19666
19667         * reflection.c: handle a string value in a custom attr
19668         ctor that takes an object.
19669
19670 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
19671
19672         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
19673         (fix bug #42063)
19674
19675 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
19676
19677         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
19678
19679 2003-04-27  Martin Baulig  <martin@ximian.com>
19680
19681         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
19682         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
19683         MONO_DEBUGGER_EVENT_BREAKPOINT.
19684         (mono_breakpoint_trampoline_code): Removed.
19685         (mono_debugger_event_handler): The last argument is now a
19686         `guint32'.
19687         (mono_debugger_insert_breakpoint_full): Removed the
19688         `use_trampoline' argument.
19689         (mono_debugger_method_has_breakpoint): Likewise.
19690         (mono_debugger_trampoline_breakpoint_callback): Renamed to
19691         mono_debugger_breakpoint_callback(); take the method and
19692         breakpoint number as arguments.
19693
19694 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
19695
19696         * metadata.c: fix off by one when loading parameters attributes.
19697
19698 2003-04-24  Martin Baulig  <martin@ximian.com>
19699
19700         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
19701
19702 2003-04-24  Martin Baulig  <martin@ximian.com>
19703
19704         * mono-debug-debugger.c: Moved all code which interacts with the
19705         Mono Debugger here.
19706
19707         * debug-mono-symfile.c: This code now just deals with the symbol
19708         file itself, the debugger code is now in mono-debug-debugger.c.
19709
19710 2003-04-23  Martin Baulig  <martin@ximian.com>
19711
19712         * mono-debug.c (mono_debug_source_location_from_il_offset):
19713         New method; like mono_debug_source_location_from_address(), but
19714         takes an IL offset instead of a machine address.
19715
19716 2003-04-23  Martin Baulig  <martin@ximian.com>
19717
19718         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
19719         `line' field; this is now computed by the debugger.
19720
19721 2003-04-23  Martin Baulig  <martin@ximian.com>
19722
19723         * mono-debug.[ch]: New files.  This is the new debugging interface.
19724
19725         * mono-debug-debugger.[ch]: New files.  Moved all code which
19726         interacts with the Mono Debugger here.
19727
19728 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
19729
19730         * domain.c (mono_init): initialize mono_defaults.monitor_class
19731
19732 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
19733
19734         * reflection.c (method_encode_code): Add a spicy exception to help
19735         future compiler authors.
19736
19737 2003-04-21  Martin Baulig  <martin@ximian.com>
19738
19739         * icall.c
19740         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
19741         Make this work with relative pathnames; g_filename_to_uri() needs
19742         an absolute filename.
19743
19744 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
19745
19746         * icall.c: Track name changes in Object and ValueType.
19747
19748 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
19749
19750         * metadata.c (mono_type_stack_size): size should be a multiple of
19751         sizeof (gpointer)
19752
19753 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19754
19755         * gc.c:
19756         (internal_domain_finalize): moved into mono_domain_finalize. No need
19757         to create another thread because the finalizers will be run in the
19758         finalizer thread.
19759         
19760         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
19761         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
19762         to be run (MS does this too).
19763
19764 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
19765
19766         * object.c (mono_class_compute_gc_descriptor): Update comment.
19767
19768         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
19769
19770         * image.h: Add synchronized wrapper cache.
19771
19772         * image.c (do_mono_image_open): Initialize cache.
19773
19774         * reflection.c (create_dynamic_mono_image): Initialize cache.
19775
19776 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19777
19778         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
19779         ves_icall_System_Buffer_ByteLengthInternal.
19780
19781 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19782
19783         * reflection.c: setup klass->nested_in earlier. Allow
19784         a dash in the assembly name.
19785
19786 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
19787
19788         * metadata.c (mono_type_to_unmanaged): dont access
19789         type->data.klass for MONO_TYPE_OBJECT
19790         (mono_type_to_unmanaged): consider System.Delegate class
19791
19792 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
19793
19794         * class.c: just setup supertypes in the proper place instead of
19795         initializing the full element class for arrays.
19796
19797 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
19798
19799         * class.c: ensure the element class of arrays is initialized.
19800         Setup the supertype info for array classes, too.
19801
19802 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
19803
19804         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
19805
19806 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19807
19808         * Makefile.am: re-added -m option when running cygpath. This way,
19809         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
19810         separator.
19811         * mono-config.c: same codepath for locating mono config file for WIN32
19812         and the rest.
19813         * assembly.c: if mono_assembly_setrootdir is called, don't override
19814         the value set.
19815
19816 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19817
19818         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
19819         MONO_ASSEMBLIES variable.
19820
19821 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
19822
19823         * icall.c: added Assembly::GetNamespaces() icall.
19824
19825 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19826
19827         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
19828
19829 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
19830
19831         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
19832         * object.c: fixed bug in the construction of vtable for proxies
19833
19834 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
19835
19836         * object.c (mono_array_new): Mark mono_array_new as an icall.
19837
19838 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19839
19840         * class.c: fixed test for public method when overriding interfaces.
19841         Closes bug #40970.
19842
19843 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19844
19845         * appdomain.h, domain.c: added mono_domain_foreach() to
19846         be able to access the currently loaded appdomains.
19847         * object.c: make string interning work across sppdomains.
19848         Mark some functions for use as icalls.
19849
19850 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
19851
19852         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
19853
19854         * reflection.h reflection.c: Allocate long living data using 
19855         GC_MALLOC_ATOMIC so the collector does not need to scan it.
19856
19857         * reflection.c: Double the allocation size in streams instead of
19858         increasing it, to prevent unneccesary copying on large assemblies.
19859         
19860         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
19861         creation if the assembly does not have the Run flag set.
19862
19863 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19864
19865         * class.h: avoid the C++ keywords in header files (Jerome Laban
19866         spotted and fixed this).
19867
19868 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19869
19870         * object.c:
19871         (mono_unhandled_exception): fill in the arguments for the
19872         UnhandledException event. Only trigger that event for the default
19873         domain (as MS does).
19874
19875 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
19876
19877         * object.c: Improve typed allocation stuff based on suggestions from
19878         Paolo. Also turn it on if the GC library supports it.
19879
19880 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19881
19882         * object.c object.h class.h: Added experimental typed allocation
19883         facility using the interfaces in gc_gcj.h.
19884
19885         * os/gc_wrapper.h: Added new include files.
19886         
19887 2003-04-03  Martin Baulig  <martin@ximian.com>
19888
19889         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
19890         which is not yet enabled by default.
19891
19892         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
19893         functions.
19894         (mono_gc_lock, mono_gc_unlock): New static functions.
19895
19896         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
19897         functions; stop/start the world for the garbage collector.  This
19898         is using the windows API; we need to complete the SuspendThread()/
19899         ResumeThread() implementation in the io-layer to make this work on Unix.
19900         (mono_gc_push_all_stacks): New public function; tells the garbage
19901         collector about the stack pointers from all managed threads.
19902
19903 2003-04-03  Martin Baulig  <martin@ximian.com>
19904
19905         * object.h (MonoThread): Added `gpointer stack_ptr'.
19906
19907         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
19908
19909 2003-04-03  Martin Baulig  <martin@ximian.com>
19910
19911         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
19912
19913 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19914
19915         * reflection.c (typebuilder_setup_fields): Initialize field.first and
19916         field.last.
19917
19918 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
19919
19920         * loader.c (mono_lookup_internal_call): Report the corlib that is
19921         out of sync.
19922
19923 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
19924
19925         * icall.c (ves_icall_type_GetTypeCode): fixed check for
19926         System.DBNull (it's class not valuetype).
19927
19928 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
19929
19930         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
19931         if the array method was already assigned a token (fixes bug#40646).
19932
19933 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
19934
19935         * reflection.c (mono_reflection_get_type): Attempt type resolve even
19936         if no assembly is given.
19937
19938 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
19939
19940         * metadata.h: Added the new tables.
19941
19942         * row-indexes.h: Added definitions for new tables.
19943
19944         * metadata.c: Add schemas for new tables, and add support for
19945         computing the sizes of them.
19946
19947         * class.c: Update for handling the new type cases.
19948
19949 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
19950
19951         * metadata.h (MONO_TYPE_IS_VOID): new macro
19952
19953 2003-03-31  Martin Baulig  <martin@ximian.com>
19954
19955         * threads.h (MonoThreadCallbacks): Added `thread_created'.
19956
19957         * threads.c (mono_thread_new_init): Call `thread_created' in the
19958         mono_thread_callbacks.
19959
19960 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
19961
19962         * loader.h: added marshalbyrefobject_class to mono_defaults
19963         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
19964         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
19965           generation of output parameters.
19966           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
19967         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
19968           contextbound and the target object belongs to the context of the caller.
19969         * object.h: added context and unwrapped_server variables in MonoRealProxy.
19970         * object.c: Implemented support for interfaces and abstract classes
19971           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
19972           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
19973
19974 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
19975
19976         * class.h class.c (mono_class_is_subclass_of): New function.
19977         
19978         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
19979         routines for most common case (calls from ArrayList::ToArray).
19980
19981         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
19982         routine so programs which call Environment::Exit() can be profiled.
19983
19984         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
19985         Added MONO_ARCH_SAVE_REGS.
19986
19987         * icall.c (ves_icall_type_is_subtype_of): Use new function.
19988
19989 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
19990
19991         * blob.h: Add a couple of new MonoType types definitions.
19992
19993         * tabledefs.h: Add a couple of new call convs.
19994
19995 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
19996
19997         * reflection.h (MonoReflectionDynamicAssembly): track changes in
19998         the layout of the class.
19999
20000         * reflection.c (alloc_table): double the size on overflow to avoid
20001         unnecessary copying.
20002
20003         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
20004         avoid filling out metadata tables and blobs. Also set mb->ilgen to
20005         null so it can be garbage collected.
20006         
20007 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
20008
20009         * reflection.c (mono_reflection_get_type): Return the resolved type
20010         only if it is in the assembly we searched.
20011
20012         * reflection.c (ensure_runtime_vtable): Initialize method slots.
20013
20014         * class.c (mono_class_setup_vtable): Set the slot of the overriding
20015         method.
20016
20017 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20018
20019         * appdomain.c:
20020         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
20021         the right one is 'file:///blah', but MS allows it.
20022         * assembly.c:
20023         (mono_assembly_open): allow 'file://blah'
20024
20025         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
20026
20027 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
20028
20029         * socket-io.c: fixes bug #40310.
20030
20031 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
20032
20033         * reflection.c (mono_reflection_parse_type): handle deeply nested
20034         types correctly.
20035
20036         * reflection.c (mono_image_create_token): Use unique token values
20037         since they will be put into a hash table.
20038
20039         * class.c (mono_class_setup_vtable): If a method occurs in more than
20040         one place in the vtable, and it gets overriden, then change the
20041         other occurances too.
20042
20043         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
20044         object as return type.
20045
20046 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
20047
20048         * icall.c: Deleted "ToString" implementation for double and float
20049         because they are full implemented in managed code.
20050
20051 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20052
20053         * reflection.c, reflection.h: implemented and exported functions
20054         to retrieve info about custom attributes.
20055
20056 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20057
20058         * appdomain.c: moved Uri handling to assembly.c
20059         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
20060         work when using a file Uri in *nix and windows.
20061
20062         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
20063         GetReferencedAssemblies.
20064
20065 2003-03-18  Dick Porter  <dick@ximian.com>
20066
20067         * icall.c: Rename a couple of internal calls
20068
20069         * threads.c: Set the thread state to Stopped when a thread exits.
20070         Fixes bug 39377.
20071
20072 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
20073
20074         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
20075         New icall.
20076
20077         * object.c (mono_class_vtable): fix warning.
20078
20079 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
20080
20081         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
20082
20083         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
20084         memory.
20085         (method_encode_clauses): Create exception info structures in the right
20086         order.
20087         (mono_reflection_setup_internal_class): Initialize supertypes field.
20088
20089         * class.c object.c: Handle interfaces which implement other interfaces 
20090         correctly.
20091
20092         * class.h class.c: Move the supertypes array initialization code into 
20093         a separate function so it can be used for dynamic types too. Also call
20094         it earlier, in mono_class_init(), since it can be used before the
20095         type is initialized.
20096
20097 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20098
20099         * Makefile.am:
20100         * assembly.c:
20101         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
20102
20103         * appdomain.c:
20104         * appdomain.h:
20105         * marshal.c:
20106         * object.c: remove warnings.
20107
20108 2003-03-13  Martin Baulig  <martin@ximian.com>
20109
20110         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
20111         (MonoDebugLexicalBlockEntry): New types.
20112
20113         * debug-mono-symfile.c
20114         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
20115
20116 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20117
20118         * process.c: ret can be any non-zero value accroding to MS doc.
20119
20120 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
20121
20122         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
20123         fixing a warning for a miss-used prototype, would have cause
20124         random memory corruption.
20125
20126 2003-03-07  Martin Baulig  <martin@ximian.com>
20127
20128         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
20129         getting really annoying ....
20130
20131 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
20132
20133         * reflection.c (fixup_method): added support for array methods.
20134
20135 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
20136
20137         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
20138         (pointed out by Michael Adams).
20139
20140 2003-03-04  Dick Porter  <dick@ximian.com>
20141
20142         * icall.c: Temporarily reverted the Double and Single ToString()
20143         change, because it broke nunit.
20144
20145 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
20146
20147         * object.h, threads.h: make include files compatible with C++
20148         (patch by Jerome Laban <jlaban@wanadoo.fr>).
20149
20150 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
20151
20152         * icall.c: Erased ToString helper functions for Double and Single.
20153         Now, that implementations ar all in managed code (Double and Single
20154         Formatters).
20155
20156 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
20157
20158         * appdomain.c: Added method for initializing the default context of
20159         a domain. Added internal call for getting the default context.
20160         * appdomain.h: Added context variable in MonoDomain struct.
20161         * domain.c: mono_domain_set also sets the default context of the domain
20162         * icall.c: Mapped internal method InternalGetDefaultContext.
20163         * object.c: mono_object_get_virtual_method returns always a remoting
20164         wrapper if the object is a transparent proxy.
20165         mono_runtime_invoke_array: when creating an object by calling the
20166         constructor, if the created object is a proxy, then the constructor should
20167         be called using the a remoting wrapper.
20168
20169 2003-03-03  Dick Porter  <dick@ximian.com>
20170
20171         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
20172         variable so it compiles on solaris.  Problem spotted by
20173         Christopher Taylor <ct@cs.clemson.edu>
20174
20175 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20176
20177         * appdomain.c:
20178         (get_info_from_assembly_name): don't leak value.
20179
20180         * icall.c:
20181         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
20182         result.
20183
20184 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
20185
20186         * assembly.c: export mono_image_load_references ().
20187         * class.c: handle function pointers. mono_class_from_name() now
20188         supports nested type names directly.
20189
20190 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
20191
20192         * reflection.h reflection.c: Encode already created dynamic methods 
20193         and fields correctly as a DEF instead of a REF.
20194
20195         * reflection.c: Get rid of the force_ref argument to 
20196         mono_image_typedef_or_ref since it was wrong in the first place.
20197
20198         * string-icalls.c: add error checking to string constructors according
20199         to the MSDN docs.
20200
20201         * reflection.c: Emit types in the order their TypeBuilders were 
20202         created. Previously, a new table index was assigned to each type before
20203         the tables were emitted. This was wrong because the signature blob
20204         might already refer to a type by its original table index.
20205
20206 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
20207
20208         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
20209         change.
20210         
20211 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20212
20213         * Makefile.am: make assemblies dir have \ instead of / on windows.
20214
20215 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
20216
20217         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
20218         iterate over the NESTEDCLASS table using a linear search since the
20219         table is not guaranteed to be sorted by the secondary key.
20220
20221         * class.c (mono_class_create_from_typedef): fixed up call to
20222         mono_metadata_nesting_typedef.
20223         
20224 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
20225
20226         * marshal.c (mono_string_to_byvalstr): clear the memory as
20227         suggested by Jerome Laban <jlaban@wanadoo.fr>
20228
20229 2003-02-26  Dick Porter  <dick@ximian.com>
20230
20231         * process.c: Cope with padding in .rsrc blocks
20232
20233 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
20234
20235         * metadata.h: reverted the filter_len change, it breaks reflection
20236         
20237 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
20238
20239         * metadata.h: added a new field to store the filter_len
20240         
20241
20242 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
20243
20244         * reflection.c: handle custom attributes for types and members
20245         created with Reflection.Emit (bug#38422).
20246
20247 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
20248
20249         * reflection.c: define RTSpecialName automatically for constructors for
20250         compatibility with MS.NET.
20251
20252         * reflection.c (mono_reflection_create_runtime_class): initialize
20253         nested_in field of dynamically created classes.
20254
20255 2003-02-22  Martin Baulig  <martin@ximian.com>
20256
20257         * debug-mono-symfile.h: Incremented version number.
20258
20259 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
20260
20261         * object.h icall.c process.c: fix warnings.
20262
20263 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
20264
20265         * appdomain.h appdomain.c:
20266         (mono_domain_try_type_resolve): split the 
20267         name_or_tb argument into a name and a tb argument.
20268         (mono_domain_has_type_resolve): new function to check whenever the
20269         application has registered a TypeResolve event handler.
20270         
20271         * icall.c reflection.h reflection.c: move the type resolve logic into
20272         mono_reflection_get_type () so it will be invoked when 
20273         Assembly::GetType () is called.
20274
20275         * reflection.c:
20276         (mono_reflection_get_type): renamed to get_type_internal.
20277         (mono_reflection_get_type): fixed type name generation so it works 
20278         for nested types too.
20279         (mono_reflection_get_type): call has_type_resolve () to avoid the 
20280         costly type name generation if there is no resolve event handler.
20281
20282 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20283
20284         * class.c, image.c: load exported types from file references.
20285
20286 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
20287
20288         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
20289           used to cache the managed methods used to create proxies and make 
20290           remote invocation of methods.
20291         * class.h: Added in MonoVTable a flag to indicate that a class needs 
20292           to be remotely created.
20293         * object.c: Modified the method mono_class_vtable(). It now initializes 
20294           the remote flag of the vtable. Modified mono_object_new_specific(), 
20295           so now it checks the remote flag.
20296         * icall.c: Added a couple of internal methods, one for enabling instance 
20297           creation interception for a type, and one for creating objects bypassing
20298           the remote check.
20299
20300 2003-02-18  Martin Baulig  <martin@ximian.com>
20301
20302         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
20303         New interncall to get a method's metadata token.
20304
20305         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
20306         New interncall for the debugger.
20307
20308 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
20309
20310         * class.c (mono_class_setup_vtable): allocate supertype array
20311
20312 2003-02-18  Martin Baulig  <martin@ximian.com>
20313
20314         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
20315
20316 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20317
20318         * reflection.c:
20319         (assembly_name_to_aname): jump over unknown properties (i've found
20320         something like: 'type, assembly, version=xxx, custom=null, public...',
20321         so now will ignore custom=null and still get the rest of the values).
20322
20323 2003-02-17  Dick Porter  <dick@ximian.com>
20324
20325         * threads.c: Have Thread.Start() wait for a semaphore to signal
20326         that the thread has set up all its local data.  This fixes bug
20327         34323, where Abort() raced the new thread's TLS data.
20328
20329         Also removes the handle_store() call from start_wrapper, because
20330         threads are now always created suspended and there is no longer a
20331         race between the parent and child threads to store the info.
20332
20333 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
20334
20335         * image.c: explain the #- heap issue in a message, hopefully
20336         avoiding FAQs on mono-list.
20337
20338 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20339
20340         * icall.c:
20341         (GetEntryAssembly): if the domain has not invoked
20342         AppDomain.ExecuteAssembly yet, return the assembly of the default
20343         AppDomain.
20344
20345 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
20346
20347         * class.c (mono_ldtoken): make it work in dynamic assemblies.
20348
20349 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
20350
20351         * metadata.c, reflection.c: simple speedup to type hash
20352         and equals code.
20353
20354 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
20355
20356         * image.c, image.h, class.c, assembly.c: move module loading
20357         to MonoImage. When loading metadata, consider alignemnet from
20358         the start of metadata, not from the metadata address in memory.
20359
20360 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
20361
20362         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
20363         AssemblyBuilder objects. Factored out custom attribute creation into
20364         a separate function.
20365         (create_custom_attr): new function to create custom attributes.
20366
20367 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
20368
20369         * Makefile.am: Got tired of typing the full pathname to pedump.
20370         Until there is another option, am installing this.
20371
20372 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
20373
20374         * class.c (class_compute_field_layout): always set field->parent 
20375         (mono_ldtoken): use mono_defaults.fieldhandle_class;
20376
20377 2003-02-11  Dick Porter  <dick@ximian.com>
20378
20379         * threads-types.h:
20380         * monitor.c: Rewrote Monitor, making lock much faster and
20381         Pulse/Wait work as specified.  Also uses much fewer handles, and only
20382         creates them as needed.
20383
20384         * exception.c: Added SynchronizationLockException
20385
20386         * threads.c: Deleted old Monitor implementation.  The new one is
20387         in a new file.
20388
20389 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
20390
20391         * class.c: handled TypedReference type code. Set the correct size for
20392         class data. Setup interface_offsets for interface classes, too.
20393
20394 2003-02-09  Martin Baulig  <martin@ximian.com>
20395
20396         * debug-mono-symfile.h: Reflect latest symbol writer changes.
20397
20398 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
20399
20400         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
20401         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
20402         * object.c: fixed mono_object_get_virtual_method () for interfaces.
20403         * verify.c: check for code that runs after the end of the method.
20404
20405 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
20406
20407         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
20408         "System.Math::Round2".
20409         * sysmath.h: Added Floor, Round and Round2 definitions.
20410         * sysmath.c: Modified certain functions that were not 100% compliant
20411         with MS.NET (math precision) and added the implementation of Floor,
20412         Round and Round2.
20413
20414 2003-02-07  Martin Baulig  <martin@ximian.com>
20415
20416         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
20417
20418 2003-02-07  Martin Baulig  <martin@ximian.com>
20419
20420         * debug-mono-symfile.c: Reflected latest symwriter changes.
20421         (mono_debug_create_mono_symbol_file): Removed.
20422         (mono_debug_open_mono_symbol_file): Take an argument which
20423         specifies whether to create a dynamic symbol file.
20424
20425 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
20426
20427         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
20428
20429 2003-02-05  Martin Baulig  <martin@ximian.com>
20430
20431         * reflection.c (mono_image_build_metadata): Make this public,
20432         protect it against being called multiple times, don't create
20433         resources and don't build the compressed metadata here.
20434         (mono_image_create_pefile): Do this here.
20435
20436         * icall.c
20437         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
20438
20439 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20440
20441         * socket-io.c: fixed bug #36322.
20442
20443 2003-02-06  Piers Haken <piersh@friskit.com>
20444
20445         * appdomain.[ch]:
20446         * class.h:
20447         * debug-mono-symfile.c:
20448         * icall.c:
20449         * loader.c:
20450         * mono-config.c:
20451         * monosn.c:
20452         * reflection.c:
20453         * socket-io.c: warning cleanups
20454
20455 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
20456
20457         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
20458         function. works like remoting invoke, but does a check for the Proxy first.
20459
20460 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
20461
20462         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
20463
20464 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
20465
20466         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
20467         array of pointers.
20468         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
20469         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
20470
20471         * object.c (mono_store_remote_field_new): used by the new jit
20472         instead of mono_store_remote_field
20473         (mono_load_remote_field_new): used by the new jit
20474         instead of mono_load_remote_field
20475
20476 2003-02-05  Patrik Torstensson
20477
20478         * appdomain.c: changed unload to take the domain id instead
20479         of domain
20480         
20481         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
20482
20483
20484 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20485
20486         * appdomain.c: don't look for assemblies in ApplicationBase if
20487         PrivateBinPathProbe is set.
20488
20489 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20490
20491         * object.c: make the first argument in main_args contain the absolute
20492         path to the assembly. Fixes bug #37511.
20493
20494 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20495
20496         * icall.c: get correct UTC offset for countries not using daylight
20497         time saving. Fixes bug #30030.
20498
20499 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20500
20501         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
20502         and 1 are the family).
20503
20504 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
20505
20506         * icall.c (ves_icall_InternalExecute): removed wrong assertion
20507
20508         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
20509
20510 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
20511
20512         * reflection.c: added support for SignatureHelper tokens, which is
20513         needed by the Calli opcode.
20514
20515         * reflection.h: track changes to SignatureHelper class.
20516
20517         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
20518
20519 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20520
20521         * appdomain.c: fixed loading assemblies from PrivateBinPath.
20522
20523 2003-02-03  Patrik Torstensson
20524         * appdomain.[c|h], domain.c : 
20525          - Added support for getting a domain via domain id
20526          - Support for setting and getting domain from System.AppDomain 
20527            (used in cross appdomain channel)
20528          - Added support for get/set for a MonoAppContext on a thread 
20529            (Context class in System.Runtime.Remoting.Contexts),
20530          - Removed hack in Get/SetData and ExecuteAssembly.
20531         
20532         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
20533         the managed world to get control when a proxy is created.
20534
20535         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
20536         
20537 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
20538
20539         * icall.c
20540         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
20541         Populate the codebase field as well.
20542
20543 2003-02-02  Martin Baulig  <martin@ximian.com>
20544
20545         * debug-mono-symfile.c
20546         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
20547         (mono_debug_symfile_add_method): Allow interncalls.
20548
20549 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20550
20551         * icall.c: throw parse exception if strtod fails or the string is empty.
20552
20553 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
20554
20555         * marshal.c: handle object type separately from defined
20556         class types.
20557
20558 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
20559
20560         * marshal.c: handle NATIVE_LPSTR for strings when it's
20561         explicitly specified.
20562
20563 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
20564
20565         * reflection.c, reflection.h, icall.c: setup the reflection
20566         handle cache for ModuleBuilders and AssemblyBuilders.
20567
20568 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
20569
20570         * reflection.c (reflection_methodbuilder_to_mono_method): set
20571         pinvoke flag
20572
20573 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20574
20575         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
20576
20577 2003-01-29  Dick Porter  <dick@ximian.com>
20578
20579         * threads.c: No need for the fake_thread kludge now that Thread
20580         doesn't run a class constructor
20581         
20582 2003-01-29  Dick Porter  <dick@ximian.com>
20583
20584         * threads.c: Use g_direct_hash instead of the rather bogus
20585         g_int_hash
20586
20587 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
20588
20589         * marshal.c (mono_marshal_get_native_wrapper): add check for null
20590         (fix pinvoke12.exe)
20591         (mono_marshal_get_struct_to_ptr): generate valid IL code
20592         (mono_marshal_get_ptr_to_struct): generate valid IL code
20593         (*): correctly set sig->pinvoke, we need to memdup the signature
20594         to do that
20595
20596 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20597
20598         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
20599         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
20600
20601 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
20602
20603         * profiler.c: provide more callers information.
20604
20605 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
20606
20607         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
20608
20609         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
20610
20611         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
20612
20613 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20614
20615         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
20616         exception instead of going into an infinite loop on dates which it 
20617         can't yet handle.
20618
20619         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
20620         out-of-range exception if needed.
20621
20622         * class.c (mono_class_setup_vtable): allow a virtual method to provide
20623         an implementation for an interface method and to override an inherited
20624         method at the same time. 
20625         Imagine a scenario when a virtual method is used to override a
20626         virtual abstract method in a parent class, and this same method 
20627         provides an implementation for an method inherited from an interface. 
20628         In this case, the interface resolution code will set im->slot, which 
20629         means that the virtual method override pass will skip this method 
20630         which means a pointer to the abstract method inherited from the parent
20631         will remain in the vtable of this non-abstract class.
20632
20633         * class.c: (mono_class_setup_vtable): continue search for a real 
20634         method if only an abstract method is found.     
20635
20636 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
20637
20638         * reflection.c: add size to encoding for ByValStr and ByValArray
20639         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
20640
20641 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20642
20643         * class.c (mono_class_setup_vtable): pass the override info as an
20644         argument.
20645
20646         * class.c (mono_class_setup_vtable): set the slot of overriding methods
20647         correctly.
20648         
20649         * reflection.c (ensure_runtime_vtable); add support for method 
20650         overrides.
20651         
20652 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20653
20654         * reflection.c (resolution_scope_from_image): Hack to work to work with
20655         dynamic assemblies.
20656
20657         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
20658         added a 'force_ref' argument to force this function to allways return 
20659         a TypeRef. This is needed by mono_image_get_memberref_token ().
20660         
20661 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20662
20663         * reflection.c (mono_image_get_type_info): interfaces really don't have
20664         a parent.
20665
20666         * reflection.c (mono_image_basic_init): fill out missing fields of
20667         image structure.
20668
20669         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
20670         dynamic assemblies. This is required so dynamic assemblies show up in
20671         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
20672         Type::GetType() etc. This is consistent with MS behaviour.
20673
20674         * image.c image.h reflection.c: add newly created classes to the name 
20675         cache so mono_class_get () will find them.      
20676
20677 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20678
20679         First part of changes to get IKVM.NET running under mono.
20680         
20681         * appdomain.h, appdomain.c: added new function 
20682         mono_domain_try_type_resolve() which will emit TypeResolve events. 
20683         This function will call AppDomain::DoTypeResolve to do the actual work.
20684
20685         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
20686         moved existing code dealing with dynamic tokens to a new function 
20687         called mono_reflection_lookup_dynamic_token (). This function will 
20688         raise TypeResolve events when appropriate. Since reflection.c is not 
20689         part of libmetadata, a new hook function called 
20690         mono_lookup_dynamic_token() is added to class.c which will call this.
20691
20692         * assembly.h assembly.c: make the invoke_load_hook function public,
20693         so it can be called for dynamic assemblies.
20694
20695         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
20696
20697         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
20698         type isn't found.
20699
20700         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
20701         MonoGHashTable, since it contains pointers to objects which the GC 
20702         needs to track.
20703
20704         * assembly.c (search_loaded): remove unused variable.
20705         
20706 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
20707
20708         * object.c: fixed issue exposed by gcc-generated IL programs
20709         that use RVA data for pointers.
20710
20711 2003-01-25  Martin Baulig  <martin@ximian.com>
20712
20713         * threads.c (start_wrapper): Moved the initialization of
20714         `start_func' above the mono_new_thread_init() call to which we
20715         pass it as argument.
20716
20717 2003-01-24  Martin Baulig  <martin@ximian.com>
20718
20719         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
20720         the MonoThread pointer.
20721
20722 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
20723
20724         * icall.c: Rename `PowImpl' to Pow.
20725
20726 2003-01-23  Dick Porter  <dick@ximian.com>
20727
20728         * threads.c (start_wrapper): Create a Thread object if needed, so
20729         the Main() thread can do the class initialisation in a subthread
20730         that has been set up to allow managed code execution.
20731
20732         Pass the thread ID instead of the MonoThread pointer to the thread
20733         start and attach callbacks.  This change is required, because the
20734         jit thread start callback must be called _before_ the Thread
20735         object can be created.
20736         
20737         (mono_thread_init): Removed much object creation code that is no
20738         longer needed.  No managed code is called from here now.
20739
20740         * object.c (mono_runtime_exec_managed_code): Create a subthread
20741         for Main, and call back to the runtime to use it.
20742         Set the exit code when Main exits.
20743
20744         * gc.c: Make sure domain finalisation happens in a subthread.
20745         Re-enable threaded GC, fixing bug 31333 (again).
20746
20747         * environment.c: System.Environment internall calls (so far just
20748         ExitCode is here, the others are still in icall.c)
20749
20750         * appdomain.c (mono_runtime_cleanup): All threads running managed
20751         code should have finished before mono_runtime_cleanup() is
20752         reached, so no need to clean up threads.
20753
20754 2003-01-22  Martin Baulig  <martin@ximian.com>
20755
20756         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
20757         `gpointer func' arguments.      
20758         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
20759         but added `MonoThread *thread' argument.
20760         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
20761
20762         * threads.c (mono_new_thread_init): Added `gpointer func' argument
20763         and pass it to the mono_thread_start_cb callback.
20764         (mono_install_thread_callbacks): New public function to install a
20765         set of callbacks which are set by the debugger.
20766         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
20767
20768 2003-01-22  Martin Baulig  <martin@ximian.com>
20769
20770         * Makefile.am: Install debug-mono-symfile.h.
20771
20772 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
20773
20774         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
20775
20776 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
20777
20778         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
20779         * class.c (mono_ptr_class_get): correctly set access levels of pointers
20780         (mono_array_class_get): correctly set access levels of arrays
20781
20782 2003-01-20      Patrik Torstensson
20783         * image.h (MonoAssemblyName): changed major, minor, build, revision
20784         from signed to unsigned.
20785
20786 2003-01-20  sean kasun <skasun@azstarnet.com>
20787
20788         * reflection.c (load_cattr_value): Now this handles
20789         MONO_TYPE_SZARRAY.  Fixes bug #35629
20790
20791 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
20792
20793         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
20794         integer value
20795
20796 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20797
20798         * decimal.c: fixed bug #26056.
20799
20800 2003-01-17  Martin Baulig  <martin@ximian.com>
20801
20802         * gc.c: Raise an ExecutionEngineException instead of using g_error().
20803
20804 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20805
20806         * exception.[ch]:
20807         (mono_get_exception_type_initialization): new function.
20808
20809         * object.c: throw a TypeInitializationException when an exception is
20810         thrown invoking the class constructor.
20811
20812 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20813
20814         * reflection.c: fixed attribute reading.
20815
20816 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20817
20818         * icall.c:
20819         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
20820         provided, look for the type in the calling assembly and then in
20821         mscorlib; if the assembly name is provided, only try that one.
20822
20823 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
20824
20825         * object.c: register the vtable before there is a chance it's
20826         queried again recursively.
20827
20828 2003-01-13  Duncan Mak  <duncan@ximian.com>
20829
20830         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
20831         gc-internal.h. 
20832         
20833 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
20834
20835         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
20836
20837 2003-01-11  Martin Baulig  <martin@ximian.com>
20838
20839         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
20840         this to 20 for the release.
20841
20842 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
20843
20844         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
20845
20846         * loader.c (mono_method_get_marshal_info): bug fix
20847
20848         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
20849         structures with explicit layout
20850
20851 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20852
20853         * profiler.c: made the output more readable (and sorted). 
20854         Added caller information for the allocation profiler.
20855
20856 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
20857
20858         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
20859
20860 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20861
20862         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
20863         to get value types.
20864         
20865 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
20866
20867         * object.c, profiler.h, profiler.c, profiler-private.h:
20868         Added object allocation profiler.
20869
20870 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
20871
20872         * reflection.h, reflection.c: handle global methods.
20873         Compress blob entries.
20874
20875 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
20876
20877         * marshal.c: fix compilation.
20878
20879 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
20880
20881         * loader.c (mono_method_get_marshal_info): impl.
20882
20883         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
20884
20885 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20886
20887         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
20888         for reference types.
20889
20890 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
20891
20892         * loader.c: fixed off by one error in loaded parameter names.
20893
20894 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
20895
20896         * marshal.c (mono_marshal_get_icall_wrapper): like
20897         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
20898         instead of a MonoMethod.
20899
20900 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20901
20902         * decimal.c: fixed bug #36537.
20903
20904 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
20905
20906         * marshal.c: throw a missing method exception if a
20907         P/Invoke method is not found.
20908
20909 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20910
20911         * icall.c: allow a null this for constructors.
20912
20913 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
20914
20915         * icall.c: raise the proper exceptions if the arguments to the
20916         internal Invoke are incorrect.
20917
20918 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
20919
20920         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
20921
20922 2003-01-03  Martin Baulig  <martin@ximian.com>
20923
20924         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20925
20926 2002-12-31  Martin Baulig  <martin@ximian.com>
20927
20928         * debug-mono-symfile.c: Completely rewrote the type section.
20929         Instead of using individual malloc()ed fields, we use one big
20930         continuous memory area and offsets into this area.
20931         See the comments in the source code for details.
20932
20933 2002-12-30  Martin Baulig  <martin@ximian.com>
20934
20935         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
20936
20937 2002-12-30  Martin Baulig  <martin@ximian.com>
20938
20939         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
20940         line number table in this data blob instead of using an external
20941         pointer.
20942
20943 2002-12-28  Martin Baulig  <martin@ximian.com>
20944
20945         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20946
20947 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
20948
20949         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
20950         as a boxed return type.
20951
20952 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
20953
20954         * appdomain.c
20955         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
20956         g_build_filename to properly get separators on the filename created.
20957
20958         * object.h: Small change, introduce MonoMarshalByRefObject to
20959         track the layout of that structure in the C# universe as we make
20960         changes there.
20961
20962 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
20963
20964         * object.c: removed assert to allow static fields on interfaces.
20965         * loader.c: a TypeSpec may be used for any type, not just arrays.
20966
20967 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20968
20969         * class.c, class.h: added mono_class_array_element_size ().
20970         Ignore static methods in interfaces.
20971
20972 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20973
20974         * threads.c: fixed the build under cygwin.
20975
20976 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
20977
20978         * reflection.c: handle nullref constants. Allocate keys for
20979         reflection handles with the GC.
20980
20981 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20982
20983         * threads.c, threads.h: added mono_thread_get_abort_signal()
20984         to get a suitable signal for thread abort.
20985
20986 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20987
20988         * metadata.c: fix handling of ExportedType table.
20989
20990 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20991
20992         * icall.c: added WriteWindowsDebugString internal call.
20993
20994 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20995
20996         * reflection.h: added fields to match C# implementation.
20997
20998 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20999
21000         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
21001
21002 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
21003
21004         * gc.h, gc-internal.h: Rename header for GC internal calls to
21005         gc-internal.h from gc.h as to not clash with Boehm GC having its
21006         header installed as <gc.h> in outside include paths.
21007         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
21008         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
21009
21010 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21011
21012         * icall.c: assign minor, build and revision in FillName.
21013
21014 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
21015
21016         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
21017         Added support for running code generated by Reflection.Emit.
21018
21019 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21020
21021         * appdomain.c: check for NULL argument in LoadFrom.
21022
21023 2002-12-10  Dick Porter  <dick@ximian.com>
21024
21025         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
21026
21027 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21028
21029         * appdomain.c: fix buglet when building exe file name.  Handle full
21030         assembly name (needed after latest changes to AssemblyName).
21031         * image.c:
21032         (mono_image_close): free some hashtables.
21033
21034 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
21035
21036         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
21037         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
21038         on some systems (redhat 7.3) 
21039
21040 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
21041
21042         * threads.c: delete the critical section of a sync block,
21043         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
21044
21045 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
21046
21047         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
21048
21049 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21050
21051         * appdomain.[ch]: handle the assembly preload event to try loading the
21052         assemblies using the paths we have in the current domain.
21053
21054         * assembly.[ch]: created an assembly preload hook that is called to try
21055         loading the assembly by other means that the ones provided here.
21056
21057         * domain.c: initialize the domain search path.
21058
21059         From now on, assemblies (TODO: except corlib and System) are loaded
21060         according to these rules when using mono_assembly_load ():
21061
21062                 1. It tries to load the assembly from the ApplicationBase
21063                 of the current domain appending .dll and .exe (TODO: have to
21064                 try loading from name/name.dll and name/name.exe).
21065
21066                 2. It tries the search path specified in PrivateBinPath for the
21067                 current domain (if any).
21068
21069                 3. Previous behavior.
21070
21071 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
21072
21073         * icall.c: implemented GetInterfaceMap() related icall.
21074         * domain.c, loader.h: load MethodInfo in mono_defaults.
21075
21076 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21077
21078         * gc.c: disable the finalizer thread for now, untill all the issues
21079         with it are resolved.
21080
21081 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21082
21083         * string-icalls.c: handle embedded nulls in string ctor when the
21084         length is specified.
21085
21086 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21087
21088         * class.c: look for explicit interface implementation in parent
21089         classes, too.
21090
21091 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
21092
21093         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
21094
21095 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
21096
21097         * gc.c: protect handles with a critical section.
21098
21099 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21100
21101         * icall.c:
21102         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
21103         parameters. If no assembly specified, try getting the type from all
21104         the assemblies in the current domain, else, load the assembly and get
21105         the type from it.
21106
21107 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21108
21109         * marshal.c: applied patch from Aleksey Demakov that fixes
21110         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
21111
21112 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21113
21114         * icall.c: fixed get_location.
21115
21116 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
21117
21118         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
21119         declarations to make it work with older gcc. 
21120
21121         * loader.c (mono_get_method): set signature->pinvoke for native calls
21122
21123 2002-11-20  Dick Porter  <dick@ximian.com>
21124
21125         * threads.c (mono_thread_init): Set the main thread's handle
21126
21127 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
21128
21129         * gc.c: allow compilation without GC support. Changed to match the
21130         mono coding style.
21131
21132 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21133
21134         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
21135
21136 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
21137
21138         * reflection.c: set a public key token on the core assemblies.
21139
21140 2002-11-18  Dick Porter  <dick@ximian.com>
21141
21142         * threads.c: Split out some thread initialisation so that other
21143         files can set the start callback function.
21144
21145         * gc.c: Run finalisers in a separate thread, to avoid stack
21146         overflow.  Fixes bug 31333.
21147
21148         * appdomain.c: Set up GC finalisation thread.
21149
21150         * reflection.c: 
21151         * object.c: 
21152         * domain.c: Use gc.h macros for GC_malloc
21153         
21154 2002-11-15  Dick Porter  <dick@ximian.com>
21155
21156         * threadpool.c: 
21157         * threads.c:
21158         * appdomain.c: Removed mono_runtime_init_with_attach(),
21159         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
21160         merging the extra parameter with the existing function.  Removed
21161         unneeded code in mono_thread_attach().
21162
21163 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
21164
21165         * image.c (mono_image_loaded_by_guid): a method to get loaded
21166         images by guid. 
21167         (load_metadata_ptrs): we store the guid as string.
21168
21169 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
21170
21171         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
21172
21173         * metadata.c (mono_guid_to_string): imported method form Zoltan
21174         Varga (slightly modified)
21175
21176         * assembly.c (mono_assembly_open): load precompiled code
21177
21178         * loader.h (MonoMethod): we store the method token for use in the
21179         aot compiler. 
21180
21181 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21182
21183         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
21184         the hook function called when an assembly is loaded.
21185         
21186         * domain.c: Modified file.
21187         (mono_domain_assembly_load): removed hash table insertion of assemblies.
21188
21189         Fixes bug #33196.
21190
21191 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
21192
21193         * reflection.c: Map PEFileKind to the value expected by the WinNT
21194         image loader. 
21195
21196 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21197
21198         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
21199         Read until the buffer is filled completely.
21200
21201 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21202
21203         * icall.c: implemented MonoType.InternalGetEvent ().
21204
21205 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21206
21207         * appdomain.c: implemented InitAppDomainSetup. Delayed
21208         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
21209         the entry_assembly.
21210
21211         * assembly.c: base_dir is now an absolute path ending with
21212         G_DIR_SEPARATOR.
21213
21214         * icall.c: modified get_location according to the above changes.
21215
21216         * object.c: init AppDomain.SetupInformation for the default domain after
21217         we have the entry assembly.
21218
21219         * domain.c: when unloading a domain, setup = NULL.
21220
21221 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
21222
21223         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
21224
21225 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
21226
21227         * object.h, object.c: introduced mono_object_get_virtual_method ()
21228         to lookup the method invoked on an object when a callvirt is done on
21229         a method.
21230         * icall.c: make MethodInfo::Invoke() always do a virtual call.
21231
21232 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21233
21234         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
21235         current domain when loaded an assembly and failed to load it.
21236
21237         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
21238
21239 2002-10-31  Dick Porter  <dick@ximian.com>
21240
21241         * icall.c: 
21242         * file-io.h: 
21243         * file-io.c: Return the error status in a parameter, as the
21244         GetLastError() value has long since been blown away if we try and
21245         look it up in a subsequent internal call invocation.  Delete the
21246         GetLastError() internal call, because it's useless.
21247
21248 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
21249
21250         * class.[ch]: added cast_class to fix bug 29517
21251
21252 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
21253
21254         * marshal.c: create valid IL code in the filter clause:
21255         the new JIT is less forgiving:-)
21256
21257 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21258
21259         * icall.c: removed get_property internal call.
21260
21261 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
21262
21263         * appdomain.h domain.c: Added an ID to appdomains.
21264         
21265         * threads.c threads.h icall.c: Implement icall
21266         Thread:GetDomainID(), and remove unused icall 
21267         CurrentThreadDomain_internal.
21268
21269 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21270
21271         * icall.c: Don't recurse through the base types in GetConstructor.
21272         Fixes bug #32063. 
21273
21274 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
21275
21276         * mempool.h, mempool.c: added mono_mempool_empty() and
21277         mono_mempool_stats().
21278
21279 2002-10-23  Dick Porter  <dick@ximian.com>
21280
21281         * file-io.c: 
21282         * file-io.h: 
21283         * icall.c: Added MonoIO.GetFileType internal call
21284
21285 2002-10-17  Dick Porter  <dick@ximian.com>
21286
21287         * appdomain.c (mono_runtime_cleanup): Don't signal the async
21288         delegate semaphore before waiting for all threads to finish,
21289         because new threads can also call async delegates.  Fixes bug
21290         32004.
21291
21292         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
21293         of 3 seconds, in case another async job is queued.  (This part is
21294         needed because the bug fix reintroduced the 3s exit lag.)  This
21295         makes the mono_runtime_shutdown flag superfluous.
21296
21297 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
21298
21299         * reflection.c: include ehader size in method section headers.
21300         Really check for suplicated modules entries.
21301
21302 2002-10-17  Martin Baulig  <martin@gnome.org>
21303
21304         * debug-mono-symfile.c: Added back support for locals.
21305
21306 2002-10-14  Martin Baulig  <martin@gnome.org>
21307
21308         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
21309         MONO_TYPE_VOID.
21310
21311 2002-10-14  Martin Baulig  <martin@gnome.org>
21312
21313         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
21314         mono_class_get() instead of looking in the class cache. 
21315
21316 2002-10-13  Martin Baulig  <martin@gnome.org>
21317
21318         * debug-mono-symfile.c: Set version number to 28, include the
21319         signature in method names.
21320
21321 2002-10-13  Martin Baulig  <martin@gnome.org>
21322
21323         * debug-mono-symfile.h: Set version number to 27.
21324
21325 2002-10-11  Martin Baulig  <martin@gnome.org>
21326
21327         * gc.c: Don't register/unregister NULL pointers as disappearing links.
21328
21329 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21330
21331         * metadata.c, metadata.h: added helper function to allocate signatures.
21332
21333 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21334
21335         * icall.c: added internal call to get the location of machine.config.
21336
21337 2002-10-08  Martin Baulig  <martin@gnome.org>
21338
21339         * debug-mono-symfile.c: Ignore classes with a pending init for the
21340         moment.
21341
21342 2002-10-03  Dick Porter  <dick@ximian.com>
21343
21344         * threads.c: Freebsd pthread_t is a pointer
21345
21346 2002-10-03  Dick Porter  <dick@ximian.com>
21347
21348         * socket-io.c: Implemented GetHostName_internal
21349
21350 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21351
21352         * mono-config.c:
21353         (mono_config_parse_file): don't leak the text.
21354
21355 2002-10-02  Martin Baulig  <martin@gnome.org>
21356
21357         * debug-mono-symfile.c: Added support for methods.
21358
21359 2002-10-01  Martin Baulig  <martin@gnome.org>
21360
21361         * debug-mono-symfile.c: Don't emit methods and line numbers for
21362         the dynamic symbol file, just write the type table.  We can easily
21363         have an external helper program which creates a symbol file for an
21364         IL file.        
21365
21366 2002-10-01  Dick Porter  <dick@ximian.com>
21367
21368         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
21369         Only add the handle to the cleanup array when we're about to
21370         launch the thread.  Bug 31425 deadlocked when the test was run on
21371         mono under w32.
21372
21373 2002-10-01  Martin Baulig  <martin@gnome.org>
21374
21375         * debug-mono-symfile.c: Added support for properties.
21376
21377 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21378
21379         * reflection.c: unaligned store fix from Mark Crichton
21380         <crichton@gimp.org>.
21381
21382 2002-09-27  Martin Baulig  <martin@gnome.org>
21383
21384         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
21385         New interncall.
21386
21387 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
21388
21389         * assembly.h, assembly.c: use a sane API to hook into the assembly
21390         loading process instead of a useless special-purpouse hack
21391         (ngen needs a hook, too, for example).
21392
21393 2002-09-27  Dick Porter  <dick@ximian.com>
21394
21395         * threads.c (mono_thread_init): Call GetCurrentProcess() so
21396         io-layer can set up some process handle info.  Not needed on w32,
21397         but doesn't hurt either.
21398
21399         * process.c: Pass the program name in the second parameter to
21400         CreateProcess, so the path is searched.  Include the working
21401         directory. Implemented process name, process enumeration, and some
21402         process detail internal calls.
21403         
21404         * icall.c: Added internal calls for process lookup, and some
21405         process details
21406
21407 2002-09-26  Martin Baulig  <martin@gnome.org>
21408
21409         * assembly.c (mono_install_open_assembly_hook): New global
21410         function to install a function to be invoked each time a new
21411         assembly is loaded.
21412         (mono_assembly_open): Run this callback function if set.
21413
21414         * debug-mono-symfile.c: Put back line numbers for the dynamic
21415         symbol file and also record the .il file as source file.  This
21416         allows us to install the temporary symbol file as `file.dbg' just
21417         like a compiler-generated one.
21418
21419 2002-09-26  Nick Zigarovich <nick@chemlab.org>
21420
21421         * Corrected typo in gc.c (BOHEM vs BOEHM).
21422
21423 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21424
21425         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
21426         GetProperties. Also avoid calling g_slist_length in GetProperties and
21427         GetMethods.
21428
21429 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
21430
21431         * reflection.c: avoid unaligned stores (bug spotted by
21432         Mark Crichton  <crichton@gimp.org>).
21433
21434 2002-09-25  Martin Baulig  <martin@gnome.org>
21435
21436         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
21437         instead of guint64 for addresses and added prologue/epilogue info.
21438
21439 2002-09-25  Martin Baulig  <martin@gnome.org>
21440
21441         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
21442         store line number info.  For the dynamic symbol file, we only need
21443         to provide the JIT generated dynamic line number info for the dynamic
21444         symbol file.
21445
21446 2002-09-25  Martin Baulig  <martin@gnome.org>
21447
21448         * debug-mono-symfile.h: Incremented version number.
21449
21450 2002-09-24  Martin Baulig  <martin@gnome.org>
21451
21452         * class.c (mono_debugger_class_init_func): New global function
21453         pointer variable.
21454         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
21455         call it.
21456
21457         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
21458         function.  This is called via the mono_debugger_class_init_func
21459         hook to add all types to the dynamic type table.
21460         (ves_icall_MonoDebugger_GetType): New interncall to get a class
21461         from its metadata token.
21462
21463         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
21464         New interncall for the debugger.
21465
21466 2002-09-24  Nick Drochak <ndrochak@gol.com>
21467
21468         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
21469         before using it in case it is null.
21470         
21471 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21472
21473         * metadata.c: allow custom modifiers in local var signatures
21474         (bug spotted by Zoltan Varga).
21475
21476 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21477
21478         * class.c: deal with the <Module> class that may have a NULL vtable.
21479         Eliminate warnings.
21480
21481 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21482
21483         * image.c, image.h: more strong name helpers.
21484         * monosn.c: more work: convert pem keys to cryptoapi format.
21485
21486 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
21487
21488         * string-icalls.c: speedup IndexOf.
21489
21490 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21491
21492         * icall.c: updates from Zoltan.2.Varga@nokia.com.
21493
21494 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21495
21496         * icall.c: cleanup: use mono_object_domain ().
21497
21498 2002-09-23  Martin Baulig  <martin@gnome.org>
21499
21500         * debug-mono-symfile.c: Improved type support.
21501
21502 2002-09-22  Martin Baulig  <martin@gnome.org>
21503
21504         * debug-mono-symfile.c: Added support for reference types and strings.
21505
21506 2002-09-22  Martin Baulig  <martin@gnome.org>
21507
21508         * debug-mono-symfile.c: Started to work on the type table.
21509
21510 2002-09-21  Martin Baulig  <martin@gnome.org>
21511
21512         * debug-mono-symfile.c: Largely reworked the symbol table format.
21513         The symbol table is now incrementally updated each time a new
21514         method is added.  We're now also using our own magic and version
21515         so that you don't need to recompile all your classes if the
21516         dynamic table changes.
21517         (mono_debug_update_mono_symbol_file): Removed.
21518         (mono_debug_symfile_add_method): New function to add a method.
21519
21520 2002-09-21  Martin Baulig  <martin@gnome.org>
21521
21522         * icall.c
21523         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
21524         New interncall.
21525
21526         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
21527         New interncall to get a method from its metadata token.
21528
21529 2002-09-21  Martin Baulig  <martin@gnome.org>
21530
21531         * debug-mono-symfile.c: Create type table.
21532
21533 2002-09-20  Martin Baulig  <martin@gnome.org>
21534
21535         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
21536
21537 2002-09-20  Martin Baulig  <martin@gnome.org>
21538
21539         * debug-mono-symfile.c: Provide information about params and locals.
21540
21541 2002-09-20  Martin Baulig  <martin@gnome.org>
21542
21543         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
21544         New interncall.
21545
21546         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
21547         interncall to get a method from its metadata token.
21548
21549 2002-09-20  Martin Baulig  <martin@gnome.org>
21550
21551         * debug-mono-symfile.c: Added a few checks for method->header
21552         being non-NULL.  This should never happen, but for the moment
21553         let's use a g_warning() rather than a g_assert().
21554
21555 2002-09-19  Mark Crichton  <crichton@gimp.org>
21556
21557         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
21558         even if support for it isn't present.  Added an #ifdef to fix this.
21559
21560         * socket-io.c: Added checks back for Solaris support.
21561
21562 2002-09-19  Martin Baulig  <martin@gnome.org>
21563
21564         * debug-mono-symfile.c (read_string, write_string): Reflect latest
21565         changes in the symbol file format.
21566
21567 2002-09-18  Martin Baulig  <martin@gnome.org>
21568
21569         * debug-mono-symfile.c: Set version number to 21.
21570
21571 2002-09-18  Dick Porter  <dick@ximian.com>
21572
21573         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
21574         on netbsd.  Fixes bug 30051.
21575
21576 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21577
21578         * reflection.c:
21579         (set_version_from_string): little fix.
21580
21581 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21582
21583         * monosn.c, Makefile.am: added strong name utility.
21584         * reflection.h, reflection.c: implemented delayed signing,
21585         locale, version and hash id assembly attributes.
21586
21587 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
21588
21589         * loader.c, metadata.c: load param attributes in signatures.
21590
21591 2002-09-16  Martin Baulig  <martin@gnome.org>
21592
21593         * debug-mono-symfile.c: Added string table with all method names.
21594
21595 2002-09-14  Martin Baulig  <martin@gnome.org>
21596
21597         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
21598         fast method lookup.
21599
21600 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21601
21602         * reflection.c: record the public key token of referenced assemblies.
21603
21604 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
21605
21606         * image.c, image.h: added functions to get the strong name and the
21607         public key of an assembly.
21608         * pedump.c: use them.
21609
21610 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
21611
21612         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
21613
21614 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
21615
21616         * marshal.c (mono_marshal_get_managed_wrapper): Added
21617         MONO_TYPE_BOOLEAN 
21618
21619 2002-09-11  Martin Baulig  <martin@gnome.org>
21620
21621         * gc.c: Call GC_unregister_disappearing_link() on all links when
21622         finalizing them, this is necessary to aviod a crash in boehm's
21623         finalize handler.
21624
21625 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21626
21627         * gc.c: handle GetTarget for finalized objects spotted and fixed by
21628         nick@chemlab.org.
21629
21630 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
21631
21632         * icall.c: implemented MonoType::Module.
21633         * reflection.c, reflection.h: mono_module_get_object () from
21634         Tomi Pakarinen <tomi.pakarinen@welho.com>.
21635
21636 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21637
21638         * icall.c: ignore overridden methods in GetMethods ().
21639         Fix for FieldInfo::SetValue().
21640         * object.c: handle float/double in runtime invoke.
21641
21642 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21643
21644         * object.c: allow a constructor to be called again on an object.
21645
21646 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21647
21648         * class.h, class.c: move field layout code to it's own function and
21649         export it. Get an interface id earlier. Move fields in MonoClass
21650         so they are more cache friendly and align the bitfields.
21651         * loader.c: temporary handle get_param_names() for a runtime method.
21652         * reflection.c, reflection.h: more code to handle runtime creation of
21653         types.
21654
21655 2002-09-09  Martin Baulig  <martin@gnome.org>
21656
21657         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
21658         signature with the pinvoke field being set for the actual call.
21659
21660 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21661
21662         * icall.c: removed some unused icalls. Start of map of glib charsets
21663         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
21664
21665 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21666
21667         * debug-helpers.c: break infinite loop (found and fixed by
21668         Holger Arnold <harnold@gmx.de>).
21669
21670 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21671
21672         * icall.c: target may be null in create_delegate.
21673
21674 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21675
21676         * marshal.c: handle a boolean return type.
21677
21678 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21679
21680         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
21681
21682 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21683
21684         * gc.c: fix weakreferences.
21685
21686 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
21687
21688         * icall.c: added icall to get default codepage.
21689
21690 2002-09-03  Dick Porter  <dick@ximian.com>
21691
21692         * threads.h: 
21693         * threads.c: Use MonoThread instead of MonoObject where
21694         apropriate.
21695
21696         Store running thread objects in a hash table, so that we have all
21697         the info to hand when waiting for them to finish
21698         (means we don't need OpenThread() any more, so mingw builds should
21699         be fully functional again.)
21700
21701         * verify.c:
21702         * object.h: Added thread ID to MonoThread
21703
21704 2002-09-03  Martin Baulig  <martin@gnome.org>
21705
21706         * icall.c (System.Reflection.Assembly::get_location): New interncall.
21707
21708 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21709
21710         * icall.c: fixed leak in get_temp_path. Thanks lupus.
21711
21712 2002-09-03  Martin Baulig  <martin@gnome.org>
21713
21714         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
21715         argument to store the end address of the disassembled instruction.
21716
21717         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
21718         here from debug-symfile.h.
21719         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
21720         JIT into this struct.
21721         (MonoSymbolFile): Added `char *image_file' field.
21722         (MonoDebugGetMethodFunc): Removed.
21723         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
21724         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
21725         (mono_debug_find_method): New method.
21726
21727         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
21728         create a full symbol file.
21729         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
21730         and static symbol files.
21731         (mono_debug_find_method): The symbol file keeps an internal method hash,
21732         call this to get a MonoDebugMethodInfo from a MonoMethod.
21733
21734         * debug-symfile.[ch]: Removed.
21735
21736 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
21737
21738         * image.c (do_mono_image_open): Remove linker version check.
21739
21740 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
21741
21742         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
21743         wrappers for instance methods.
21744         
21745 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21746
21747         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
21748
21749 2002-08-28  Dick Porter  <dick@ximian.com>
21750
21751         * Makefile.am: Export HOST_CC for w32 builds
21752
21753 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21754
21755         * file-io.c process.c: MonoString are null terminated, no
21756         need for mono_string_to_utf16() anymore.
21757
21758 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21759
21760         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
21761
21762 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
21763
21764         * icall.c, reflection.h: speedup System.MonoType.
21765
21766 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21767
21768         * reflection.c: allow null as the value of a string argument in
21769         custom attributes constructors.
21770
21771 2002-08-27  Martin Baulig  <martin@gnome.org>
21772
21773         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
21774         `trampoline_address' field.
21775
21776 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
21777
21778         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
21779         check (fixes bug #29486) 
21780
21781 2002-08-27  Martin Baulig  <martin@gnome.org>
21782
21783         * debug-mono-symfile.c: Changed the file format in a way that allows us
21784         open it read-only and to use a specially malloced area for all the
21785         dynamic data.  We can now also generate a symbol file on-the-fly if we're
21786         debugging IL code and there is no MCS generated symbol file for it.
21787
21788 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21789
21790         * object.c: added a define for a good string and array
21791         creation speedup (not enabled by default because we need to deal with
21792         the synch stuff).
21793
21794 2002-08-26  Martin Baulig  <martin@gnome.org>
21795
21796         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
21797         function to create a dynamic symbol file.  This is used by the
21798         debugger to create a symbol file for IL code on-the-fly.
21799
21800 2002-08-26  Martin Baulig  <martin@gnome.org>
21801
21802         * loader.c (mono_lookup_pinvoke_call): Include the error message
21803         from g_module_error() in the error message.
21804
21805 2002-08-24  Martin Baulig  <martin@gnome.org>
21806
21807         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
21808         function to update the symbol file.  The symbol file is mmap()ed
21809         writable, but private.  This allows us to install the symbol file
21810         together with the assembly.
21811
21812 2002-08-24  Martin Baulig  <martin@gnome.org>
21813
21814         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
21815         but they can read the new symbol file format which mcs is now creating.
21816
21817         * debug-symfile.c (mono_debug_find_source_location): Moved to
21818         debug-mono-symfile.c; this is now operating on the new symbol file.
21819
21820 2002-08-23  Martin Baulig  <martin@gnome.org>
21821
21822         * debug-helpers.c (mono_method_desc_from_method): New function to get
21823         a MonoMethodDesc from a MonoMethod.
21824
21825 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21826
21827         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
21828         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
21829
21830 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
21831
21832         * string-icalls.[ch]: make helper methods static.
21833
21834 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21835
21836         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
21837         types to it and to SetValueInternal.
21838
21839         * object.c: Moved handle_enum label to its proper place. This was the
21840         f... bug! ;-)
21841
21842         This time i compiled mcs and gtk-sharp and they both work.
21843
21844 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21845
21846         * icall.c: reverted partially my previous patch until 
21847         object.c:set_value handles enums correcly.
21848
21849 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21850
21851         * icall.c:
21852         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
21853         (ves_icall_System_Environment_get_MachineName): removed warning when
21854         compiling under cygwin.
21855
21856 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21857
21858         * object.c: fixed field_get_value() for reference types.
21859
21860 2002-08-22  Dick Porter  <dick@ximian.com>
21861
21862         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
21863         Don't free a buffer while it's still needed.  Patch from Jonathan
21864         Liger <Jonathan.liger@wanadoo.fr>
21865
21866 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
21867
21868         * icall.c (ves_icall_System_Environment_get_Platform): Add new
21869         internal call.
21870
21871 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
21872
21873         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
21874         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
21875
21876         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
21877         we call unmanaged code which throws exceptions.
21878
21879 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21880
21881         * appdomain.h: added per-domain entry_assembly.
21882         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
21883         arguments.
21884         * icall.c: Assembly::GetEntryAssembly icall.
21885         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
21886         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
21887
21888 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21889
21890         * appdomain.h, gc.c: added mono_domain_finalize ().
21891
21892 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21893
21894         * object.c:
21895         (mono_print_unhandled_exception): changed g_warning by g_printerr
21896         because g_log has a 1024 characters limit (yeah, i got a big stack
21897         trace). Don't print exception name, that should be in ToString 
21898         returned string.
21899
21900 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21901
21902         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
21903         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
21904
21905 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21906
21907         * object.c:
21908         (mono_print_unhandled_exception): after previous commit, i realized
21909         that MS calls ToString on the exception. I changed this function to
21910         do that. This way we get stack_trace for free.
21911
21912 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21913
21914         * object.c:
21915         (mono_print_unhandled_exception): invoke Message property instead of
21916         getting 'message' field from Exception. Don't allocate memory for
21917         'trace' and 'message' if not needed.
21918
21919 2002-08-18  Dick Porter  <dick@ximian.com>
21920
21921         * unicode.c: Fix asserts to match Encoder.cs checks
21922
21923 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21924
21925         * marshal.c: fix unaligned store issue and a few wrong
21926         opcode argument types.
21927
21928 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21929
21930         * icall.c: added GetUninitializedObjectInternal internal call.
21931
21932 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
21933
21934         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
21935         to the right domain.
21936
21937 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
21938
21939         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
21940
21941         * class.c (class_compute_field_layout): set blittable to false for Strings
21942
21943         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
21944
21945 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21946
21947         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
21948         first chunk of code to create types at runtime. Code to
21949         handle ReflectedType/DeclaringType. Make reflection handles
21950         domain specific.
21951
21952 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
21953
21954         * class.c: set correct name in arrays.
21955
21956 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
21957
21958         * appdomain.c (mono_domain_transfer_object): make it work with
21959         valuetypes. bug fixes.
21960
21961 2002-08-12  Dick Porter  <dick@ximian.com>
21962
21963         * object.h: Rename some parameters to avoid c++ keywords (Patch
21964         from Joseph Wenninger <kde@jowenn.at>)
21965
21966 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
21967
21968         * icall.c: added icall to implement Assembly.GetFile*.
21969
21970 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21971
21972         * reflection.h, reflection.c: code to embed managed resources.
21973
21974 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21975
21976         * class.c: move all the type size stuff into
21977         class_compute_field_layout().
21978
21979 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21980
21981         * class.c: ensure enums have always the correct instance size.
21982         * unicode.c: remove wrong assert.
21983
21984 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21985
21986         * assembly.c: fix mem corruption issue.
21987         * image.h, image.c: added mono_image_get_resource () to access
21988         managed resources.
21989         * icall.c: implemented Assembly.EntryPoint property and some
21990         Managed Resources related internalcalls.
21991
21992
21993 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
21994
21995         * image.c, image.h: impemented mono_image_get_entry_point ().
21996         * appdomain.c: use mono_image_get_entry_point.
21997
21998 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21999
22000         * reflection.c: support the object type argument when loading
22001         custom attributes.
22002
22003 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
22004
22005         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
22006         String as return type.
22007
22008 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
22009
22010         * reflection.c: fix encoding of named args for custom attrs to match
22011         the ms implementation. Read them back when instantiating custom
22012         attributes.
22013
22014 2002-08-02  Radek Doulik  <rodo@ximian.com>
22015
22016         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
22017         by Dietmar as quick fix
22018         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
22019         16 as stack size, used on more places as quick fix before Dietmar
22020         will fix it properly
22021
22022 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
22023
22024         * object.h, object.c: added accessors for fields and properties.
22025
22026 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
22027
22028         * class.c, class.h: made mono_class_get_field_from_name ()
22029         loop on parent types.
22030         Added mono_class_get_property_from_name ().
22031
22032 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22033
22034         * class.c, class.h: move the code to setup the type vtable in its own
22035         function so that it can be reused also for types created at runtime.
22036         Eliminate the "class" identifier from the header file.
22037         * reflection.c: setup the vtable for enums so that we can create
22038         objects for use in SetConstant ().
22039
22040 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
22041
22042         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
22043         instead of the delegate itself as this pointer (bug #28383)
22044
22045 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
22046
22047         * marshal.c (mono_marshal_get_managed_wrapper): added return type
22048         conversions.
22049
22050 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22051
22052         * loader.c: don't set the pinvoke bit on icalls.
22053
22054 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
22055
22056         * debug-helpers.c (mono_method_full_name): only print a number to
22057         indicate wrapper type (so that the output is more readable in traces).
22058
22059 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
22060
22061         * class.c (mono_class_init): include method override patch from Paolo
22062
22063 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
22064
22065         * icall.c: fixed GetTypeCode().
22066
22067 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
22068
22069         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
22070         use real delegate invoke function to make it work with multicast
22071         delegates (fix bug# 28291).
22072
22073 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22074
22075         * object.c: load constant strings.
22076
22077 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22078
22079         * reflection.c: no magic numbers.
22080         * tabledefs.h: security action enum.
22081
22082 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22083
22084         * assembly.c: fix possible memory corruption.
22085
22086 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
22087
22088         * reflection.h, reflection.c: added support for linking resources.
22089         * verify.c: check we have an updated corlib.
22090
22091 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
22092
22093         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
22094         string arrays.
22095         (mono_marshal_string_array): null terminate unmanaged string arrays.
22096         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
22097
22098 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22099
22100         * icall.c: Type.GetType () can now return also types from the
22101         calling assembly.
22102
22103 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
22104
22105         * loader.h, loader.c: stack walking support.
22106         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
22107         GetCallingAssembly.
22108
22109 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
22110
22111         * marshal.c: added optimisations for blittable types 
22112
22113         * class.c (mono_array_class_get): do not set blittable attribute on arrays
22114         (mono_class_setup_mono_type): set blittable attribute for single
22115         and double.
22116
22117         * marshal.c (mono_string_utf8_to_builder): impl.
22118         (mono_string_builder_to_utf8): impl.
22119         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
22120
22121 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
22122
22123         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
22124         (mono_marshal_get_managed_wrapper): impl. byref types
22125
22126 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22127
22128         * icall.c:
22129         (search_method): don't display debug message. 
22130
22131 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
22132
22133         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
22134
22135 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
22136
22137         * appdomain.c: set the missing filename when throwing exception.
22138
22139 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
22140
22141         * metadata.c (mono_type_size): code cleanup
22142         (mono_type_stack_size): removed some test code
22143
22144 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
22145
22146         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
22147         mono_get_exception_file_not_found now.
22148
22149         * exception.c (mono_exception_from_name_two_strings): New version
22150         that will call a constructor with two string arguments. 
22151         (mono_get_exception_file_not_found): New helper routine, used to
22152         report file-not-found errors.
22153
22154 2002-07-20  Dick Porter  <dick@ximian.com>
22155
22156         * process.h:
22157         * process.c: Pass file handles to CreateProcess
22158         
22159         * icall.c:
22160         * file-io.h:
22161         * file-io.c: Implemented CreatePipe
22162
22163 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
22164
22165         * metadata.c (mono_get_param_info): set alignment for value types
22166
22167 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22168
22169         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
22170         Constify mono_domain_assembly_open().
22171         * loader.c: handle null namespace in icalls.
22172
22173 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
22174
22175         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
22176         (emit_str_to_ptr_conv): marshal object as structs
22177
22178         * metadata.c (mono_type_to_unmanaged): marshal object as structs
22179
22180         * marshal.c (mono_marshal_get_runtime_invoke): support value types
22181
22182 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
22183
22184         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
22185         (mono_marshal_get_native_wrapper): we an now return value types
22186
22187 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22188
22189         * verify.c: more checks implemented.
22190
22191 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
22192
22193         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
22194         (fix bug #27695)
22195         (mono_marshal_get_native_wrapper): allow byref arguments
22196         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
22197         impl. PtrToStringXXX methods
22198         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
22199         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
22200         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
22201         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
22202         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
22203
22204 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22205
22206         * reflection.c: fix buglet in parsing an assembly name.
22207
22208 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
22209
22210         * marshal.c (emit_ptr_to_str_conv): first impl.
22211
22212 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22213
22214         * object.c, class.h: cache the vtable in the class as suggested by
22215         vargaz@freemail.hu (Zoltan Varga).
22216
22217 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22218
22219         * class.h, loader.c: added mono_field_from_token().
22220         * verify.c: first cut of type checking code.
22221
22222 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
22223
22224         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
22225
22226 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
22227
22228         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
22229         (fix bug #27782)
22230         (mono_marshal_get_remoting_invoke): impl.
22231         (mono_delegate_begin_invoke): impl.
22232         (mono_mb_emit_save_args): impl.
22233         (mono_delegate_end_invoke): impl.
22234         (mono_marshal_get_delegate_begin_invoke):
22235         (mono_marshal_get_delegate_end_invoke):
22236         (mono_marshal_get_delegate_invoke): generate a special name for
22237         those methods (including the signature) and associate them whith
22238         the delegate class. 
22239
22240 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
22241
22242         * reflection.[ch]: 
22243         (mono_reflection_type_from_name): now it has a MonoImage parameter
22244         which is used as the default image to search the type in. If the image
22245         is NULL or getting the type from it fails, it defaults to corlib.
22246
22247         * icall.c: changed 1 call to mono_reflection_type_from_name to match
22248         new parameter.
22249
22250 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22251
22252         * reflection.c: update the parameter table index.
22253
22254 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22255
22256         * domain.c: don't include the mark byte in the string hash.
22257
22258 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22259
22260         * icall.cs: icall for Type.GetTypeCode ().
22261         * verify: a couple of fixes and disabled local initialization checks.
22262
22263 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
22264
22265         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
22266
22267         * debug-helpers.c (mono_method_full_name): print the type of the
22268         runtime wrapper
22269
22270         * metadata.c (mono_signature_hash): a hash function for signatures
22271         (mono_signature_hash): better hash algorithm
22272
22273         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
22274
22275         * debug-helpers.c (mono_method_full_name): this can now generate
22276         method names with signatures
22277
22278         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
22279         method dont have this pointers.
22280
22281 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
22282
22283         * reflection.c: fixup typebuilder tokens.
22284         * image.c: fix buglet.
22285         * marshal.h: remove whitespace.
22286         * metadata.h, metadata.c: reinstate code that was removed.
22287         * verify.c: handle catch directives and fix another couple of bugs.
22288
22289 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
22290
22291         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
22292         (mono_marshal_get_native_wrapper): make it comp. with the old code
22293         (mono_marshal_get_native_wrapper): support boolean
22294         (mono_marshal_get_managed_wrapper): support more types
22295
22296 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
22297
22298         * class.c (class_compute_field_layout): compute class->blittable attribute.
22299
22300 2002-07-09  Dick Porter  <dick@ximian.com>
22301
22302         * threads.c: Make the thread cleaning up cope with threads that
22303         call ExitThread()
22304
22305 2002-07-08  Radek Doulik  <rodo@ximian.com>
22306
22307         * reflection.c (method_encode_code): use non-translated values to
22308         compute finally_start, this fixes exception handling on ppc, yay!
22309
22310         * decimal.h (struct signscale): fix endianess
22311
22312 2002-07-07  Radek Doulik  <rodo@ximian.com>
22313
22314         * reflection.c: swap box_val and not val
22315
22316 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
22317
22318         * reflection.c, reflection.h: handle full assembly info in type name.
22319         Handle Type arguments when loading custom attributes.
22320         * icall.c: updated to use new mono_reflection_type_from_name () method.
22321
22322 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22323
22324         * loader.c:
22325         (method_from_memberref): also print assembly name when method not found.
22326
22327 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22328
22329         * icall.c:
22330         (ves_icall_TypeGetProperties): fixed bug #27473. 
22331
22332 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22333
22334         * reflection.c: display image name and token when cannot find the
22335         .ctor for an attribute.
22336
22337 2002-07-05  Martin Baulig  <martin@gnome.org>
22338
22339         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
22340
22341 2002-07-04  Dick Porter  <dick@ximian.com>
22342
22343         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
22344         compile on mingw.  This will cause mingw builds to not wait for
22345         subthreads to terminate after the main thread does.  I've lodged a
22346         bug with the mingw developers for them to wrap OpenThread().
22347
22348 2002-07-03  Dick Porter  <dick@ximian.com>
22349
22350         * threads.c: Store thread IDs instead of handles, because
22351         GetCurrentThread() returns a pseudohandle and therefore stores
22352         useless values.  mono_thread_cleanup() continues checking the
22353         array of threads until it is empty, to cope with subthreads
22354         spawning new threads after the main thread has finished.
22355
22356         * profiler.h:
22357         * profiler.c:
22358         * profiler-private.h: Pass the thread ID to thread profiler
22359         functions, instead of a handle
22360
22361 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22362
22363         * verify.c: fixes to make it more usable.
22364         * pedump.c: added --verify code to verify IL code in an assembly.
22365
22366 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22367
22368         * reflection.c: turn errors into warnings to allow compiling corlib.
22369
22370 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
22371
22372         * reflection.c: add special cases to compile corlib.
22373
22374 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22375
22376         * reflection.c: handle properties with only a set method.
22377
22378 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22379
22380         * opcodes.h: add enum with opcodes in opval order.
22381
22382 2002-07-01  Dick Porter  <dick@ximian.com>
22383         
22384         * object.h:
22385         * object.c (mono_runtime_run_main): Removed unneeded argument
22386
22387 2002-06-28  Martin Baulig  <martin@gnome.org>
22388
22389         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
22390
22391 2002-06-27  Dick Porter  <dick@ximian.com>
22392
22393         * threads.c: Store the handle in both the parent thread and in the
22394         subthread, to minimise the time between starting a new thread and
22395         storing its ID.
22396
22397 2002-06-26  Dick Porter  <dick@ximian.com>
22398
22399         * appdomain.c (mono_runtime_cleanup): Close the socket library
22400         after all the threads have finished, not before
22401
22402 2002-06-26  Martin Baulig  <martin@gnome.org>
22403
22404         * debug-symfile.c (mono_debug_find_source_location): Added
22405         `guint32 *line_number' argument.  If it's not NULL, store the line number
22406         there and return the file name without the line number.
22407
22408 2002-06-25  Dick Porter  <dick@ximian.com>
22409
22410         * icall.c:
22411         * process.h:
22412         * process.c: Process forking and other support functions
22413
22414 2002-06-25  Dick Porter  <dick@ximian.com>
22415
22416         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
22417         things dont happen when the image is closed.
22418         (mono_image_lookup_resource): Walk the resource section looking
22419         for a particular entry
22420
22421         * cil-coff.h: PE resource section decoding
22422
22423 2002-06-25  Dick Porter  <dick@ximian.com>
22424         
22425         * assembly.h:
22426         * assembly.c: 
22427         (mono_assembly_foreach): Accessor functions to walk the list of
22428         loaded assemblies
22429         (mono_assembly_set_main):
22430         (mono_assembly_get_main): Process methods need to know which
22431         assembly is the "main" one
22432
22433         * object.c (mono_runtime_run_main): Record the main assembly
22434
22435         * debug-helpers.c: Fix typo
22436
22437 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
22438
22439         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
22440         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
22441
22442 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22443
22444         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
22445
22446 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
22447
22448         * image.c (do_mono_image_open): Initialize reference count,
22449         otherwise we leak the MonoImage.
22450
22451 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
22452
22453         * reflection.c: small tweak to handle self-hosting.
22454
22455 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
22456
22457         * reflection.c: fix type name parse code.
22458
22459 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22460
22461         * reflection.c: break out of the loop.
22462         * image.c: special case corlib.
22463
22464 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22465
22466         * reflection.c: add all the custom attrs at the end to ensure the
22467         ctors have been properly initialized when the attributes are defined
22468         in the current assembly.
22469
22470 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22471
22472         * reflection.c: handle correctly multiple-nested types.
22473
22474 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
22475
22476         * row-indexes.h: fix typos.
22477         * reflection.c: adjust for typos and fix method_def_or_ref
22478         encoding in MethodImpl table.
22479
22480 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22481
22482         * reflection.c: fix entry point patching (thanks Serge!).
22483
22484 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
22485
22486         * verify.c: add check for System.Exception
22487
22488 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22489
22490         * image.c, class.c: minifix for code just c&p'ed.
22491         * reflection.c: warning fix.
22492         * object.h, loader.h, domain.c: load also StringBuilder.
22493
22494 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22495
22496         * marshal.h, marshal.c: some support code to handle complex marshaling.
22497
22498 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22499
22500         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
22501         Better signatures with vtable error dump.
22502
22503 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
22504
22505         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
22506
22507 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
22508
22509         * icall.c (ves_icall_Type_GetField): impl.
22510
22511 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22512
22513         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
22514         to retrieve a marshal description blob for a field or param.
22515
22516 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
22517
22518         * reflection.h, reflection.c: change order of nested type emission
22519         to avoid table corruption. The NestedTypes table is sorted.
22520         * icall.c: change order of GetConstructor results to workaround mcs bug.
22521
22522 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22523
22524         * reflection.h, reflection.c: handle field and param marshal
22525         information.
22526
22527 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22528
22529         * icall.c, marshal.c marshal.h: more Marshal class implementation.
22530
22531 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22532
22533         * reflection.c: fix call convention.
22534
22535 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22536
22537         * reflection.h, reflection.c: mono_image_get_memberref_token()
22538         takes a type instead of a class, now. Added
22539         mono_image_get_array_token() to create tokens for the special
22540         multi-dim array methods.
22541
22542 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22543
22544         * assembly.c: handle modules (no assembly table). Split
22545         loading references in its own function.
22546         * class.c: handle moduleref resolution scope.
22547         * image.c, image.h: cache module name in image.
22548
22549 2002-06-07  Martin Baulig  <martin@gnome.org>
22550
22551         * reflection.c (mono_image_get_type_info): Only add a class layout entry
22552         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
22553
22554 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22555
22556         * icall.c: more signature fixes that used uint instead of int.
22557
22558 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22559
22560         * reflection.c: fixed signature of field refs.
22561
22562 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22563
22564         * class.c, reflection.c: handle typerefs of nested types
22565         (both on read and when writing files).
22566
22567 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
22568
22569         * icall.c: fix method signatures that tried to workaround the previous
22570         typo, d'oh!
22571
22572 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22573
22574         * debug-helpers.c: fix typo.
22575
22576 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
22577
22578         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
22579         rewrote the PE/COFF writing code (our programs are understood by the
22580         ms runtime, now).
22581
22582 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
22583
22584         * gc.c, gc.h, icall.c: weakreference support.
22585
22586 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22587
22588         * Makefile.am, mono-config.c: use $(sysconfdir).
22589
22590 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22591
22592         * icall.c: changed default precision of Double.ToString() to 15.
22593         Fixed memory leak. Unified with Single.ToString.
22594
22595 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
22596
22597         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
22598
22599 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
22600
22601         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
22602         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
22603         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
22604         and myself.
22605
22606 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22607
22608         * debug-symfile.c, sysmath.c: yet more compilation fixes.
22609
22610 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22611
22612         * reflection.c, socket-io.c: more compilation fixes.
22613
22614 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22615
22616         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
22617         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
22618         unicode.c: warning and compiler compatibility fixes.
22619
22620 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22621
22622         * class.h, metadata.c: fixed warnings/compilation errors.
22623
22624 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22625
22626         * Makefile.am, mono-config.c, mono-config.h: configuration file
22627         support routines.
22628         * loader.c, loader.h: make Dll mapping configurable at runtime in the
22629         config file. Export methods to insert and lookup mappings.
22630
22631 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
22632
22633         * reflection.c: handle types and boxed objects in custom attr
22634         constructors.
22635
22636 2002-05-30  Martin Baulig  <martin@gnome.org>
22637
22638         * debug-symfile.c
22639         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
22640
22641 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
22642
22643         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
22644         to lookup the implmap row for a P/Invoke method.
22645         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
22646         P/Invoke method from the runtime on an as needed basis.
22647
22648 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
22649
22650         * metadata.c (mono_metadata_parse_signature): impl.
22651
22652 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22653
22654         * class.c: handle .pack directive.
22655
22656 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
22657
22658         * object.c: initialize static fields with RVA data.
22659
22660 2002-05-25  Martin Baulig  <martin@gnome.org>
22661
22662         * debug-symfile.c
22663         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
22664
22665 2002-05-24  Martin Baulig  <martin@gnome.org>
22666
22667         * debug-symfile.c
22668         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
22669         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
22670         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
22671
22672 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
22673
22674         * object.c: special case string ctros in invoke.
22675         * gc.c: silly whitespace changes.
22676
22677 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
22678
22679         * threadpool.[ch]: impl. a threadpool that can
22680         be used by mint and mono.
22681
22682 2002-05-22  Martin Baulig  <martin@gnome.org>
22683
22684         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
22685         The first argument is now a `MonoReflectionModuleBuilder *', the return
22686         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
22687         `methods' field to get the method builder.  The `token' argument is the
22688         unfixed token.
22689
22690         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
22691         invalid characters instead of g_assert_not_reached()ing.  This seems
22692         to be the behaviour of mscorlib.
22693
22694 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
22695
22696         * object.c (mono_runtime_invoke_array): applied patch from Rachel
22697         Hestilow to fix bug #25104
22698
22699 2002-05-21  Martin Baulig  <martin@gnome.org>
22700
22701         * debug-symfile.c (mono_debug_find_source_location): New function.
22702         Looks up an IL offset in the line number table and returns the source
22703         location as a string.
22704
22705 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22706
22707         * icall.c:
22708         (mono_double_ToStringImpl): changed %f by %g until we have something
22709         better.
22710
22711 2002-05-21  Nick Drochak  <ndrochak@gol.com>
22712
22713         * icall.c : Use different name for Math.Pow's icall.  Needed to check
22714         parameters first in C#.
22715
22716 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22717
22718         * icall.c, reflection.h: added icall to get info about an event.
22719
22720 2002-05-20  Radek Doulik  <rodo@ximian.com>
22721
22722         * object.c (mono_value_box): don't use memcpy for boxing on BIG
22723         endian
22724         (mono_value_box): don't use memcpy for small sizes on
22725         architectures with unaligned access
22726
22727 2002-05-20  Martin Baulig  <martin@gnome.org>
22728
22729         * reflection.c (mono_reflection_setup_internal_class): Don't crash
22730         if `tb->parent == NULL'.
22731         (mono_reflection_create_internal_class): New function.  This is
22732         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
22733         for enum types.
22734
22735         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
22736         New interncall.
22737
22738 2002-05-19  Martin Baulig  <martin@gnome.org>
22739
22740         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
22741         argument to get the length, don't default to the array length.
22742
22743 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
22744
22745         * assembly.c (mono_assembly_setrootdir): New function used to
22746         override the MONO_ASSEMBLIES directory.
22747
22748 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22749
22750         * icall.c: ValueType_GetHashCode() initialize local var.
22751
22752 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22753
22754         * reflection.c: sort custom attributes table.
22755
22756 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22757
22758         * reflection.c: support named args in custom attributes (write support).
22759
22760 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
22761
22762         * reflection.c: fix finally position calculation.
22763
22764 2002-05-15  Radek Doulik  <rodo@ximian.com>
22765
22766         * reflection.c: fixed endianess at many places
22767
22768         * icall.c (ves_icall_InitializeArray): comment out debug msg
22769
22770 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
22771
22772         * object.c (mono_unhandled_exception): new function to handle
22773         unhandled exceptions.
22774         (mono_unhandled_exception): call the UnhandledException event.
22775         (mono_runtime_delegate_invoke): impl.
22776
22777 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
22778
22779         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
22780         returns the RVA, not the direct pointer to the data. Handle the case
22781         when the class size is fixed.
22782
22783 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
22784
22785         * reflection.c: fix some endianess issues.
22786
22787 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
22788
22789         * object.c (mono_runtime_invoke): is now able to catch exceptions.
22790
22791         * threads.c (mono_thread_init): added a callback which is invoked
22792         at thread start.
22793
22794 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22795         
22796         * icall.c: make GetHashCode return non-negative values.
22797
22798 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22799
22800         * object.c, icall.c, gc.c: revert to address-based hashcode.
22801
22802 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
22803
22804         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
22805
22806 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22807
22808         * icall.c, class.c: special case <Module>.
22809
22810 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
22811
22812         * icall.c: fix bug in GetNow().
22813
22814 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
22815
22816         * object.c (mono_runtime_class_init): make sure that we call all
22817         static class constructors.
22818
22819 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22820
22821         * reflection.c: sort methodsemantics table.
22822
22823 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
22824
22825         * reflection.h, reflection.c: honour init locals setting.
22826
22827 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
22828
22829         * icall.c: copied Double ToStringImpl for Single ToStringImpl
22830
22831 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
22832
22833         * reflection.c: support ContructorBuilders in attribute blob creation.
22834
22835 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22836
22837         * reflection.c: some changes to build a binary that can be run
22838         directly in windows.
22839
22840 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
22841
22842         * loader.c: print a big message when an icall can't be found.
22843
22844 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22845
22846         * string-icalls.c: fix bug 24248.
22847
22848 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
22849
22850         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
22851         icall.c, reflection.h: separate assembly loading by pathname and by
22852         assembly name. Use the MONO_PATH env var to search for assemblies.
22853
22854 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22855
22856         * assembly.c, image.h: add some support for assemblies
22857         with multiple modules.
22858         * class.c, class.h: export mono_class_from_typeref().
22859         * loader.c: remove duplicated code and use mono_class_from_typeref(),
22860         instead.
22861
22862 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22863
22864         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
22865         documentation says (the ECMA one is correct).
22866
22867 2002-05-02  Dick Porter  <dick@ximian.com>
22868
22869         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
22870         Don't name the synchronisation mutex.
22871
22872 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
22873
22874         * rand.c
22875         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
22876         Make the prototypes match.
22877         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
22878         Same.
22879
22880         * icall.c
22881         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
22882         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
22883         all systems have tm.tm_zone, so use strftime() with %Z to print
22884         the timezone abreviation into a temp string.
22885
22886         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
22887         rather than mono_array_addr() on a MonoString on Big Endian
22888         machines.
22889
22890 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
22891
22892         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
22893         fix bug 24041
22894
22895 2002-04-30  Dick Porter  <dick@ximian.com>
22896
22897         * socket-io.c: Cope with SOCKET being an integer rather than a
22898         pointer now.
22899
22900         * threads.c: Added Thread_free_internal, to deal with thread
22901         handle cleanup.  Moved calls to handle_store() and handle_remove()
22902         to start_wrapper(), so each can only be called once.  Allocate
22903         synchronisation blocks with GC_malloc(), and use GC finalisation
22904         to close the handles.
22905
22906         * icall.c: added System.Threading.Thread::Thread_free_internal
22907
22908 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22909
22910         * icall.c: support Environment.Exit, CommandLineArgs().
22911
22912 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22913
22914         * object.c, object.h: added mono_runtime_run_main () and
22915         mono_runtime_get_main_args () for use in System.Environment.
22916
22917 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22918
22919         * gc.c: fix thinko, enable actual finalization since the jit is now
22920         fixed.
22921
22922 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22923
22924         * gc.c, object.c: take into account that an object may be offset wrt the address
22925         returned by GC_malloc().
22926
22927 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
22928
22929         * image.c: handle files without entries in the assembly table (modules).
22930
22931 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
22932
22933         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
22934         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
22935         allowed to be null when it's System.Object class setup.
22936
22937 2002-04-27  Martin Baulig  <martin@gnome.org>
22938
22939         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
22940         if `tb->parent == NULL' rather than crashing.
22941
22942 2002-04-28  Nick Drochak  <ndrochak@gol.com>
22943
22944         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
22945         calling acos() where asin() should have been called.
22946
22947 2002-04-26  Martin Baulig  <martin@gnome.org>
22948
22949         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
22950         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
22951         there's a subdirectory called `System', but we don't want to read that
22952         subdirectory as an assembly.
22953
22954 2002-04-25  Martin Baulig  <martin@gnome.org>
22955
22956         * debug-symfile.c: Reflect latest MonoString changes.
22957
22958 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22959
22960         * rand.c, rand.h: instance method icalls need to have an explicit
22961         this pointer as first argument in the C implementation.
22962
22963 2002-04-25  Nick Drochak <ndrochak@gol.com>
22964
22965         * icall.c: Fix typo in map for GetNonZeroBytes
22966
22967 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22968
22969         * string-icalls.c : String does now passes unit tests without any 
22970         errors, the following changes has been made:
22971         
22972         Implemented replace methods.
22973         Renaming of methods to (try) follow the standard.
22974         Fixed compare ordinal
22975         Made all memory allocated directly to function instead of via icall function.
22976         Small performance fix in is_in_array function
22977                         
22978  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
22979
22980         c (mono_string_Internal_ctor_charp_int_int):
22981         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
22982         sindex < 0, throw ArgumentOutOfRangeException instead of
22983         ArgumentNullException.
22984
22985         Added new check for length == 0, however
22986         I need to make it return String.Empty from the C code.
22987         
22988         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
22989         that calculate the length for us here.
22990         
22991         (mono_string_Internal_ctor_sbytep_int_int): Replaced
22992         mono_string_new_utf16 with mono_string_new, since value is utf8.
22993
22994 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22995
22996         * object.c: register the object for finalization if needed.
22997         Allocate one more char in the string for the terminating 0 char.
22998
22999 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
23000
23001         * class.c, class.h, image.c: check if a type implemenst a destructor.
23002         Use the proper key for array class lookups.
23003         * icall.c: register the icalls in the System.GC class.
23004         * gc.c, gc.h: GC-related functions and icalls.
23005
23006 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23007
23008         * icall.c:
23009         * socket-io.c:
23010         * unicode.c: free some strings gotten from mono_string_to_utf8 and
23011         changed a couple of free () by g_free ().
23012
23013         * decimal.c: one-liner in the comments for decimal2string ().
23014
23015 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
23016
23017         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
23018
23019 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
23020
23021         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
23022         * object.c (mono_runtime_invoke_array) : handle null in params
23023
23024 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
23025
23026         * string-icalls.c: fixed bug in split (one off bug)
23027
23028 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
23029
23030         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
23031         * icalls.c: added String::Equals as internal method
23032
23033 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
23034
23035         * threads.c: fixed bug in the double interlocked functions
23036
23037 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
23038
23039         * threads.c: implemented all of the new interlocked icalls.
23040         * string-icalls.c: fix a bug in insert.
23041         * icalls.c: added the icalls for interlocked, removed old string functions.
23042         
23043 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
23044
23045         * loader.c: fix off-by-one error when reading argument names.
23046
23047 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23048
23049         * profiler.c: win32 counter implementation (untested).
23050         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
23051         (the latter needs testing and more complete impl. from win32 folks).
23052
23053 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
23054
23055         * object.c: mono_array_new_full workaround mono_array_class_get
23056         problem.
23057
23058 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23059
23060         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
23061         * object.h (mono_string_chars): Changed casting type.
23062
23063 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23064
23065         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
23066                            method signatures to use gunichar2 instead of gint16.
23067
23068 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
23069
23070         * object.h, object.c: domain-specific versions of mono_object_new and
23071         mono_array_new.
23072
23073 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
23074
23075         * object.c: changed String layout
23076
23077         * string-icalls.c (mono_string_Internal_ctor_chara): added
23078         internal string constructors.
23079
23080 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
23081
23082         * threads.c: pass 'this' to the thread start routine.
23083
23084 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23085
23086         * string-icalls.c: fix IndexOf and LastIndexOf. Now
23087         InternalCompareStr don't call twice mono_string_cmp_char for the last
23088         character. Improved performance in mono_string_cmp_char.
23089
23090 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
23091
23092         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
23093         code into its own library: libmonoruntime.
23094
23095 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
23096
23097         * object.h, object.c: changed array format so that szarrays do not
23098         require a bounds structure.
23099         * icall.c, appdomain.c: support for new szarray format.
23100
23101 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
23102
23103         * metadata.c: compare also the retuns type when comparing signatures:
23104         we didn't do this as an optimization since really overloaded methods
23105         must differ also in the arguments, but this doesn't work with
23106         low-level IL code (or when using explicit conversion operators: see
23107         bug#23498 for an example).
23108
23109 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
23110
23111         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
23112
23113 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
23114
23115         * icall.c: make MonoType::GetElementType its own icall.
23116
23117 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
23118
23119         * icall.c: remove MonoMethod_get_Name().
23120         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
23121         object.
23122
23123 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23124
23125         * string-icalls.c: optimized a few methods.
23126
23127 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
23128
23129         * icall.c: added all new string internal calls
23130         * string-icalls.c: added, new string internal call implementation.
23131         * object.c: added mono_string_new_size for allocating a string a size
23132
23133 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
23134
23135         * object.c (mono_object_isinst): use the same code as in the
23136         optimized x86 version.
23137
23138 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
23139
23140         * profiler.c: TSC-based timer code (faster and more accurate).
23141         Not hooked up in configure, yet (set USE_X86TSC to 1).
23142
23143 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
23144
23145         * profiler.c, profiler.h: track time spent compiling methods.
23146         * threads.c: track thread creation/destruction.
23147
23148 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
23149
23150         * profiler.c, profiler.h, profiler-private.h: profiling interface
23151         and sample implementation. Moved here so that it can be used also by
23152         the jit.
23153
23154 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
23155
23156         * reflection.c, reflection.h: keep types and other handles separate in
23157         the hash tables for referred tokens. Add guid for modules.
23158
23159 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
23160
23161         * assembly.c: fix bugs found with valgrind.
23162         * metadata.h, metadata.c: added mono_metadata_guid_heap().
23163
23164 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
23165
23166         * threads: added icall support for getting current domain for
23167                    the thread.
23168  
23169 2002-04-13  Martin Baulig  <martin@gnome.org>
23170
23171         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
23172         (MonoDebugVarInfo): Added `index' field for register based addresses.
23173         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
23174         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
23175         `MonoDebugVarInfo *params' and `guint32 this_offset' with
23176         `MonoDebugVarInfo *this_var'.
23177
23178         * debug-symfile.c (relocate_variable): New static function to write
23179         a location description for a local variable or method parameter.
23180
23181 2002-04-12  Martin Baulig  <martin@gnome.org>
23182
23183         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
23184         stack offset and begin/end scope address of a local variable.
23185         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
23186         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
23187         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
23188
23189         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
23190         Added new relocation types for start/end scope of a local variable.
23191
23192 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23193
23194         * object.h: add mono_object_domain() macro.
23195         * reflection.c: handle typespecs.
23196         * icall.c: MonoMethod::get_Name() implementation.
23197
23198 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23199
23200         * icall.c: String::GetHashCode() icall implementation.
23201
23202 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23203
23204         * icall.c: String::IndexOfAny icall.
23205         * object.c, object.h: make array->max_length more useful.
23206         Intrduced mono_object_class() and mono_string_length() macros.
23207
23208 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23209
23210         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
23211         instead of g_unichar_isdigit.
23212
23213 2002-04-11  Nick Drochak  <ndrochak@gol.com>
23214
23215         * icall.c: Implement a simple Double.ToString().
23216
23217 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
23218
23219         * appdomain.h: only io-layer.h is supposed to be included.
23220         * icall.c: explicitly import environ. Fix warning.
23221
23222 2002-04-10  Nick Drochak  <ndrochak@gol.com>
23223
23224         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
23225                 return true even if it's not Daylight Savings time.
23226                 Only return false for the case where the function isn't
23227                 implemented for a plaform (read Windows).
23228
23229 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23230
23231         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
23232         data with a mutex.
23233
23234 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
23235
23236         * mempool.c (mono_mempool_alloc): only use g_malloc when
23237         absolutely necessary.
23238
23239 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
23240
23241         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
23242
23243         * class.c (mono_class_vtable): use domain mempool to allocate vtable
23244         (mono_class_proxy_vtable): use domain mempool
23245
23246 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
23247
23248         * appdomain.h, appdomain.c: split initialization that requires the
23249         execution engine support into mono_runtime_init().
23250
23251 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
23252
23253         * class.c (mono_class_init): don't include vtable inside MonoClass
23254         to save some memory, gather some statistics.
23255         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
23256
23257 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
23258
23259         * icall.c: internalcall implementation for ValueType.Equals().
23260
23261 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
23262
23263         * object.c (mono_message_init): moved 
23264         (mono_runtime_exec_main): new arch. independent impl.
23265         (mono_runtime_invoke_array): new method - like
23266         mono_runtime_invoke, but you can pass an array of objects.
23267         (mono_remoting_invoke): new arch. independent impl.
23268         (mono_message_invoke): new arch. independent impl.
23269         (mono_runtime_class_init): new arch. independent impl.
23270         (mono_runtime_object_init): new arch. independent impl.
23271
23272 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23273
23274         * metadata.c, object.c, reflection.c: documented the exported
23275         functions.
23276
23277 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
23278
23279         * icall.c: simpler code to pass the assembly builder data to corlib.
23280         Implement GetNestedTypes() internalcall.
23281
23282 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
23283
23284         * class.c: warn if a type can't be loaded.
23285
23286 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
23287
23288         * image.h: typedef MonoImageOpenStatus
23289         * types.h: removed unused file
23290         
23291 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
23292
23293         * icall.c: Enum_ToObject accepts enum value arguments.
23294
23295 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
23296
23297         * class.c: move initialization of properties, events and nested
23298         classes, so that they happen for interfaces, too.
23299
23300 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
23301
23302         * icall.c: cleanup some ugly casts in Array_SetValue*.
23303
23304 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
23305
23306         * icall.c: the values array fro enums is of the correct type, now.
23307         Implement (correctly) getFullName instead of assQualifiedName for
23308         MonoType.
23309         * reflection.h, reflection.c: added mono_type_get_name ().
23310
23311 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
23312
23313         * assembly.c, image.h: for each MonoImage, record from wich assembly
23314         it was loaded.
23315         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
23316         Make Type.Assembly work.
23317
23318 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
23319
23320         * debug-symfile.h: use char* instead of gpointer to avoid
23321         unnecessary casts.
23322
23323         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
23324
23325         * icall.c (ves_icall_InternalExecute): impl. FielSetter
23326         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
23327
23328 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
23329
23330         * icall.c (mono_message_init): impl. (code cleanup)
23331         (ves_icall_InternalExecute): impl. FieldGetter
23332
23333         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
23334         defined we call all (non-static)methods through the vtable. 
23335
23336 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
23337
23338         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
23339         finalizer even though the memory is still referenced (and the chunk of
23340         memory is not freed).
23341
23342 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
23343
23344         * assembly.c: fix brokeness.
23345
23346 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
23347
23348         * class.c: kill some warnings. Check explicit interface method
23349         implementation also without considering the namespace.
23350         Load also literal strings in static class data.
23351
23352 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
23353
23354         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
23355         (default_assembly_name_resolver): Make the resolver take the
23356         "base" directory where the assembly was originally defined, so we
23357         can load DLLs that are in the same directory as the assembly that
23358         is being referenced.
23359
23360 2002-03-28  Dick Porter  <dick@ximian.com>
23361
23362         * file-io.h: 
23363         * file-io.c:
23364         * socket-io.c: 
23365         * unicode.h: 
23366         * unicode.c: Warning cleanups
23367
23368 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
23369
23370         * object.h, reflection.h: use the correct type instead of MonoObject.
23371
23372 2002-03-28  Martin Baulig  <martin@gnome.org>
23373
23374         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
23375         (mono_debug_update_symbol_file): Initialize classes if necessary.
23376
23377 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
23378
23379         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
23380         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
23381
23382 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
23383
23384         * assembly.h: fix function prototype.
23385         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
23386         * mono-endian.h: use const cast.
23387
23388 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
23389
23390         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
23391
23392 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
23393
23394         * loader.c: don't assert when a typeref can't be loaded, give
23395         a chance to the runtime to trow an exception instead.
23396         * loader.h: fix warning.
23397
23398 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
23399
23400         * class.c (mono_class_proxy_vtable): added proxy support
23401
23402 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
23403
23404         * icall.c: removed last of PAL calls, added System.Environment
23405         * file-io.h, file-io.c: MonoIO implementation
23406         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
23407
23408 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
23409
23410         * appdomain.c: do not use the byte marker in ldstr table lookup.
23411         * debug-helpers.c: allow two ':' to separate class and method name.
23412         * object.c: allocate arrays bounds with the GC, too.
23413         * verify: add a few more checks.
23414
23415 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
23416
23417         * reflection.c: output also literal strings. Allocate parameter data
23418         with GC_malloc() (thanks, Martin, for catching this!).
23419
23420 2002-03-26  Martin Baulig  <martin@gnome.org>
23421
23422         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
23423         include the `this' offset in the `param_offsets'.
23424
23425 2002-03-25  Martin Baulig  <martin@gnome.org>
23426
23427         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
23428         mono_debug_get_class() function to get the classes. Added new
23429         relocation types for arrays and strings.
23430         (mono_debug_get_class): New static function to search in all
23431         referenced assemblies for a metadata token.
23432
23433         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
23434
23435 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
23436
23437         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
23438         hold gc-allocated objects. Make the string heap a stream like the
23439         others. Removed duplicated code when writing stream info.
23440         Added asserts to catch possible buffer overflows. Set the sorted map
23441         for tables that need sorting. Added some documentation.
23442
23443 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
23444
23445         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
23446         for interned strings and vtables.
23447
23448 2002-03-24  Martin Baulig  <martin@gnome.org>
23449
23450         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
23451         it in the array since it was created with g_slist_prepend().
23452
23453 2002-03-24  Martin Baulig  <martin@gnome.org>
23454
23455         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
23456         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
23457         (mono_debug_method_from_token): Renamed to
23458         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
23459         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
23460
23461         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
23462         relocation types.
23463
23464         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
23465
23466 2002-03-24  Martin Baulig  <martin@gnome.org>
23467
23468         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
23469         (mono_debug_method_from_token): New func.
23470
23471         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
23472         New interncall, calls mono_debug_local_type_from_signature().
23473         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
23474         calls mono_debug_method_from_token().
23475
23476 2002-03-23  Martin Baulig  <martin@gnome.org>
23477
23478         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
23479         specifies the number of bytes to be converted, not the array size.
23480         Return the number of chars, not the number of bytes.
23481         (ves_icall_iconv_get_chars): The `byteCount' argument
23482         specifies the number of bytes to be converted, not the array size.
23483
23484 2002-03-23  Martin Baulig  <martin@gnome.org>
23485
23486         * reflection.h (MonoReflectionSigHelper): New type.
23487
23488         * reflection.c (mono_reflection_sighelper_get_signature_local),
23489         (mono_reflection_sighelper_get_signature_local): New functions.
23490
23491         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
23492         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
23493         interncalls.
23494
23495 2002-03-23  Martin Baulig  <martin@gnome.org>
23496
23497         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
23498         is_writeable is set.
23499         (mono_raw_buffer_update): New function to write the modified map
23500         back to disk.
23501
23502         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
23503
23504         * debug-symfile.c (mono_debug_update_symbol_file): Call
23505         mono_raw_buffer_update() when done writing.
23506
23507 2002-03-23  Martin Baulig  <martin@gnome.org>
23508
23509         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
23510
23511         * debug-symfile.c: Added support for arguments and local variables.
23512
23513 2002-03-23  Dick Porter  <dick@ximian.com>
23514
23515         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
23516         protected by ifdefs, hence breaking the w32 build.
23517
23518 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23519
23520         * object.c: implement is_interned() the right way.
23521
23522 2002-03-21  Martin Baulig  <martin@gnome.org>
23523
23524         * debug-symfile.[ch]: New files to handle debugging information
23525         files. There's also support to dynamically update these symbol
23526         files to include machine dependent information.
23527
23528 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
23529
23530         * threads.c (mono_thread_create): new function to create thread
23531         from C
23532
23533 2002-03-20  Martin Baulig  <martin@gnome.org>
23534
23535         * icall.c (ves_icall_InternalInvoke): Create a new object if the
23536         method is a constructor.
23537         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
23538         points to ves_icall_InternalInvoke().
23539
23540 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
23541
23542         * file-io.c: Flush shouldn't throw exceptions.
23543
23544 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
23545
23546         * file-io.c: FileStream flush support; FileSetLength now
23547         restores file pointer.
23548
23549 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
23550
23551         * class.c: set image for pointer classes.
23552
23553 2002/03/19  Nick Drochak <ndrochak@gol.com>
23554
23555         * sysmath.c: Forgot one.
23556
23557 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
23558
23559         * sysmath.c: Avoid redefining existing names.
23560
23561 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
23562
23563         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
23564         handled by runtime as icall rather than dllimport from libm.so
23565         * file-io.c, file-io.h: fixed handle argument type.
23566
23567 2002-03-18  Dick Porter  <dick@ximian.com>
23568
23569         * reflection.c (mono_image_get_type_info): rename interface to
23570         iface, because of "#define interface struct" on windows.
23571
23572 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
23573
23574         * class.c, class.h: rename and export mono_ptr_class_get().
23575         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
23576         * reflection.c, reflection.h, icall.c: better/saner type name
23577         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
23578         method signatures.
23579
23580 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
23581
23582         * class.c (mono_class_init): removed hardcoded GHC_SLOT
23583
23584         * icall.c (ves_icall_InternalInvoke): impl.
23585
23586 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
23587
23588         * reflection.c: output the interface map table, too.
23589
23590 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
23591
23592         * class.c (class_compute_field_layout): separate computation of 
23593         static field layout
23594
23595 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
23596
23597         * icall.c: added System.Buffer support.
23598         * file-io.c: moved file icalls from PAL to FileStream.
23599
23600 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
23601
23602         * icall.c (ves_icall_System_Object_GetHashCode): impl.
23603
23604 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
23605
23606         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
23607
23608 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
23609
23610         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
23611
23612 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
23613
23614         * debug-helpers.{c,h}: moved here from monograph some useful functions
23615         to locate a method by name/signature in a class or image. Included
23616         also a small and flexible IL disassembler.
23617
23618 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23619
23620         * reflection.c: fixup tokens in methods with small header size, too.
23621
23622 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
23623
23624         * object.c (mono_string_to_utf8): remove assert(!error), instead
23625         print a warning. 
23626
23627 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
23628
23629         * icall.c: update to the new mono_Array_class_get interface.
23630
23631 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23632
23633         * appdomain.c, object.c: Boehm-GC enable.
23634         * icall.c: make get_data_chunk() support split data requests.
23635         Ensure a class is initialized in more cases. Return only the first
23636         property found in GetProperties() or the compiler gets confused. 
23637         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
23638         * reflection.h, reflection.c: add fixup mechanism for field and method
23639         tokens. Initialize assembly->typeref in a single place. Output
23640         properties after events. Support custom attributes for events, too.
23641         Typo fix for paramter custom attrs.
23642
23643 2002-03-07  Martin Baulig  <martin@gnome.org>
23644
23645         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
23646
23647 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
23648
23649         * class.c (mono_array_class_get): fix. for multi. dim. arrays
23650
23651 2002-03-06  Martin Baulig  <martin@gnome.org>
23652
23653         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
23654         non-zero lower bounds. See testcases #F10-#F13.
23655
23656 2002-03-05  Martin Baulig  <martin@gnome.org>
23657
23658         * exception.c (mono_get_exception_argument_out_of_range): New exception.
23659
23660         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
23661         ves_icall_System_Array_GetValue(), only calculate the absolute array position
23662         here.
23663         (ves_icall_System_Array_SetValue): Likewise.
23664         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
23665         as argument and does the actual work. This function is used when copying a
23666         multi-dimensional array.
23667         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
23668         now do all the widening conversions of value types.
23669         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
23670
23671 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23672
23673         * class.c: remove some magic numbers and use the smbolic names,
23674         instead. Added init_events() to load event info at class init time.
23675         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
23676         and mono_metadata_methods_from_event().
23677         * reflection.h, reflection.c: added support for writing out the evnets
23678         related information.
23679
23680 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
23681
23682         * reflection.h, icall.c: use a different method (GetInterfaces)
23683         to gather interface info and add isbyref, isprimitive and
23684         ispointer to the ves_icall_get_type_info() return value.
23685
23686 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23687
23688         * class.h: stared adding support for events.
23689         * icall.c: split find_members implementation. Added debug icall to get
23690         the address of an object.
23691         * reflection.c: handle TypeBuilders in mono_type_get_object().
23692
23693 2002-03-01  Martin Baulig  <martin@gnome.org>
23694
23695         * icall.c (ves_icall_System_Array_GetLength): This must throw an
23696         ArgumentOutOfRangeException(), not an ArgumentException().
23697         (ves_icall_System_Array_GetLowerBound): Likewise.
23698         (ves_icall_System_Array_GetValue): Improved argument checking.
23699         (ves_icall_System_Array_SetValue): Improved argument checking.
23700
23701 2002-03-01  Martin Baulig  <martin@gnome.org>
23702
23703         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
23704         called with invalid arguments rather than just dying with g_assert().
23705         (ves_icall_System_Array_SetValue): Likewise.
23706         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
23707         raise a NotImplementedException instead.
23708         (ves_icall_System_Array_GetLength): Added argument checking.
23709         (ves_icall_System_Array_GetLowerBound): Added argument checking.
23710
23711 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
23712
23713         * object.h (mono_assert): new macros mono_assert and
23714         mono_assert_not_reached
23715
23716 2002-02-28  Martin Baulig  <martin@gnome.org>
23717
23718         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
23719         and "System::String::IsInterned" to "System::String::_IsInterned".
23720
23721 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
23722
23723         * icall.c: remove hacks for typebuilder. Added icall to create a
23724         modified type from a tybebuilder.
23725         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
23726         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
23727         to create a backing MonoClass for a TypeBuilder.
23728
23729 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23730
23731         * class.c, class.h: more refactoring of class init.
23732         Export mono_class_setup_mono_type() and mono_class_setup_parent().
23733
23734 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
23735
23736         * marshal.c, marshal.h: start of marshaling interface.
23737
23738 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
23739
23740         * icall.c: fix order in assembly qualified name icall.
23741
23742 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
23743
23744         * class.c: do not free str, since we store it in the hash table.
23745         * reflection.h: add label field to MonoILExceptionInfo.
23746         * reflection.c: handle references to more than one assembly. Handle
23747         case when there isn't a module created in the assembly.
23748
23749 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
23750
23751         * class.c: Fix typo. Start refactoring of class init code.
23752
23753 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
23754
23755         * appdomain.c: exit with 1 on error.
23756         * class.c: we already have the name in MonoClassField.
23757         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
23758         MonoStreamHeader instead of an offset of image->raw_metadata.
23759
23760 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
23761
23762         * appdomain.c (mono_init): Be even more descriptive about the error.
23763
23764 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
23765
23766         * appdomain.c: give the user an informative message when corlib can't
23767         be loaded.
23768
23769 2002-02-26  Martin Baulig  <martin@gnome.org>
23770
23771         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
23772         New icall to get the time zone data.
23773
23774 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23775
23776         * reflection.c: set virtual and raw size of section correctly.
23777         * threads.c: transfer domain information to newly created threads.
23778
23779 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
23780
23781         * class.c: when instancing a class in a domain, load the default
23782         vaules for static fields from the constant table. Fix System.Enum to
23783         not be an enum.
23784         * icall.c: implement Object::GetType() internalcall. Implemented
23785         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
23786         Fixed checking of binding flags in find_members().
23787         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
23788         * reflection.c: handle enumerations when writing to the constant
23789         table. Use a different object cache for types.
23790
23791
23792 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
23793
23794         * object.c (mono_object_isinst): fix for arrays
23795
23796         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
23797
23798 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
23799
23800         * object.c: don't use mprotect ()  and fix intern pool hash table
23801         lookup for big endian systems.
23802
23803 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23804
23805         * icall.c: change type_is_subtype_of () signature.
23806
23807 2002-02-21  Mark Crichton  <crichton@gimp.org>
23808
23809         * rand.c, rand.h: Added random number generator for
23810         System.Security.Cryptography classes.
23811
23812         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
23813
23814         * icall.c: Added System.Security.Cryptography calls.
23815
23816 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
23817
23818         * class.c, icall.c, metadata.c: better support for pointer types.
23819         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
23820         * reflection.c: Add support for getting custom attrs for properties
23821         and simplify some code.
23822
23823 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23824
23825         * icall.c: change getToken () and add custom attribute GetBlob()helper
23826         method.
23827         * reflection.h: add custom attrs array to the reflection builder structures.
23828         * reflection.c: encode and emit custom attributes for all the relevant
23829         reflection objects. Cache fieldref and methodref tokens. Change
23830         mono_image_create_token() interface to take a MonoDynamicAssembly.
23831         More complete custom attributes decoder. Load custom attributes for
23832         Assembly, Field, Method and Constructor objects, too. Make the
23833         returned array an Attribute[] one, not object[]. Added
23834         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
23835         custom attribute constructor.
23836
23837 2002-02-20  Dick Porter  <dick@ximian.com>
23838
23839         * icall.c:
23840         * rawbuffer.c:
23841         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
23842         problem code out for now).
23843
23844 2002-02-19  Radek Doulik  <rodo@ximian.com>
23845
23846         * object.c (mono_ldstr): use hash table to avoid multiple swapping
23847
23848 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
23849
23850         * icall.c: register the GetCustomAttributes method.
23851         * object.c, object.h: add mono_string_new_len ().
23852         * reflection.h, reflection.c: added mono_runtime_invoke(),
23853         mono_install_runtime_invoke(). Added
23854         mono_reflection_get_custom_attrs () to load custom attributes and
23855         create the attribute objects.
23856
23857 2002-02-19  Dick Porter  <dick@ximian.com>
23858         * threads-dummy-types.c:
23859         * threads-dummy-types.h:
23860         * threads-dummy.c:
23861         * threads-dummy.h:
23862         * threads-pthread-types.c:
23863         * threads-pthread-types.h:
23864         * threads-pthread.c:
23865         * threads-pthread.h:  Deleted obsolete files
23866
23867 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
23868
23869         * class.c (mono_class_vtable): runtime init the class when we
23870         allocate static class data.
23871
23872         * icall.c (ves_icall_System_Array_SetValue): check for null values.
23873
23874         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
23875         and String - but we will need generic marshalling support in the
23876         future. 
23877         (mono_init): set the domain name in a ms compatible way
23878
23879         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
23880         String[].
23881
23882 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
23883
23884         * object.c (mono_array_clone): use alloca() instead of g_malloc  
23885         for sizes
23886
23887         * appdomain.c (mono_domain_unload): impl.
23888
23889 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
23890
23891         * appdomain.c, object.c: fix intern pool implementation.
23892         * class.c: fix alignment code.
23893
23894 2002-02-16  Radek Doulik  <rodo@ximian.com>
23895
23896         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
23897         and s2 > s1, just copy lower bytes to be compatible with little
23898         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
23899         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
23900
23901         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
23902         force big_endian to be 1 for big endian machines 
23903         (ves_icall_iconv_new_decoder): ditto
23904
23905 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
23906
23907         * socket-io.c (convert_sockopt_level_and_name): If the system
23908         doesn't define SOL_IP or SOL_TCP, get them by hand using
23909         getprotobyname() and caching the values (because this could be a
23910         slow operation).
23911         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
23912         Use the appropriate struct when the system does support it. Ie,
23913         not all systems have struct ip_mreqn so use struct ip_mreq when
23914         appropriate.
23915
23916 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
23917
23918         * reflection.c: handle finally clauses.
23919
23920 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
23921
23922         * socket-io.c: use g_snprintf() instead of snprintf.
23923
23924 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23925
23926         * reflection.c (mono_param_get_objects): Cast second argument to
23927         mono_method_get_param_names to a const char** to silence the
23928         compiler warning.
23929
23930         * appdomain.c (mono_domain_assembly_open): Put parens around the
23931         truth statement in the for-loop.
23932
23933         * unicode.c (iconv_convert): Got rid of a compiler warning about
23934         int i being unused when the system has a new iconv.
23935         (iconv_get_length): Same.
23936
23937         * image.c (load_class_names): Cast the second argument to
23938         g_hash_table_insert() to char* to hush compiler warnings about the
23939         arg being a const.
23940         (mono_image_open): Same here.
23941
23942         * socket-io.c: Don't conditionally include sys/filio.h or
23943         sys/sockio.h here anymore since we now get them from
23944         io-layer/io-layer.h
23945         (inet_pton): If the system doesn't support inet_aton, implement
23946         using inet_addr and also #define INADDR_NONE if it isn't defined
23947         by the system.
23948
23949 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
23950
23951         * metadata.c, metadata.h: added function to get packing and size info
23952         of a typedef.
23953         * reflection.h, reflection.c: handle field RVA data. Save info about
23954         the table layout if needed. Assign typedef indexes to all the types
23955         before dumping the info about them to avoid forward reference problems.
23956
23957 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
23958
23959         * socket-io.c (convert_sockopt_level_and_name): ifdef
23960         SO_ACCEPTCONN because it is not defined on my system (old debian)
23961
23962 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
23963
23964         * opcode.c: use stddef.h to get NULL.
23965
23966 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23967
23968         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
23969         for FIONBIO, FIONREAD and SIOCATMARK.
23970         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
23971         define INADDR_NONE and besides, inet_addr() is deprecated and
23972         should not be used. Use inet_pton() instead - it also has the
23973         added bonus that it can easily handle IPv6 addresses as well.
23974         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
23975
23976 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
23977
23978         * decimal.c: remove _MSC_VER conditional.
23979
23980 2002-02-13  Dick Porter  <dick@ximian.com>
23981
23982         * socket-io.c: 
23983         * icall.c: Internal calls for Blocking, Select, Shutdown,
23984         GetSocketOption and SetSocketOption
23985
23986 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23987
23988         * assembly.cs: better resolver: use it instead of some kludgy
23989         code.
23990
23991 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
23992
23993         * reflection.c: the best way to speed-up the compiler is to avoid
23994         infinite loops.
23995
23996 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
23997
23998         * class.c (mono_class_vtable): changed the object layout
23999         (obj->vtable->class). 
24000         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
24001
24002 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
24003
24004         * assembly.c: look for assemblies in the assembly dir, too.
24005
24006 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
24007
24008         * class.c: fix thinko in mono_class_from_type().
24009
24010 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
24011
24012         * exception.h, exception.c: added TypeLoadException.
24013         * object.h, object.c: added mono_array_clone ().
24014         * icall.c: handle throwOnError in AssemblyGetType().
24015         Added Array.Clone().
24016         * opcode.h, opcode.c: use a single value for the opcode val.
24017         Compile fix for non-gcc compilers.
24018
24019 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
24020
24021         * opcodes.c, opcodes.h: export interesting info about opcodes.
24022
24023 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
24024
24025         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
24026         icalls. 
24027
24028         * class.c (class_compute_field_layout): set element_class for enums
24029         (mono_class_create_from_typedef): set element_class for normal classes
24030
24031         * icall.c (ves_icall_System_Enum_get_value): impl.
24032
24033         * class.c (mono_class_create_from_typedef): do not set valuetype
24034         flag for System.ValueType and System.Enum
24035
24036 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
24037
24038         * unicode.c (iconv_convert): fix big endian problem.
24039
24040 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
24041
24042         * class.c: add asserts if we are ever going to scribble over memory.
24043         * socket-io.c: not all systems have AF_IRDA defined.
24044
24045 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
24046
24047         * class.c (class_compute_field_layout): do not consider static
24048         fields to compute alignment
24049
24050 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
24051
24052         * appdomain.c (mono_appdomain_get): impl.
24053         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
24054
24055 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
24056
24057         * icall.c: ignore "file://" prefix when loading an assembly.
24058
24059 2002-01-23  Dick Porter  <dick@ximian.com>
24060
24061         * socket-io.c:
24062         * icall.c:
24063         * Makefile.am: Added socket support
24064
24065 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
24066
24067         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
24068         code back.  This should return the assemblies that are loaded by
24069         the runtime on behalf of an application domain. 
24070
24071         The current implementation is still broken, it just returns every
24072         assembly loaded, but until we get real applications domain this
24073         will do.
24074
24075 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
24076
24077         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
24078         AppDomain object.
24079
24080 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
24081
24082         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
24083         the mono_class_from_name lookup.
24084         (ves_icall_get_parameter_info): ditto.
24085         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
24086         method.
24087         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
24088
24089 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
24090
24091         * class.c: load also nested classes on class init.
24092         System.ValueType instance methods gets passed boxed
24093         values, unless methods in derived classed that get a pointer to the
24094         data.
24095         * icall.c: use better name parsing code in GetType().
24096         * image.c, image.h: add mono_image_loaded ().
24097         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
24098         * reflection.c, reflection.h: added mono_reflection_parse_type().
24099
24100 2002-01-22  Veronica De Santis <veron78@interfree.it>
24101
24102         * icall.c : Added mapping of internal calls for Manual and Auto reset events
24103         * threads.c : Added the implementation of internal calls for events
24104         * threads.h : Added prototypes of internal calls for events
24105         
24106 2002-01-21  Radek Doulik  <rodo@ximian.com>
24107
24108         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
24109
24110 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
24111
24112         * class.c (mono_class_init): set min_align to 1 (instead of 0)
24113         (mono_class_value_size): use min_align
24114
24115 2002-01-20  Dick Porter  <dick@ximian.com>
24116
24117         * threads.h:
24118         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
24119         so it compiles on w32.
24120
24121 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
24122
24123         * metadata.c (mono_type_stack_size): impl.
24124
24125         * class.c (mono_class_get_field): impl. memberref token
24126
24127 2002-01-16 Veronica De Santis <veron78@@interfree.it>
24128
24129         * icall.h : Added the internal calls mapping for CreateMutex_internal
24130                     and ReleaseMutex_internal.
24131         * threads.h : Added the prototype of mutexes internal calls.
24132         * threads.c : Added the implementations of mutexes internal calls.
24133
24134 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
24135
24136         * metaparse.h: removed unused file.
24137         * reflection.c, reflection.h: added stream_data_align () function 
24138         to align data in streams and keep stream aligned. Add support for
24139         exception support in method headers.
24140
24141 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
24142
24143         * unicode.c: make iconv_convert () return the number of bytess written
24144         in the output buffer.
24145
24146 2002-01-15  Dick Porter  <dick@ximian.com>
24147         * threads.c: Make the runtime's idea of infinite timeouts coincide
24148         with the class library's
24149
24150         Fix a particularly egregious bug in mono_thread_cleanup(). That
24151         code was so utterly bogus it must have been written on a Monday.
24152
24153 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
24154
24155         * reflection.h: add subtypes field to TypeBuilder.
24156         * reflection.c: encode constants for literal fields.
24157         Handle subtypes. Fix user string token (and add a zero byte)
24158         at the end.
24159         
24160 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
24161
24162         * class.c (mono_class_init): bug fix: assign slot numbers for
24163         abstract methods.
24164
24165 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
24166
24167         * reflection.c: don't try to output a code RVA for abstract methods.
24168         Small fixes for method header format. Output parameter info to the
24169         ParamDef table. Save method overriding info to MethodImpl table.
24170         Fix property support. Allow typedef.extends to be a type in the
24171         building assembly.
24172         * verify.c: fix off-by-one error.
24173
24174 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
24175
24176         * class.c: fix mono_class_from_mono_type () for szarray types.
24177         Remove unused cache check in mono_class_from_type_spec().
24178         * icall.c: *type_from_name () functions handle simple arrays and byref.
24179         * reflection.c: handle byref and szarray types. Handle methods without
24180         body (gets P/Invoke compilation working). Handle types and fields in
24181         get_token ().
24182         * reflection.h: add rank to MonoTypeInfo.
24183
24184 2002-01-10  Dick Porter  <dick@ximian.com>
24185
24186         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
24187         internal calls
24188
24189 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
24190
24191         * icall.c: initialize class in type_from_handle ().
24192         Loop also in parent classes for get_method ().
24193         * reflection.c: properly encode class and valuetype types.
24194         Start on encoding TypeBuilder types. Handle fieldrefs.
24195         Use correct length when registering a user string.
24196         Handle ConstructorBuilder and MonoMethod in get_token ().
24197         Make mono_type_get_object () aware of cached types.
24198         * object.c: back out change to mono_string_new ().
24199
24200 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
24201         * object.c: mono_string_new should return a NULL when the string 
24202         passed in is NULL -- not try to deference it.
24203         
24204 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
24205
24206         * icall.c: hack to make IsSubType work for TypeBuilders.
24207         * reflection.c: emit constructors before methods.
24208         Retrieve param names in mono_param_get_objects().
24209
24210 2002/01/05  Nick Drochak  <ndrochak@gol.com>
24211
24212         * Makefile.am: fix list of headers and sources so automake 1.5
24213         doesn't complain. Removed \# at end of list.
24214
24215 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
24216
24217         * reflection.c: get token for a method ref. Set return type of
24218         constructor to void.
24219         * loader.c: debug message.
24220         * class.c: typo fix.
24221
24222 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
24223
24224         * icall.c: fix array init with rank > 1. FindMembers
24225         loops in parent class as well.
24226         * image.c: do not insert nested types in name cache.
24227         * reflection.c: warning fix.
24228         * reflection.h: add override method (for interface impl).
24229
24230 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
24231
24232         * metadata.c: fix customattr decoding.
24233
24234 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
24235
24236         * rawbuffer.cs: Added native Win32 implementation, avoids using
24237         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
24238
24239 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
24240
24241         * class.c: make the low-level routines handle the cache.
24242
24243 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
24244
24245         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
24246
24247 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
24248
24249         * class.c: fix mono_array_element_size() for objects.
24250         * class.h, class.c: add properties to MonoClass and load them
24251         at init time.
24252         * icall.c: check with isinst() when assigning a value to an array
24253         instead of requiring the classes to match exactly.
24254         Implemented icall for System.Type::GetType().
24255         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
24256         enums. Handle bindingflags when looking for methods and fields.
24257         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
24258         and mono_metadata_methods_from_property().
24259         * reflection.h, reflection.c: added structures for propreties,
24260         parameters and enums. Implemented mono_property_get_object() and
24261         mono_param_get_objects().
24262
24263 2001-12-18  Dick Porter  <dick@ximian.com>
24264
24265         * file-io.c: Use mono_string_to_utf16() instead of
24266         mono_string_chars()
24267
24268         * object.c: Added mono_string_to_utf16(), which copies the non
24269         NULL-terminated MonoString into a new double-null-terminated
24270         buffer.
24271
24272 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
24273
24274         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
24275
24276 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
24277
24278         * file-io.c: raise exceptions if handle is invalid.
24279
24280 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
24281
24282         * assembly.c: yet another check for mscorlib.
24283         * class.c, class.h: load nesting info for classes.
24284         * icall.c: many new functions to support the Reflection classes.
24285         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
24286         * reflection.h, reflection.c: mono_image_create_token(),
24287         mono_assembly_get_object(), mono_type_get_object(),
24288         mono_method_get_object(), mono_field_get_object(): methods to return
24289         objects that parallel the C representation of assemblies, types,
24290         methods, fields.
24291
24292 2001-12-11  Dick Porter  <dick@ximian.com>
24293
24294         * icall.c:
24295         * file-io.c: Internal calls for file IO.
24296
24297 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
24298
24299         * tabledefs.h: missing FileAttributes.
24300         * verify.h, verify.c: use is_valid_string () to simplify and check for
24301         valid strings more correctly. Fix warnings and speeling.
24302         Check more tables: Filed, File, ModuleRef, StandAloneSig.
24303         Check code: branches, maxstack, method calls.
24304
24305 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
24306
24307         * object.c (mono_object_allocate): removed static, so that the jit
24308         can allocate value types.
24309
24310         * icall.c (ves_icall_System_DateTime_GetNow): impl.
24311
24312 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24313
24314         * class.c: init enum types right away and register the
24315         token->MonoClass map in mono_class_create_from_typedef ().
24316         * verify.h, verify.c: first cut of the verifier.
24317         * pedump.c: add --verify switch to verify metadata tables.
24318         * tabledefs.h: add some missing enums.
24319
24320 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
24321
24322         * class.c (mono_install_runtime_class_init): impl.
24323         (mono_class_init): renamed mono_class_metadata_init to
24324         mono_class_init, also removed the metadata_inited flag
24325
24326         * object.c (mono_object_isinst): use faster algorithm
24327
24328 2001-11-30  Radek Doulik  <rodo@ximian.com>
24329
24330         * mono-endian.h: reverted last change
24331         added function prototypes
24332
24333         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
24334         add mono-endian.c back
24335
24336         * mono-endian.c: returned back, as Paolo pointed out, it's needed
24337         for unaligned access, I've mistaked it with endianess. I am
24338         sorry.
24339         (mono_read16): fix reverted endianess
24340         (mono_read64): ditto
24341         (mono_read32): ditto
24342
24343 2001-11-30  Dick Porter  <dick@ximian.com>
24344
24345         * exception.c: Implement mono_exception_from_name()
24346
24347 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
24348
24349         * metadata.h, metadata.c: remove params_size and locals_size and their
24350         calculation from the metadata code: they are only usefult to the
24351         interp.
24352
24353 2001-11-29  Radek Doulik  <rodo@ximian.com>
24354
24355         * object.c (mono_ldstr): swap bytes here, it's probably not the
24356         best place, but works for me now, I'll redo it once I know mono
24357         better, also note that I add PROT_WRITE and don't reset back, also
24358         note that it's only affects big endians, so x86 should be OK
24359
24360         * mono-endian.h (read16): use just glib macros for both endians
24361
24362         * mono-endian.c: removed as glib macros are used in in
24363         mono-endian.h so we don't need to care about endianess for read
24364         macros as glib does that for us already
24365
24366 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
24367
24368         * class.h, class.h: take minimum alignment into consideration so
24369         that the fields of a class remain aligned also when in an array.
24370
24371 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24372
24373         * loader.h, loader.c: add mono_method_get_param_names().
24374         * class.c: 0-init class fields.
24375
24376 2001-11-26  Dick Porter  <dick@ximian.com>
24377
24378         * icall.c:
24379         * threads-types.h:
24380         * threads.c: New file that handles System.Threading on all platforms
24381
24382         * object.c: 
24383         * object.h: Remove the synchronisation struct from MonoObject,
24384         replace it with a pointer that gets initialised on demand
24385
24386         * Makefile.am: Replace all the system-specific threading code with
24387         a single file that uses the new wrapper library
24388
24389 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
24390
24391         * class.c, class.h: add mono_install_trampoline() so that the runtime
24392         can register a function to create a trampoline: removes the ugly
24393         requirement that a runtime needed to export arch_create_jit_trampoline.
24394         * object.h, object.c: added mono_install_handler() so that the runtime
24395         can install an handler for exceptions generated in C code (with
24396         mono_raise_exception()). Added C struct for System.Delegate.
24397         * pedump.c: removed arch_create_jit_trampoline.
24398         * reflection.c: some cleanups to allow registering user strings and
24399         later getting a token for methodrefs and fieldrefs before the assembly
24400         is built.
24401         * row-indexes.h: updates and fixes from the new ECMA specs.
24402
24403 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
24404
24405         * class.h, class.c: add enum_basetype field to MonoClass.
24406         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
24407         to get index in the constant table reated to a field, param or
24408         property.
24409         * reflection.h, reflection.c: handle constructors. Set public-key and
24410         version number of the built assembly to 0.
24411         * row-indexes.h: update from new ECMA spec.
24412
24413 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
24414
24415         * class.h, class.c: add a max_interface_id to MonoClass.
24416         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
24417         since it's used to do that. Added mono_type_type_from_obj().
24418         Make GetType() return NULL instead of segfaulting if the type was not
24419         found. Handle simple arrays in assQualifiedName.
24420         * object.h: add a struct to represent an Exception.
24421         * reflection.c: output call convention in method signature.
24422         Add code to support P/Invoke methods and fixed offsets for fields.
24423
24424 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
24425
24426         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
24427         the value.
24428         * icall.c: use mono_array_addr instead of array->vector: fixes the
24429         reflection image writing.
24430         * reflection.c: init call convention byte to 0 in method signature.
24431         Encode the property signature. Don't output property-related methods
24432         twice. Really process the properties for a type (don't cast a field to
24433         a property, my mom always told me that).
24434         Fix 64 bit issues in pointer alignment in a different and more
24435         readable way.
24436
24437 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
24438
24439         * loader.h: Removed type class from MonoDefaults, added monotype
24440
24441         * loader.c: Loaded MonoType, removed loading of Type
24442
24443         * icall.c (my_mono_new_object): Now returns a System.MonoType,
24444         and fills in System.Type._impl with a RuntimeTypeHandle rather
24445         than the actual MonoClass *
24446
24447         (ves_icall_type_from_handle): change from type_class to
24448         monotype_class
24449
24450         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
24451         implemented
24452
24453         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
24454         implemented
24455
24456         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
24457
24458         (ves_icall_System_Reflection_Assembly_GetType): implemented
24459
24460         (ves_icall_System_MonoType_assQualifiedName): implemented
24461
24462         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
24463
24464 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
24465
24466         * assembly.c (mono_assembly_open): Implement a cache for the
24467         assemblies. 
24468
24469         (mono_assembly_close): only destroy the assembly when the last
24470         reference is gone.
24471         
24472 2001-11-09  Dick Porter  <dick@ximian.com>
24473
24474         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
24475
24476 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
24477
24478         * class.c (mono_class_metadata_init): bug fix: compute the right slot
24479
24480 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
24481
24482         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
24483         from Martin Weindel.
24484         * object.h: add mono_string_chars ().
24485
24486 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
24487
24488         * reflection.c (build_compressed_metadata): Eliminates warnings
24489         and uses 64-bit clean code.
24490
24491         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
24492         (mono_type_equal): Change signature to eliminate warnings.
24493
24494 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24495
24496         * icall.c, loader.c: remove the internalcall array constructors.
24497         Changes to match the new MonoArray structure.
24498         * object.h, object.c: an array object doesn't allocate an extra
24499         vector. Add mono_array_new_full () to create jagged arrays easily.
24500
24501 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
24502
24503         * metadata.h, metadata.c: add mono_metadata_field_info () to
24504         retreive all the info about a field from vairous tables.
24505         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
24506         * class.h, class.c: augment MonoClassField with more info.
24507         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
24508         policy and load a field's RVA if needed.
24509
24510 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
24511
24512         * class.c (mono_class_metadata_init): create a trampoline for all
24513         virtual functions instead of actually compiling them.
24514
24515 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
24516
24517         * class.h, class.c: include name in MonoClassField.
24518         * class.c: fix fundamental type of System.Object and System.String.
24519         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
24520         tokens in ldtoken.
24521         * icall.c: remove internalcalls for the Reflection stuff that is now
24522         done in C# code.
24523         * loader.c: mono_field_from_memberref () implementation.
24524         * mono-endian.c: thinko (s/struct/union/g).
24525         * object.c, object.h: make the mono_string_* prototypes actually use
24526         MonoString instead of MonoObject.
24527         * reflection.c, reflection.h: updates for changes in the reflection
24528         code in corlib: we use C structures that map to the actual C# classes.
24529         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
24530         fat method header if needed and use the info from the ILGenerator for
24531         methods. Handle fields in types. Misc fixes.
24532
24533 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
24534
24535         * class.c (mono_class_metadata_init): bug fix: always allocate
24536         space for static class data
24537
24538 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
24539
24540         * class.c (mono_compute_relative_numbering): use relative
24541         numbering to support fast runtime type checks.
24542
24543 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
24544
24545         * class.c (mono_class_create_from_typeref): added debugging output
24546         to print class name when MonoDummy is returned instead of real class
24547
24548 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
24549
24550         * class.c (mono_class_metadata_init): interface offset table now
24551         contains pointers into the vtable - this is more efficient for the jit
24552
24553 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
24554
24555         * class.c (mono_class_metadata_init): use a temporary vtable (the
24556         old algorithm only worked for the interpreter, but not for the jit)
24557
24558 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
24559
24560         * loader.c (method_from_memberref): use mono_class_get to get the
24561         class of an array instead of using System.Array directly.
24562         (mono_get_method): also add MEMBERREF methods to the method cache
24563         which usefull for arrays.
24564
24565 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
24566
24567         * pedump.c (arch_compile_method): added to compute vtable entry
24568
24569         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
24570         number of interfaces.
24571         
24572         * class.h: merged MonoArrayClass into MonoClass
24573
24574         * class.c (mono_class_create_from_typedef): compute the vtable size and
24575         allocate space to include the vtable inside MonoClass
24576         (mono_class_metadata_init): initialize the vtable
24577
24578 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
24579
24580         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
24581         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
24582         * image.c: endian fixes by Laurent Rioux.
24583         * object.h, object.c: rename MonoStringObject to MonoString and
24584         MonoArrayObject to MonoArray. Change some function names to conform to
24585         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
24586         guint16* as first argument, so don't use char*.
24587         Provide macros to do the interesting things on arrays in a portable way.
24588         * threads-pthread.c: updates for the API changes and #include <sched.h>
24589         (required for sched_yield()).
24590         * icall.c: updates for the API changes above.
24591         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
24592         platforms that need them.
24593
24594 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
24595
24596         * class.c: set the correct type for all the fundamental
24597         type when loading the class.
24598
24599 2001-10-05  Dick Porter  <dick@ximian.com>
24600
24601         * threads-pthread.c (pthread_mutex_timedlock): Simple
24602         compatibility version for C libraries that lack this call.
24603
24604 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24605
24606         * class.c: MonoTypes stored in MonoClass are stored as
24607         fundamental MonoTypes when the class represents a
24608         fundamental type (System.Int32, ...).
24609         The TypeHandle return by ldtoken is a MonoType*.
24610         * icall.c: ves_icall_get_data_chunk () write out all the
24611         PE/COFF stuff. Implement ves_icall_define_method (),
24612         ves_icall_set_method_body (), ves_icall_type_from_handle ().
24613         * image.c: properly skip unknown streams.
24614         * loader.h, loader.c: add type_class to mono_defaults.
24615         * metadata.c, metadata.h: export compute_size () as
24616         mono_metadata_compute_size () with a better interface.
24617         Typo and C&P fixes.
24618         * pedump.c: don't try to print the entry point RVA if there is no entry point.
24619         * reflection.c, reflection.h: many cleanups, fixes, output method
24620         signatures and headers, typedef and typeref info, compress the metadata
24621         tables, output all the heap streams, cli header etc.
24622         * row-indexes.h: typo fixes.
24623
24624 2001-10-04  Dick Porter  <dick@ximian.com>
24625
24626         * object.h: Add a synchronisation mutex struct to MonoObject
24627
24628         * object.c (mono_new_object): Initialise the object
24629         synchronisation mutexes
24630
24631         * icall.c: System.Threading.Monitor internal calls
24632         
24633         * threads-pthread.h:
24634         * threads-pthread.c: System.Threading.Monitor internal calls
24635
24636         * threads-types.h: New file, includes the system-specific thread
24637         structures
24638         
24639         * threads-pthread-types.h:
24640         * threads-pthread-types.c: New files, handle pthread-specific
24641         synchronisation types
24642
24643         * threads-dummy-types.h: 
24644         * threads-dummy-types.c: New files of dummy support for
24645         thread-specific types
24646
24647         * metadata.c:
24648         * image.c:
24649         * pedump.c: include mono-endian.h not endian.h
24650         
24651         * Makefile.am: More threads files.
24652         Name mono-endian.h not endian.h
24653
24654 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
24655
24656         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
24657         stuff and implement a few more bits.
24658         * icall.c: a field needs to be dereferenced twice. Do not use the same
24659         name for two variables in the same scope.
24660         * image.c, image.h: cleanups.
24661
24662 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
24663
24664         * class.c (mono_class_metadata_init): bug fix: compute the right size
24665
24666 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
24667
24668         * icall.c: implemented some of the Reflection internalcalls.
24669         * image.c, image.h: start writing out the PE/COFF image.
24670         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
24671         that does the reverse than decode_blob_size ().
24672         * object.c: use mono_metadata_encode_value (). Move here
24673         temporary implementation of mono_string_to_utf8 ().
24674         * rawbuffer.c: make malloc_map static.
24675
24676 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24677
24678         * metadata.c: fix type comparison for arrays.
24679         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
24680         Added a couple of new classes to monodefaults.
24681         * icall.c: added a couple of Reflection-related internalcalls.
24682         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
24683         Added a byval_arg MonoType to MonoClass.
24684
24685 2001-09-28  Dick Porter  <dick@ximian.com>
24686
24687         * icall.c:
24688         * threads-pthread.h: 
24689         * threads-pthread.c: Implemented internal calls for
24690         LocalDataStoreSlot operations.  Applied mutexes around all shared
24691         data.  Reworked the thread creation and Start() operations to
24692         avoid a race condition.
24693         
24694         * threads-dummy.h:
24695         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
24696
24697 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
24698
24699         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
24700
24701 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
24702
24703         * class.c, loader.c: warn and return NULL instead of erroring out.
24704         * icall.c: added System.AppDomain::getCurDomain().
24705         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
24706
24707 2001-09-25  Dick Porter  <dick@ximian.com>
24708
24709         * threads-pthread.h:
24710         * threads-pthread.c: Implemented timed thread joining and added
24711         System.Threading.Thread::Join_internal internal call
24712
24713         * icall.c: Added System.Threading.Thread::Join_internal internal call
24714
24715         * threads-dummy.h:
24716         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
24717
24718 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
24719
24720         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
24721         mono_string_intern () to implement the semantics of the ldstr opcode
24722         and the interning of System.Strings.
24723         * icall.c: provide hooks to make String::IsIntern and String::Intern
24724         internalcalls.
24725
24726 2001-09-23  Dick Porter  <dick@ximian.com>
24727
24728         * threads-dummy.c: 
24729         * threads-dummy.h: New files of dummy threading routines
24730
24731         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
24732         support code based on system specifics
24733
24734         Rename PTHREAD_LIBS to THREAD_LIBS
24735         
24736 2001-09-23  Dick Porter  <dick@ximian.com>
24737
24738         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
24739         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
24740         internal calls.
24741         (mono_thread_init): Set up a Thread object instance to return when
24742         the main thread calls Thread.CurrentThread
24743         (mono_thread_cleanup): Wait for all subthreads to exit
24744
24745         * icall.c: New internal calls for System.Threading.Thread::Sleep
24746         (including Schedule) and CurrentThread
24747
24748         * threads.h: New file, to insulate thread-specific stuff from the
24749         rest of the code
24750
24751 2001-09-21  Dick Porter  <dick@ximian.com>
24752
24753         * threads-pthread.h: 
24754         * threads-pthread.c: New file, for handling pthreads-style
24755         threading support.  Start() now starts a new thread and executes
24756         the ThreadStart delegate instance.
24757
24758         * icall.c: Added the internalcall for
24759         System.Threading.Thread::Start_internal
24760
24761         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
24762
24763 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
24764
24765         * loader.c: work around the different signatures for delegates
24766         constructors csc generates in compiled code vs the ones compiled in mscorlib.
24767
24768 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
24769
24770         * class.h, class.c: add mono_class_get_field_from_name ().
24771         * *: Fix C comments and other ANSI C issues.
24772
24773 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
24774
24775         * endian.h, assembly.c: fix some endianness issues.
24776
24777 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
24778
24779         * loader.h, load.c: add delegate_class to mono_defaults.
24780         Handle runtime provided methods in mono_get_method ().
24781
24782 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
24783
24784         * loader.c (mono_get_method): use pinvoke for internal call
24785
24786         * icall.c: use pinvoke for internal call
24787
24788         * loader.c (method_from_memberref): set the method name
24789
24790 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
24791
24792         * metadata.c: help the compiler generate better code for
24793         mono_class_from_mono_type ().
24794
24795 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
24796
24797         * class.c (mono_class_metadata_init): delayed computing of the
24798         class size to mono_class_metadata_init ()
24799
24800 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
24801
24802         * class.c, class.h: add an interfaces member to MonoClass.
24803         * image.c, image.h: add assembly_name field to MonoImage
24804         from the assembly table.
24805         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
24806
24807 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24808
24809         * class.c: Handle Array in mono_class_from_mono_type ().
24810         * metadata.c, pedump.c: some endian fixes.
24811
24812 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
24813
24814         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
24815         * metadata.c: fix small problem introduced with the latest commit.
24816
24817 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
24818
24819         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
24820         We don't need a MonoMetadata pointer anymore to compare signatures in
24821         mono_metadata_signature_equal (), update callers.
24822         Reduced memory usage an number of allocations for MonoMethodHeader and
24823         MonoMethodSignature.
24824
24825 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
24826
24827         * metadata.c: added compare for szarray.
24828
24829 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
24830
24831         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
24832         and add a couple more types to it and mono_defaults. Give an hint on
24833         classes that need implementing in our corlib and are referenced
24834         in mscorlib.
24835
24836 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
24837
24838         * class.h, class.c: keep track if a class is also an Enum.
24839         * loader.c: Implement a couple more types for use in libffi
24840         marshalling. Gives better diagnostics when failing to dlopen
24841         a library. Set method->klass for P/Invoke methods, too.
24842
24843 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
24844
24845         * class.c, class.h: add a MonoType this_arg to MonoClass that
24846         represents a pointer to an object of the class' type that
24847         can be used by the interpreter and later the type cache.
24848         Add best guess alignment info for valuetype objects.
24849
24850 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
24851
24852         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
24853         into MonoType: one less level of indirection and allocation and
24854         simplifies quite a bit of code. Added cache for MonoTypes that are
24855         used frequently, so that we don't need to allocate them all the time.
24856
24857 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
24858
24859         * class.c (mono_class_create_from_typedef): System.Enum is also a
24860         value type, although it does not derive from System.ValueType
24861         (maybe a bug in the ms compiler?)
24862
24863         * metadata.c (mono_type_size): return the right size for value types
24864
24865         * loader.c (mono_get_method): only initialize method header if not abstract
24866
24867         * class.c (mono_class_from_mono_type): use mono_default values. 
24868
24869 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
24870
24871         * *: use MonoClass pointers instead of <type_tokens>
24872         
24873         * class.h: new flag: metadata_inited.
24874
24875         * class.c (mono_class_metadata_init): impl.
24876         (mono_class_instance_size): impl.
24877         (mono_class_data_size): impl.
24878
24879 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24880
24881         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
24882         MonoClass now has the name and name_space fields. 
24883         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
24884         mono_get_method () takes and optional MonoClass as argument.
24885         Removed mono_typedef_from_name() and added mono_class_token_from_name()
24886         instead that takes advantage of a map from class names to typedef
24887         tokens in MonoImage.
24888
24889 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
24890
24891         * metadata.c: zero is not a valid alignment boundary.
24892         Merge MONO_TYPE_VOID in default decoding code.
24893
24894 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
24895
24896         * image.h: merged MonoMetadata into MonoImage
24897
24898         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
24899         identify the type of elements.
24900
24901 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
24902
24903         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
24904         * cil-coff.h: split MonoMSDOSHeader and add size info.
24905         * image.c: add some consistency checks.
24906         * metadata.c: fix row size computation: one programmer
24907         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
24908         add explanation for the locator routine.
24909         Fix decoding of size in method header.
24910         
24911 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
24912
24913         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
24914         (g_concat_dir_and_file): Bring g_concat_dir_and_file
24915         function from gnome-libs.  This uses the right path separator
24916         based on the OS, and also works around a bug in some systems where
24917         a double slash is not allowed. 
24918         (default_assembly_name_resolver): Use g_concat_dir_and_file
24919         (mono_assembly_open): ditto.
24920
24921 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
24922
24923         * metadata.c (mono_metadata_signature_equal): impl.
24924
24925         * *: void is now a realy MonoType (instead of using NULL)
24926         
24927         * metadata.c (do_mono_metadata_parse_type): use
24928         mono_metadata_parse_type to parse void value.
24929
24930 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
24931
24932         * metadata.c, metadata.h: in the signature and method header store
24933         only the space required for holding the loca vars and incoming arguments.
24934
24935 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
24936
24937         * metadata.c (do_mono_metadata_parse_type): treat void like any
24938         other type (instead of assigning NULL);
24939
24940 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
24941
24942         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
24943
24944 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
24945
24946         * image.c (do_mono_image_open): added a cache for arrays.
24947
24948 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24949
24950         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
24951         decode a single column from a row in a metadata table and changes
24952         to take advantage of it in the typedef locator (gives a nice speed up).
24953         Store offset info for function params.
24954
24955 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
24956
24957         * image.h (MONO_IMAGE_IS_CORLIB): removed 
24958
24959 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
24960
24961         * assembly.c: how could mono_assembly_close () had ever worked?
24962         * metadata.c, metadata.h: provide offset info for local vars.
24963         Implement mono_type_size () to take care of alignment as well
24964         as size (it was mono_field_type_size in cli/class.c before).
24965
24966 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
24967
24968         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
24969
24970         * assembly.h (CORLIB_NAME): set to corlib.dll
24971
24972         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
24973
24974 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24975
24976         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
24977         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
24978         tokentype.h: massive namespace cleanup.
24979
24980 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24981
24982         * metadata.h, metadata.c: decode exception clauses when parsing method header.
24983
24984 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
24985
24986         * metadata.c (mono_metadata_free_type): added check for type !=
24987         NULL (void) before calling mono_metadata_free_type()
24988
24989 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
24990
24991         * metadata.h, row_indexes.h: added header with enumerations to use
24992         to index in the columns from tables in metadata and to decode coded
24993         tokens: we should start using this instead of embedding magic numbers
24994         all over the code.
24995
24996 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
24997
24998         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
24999         Move metadata_t info from cli_image_info_t to MonoImage, where
25000         it's easily accessible. Changed all the uses accordingly.
25001         Added the method and class caches to MonoImage.
25002         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
25003         and mono_metadata_decode_value () signature to be more consistent
25004         with the other parse functions (and simplify code). Taken advantage
25005         of zero-length array allocation with GCC. Removed reduntant (and
25006         wrong) MonoFieldType struct and use MonoParam instead. Changed
25007         mono_metadata_parse_field_type () to use common code for parsing.
25008         Added mono_metadata_typedef_from_field () and
25009         mono_metadata_typedef_from_method () to lookup a typedef index from a
25010         field or method token.
25011         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
25012
25013 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
25014
25015         * metadata.c (mono_metadata_parse_field_type): Implement. 
25016         (do_mono_metadata_parse_type): Split engine from
25017         mono_metadata_parse_type, so that we can create smaller structures
25018         for things that just have one pointer to the MonoType (look at
25019         the MonoFieldType)
25020
25021 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
25022
25023         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
25024         as Jan Gray found out, it is incorrect. 
25025
25026 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
25027
25028         * assembly.c: Implement asssembly loading.  This loads an image
25029         and loads all the referenced assemblies.  Come to think of it, we
25030         could always do lazy loading of the assemblies. 
25031
25032         * image.c (mono_image_open): Keep loaded images in a hashtable.
25033
25034         * image.h (MonoImage): Add reference count.
25035
25036 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
25037
25038         * assembly.c (mono_assembly_open): Keep track of the file name in
25039         case the assembly has no ASSEMBLY table.
25040
25041         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
25042         from get.c here.
25043
25044 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
25045
25046         * metadata.c, metadata.h: decode local vars in method header
25047         parse function. Change callers accordingly.
25048
25049 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
25050
25051         * metadata.h, cil-coff.h: protect against multiple inclusion.
25052         Added some new structures to hold information decoded from metadata:
25053         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
25054         and relevant decoding/free functions.
25055         * metadata.c: implement decoding functions. Add warning for out of bounds
25056         index in mono_metadata_locate(). Implement mono_get_method () to retreive
25057         all the info about a method signature and invocation. Remove check on
25058         uninitialized local var in parse_mh() and fix memory leak.
25059
25060 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
25061
25062         * metadata.h: More macros.
25063
25064         * tokentype.h: New file.
25065
25066 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
25067
25068         * assembly.c: added a consistency check and initialize
25069         some structures with g_new0().
25070         * metadata.c: fixed a couple more bugs in table size computation
25071         and add other checks for out-of bound access to metadata.
25072
25073 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
25074
25075         * metatada.c: fix bugs computing table sizes. Spew a
25076         warning when index in string heap is out of bounds.
25077
25078 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
25079
25080         * metadata.h: Add a couple of macros to manipulate tokens. 
25081
25082 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
25083
25084         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
25085         cli_section_tables).
25086
25087 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
25088
25089         * metadata.c (mono_metadata_user_string): New function, provides
25090         access to the UserString heap. 
25091
25092 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
25093
25094         * metadata.c: Add inline documentation.
25095
25096 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
25097
25098         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
25099         files. 
25100
25101 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
25102
25103         * typeattr.h: New file, TypeAttribute flags. 
25104
25105 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
25106
25107         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
25108         mono_assembly_ensure_section): Section loading code.
25109         (load_section_tables): Load the sections.
25110
25111         * mono/metadata/metadata.c (mono_metadata_locate_token,
25112         mono_metadata_locate): Functions to locate the information
25113         definition given a token or a table and an index.
25114         (mono_metadata_compute_table_bases): New.
25115         (compute_size): New function to compute the sizes of the various
25116         tables.
25117
25118         * mono/metadata/metadata.h: Finish listing the different index
25119         types. 
25120
25121         * mono/metadata/pedump.c: Improve to dump new information.
25122
25123 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
25124
25125         * mono/metadata/metadata.c: Entered all the tables matching
25126         Beta2. 
25127
25128         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
25129
25130
25131