update known-issues
[mono.git] / mono / metadata / ChangeLog
1 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
2
3         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
4         
5         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
6
7 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
8
9         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
10         Implement generics support.
11         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12
13         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
14         type_args and method_args arguments.
15         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
16         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
17         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
18
19 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
20
21         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
22           It adds a rootimage parameter to mono_reflection_get_type_internal,
23           adds new function mono_reflection_get_type_with_rootimage and use
24           the rootimage to resolve the types instead of the current image
25
26 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
27
28         * culture-info-table.h: Forgot to update after r78304.
29
30 2007-07-13  Raja R Harinath  <rharinath@novell.com>
31
32         * class.c (mono_class_is_open_constructed_type)
33         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
34
35 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
36
37         * class.c (mono_bounded_array_class_get):  method fails if used with
38         an incomplete TypeBuilder enum (no basetype field), fixed it by 
39         avoiding calculating the size for such array as it cannot be instantiated.
40         Fix bug #82015
41
42 2007-07-12  Raja R Harinath  <rharinath@novell.com>
43
44         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
45         field.
46         * metadata.c, reflection.c: Update to changes.
47
48 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
49
50         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
51         mono_class_is_valid_enum, they are used to valide a enum when loading.
52         * reflection.c: used new functions to throw TypeLoadException when and
53         invalid enum is build with TypeBuilder. Fixes #82018
54   
55 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
56
57         * object.c: forgot commit of mono_class_setup_methods () to access
58         iface->methods.
59         * object-internals.h: added a few more handy fields to
60         MonoIMTCheckItem.
61
62 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
63
64         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
65         iface->methods.
66
67 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
68
69         * class-internals.h, object-internals.h, object.c: IMT-based
70         interface invocation core from Massimiliano Mantione
71         (massi@ximian.com) with a reworked arch-specific interface,
72         bsearch implementation and a few bugfixes and memory savings by me.
73
74 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
75
76         * class.c (mono_class_create_from_typedef): mono would segfault if 
77         an enum did not have a __value field. It now throws a TypeLoadException
78         for such cases. Fix bug #82022
79
80 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
81
82         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
83
84 2007-07-09  Mark Probst  <mark.probst@gmail.com>
85
86         * class.c (mono_class_init): If a class is already inited but has
87         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
88
89 2007-07-09  Mark Probst  <mark.probst@gmail.com>
90
91         * class.c: Properly handle the case of an unimplemented interface
92         method.  Fixes: 81673.
93
94 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
95
96         * class-internals.h, object.c: cleanup patch from massi: use
97         MonoVTable->interface_bitmap since the vtable interfaces offset array
98         is going away.
99
100 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
101
102         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
103         GetMDStreamVersion icall instead.
104
105 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
106
107         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
108         not use mono_dl_build_path() with a full library name: makes
109         fallbacks to libgaim and libfam work.
110
111 2007-07-06  William Holmes  <billholmes54@gmail.com>
112
113         * assembly.c: Added a continue statement in probe_for_partial_name when
114          parse_assembly_directory_name fails.  Fixes : 82002
115
116 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
117
118         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
119         and added a verification  for TYPEDBYREF.
120         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
121         make native int interchangeable with int32 and some small cleanup and formating.
122         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
123         handle byref of byref.
124         * verify.c (push_local): handle byref of byref.
125         * verify.c (do_binop): invalid mix of values is unverifiable
126         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
127         added visibility checks
128         * verify.c (field related method): added visibility checks
129         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
130
131 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
132
133         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
134         string.
135
136 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
137
138         * profiler.c (mono_profiler_load): Fix an off-by-one error.
139
140         * marshal.c (emit_marshal_string): When returning a string from managed code,
141         allways make a copy even for unicode strings. Fixes #81990.
142
143 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
144
145         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
146         of byref generic inst types (bug #81997).
147
148 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
149
150         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
151         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
152
153 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
154
155         * marshal.c (emit_marshal_string): Add support for unicode strings in
156         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
157
158 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
159
160         * verify.c: field load/store are now verified, missing only access checks now
161
162 2007-06-28  Martin Baulig  <martin@ximian.com>
163
164         * mono-debug.c (mono_debug_debugger_version): New public variable.
165
166 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
167
168         * locales.c: When constructing DateTimeFormat or NumberFormat for
169         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
170         MonoCultureInfo contructed from the current locale is always
171         read-only and has UseUserOverride set to true. All MonoCultureInfo
172         instances returned for GetCultures have both IsReadOnly and
173         UseUserOverride set to true. Fixes part of bug #81930.
174
175 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
176
177        * icall-def.h: Update System.__ComObject icalls
178        * marshal.c: Avoid managed transition (and object creation)
179        when looking up COM interface in RCW.
180        * marshal.h: Ditto.
181        
182        Code is contributed under MIT/X11 license.
183
184 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
185
186         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
187         to avoid crashes during assembly unloading.
188
189 2007-06-22  Raja R Harinath  <rharinath@novell.com>
190
191         Fix MethodInfo.IsGenericMethodDefinition
192         * reflection.c (mono_reflection_bind_generic_method_parameters):
193         Rearrange code to ensure we always uses a generic method definition.
194         * class.c (mono_class_inflate_generic_method_full): Set
195         'generic_container' field only for generic method definitions.
196         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
197         Use presense of 'generic_container' field as indication of being a
198         generic method definition.
199
200 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
201
202         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
203
204         * object-internals.h: Reflect changes in the layout of the managed Delegate
205         class.
206         
207         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
208         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
209         runtime memory used by the dynamic method. Fixes #77146.
210
211 2007-06-21  Dick Porter  <dick@ximian.com>
212
213         * file-io.h: 
214         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
215         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
216         81767.
217
218 2007-06-21  Raja R Harinath  <rharinath@novell.com>
219
220         * reflection.c (method_encode_methodspec): Add a tripwire.
221         * class.c (inflate_generic_type): The fully open generic type is
222         not the same as the generic type definition.
223
224 2007-06-21  Martin Baulig  <martin@ximian.com>
225
226         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
227
228         * mono-debug-debugger.h
229         (MonoDebuggerBreakpointInfo): Removed.
230         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
231         (mono_debugger_remove_breakpoint): Likewise.
232         (mono_debugger_breakpoint_callback): Likewise.
233         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
234
235 2007-06-21  Raja R Harinath  <rharinath@novell.com>
236
237         * metadata.c (mono_metadata_lookup_generic_class): The fully open
238         generic type is not the same as the generic type definition.
239         * class.c (mono_generic_class_get_class): Likewise.
240
241 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
242
243         * icall.c: The second argument to 
244         System.Reflection.MethodBase.GetMethodFromHandleInternalType
245         is a MonoType not a MonoClass.
246
247 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
248
249         * verify.c: support for function pointers in the verifier
250
251 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
252
253         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
254
255 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
256
257         * assembly.c: removed Mono.Data.SqliteClient from the list of
258         forward-compatible assemblies as it breaks the ABI (bug #81899).
259
260 2007-06-19  Raja R Harinath  <rharinath@novell.com>
261
262         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
263         lookup/update with the loader lock.
264         * reflection.c (mono_class_bind_generic_parameters): No need to
265         protect mono_metadata_lookup_* with the loader lock.
266         * class.c (inflate_generic_type): Likewise.
267         
268         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
269         on a generic instantiated type.
270
271 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
272
273         *verify.c: produce meanfull error messages on verification error
274         *verify.c: fixed some cases of verification errors reported as validation errors
275         *pedump.c: fixed the error name array, now it shows validation errors properly
276         *verify.h: fixed the contant that should be used for verification errors
277
278 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
279
280         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
281         for bug #77596, 81858 and 80743 (generics data structures on domain
282         unload).
283
284 2007-06-15  Raja R Harinath  <rharinath@novell.com>
285
286         Avoid allocating 'MonoGenericContext' on the heap.
287         * class-internals (_MonoMethodInflated::context): Make field
288         inline, not a pointer.
289         * loader.c (method_from_methodspec): Allocate 'new_context' on the
290         stack.  Use the context embedded within the inflated method as the
291         hash key, rather than 'new_context'.
292         * class.c (inflate_generic_context): Simplify.  Return a struct
293         rather than allocating on the heap.
294         (mono_class_inflate_generic_method_full): Update to changes.  Now,
295         doesn't salt away a copy of the context -- simplifying the
296         lifetime rules of a 'MonoGenericContext *'.
297         (mono_method_get_context): Return pointer to embedded context.
298         (setup_generic_array_ifaces): Allocate temporary context on stack.
299         * reflection.c (inflate_mono_method): Likewise.
300         (mono_reflection_bind_generic_method_parameters): Likewise.
301         Use the context embedded within the inflated method as the hash key.
302
303         Avoid a source of allocation of 'MonoGenericContext'.
304         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
305         and 'cached_context' fields into embedded 'MonoGenericContext' field.
306         * class.c: Update to changes.
307         (mono_generic_class_get_context): Simplify drastically.  Now just
308         returns a pointer to the field.
309         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
310         argument as a const pointer.
311         (mono_metadata_generic_context_equal): Likewise.
312         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
313         Update to changes.
314
315 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
316
317         * verify.c improved the handling of brtrue/brfalse, factored out common code
318
319 2007-06-14  Raja R Harinath  <rharinath@novell.com>
320
321         Kill MonoGenericMethod.
322         * class-internals.h (MonoGenericContext::method_inst): Rename from
323         'gmethod' and convert to a MonoGenericInst.
324         (MonoGenericMethod): Remove.
325         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
326         * loader.c (method_from_methodspec): Update to changes.  Use a
327         MonoGenericContext as the key to the hashtable.
328         * metadata.c (mono_metadata_generic_context_equal): Rename from 
329         'mono_metadata_generic_method_equal' and take MonoGenericContext.
330         (mono_metadata_generic_context_hash): Likewise from
331         'mono_metadata_generic_method_hash'.  Change hash function.
332         (mono_metadata_load_generic_params): Update to changes.
333         (mono_get_shared_generic_method): Remove.
334         * metadata-internals.h (mono_get_shared_generic_method): Remove.
335         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
336         (inflate_generic_context): Likewise.
337         (mono_class_inflate_generic_method_full): Likewise.
338         (setup_generic_array_ifaces): Likewise.
339         (mono_class_create_from_typespec): Likewise.
340         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
341         (method_encode_methodspec): Update callsite.
342         (reflection_methodbuilder_to_mono_method): Update to changes.
343         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
344         MonoGenericContext as the key to the hashtable.
345         (inflate_mono_method): Update to changes.
346
347         * class-internals.h (MonoGenericMethod::container): Remove.
348         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
349
350 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
351
352         * profiler-private.h, profiler.c, profiler.h: added API to profile
353         exception events.
354
355 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
356
357         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
358
359 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
360
361         * verify.c: method invocation is now validated, now we verify parameter types on stack.
362         Fixed overflow and underflow not aborting the verification process.
363
364 2007-06-13  Mark Probst  <mark.probst@gmail.com>
365
366         * class-internals.h (MonoStats): Added stats entries for dynamic
367         code allocations.
368
369 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
370
371         * loader.c (mono_free_method): Free header->locals and header->clauses.
372
373         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
374         dynamic case.
375
376         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
377
378         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
379
380 2007-06-12  Raja R Harinath  <rharinath@novell.com>
381
382         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
383         the tables.
384
385 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
386
387         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
388
389 2007-06-11  Raja R Harinath  <harinath@gmail.com>
390
391         MonoGenericMethod on a diet
392         * class-internals.h (_MonoMethodInflated::reflection_info): Move
393         here ...
394         (_MonoGenericMethod::reflection_info): ... from here.
395         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
396         Update to changes.
397         * reflection.c (inflate_mono_method): Likewise.
398         (mono_reflection_bind_generic_method_parameters): Likewise.
399
400 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
401
402         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
403         *verify.c: factored long ldarg forms to share code with short forms
404
405 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
406
407         *verify.c: fixed code formating factored some duplicate code
408         into a new function
409
410         *verify.h: fixed binary incompatibility introduced earlier
411
412         *pedump.c: fixed formating
413
414 2007-06-11  Raja R Harinath  <harinath@gmail.com>
415
416         Fix assertion when disassembling Mono.C5.dll
417         * loader.c (method_from_methodspec): Avoid inflating a method
418         twice with the same context.  If the methodref is inflated, use
419         the declaring method instead.
420
421         * class.c (mono_class_from_generic_parameter): Fix case similar to
422         bug #81830 handled below, but for method containers.
423
424 2007-06-10  Raja R Harinath  <harinath@gmail.com>
425
426         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
427         get_shared_generic_class.  Directly inflate the instance.
428         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
429         (inflate_generic_class): Delete.
430         (get_shared_generic_class): Delete.  Move setting of
431         'cached_class' and 'cached_context' ...
432         * metadata.c (mono_metadata_lookup_generic_class): ... here.
433
434         * metadata.c (mono_metadata_lookup_generic_class): Change
435         signature to take the components of a MonoGenericClass rather than
436         an allocated MonoGenericClass.  Change semantics to be intern-like.
437         * reflection.c (mono_class_bind_generic_parameters): Update to
438         changes.  Make locking region tighter.
439         * class.c (inflate_generic_class): Update to changes.
440         (get_shared_generic_class): Likewise.
441         * metadata-internals.h: Likewise.
442
443         * reflection.c (mono_class_bind_generic_parameters): Take and
444         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
445         (mono_reflection_bind_generic_parameters): Use
446         'mono_class_bind_generic_parameters' rather than duplicate the code.
447         * class.c (mono_bounded_array_class_get): Update to changes.
448         * object-internals.h: Likewise.
449
450         * reflection.c (mono_class_bind_generic_parameters): Only support
451         parameterizing generic type definitions.  Remove support for other
452         open types.
453
454 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
455
456         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
457
458         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
459         in the dynamic case.
460
461 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
462
463         * threads.c: When cleaning up thread, reset the Background bit.
464         Fixes bug #81720.
465
466 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
467
468        * metadata.c: Move variable declarations to top of scope.
469        * verify.c: Move variable declarations to top of scope.
470
471        Code is contributed under MIT/X11 license.
472
473 2007-06-08  Raja R Harinath  <rharinath@novell.com>
474
475         * reflection.c (mono_class_bind_generic_parameters): Replace
476         open-coded loop with mono_metadata_inflate_generic_inst.
477
478         * class.c (get_shared_generic_class): Don't call
479         mono_get_shared_generic_inst.  Use the container's own
480         'class_inst'.
481
482         * metadata.c (mono_metadata_load_generic_params): Move
483         initialization of 'context' field here from ...
484         * class.c (mono_class_create_from_typedef): ... here, and ...
485         * loader.c (mono_get_method_from_token): ... here.
486
487         * class.c (get_shared_generic_class): Rename from
488         mono_get_shared_generic_class and make static.
489         (mono_get_shared_generic_inst): Move to metadata.c.
490         * loader.c (mono_get_shared_generic_method): Likewise.
491         * class-internals.h, metadata-internals.h: Update to changes.
492
493         Fix #81830
494         * class.c (mono_class_from_generic_parameter): Don't assume a
495         generic container owner exists.  Generic containers from monodis
496         don't have any.
497
498 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
499
500         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
501         * verify.h: new typedefs to returns the non-verifiable status
502         * verify.c: initial implementation of generics, stack merging and object compatibility check
503
504 2007-06-06  Mark Probst  <mark.probst@gmail.com>
505
506         * class.c, image.c, class-internals.h (MonoImage): class_cache is
507         a MonoInternalHashTable again (fixed bug in internal hash table
508         code).
509
510 2007-06-06  Mark Probst  <mark.probst@gmail.com>
511
512         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
513         MonoInternalHashTable again (fixed bug in internal hash table
514         code).
515
516 2007-06-06  Mark Probst  <mark.probst@gmail.com>
517
518         * class.c, image.c, class-internals.h, domain.c,
519         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
520         changes.  Have to figure out what makes them break the SWF
521         regression.
522
523 2007-06-04  Mark Probst  <mark.probst@gmail.com>
524
525         * class.c, image.c, class-internals.h (MonoImage): class_cache is
526         a MonoInternalHashTable now.
527
528 2007-06-04  Mark Probst  <mark.probst@gmail.com>
529
530         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
531         MonoInternalHashTable now.
532
533 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
534
535         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
536         invoke_impl code.
537
538         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
539
540         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
541         dependent trampoline.
542
543         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
544
545         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
546
547 2007-05-29  Robert Jordan  <robertj@gmx.net>
548
549         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
550
551 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
552
553         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
554
555 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
556
557        * marshal.c: Fix interface lookup loops for
558        cominterop_get_com_slot_for_method and 
559        cominterop_get_method_interface. Only need to lookup
560        if type is a class, else use interface type method is on.
561
562        Code is contributed under MIT/X11 license.
563
564 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
565
566         * reflection.c: HasSecurity can be present even if no specially 
567         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
568         SecurityAttribute). Fix CAS regression tests on buildbot.
569
570 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
571
572        * appdomain.c: Add configure checks for header files.
573        * image.c: Add configure checks for header files.
574        * file-io.c: Add configure checks for header files.
575        * debug-mono-symfile.c: Add configure checks for header files.
576        * threadpool.c: Add configure checks for header files.
577        * console-io.c: Add configure checks for header files.
578        * profiler.c: Add configure checks for header files.
579        * rawbuffer.c: Add configure checks for header files.
580        * icall.c: Add configure checks for header files.
581        * rand.c: Add configure checks for header files.
582        * socket-io.c: Add configure checks for header files.
583
584        Code is contributed under MIT/X11 license.
585
586 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
587
588         * reflection.c (mono_custom_attrs_from_builders): Remove the 
589         assertion as it breaks the build.
590         
591         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
592
593         * reflection.c (lookup_custom_attr): Make a copy here too.
594
595         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
596         dynamic images.
597
598         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
599         images.
600
601         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
602         info.
603
604 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
605
606         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
607         (load_cattr_value): Ditto.
608
609 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
610
611         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
612
613 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
614
615         * threads.c: In "start_wrapper", set apartment_state to MTA if
616         apartment_state is Unknown and we're running on 2.0 profile or
617         higher.
618         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
619         to main method, then set apartment_state to Unknown on 1.0 profile,
620         and MTA on 2.0 profile.
621
622 2007-05-16  Jb Evain  <jb@nurv.fr>
623
624         * class-internals.h (MonoDefaults): Add an attribute_class and
625           customattribute_data_class.
626         * domain.c (mono_init_internal): Populate them.
627         * reflection.c: Use them to remove duplicates. Make a vew
628         MonoClass variables `static'.
629
630 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
631
632         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
633         step in implementing IMT, so that all isinst checks now can go
634         through the bitmap.
635         This was needed because vtables for TransparentProxy need to look
636         like the vtable of the "target" class, so they need to point to
637         its interface bitmap directly.
638
639         * object.c: inside "mono_class_create_runtime_vtable" and
640         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
641
642 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
643
644         * object-internals.h
645           culture-info.h : added territory field in MonoCulture and
646           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
647         * locales.c : fill territory field above too.
648         * culture-info-table.h : regenerated.
649
650 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
651
652         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
653         Fixes #81599.
654
655 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
656
657         * object.c: Always initialize apartment, even if 
658         there is no custom attributes on entry point.
659         
660         Code is contributed under MIT/X11 license.
661
662 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
663
664         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
665         * metadata.c: If no encoding is set, check for unicode
666         on class.
667         
668         Code is contributed under MIT/X11 license.
669
670 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
671
672         * threads.c: Handle if mono_thread_current returns NULL 
673         
674         Code is contributed under MIT/X11 license.
675
676 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
677
678         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
679         in start_wrapper. Added mono_thread_init_apartment_state and
680         mono_thread_cleanup_apartment_state.
681         * object.c: Initialize thread apartment state on main thread
682         by checking for STAThreadAttribute on entry point.
683         * object-internals.h: Add apartment_state field to MonoThread.
684         * threads-types.h: Add unmanaged definition of 
685         System.Threading.ApartmentState, MonoThreadApartmentState.
686         
687         Code is contributed under MIT/X11 license.
688         
689 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
690
691         * class.c: Fix windows build.
692         * class-internals.h: Fix windows build.
693         
694         Code is contributed under MIT/X11 license.
695
696 2007-05-08  Robert Jordan  <robertj@gmx.net>
697
698         * process.c (CreateProcess_internal):
699         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
700         .CreateNoWindow was specified. Fixes #81496.
701
702 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
703
704         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
705         step in implementing IMT, replaced it with two compact arrays
706         (interfaces_packed and interface_offsets_packed) and a bitmap that
707         is used for isinst checks (interface_bitmap).
708
709         * class.c: (compare_interface_ids): compare function to pass to
710         bsearch when looking for an interface with a given id.
711         (mono_class_interface_offset): reimplemented using bsearch on
712         interfaces_packed, getting the offset from interface_offsets_packed.
713         (print_implemented_interfaces): utility debugging function.
714         (setup_interface_offsets): reworked to initialize interfaces_packed,
715         interface_offsets_packed and interface_bitmap.
716
717         * object.c: replaced all accesses to "MonoClass.interface_offsets"
718         with uses of interfaces_packed and interface_offsets_packed.
719
720 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
721
722         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
723         mono_class_interface_offset prototype to wrap all accesses to
724         "MonoClass.interface_offsets".
725
726         * class.c: Implemented mono_class_interface_offset, and wrapped all
727         accesses to "MonoClass.interface_offsets".
728
729         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
730         "MonoClass.interface_offsets".
731
732 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
733
734         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
735         GetMethodFromHandle overloads (bug #78637).
736
737 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
738
739         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
740         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
741
742 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
743
744         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
745         #81498.
746
747         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
748         gracefully.
749         (mono_custom_attrs_from_index): Ditto.
750
751         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
752         Fixes #81501.
753
754 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
755
756         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
757         is now allocated from a mempool.
758
759 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
760
761         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
762         caller holds threads_lock, leading to deadlocks. Fixes #81476.
763
764 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
765
766         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
767         mono_loader_clear_error () too late. Fixes #81463.
768
769 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
770
771         * culture-info-table.h : regenerated.
772
773 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
774
775         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
776         is missing.
777
778 2007-04-25  Dick Porter  <dick@ximian.com>
779
780         * Makefile.am: Put the mingw enforced-optimisation back into the
781         PLATFORM_WIN32 section.
782
783 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
784
785         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
786         patch.
787
788         * image.c (mono_image_load_module): New API function to load a module reference.
789
790         * image.c (load_modules): Load modules lazily. Fixes #80812.
791
792         * class.c (mono_class_from_typeref): Use mono_image_load_module.
793         
794         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
795
796         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
797         to mono_image_load_module_dynamic.
798
799 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
800
801         * marshal.c: Fix calling convention for CCW on non-windows
802         platforms. STDCALL on windows, CDECL everywhere else to work 
803         with XPCOM and MainWin COM.
804         
805         Code is contributed under MIT/X11 license.
806
807 2007-04-23  Martin Baulig  <martin@ximian.com>
808
809         Fix #80969.
810
811         * loader.c
812         (method_from_memberref): Added `gboolean *used_context' argument.
813         (mono_get_method_from_token): Likewise.
814         (mono_get_method_full): Don't insert the method in the cache when
815         `used_context' is true.
816
817 2007-04-23  Raja R Harinath  <rharinath@novell.com>
818
819         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
820
821         * reflection.c (mono_reflection_bind_generic_parameters): Don't
822         create new MonoTypes for returned types.
823         * class.c (mono_generic_class_get_class): Export mono-internal.
824         * class-internals.h: Update to changes.
825
826 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
827
828         * threadpool.c, threadpool.h, icall-def.h: patch from
829         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
830
831 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
832
833         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
834         
835         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
836
837         * threads.c (mono_thread_get_stack_bounds): New helper function.
838
839         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
840         Correctly compute stack bounds when attaching. Fixes #81394.
841
842 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
843
844         * reflection.c: fix handling of doubles in custom attributes
845         for the arm-fpa format (bug #81368).
846
847 2007-04-18  Raja R Harinath  <rharinath@novell.com>
848
849         * reflection.c (assembly_add_win32_resources): Mildly relax an
850         bounds check to let the end pointer point just past the end of the
851         allocated buffer.  (may fix #81384)
852
853 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
854
855         * culture-info-table.h : regenerated.
856
857 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
858
859         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
860         the thread is aborted early.
861
862 2007-04-05  Dick Porter  <dick@ximian.com>
863
864         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
865         FindFirstFile()/FindNextFile() to find entries.  This lets the
866         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
867         81038.
868
869         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
870         the parameters of
871         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
872
873 2007-04-04  Martin Baulig  <martin@ximian.com>
874
875         * debug-helpers.c
876         (mono_method_desc_full_match): Add support for nested classes.
877
878 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
879
880         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
881
882 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
883
884         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
885         waiting for too many threads.
886
887 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
888
889         * environment.c: Fix return value check on uname so we can get the 
890         executing version on Solaris operating systems.
891
892 2007-03-28  Jb Evain  <jbevain@gmail.com>
893
894         * class.c (mono_type_get_name_recurse): Complete the
895         fix for the creation of assembly qualified names for
896         pointer types. Fixes #81208.
897
898 2007-03-27  Dick Porter  <dick@ximian.com>
899
900         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
901         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
902         changed.
903
904         * threads.c
905         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
906         the value of ReleaseMutex().
907
908 2007-03-27  Dick Porter  <dick@ximian.com>
909
910         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
911         in little-endian order, not network endian, so must be converted
912         to host endian here.  Fixes bug 80593.
913
914 2007-03-22  Jb Evain  <jbevain@gmail.com>
915
916         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
917         qualified names for pointer types. Fixes #81208.
918
919 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
920
921         * marshal.c: Add support for PreserveSigAttribute. 
922         
923         Code is contributed under MIT/X11 license.
924
925 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
926
927         * process.c: Fix endianness issues. Fixes #81126.
928
929         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
930         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
931
932         * image.c (mono_image_lookup_resource): Make this work on big-endian
933         machines.Change API contract so the caller needs to free the return value.
934         
935         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
936         API change.
937         
938 2007-03-14  Martin Baulig  <martin@ximian.com>
939
940         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
941         mono_type_get_desc() as well.
942
943 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
944
945         * icall.c:  Fix environ access in VS.  
946         
947 2007-03-13  Alp Toker  <alp@atoker.com>
948
949         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
950         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
951         #63841.
952
953 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
954
955         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
956         circular references among dynamic methods. Fixes #81091.
957
958         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
959
960 2007-03-09  Martin Baulig  <martin@ximian.com>
961
962         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
963
964 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
965
966         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
967         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
968         
969         Code is contributed under MIT/X11 license.
970         
971 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
972
973         * loader.c: Reapply patch for bug #79424.
974
975 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
976
977         * metadata.c (mono_type_to_unmanaged): Only convert object to
978         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
979
980 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
981
982         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
983         (and incorrectly set) is_reference field from MonoGenericInst.
984
985 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
986
987         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
988         a little earlier.
989
990         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
991
992         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
993
994 2007-03-05  Miguel de Icaza  <miguel@novell.com>
995
996         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
997         FileOptions.1 value to mean "temporary", map that to
998         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
999
1000         Fixes 80688
1001
1002 2007-03-03  Marek Habersack  <mhabersack@novell.com>
1003
1004         * appdomain.c: implement MS .Net style shadow copying. Copies of
1005         the assemblies are made in a subdirectory of the dynamic base
1006         directory, the assembly names are preserved.
1007         Copy .mdb and .config files along with the assemblies being shadowed.
1008
1009 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1010
1011         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
1012         (emit_marshal_handleref): Ditto.
1013
1014         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
1015         on Visual C++. Fixes #80671.
1016
1017 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
1018
1019         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
1020         for clone operations.
1021
1022 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1023
1024         * marshal.c: Fix warnings.
1025
1026 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
1027
1028         * loader.c: allow case-insensitive matching of the dll name
1029         in dllmap handling when prefixed with "i:".
1030
1031 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
1032
1033         * threads.c: Fix #ifdef for dummy_apc function for VS.
1034
1035 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
1036
1037         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
1038
1039 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
1040         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
1041         giving precedence to the methods with a fully qualified name
1042         (InterfaceName.MethodName) when building the interface sections
1043         of the vtable.
1044
1045 2007-02-16  Dick Porter  <dick@ximian.com>
1046
1047         * threadpool.c (append_job): Fix fast-path array handling, so it's
1048         less likely the array will grow exponentially when the load is
1049         heavy.
1050
1051 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1052
1053         * metadata-internals.h, loader.c: fix dllmap lookup order
1054         for non-function maps, too, and prepare for fallback code.
1055
1056 2007-02-12  Robert Jordan  <robertj@gmx.net>
1057
1058         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
1059         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
1060         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
1061         GlobalFree. Fixes a part of bug #77075.
1062
1063 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
1064
1065         * loader.c: implemented typedef parent in field memberref.
1066
1067 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
1068
1069         * marshal.c: Fix warnings and remember to call Release on
1070         IUnknown of RCW.
1071         
1072         Code is contributed under MIT/X11 license.
1073
1074 2007-02-10  Miguel de Icaza  <miguel@novell.com>
1075
1076         * class-internals.h: Add MonoHandleRef definition, and
1077         handleref_class to mono_defaults. 
1078
1079         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
1080         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
1081
1082         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
1083         (do nothing on this stage)
1084         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
1085         (emit_marshal_handleref): New method, used for argument handling
1086         of HandleRefs. 
1087
1088 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
1089
1090         * class.c (mono_class_setup_parent): Lazily init com types.
1091         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
1092         init com types.
1093         * object.c (mono_remote_class_vtable): Lazily init com types.
1094         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
1095         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
1096         * domain-internals.h: Expose mono_init_com_types.
1097         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
1098         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
1099         Add support for COM Callable Wrapper marshalling.
1100         * marshal.h: Add icall definitions.
1101         * gc.c: Handle freeing of CCWs in finalizer code.
1102         
1103         Code is contributed under MIT/X11 license.
1104
1105 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
1106
1107         * reflection.c: changed all the signature encoding code to use
1108         a variable-sized buffer.
1109
1110 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1111
1112         * marshal.c: locking fixes: never take the loader lock
1113         or other runtime locks when holding the marshal lock
1114         (fixes bug#80664).
1115
1116 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
1117
1118         * marshal.c: make the delegate function pointer mapping
1119         work for the moving GC.
1120
1121 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
1122
1123         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
1124         for bug #80618.
1125
1126 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1127
1128         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
1129         gmodule.
1130
1131 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
1132
1133         * threadpool.c: made the code moving-GC safe.
1134
1135 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
1136
1137         * assembly.c, boehm-gc.c, class-internals.h, class.c,
1138         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
1139         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
1140         warning cleanup.
1141         * reflection.c: warning cleanup, some threading and moving GC fixes.
1142
1143 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
1144
1145         * class.c, loader.c: create the needed Set/Get/Address array methods
1146         as well as the .ctors in mono_class_init (), fixes bug #80567.
1147
1148 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
1149
1150         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
1151         we doesn't decrease its alignment. Should fix the sparc build.
1152
1153 2007-01-24  Dick Porter  <dick@ximian.com>
1154
1155         * socket-io.c
1156         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
1157         Create the returned object if we need to ignore an unsupported
1158         socket option.  Fixes a segfault reported by Atsushi.
1159
1160 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
1161
1162         * class.c, object.c: restrict GC-tracked fields to
1163         UIntPtr fields used inside corlib, so we provide better
1164         type info to the GC and also allow broken packing as in
1165         bug #80580.
1166
1167 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
1168
1169         * sgen-gc.c: removed duplicated function.
1170
1171 2007-01-19  Miguel de Icaza  <miguel@novell.com>
1172
1173         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
1174         value that means that the value is not supported, but that we
1175         should not return a failure, but instead report this as a
1176         successful operation.
1177
1178 2007-01-19  Raja R Harinath  <rharinath@novell.com>
1179
1180         Fix tests/bug79956.2.il
1181         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
1182         (mono_generic_class_get_class): If the generic definition in an
1183         enum, copy over other fields related to it.
1184
1185 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
1186
1187         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
1188         genericinst enums (bug #79215).
1189
1190 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
1191         * class.c: Fix bug 80307.
1192
1193 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
1194
1195         * image.c: if the file table is not present, try to load
1196         all the modules, since we don't have info about them
1197         having or not metadata (bug #80517).
1198         * assembly.c: allow mono_assembly_load_references () to
1199         work for netmodules.
1200
1201 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1202
1203         * image.c, metadata-internals.h, object.c: execute module
1204         cctors when running on the 2 runtime if present (bug #80487).
1205
1206 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
1207
1208         * icall.c: optimized InitializeArray() on bigendian.
1209
1210 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
1211
1212         * icall.c: fix for the broken ARM FPA double format.
1213
1214 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
1215
1216         * icall.c: handle endian issues for r4 and r8 types, too, in
1217         the InitializeArray() icall.
1218
1219 2007-01-15  Miguel de Icaza  <miguel@novell.com>
1220
1221         * loader.c (mono_loader_error_prepare_exception): Clear the error
1222         once we have extracted the information from it, do this before we
1223         call into the JIT's class loading mechanisms.
1224
1225         * object.c (mono_class_create_runtime_vtable): Do not clear the
1226         loader error before calling mono_class_get_exception_for_failure
1227         as the loader error is needed inside
1228         mono_class_get_exception_for_failure to throw the error (thinko).
1229
1230         Fixes #80521
1231         
1232 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
1233
1234         * reflection.c: align fields rva data so it's faster to load at
1235         runtime.
1236
1237 2007-01-12  Raja R Harinath  <rharinath@novell.com>
1238
1239         Prepare to simplify GenericMethod handling.
1240         * class-internals.h (mono_method_get_context): New accessor function.
1241         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
1242         rather than directly accessing '->context' field.
1243
1244         * class-internals.h (_MonoGenericParam.method): Move ...
1245         (_MonoGenericContainer): ... here.  Add into union with klass field.
1246         * class.c, icall.c, loader.c, metadata.c, reflection.c:
1247         Update to changes.
1248
1249 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
1250
1251         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
1252         the wrapper type enum and reduce relocations.
1253
1254 2007-01-12  Raja R Harinath  <rharinath@novell.com>
1255
1256         * reflection.c (inflate_mono_method): Reuse method instantiation
1257         from the generic method, if available.
1258
1259 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
1260
1261         * marshal.c (emit_marshal_variant): Fix conv_arg
1262         type in last commit, based on whether parameter is byref.
1263         
1264 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
1265
1266         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
1267         marshalling.
1268         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
1269         MONO_TYPE_OBJECT back for VARIANT support.
1270
1271 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
1272
1273         * marshal.c, marshal.h, icall-def.h: Implement 
1274         Marshal.ReAllocCoTaskMem.
1275
1276 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
1277
1278         * marshal.c: memory retention fixes: use the proper
1279         image cache for runtime_invoke method lookups.
1280
1281 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
1282
1283         * mempool.c: added code to help debug mempool allocations.
1284
1285 2007-01-11  Dick Porter  <dick@ximian.com>
1286
1287         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
1288         support (experimenting with faking it with IP_MTU_DISCOVER for
1289         systems that don't have IP_DONTFRAGMENT.)
1290         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
1291         icall.
1292
1293         * icall-def.h: new System.Net.Sockets.Disconnect icall.
1294
1295         * socket-io.h: Add new fields to MonoSocketAsyncResult
1296         corresponding to the new ones in Socket.cs.
1297
1298 2007-01-11  Raja R Harinath  <rharinath@novell.com>
1299
1300         Fix IronPython regression mentioned in #80249
1301         * metadata.c (do_mono_metadata_parse_generic_class): Clear
1302         'cached_context' field, since it may have been initialized as a
1303         side-effect of metadata parsing.
1304
1305         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
1306         (_MonoGenericClass.cached_class): Move here and rename from lone
1307         remaining field of ...
1308         (_MonoInflatedGenericClass): ... this.  Remove.
1309         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
1310         to changes.
1311
1312         Fix mcs/tests/test-128.cs regression.
1313         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
1314         2007-01-10 change below.
1315         [MONO_TYPE_OBJECT]: Recurse into array case.
1316
1317 2007-01-11  Raja R Harinath  <harinath@gmail.com>
1318
1319         * class-internals.h (mono_get_inflated_generic_class): Remove.
1320         * class.c (mono_get_inflated_generic_class): Remove.
1321         (mono_generic_class_get_class): Rename from
1322         mono_class_create_generic.
1323         (mono_class_from_mono_type) [GENERICINST]: Use it.
1324         * reflection.c, metadata.c: Update to changes.  Use
1325         'mono_class_from_mono_type'.
1326
1327 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
1328
1329         * reflection.c: use passed type when encoding an array element
1330         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
1331
1332 2007-01-09  Robert Jordan  <robertj@gmx.net>
1333
1334         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
1335         result arguments (someDelegate.EndInvoke (unrelatedAres)).
1336         Fixes bug #80392.
1337
1338 2007-01-09  Raja R Harinath  <rharinath@novell.com>
1339
1340         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
1341
1342         * object.c (set_value): Avoid aliasing between type->data.klass
1343         and type->data.generic_class.
1344
1345         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
1346
1347 2007-01-08  Raja R Harinath  <rharinath@novell.com>
1348
1349         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
1350         between type->data.klass and type->data.generic_class.
1351
1352 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
1353
1354         * marshal.c: In MS.NET, StringBuilder objects are not copied by
1355         value in out parameters.
1356
1357 2007-01-08  Raja R Harinath  <rharinath@novell.com>
1358
1359         Simplify invariant for MonoGenericClass::klass field.
1360         * class.c (mono_class_create_generic): Verify 'klass' is null.
1361         * metadata.c (do_mono_metadata_parse_generic_class): Don't
1362         initialize 'klass' field.
1363
1364 2007-01-05  Raja R Harinath  <rharinath@novell.com>
1365
1366         Ongoing work to avoid redundant data and simplify invariants.
1367         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
1368         'generic_class', and change type to a GenericInst.
1369         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
1370         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1371
1372 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
1373
1374         * class.c : skip io-layer under PLATFORM_WIN32.
1375
1376 2007-01-03  Tor Lillqvist  <tml@novell.com>
1377
1378         Fix #80305: In a bundled executable, look in the bundled exe
1379         assembly to determine the runtime version. Add the possibility to
1380         bundle also the machine.config file.
1381         
1382         * assembly.c (mono_assembly_open_from_bundle): Make
1383         non-static. Allow being called even if we have no bundled
1384         assemblies, and return NULL right away in that case.
1385
1386         * domain-internals.h: Declare mono_assembly_open_from_bundle()
1387         here.
1388
1389         * domain.c (app_config_parse): Take an assembly exe file name as
1390         parameter instead of a config file name. Check for a bundled
1391         config file for that assembly by calling
1392         mono_config_string_for_assembly_file() (see below) before looking
1393         for one in the file system.
1394         (get_runtimes_from_exe): Corrsponding change to call of
1395         app_config_parse().
1396         (get_runtimes_from_exe): Check for bundled assembly exe file first
1397         by calling mono_assembly_open_from_bundle(). If no bundled
1398         assembly exe file is found, call mono_image_open() as before to
1399         look it up in the file system.
1400
1401         * mono-config.c: Add variable bundled_machinec_onfig.
1402         (mono_config_string_for_assembly_file): New function.
1403         (mono_config_for_assembly): Move code snippet that looks for a
1404         bundled assembly .config file into the above new function. Call
1405         it.
1406         (mono_register_machine_config, mono_get_machine_config): New
1407         functions to set and retrieve
1408
1409         * assembly.h: Declare mono_register_machine_config().
1410
1411         * mono-config.h: Declare mono_get_machine_config() and
1412         mono_config_string_for_assembly_file().
1413
1414         * icall.c: No declaration of environ necessary on Win32. It is
1415         declared (as a macro expanding to a function call) in stdlib.h.
1416         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
1417         New internal mono function. Returns the value of
1418         mono_get_machine_config() as a Mono string.
1419
1420         * icall-def.h: Add get_bundled_machine_config().
1421
1422 2007-01-04  Raja R Harinath  <rharinath@novell.com>
1423
1424         Remove redundant field
1425         * class-internals.h (_MonoGenericContext.container): Remove field.
1426         * loader.c (mono_method_get_signature_full): Don't parse a
1427         "container" for a signature parse when the signature is inflated
1428         immediately.
1429         (method_from_methodspec): Likewise, for a generic_inst.
1430         * class.c, metadata.c, reflection.c: Update to changes.
1431
1432 2006-01-04  Raja R Harinath  <rharinath@novell.com>
1433
1434         * class-internals.h (_MonoGenericClass): Rename 'context' field to
1435         'cached_context', and change semantics -- it starts off NULL, and
1436         is initialized on demand.
1437         * class.c (mono_generic_class_get_context): New accessor to
1438         replace 'context' field accesses.
1439         (mono_class_get_context): New helper.
1440         (*): Update to changes.
1441         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
1442
1443 2007-01-03  Miguel de Icaza  <miguel@novell.com>
1444
1445         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
1446         before the memcpy.   Fixes Marshal2 regression.
1447
1448 2007-01-02  Jb Evain  <jbevain@gmail.com>
1449
1450         * blob.h: add a MONO_TYPE_ENUM definition
1451         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
1452         fix the encoding of arrays of enums in custom attributes.
1453
1454         Fixes #79666.
1455
1456 2007-01-01  Miguel de Icaza  <miguel@novell.com>
1457
1458         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
1459         string is null terminated, but only cut the string short if it
1460         overflows the buffer.   
1461         
1462         (mono_string_to_byvalstr): Also fix this routine.   The code here
1463         was not properly terminating a string (it was only terminated
1464         because of the previous catch-all memset). 
1465
1466         I left the memset, because I do not know if applications expect
1467         the runtime to clear this region. 
1468
1469         Fixes #79944.
1470
1471         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
1472         Clear the error before returning to unmanaged code to prevent the
1473         runtime from being confused later on (fixes  80420).
1474         (ves_icall_type_from_name): Always call mono_loader_clear_error
1475         after parsing a type that could have failed.
1476         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
1477
1478         * loader.c (mono_loader_clear_error): Fix indentation.
1479
1480 2006-12-28  Martin Baulig  <martin@ximian.com>
1481
1482         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
1483
1484 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
1485
1486         * reflection.c: patch from Rolf Bjarne Kvinge to fix
1487         getting a token for an EnumBuilder.
1488
1489 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
1490
1491         * reflection.c: be more careful in case resource generation
1492         fails to create the data array.
1493
1494 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
1495
1496         * sgen-gc.c: write barrier for clone and fix unregister handles.
1497
1498 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
1499
1500         * reflection.c: some fixes needed in the generics code for the moving GC.
1501
1502 2006-12-22  Robert Jordan  <robertj@gmx.net>
1503
1504         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
1505         account. Fixes bug #80299.
1506
1507 2006-12-21  Raja R Harinath  <rharinath@novell.com>
1508
1509         Fix WaitHandle usage in delegates.
1510         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
1511         * object.c (mono_wait_handle_new): Use the property set method to
1512         initialize the handle.
1513         (mono_wait_handle_get_handle): New.
1514         * threadpool.c (mono_async_invoke): Use it.
1515         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
1516         Likewise.
1517         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
1518
1519 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
1520
1521         * marshal.c (emit_marshal): Call emit_marshal_variant and
1522         emit_marshal_com_interface when applicable.
1523         (emit_marshal_variant, emit_marshal_com_interface): Add
1524         methods for this case and remove if's from emit_marshal_object.
1525         
1526 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
1527
1528         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
1529
1530 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
1531
1532         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
1533         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
1534         and GlobalFree on Windows. Remove FIXME.
1535
1536 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
1537
1538         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
1539         implementation for managed objects.
1540
1541 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
1542
1543         * object.c: implemented code to be used for checking
1544         that no reference field overlaps with non-references.
1545
1546 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
1547
1548         * threadpool.c: fix queue code to be compatible with the
1549         moving GC.
1550
1551 2006-12-18  Miguel de Icaza  <miguel@novell.com>
1552
1553         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
1554         in structures by throwing ArgumentNullException.
1555
1556         (emit_marshal_safehandle): Also when they are null parameters.
1557
1558         (emit_marshal_safehandle): Add support for ref
1559         SafeHandles parameters
1560
1561 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
1562
1563         * profiler.c: updated to use the mono-dl API instead of
1564         gmodule.
1565
1566 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
1567
1568         * profiler.c: updated to use the mono-dl dynamic loading
1569         API instead of gmodule.
1570
1571 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
1572
1573         * profiler.c: use readlink, older versions of glib don't have
1574         g_file_read_link ().
1575
1576 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
1577
1578         * profiler.c: try to detect the path to mono if libc fails to provide
1579         a useful name (bug #80286).
1580
1581 2006-12-16  Raja R Harinath  <rharinath@novell.com>
1582
1583         Fix #80242
1584         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
1585         instance, use the generic type definition instead.
1586         (ves_icall_Type_GetNestedTypes): Likewise.
1587         * class.c (mono_class_create_generic): Always set the
1588         nested_classes of a generic instance to NULL, even if the generic
1589         type definition has nested types.
1590
1591 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
1592
1593         * marshal.c (mono_string_from_bstr): Revert previous Windows change
1594         and fix on Linux.
1595         
1596 2006-12-15  Miguel de Icaza  <miguel@novell.com>
1597
1598         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
1599         my arguments were in the wrong order.   I also fixed the Windows
1600         version which seems to have had the same issue.
1601
1602         (mono_free_bstr): On Unix, this is g_free.
1603         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
1604         conversions (for the tests in corlib to pass).
1605
1606 2006-12-14  Miguel de Icaza  <miguel@novell.com>
1607
1608         * marshal.c (emit_ptr_to_object_conv): For now, ignore
1609         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
1610         exception if a ref SafeHandle in a struct has changed).
1611         
1612         (emit_struct_conv): Do not perform layout checks for classes
1613         derived from SafeHandle, as those are specially handled. 
1614
1615         (emit_object_to_ptr_conv): Add support for
1616         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
1617
1618         (emit_marshal_safehandle): Implement conversion of return values
1619         of safehandles (MARSHAL_ACTION_CONV_RESULT).
1620         
1621         * threads.c: WaitHandle now is compiled with two different handles
1622         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
1623         for 2.0.
1624         
1625         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
1626         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
1627         these routines to cope with both kinds of fields.
1628
1629 2006-12-12  Miguel de Icaza  <miguel@novell.com>
1630
1631         * metadata.c (mono_type_to_unmanaged): Handle the case where
1632         type->data.klass is a SafeHandle, and in that case, return the
1633         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
1634         MONO_MARSHAL_CONV_SAFEHANDLE. 
1635
1636 2006-12-11  Miguel de Icaza  <miguel@novell.com>
1637
1638         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
1639         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
1640         calling emit_marshal_object.
1641
1642         (emit_marshal_safehandle): Implement marshalling of
1643         SafeHandle parameters (no ref support yet).
1644
1645         (MarshalAction): Document the defines as I implement
1646         them for SafeHandle.
1647
1648         (emit_marshal_object): indentation police.
1649
1650         * class-internals.h: Define MonoSafeHandle.
1651         Add safehandle_class to MonoDefaults type.
1652
1653         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
1654         list of classes to check for fields. 
1655
1656         * domain.c (mono_init_internal): Add SafeHandle to the list of
1657         mono_defaults loaded.
1658
1659 2006-12-15  Raja R Harinath  <rharinath@novell.com>
1660
1661         Fix #80253
1662         * reflection.c (mono_reflection_bind_generic_parameters): If the
1663         generic type definition is a type builder, ensure that it is fully
1664         initialized before instantiating it.  Kill some dead code.
1665
1666 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
1667
1668         * object.c: clear the loader_error () before loading
1669         more metadata stuff (bug #80258).
1670
1671 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
1672
1673         * icall.c, icall-defs.h: type modifiers icalls for
1674         parameters and properties.
1675
1676 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
1677
1678         * object.c, icall.c: fixed warnings.
1679
1680 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
1681
1682         * marshal.c: fixed a couple of leaks and coding style in a few places.
1683
1684 2006-12-08  Dick Porter  <dick@ximian.com>
1685
1686         * process.c: Cope with NULL ProcessStartInfo arguments on windows
1687         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
1688         80173.
1689
1690 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
1691
1692         * process.c: ProcessStartInfo may have only filename set and
1693         arguments can be NULL.
1694
1695 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
1696
1697         * icall.c: fix leak found by Robert Jordan.
1698
1699 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
1700
1701         * marshal.c, marshal.h: generate managed method to access an element
1702         of a multi-dimensional array.
1703
1704 2006-11-30  Paolo Molaro (lupus@ximian.com)
1705
1706         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
1707
1708 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
1709
1710         * icall.c: back out GetFields () fix until the serialization code is
1711         fixed to not depend on the incorrect behaviour.
1712
1713 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
1714
1715         * profiler.c: provide defaults if none are set.
1716
1717 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
1718
1719         * Makefile.am, attrdefs.h: new public header file with
1720         constants for attributes for use by embedders.
1721
1722 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
1723
1724         * icall.c: GetFields () fix for bug #80064.
1725
1726 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
1727
1728         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
1729         removed long unused icalls.
1730
1731 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
1732   
1733         * marshal.c: 
1734                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
1735                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
1736                 can be generated without a delegate class.
1737                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
1738         
1739         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
1740
1741 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1742
1743         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
1744         #80069.
1745
1746 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
1747
1748         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
1749         icall-def.h: added icalls needed by System.GC.
1750
1751 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
1752
1753         * loader.c: ensure the class in catch clauses is handled
1754         correctly for generics methods (fixes bug#79980).
1755
1756 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
1757
1758         * monitor.h, monitor.c: added mono_locks_dump () function
1759         to help debug deadlocks involving managed locks.
1760
1761 2006-11-13  Dick Porter  <dick@ximian.com>
1762
1763         * file-io.c (get_file_attributes): If the file is a symlink try
1764         and get the stat data for the target, but also add the
1765         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
1766         the specs for the windows symlink support, but will probably have
1767         to be reworked when I have test data from a vista machine.  Fixes
1768         bug 79887.
1769
1770 2006-11-13  Dick Porter  <dick@ximian.com>
1771
1772         * gc.c (mono_domain_finalize): 
1773         * marshal.c (mono_delegate_begin_invoke): 
1774         * threadpool.c (socket_io_init, mono_thread_pool_init)
1775         (mono_thread_pool_finish): 
1776         * monitor.c (mono_monitor_try_enter_internal): 
1777         * threads.c (mono_thread_resume, mono_thread_init)
1778         (mono_thread_suspend_all_other_threads)
1779         (mono_thread_execute_interruption): 
1780         * appdomain.c (mono_domain_unload): Check for NULL error returns
1781         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
1782         75733.
1783
1784 2006-11-11  Miguel de Icaza  <miguel@novell.com>
1785
1786         * process.c
1787         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
1788         Only close the handle if the value of the handle is not
1789         INVALID_HANDLE_VALUE.  This just makes the process a bit more
1790         robust.
1791
1792         Improvement for #75733, so that we do not run into this problem. 
1793
1794         
1795         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
1796         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
1797         internal variables.  Fixes #79462 
1798         
1799
1800 2006-11-09  Dick Porter  <dick@ximian.com>
1801
1802         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
1803         Use poll() not select().  Fixes bug 79397.
1804
1805 2006-11-09  Raja R Harinath  <rharinath@novell.com>
1806
1807         Fix #79872
1808         * assembly.c (mono_assembly_load_from_full): Check that the given
1809         image has an assembly manifest.
1810
1811 2006-11-09  Ankit Jain  <jankit@novell.com>
1812
1813         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
1814         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
1815         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
1816
1817 2006-11-07  Dick Porter  <dick@ximian.com>
1818
1819         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
1820         Put the old resolver behaviour back for pre-2.0 profiles.
1821
1822 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
1823
1824         * threadpool.c: precise GC and locking fixes.
1825
1826 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
1827
1828         * class.c: don't load types that have an explicit unaligned
1829         managed reference. Provide better info in the TypeLoad exception.
1830         Part of the fix for bug #79744.
1831         * object.c: use the correct check for class type load issues.
1832
1833 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
1834
1835         * class.c: enforce alignment of fields with managed references
1836         even when Pack=1 is forced by the user (bug #77788).
1837
1838 2006-11-03  Dick Porter  <dick@ximian.com>
1839
1840         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
1841         If the address reverse lookup fails, return it as the hostname
1842         anyway.  Fixes bug 79721.
1843
1844 2006-11-03  Dick Porter  <dick@ximian.com>
1845
1846         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
1847         Fix build on Windows.
1848
1849 2006-11-02  Dick Porter  <dick@ximian.com>
1850
1851         * icall-def.h: 
1852         * object-internals.h: 
1853         * exception.c (mono_get_exception_thread_interrupted): 
1854         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
1855         Fixes bug 74525.
1856
1857         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
1858         Check for pending Thread.Interrupt.
1859
1860 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
1861         * loader.c: Fixed bug 79684.
1862
1863 2006-10-27  Dick Porter  <dick@ximian.com>
1864
1865         * file-io.c (get_file_attributes): Force symlinks to directories
1866         to be returned as a regular file.  Fixes bug 79733.
1867 2006-10-26  Dick Porter  <dick@ximian.com>
1868
1869         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
1870         CreateFile to open a directory then we need to set the
1871         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
1872
1873 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
1874
1875         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
1876         friends.
1877
1878 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
1879
1880         * sgengc.c: small cleanup of timer code.
1881
1882 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
1883
1884         * sgen-gc.c: fix some warnings and start adding support for
1885         complete object removal on domain unload.
1886
1887 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
1888
1889         * assembly.c: build_assembly_name should not consider a version
1890         number without build or revision number invalid. Fixes bug #79715.
1891
1892 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
1893
1894         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
1895         call kernel32 function OutputDebugString directly.
1896         
1897         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
1898         
1899 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
1900
1901         * reflection.c: small cleanup, using a function to insert a MonoString
1902         in the string heap.
1903
1904 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
1905
1906         * reflection.c: moving GC fixes.
1907
1908 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
1909
1910         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
1911         all the objects with finalizers belonging to an unloading appdomain.
1912
1913 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
1914
1915         * sgen-gc.c: added ability to allocate even when the nursery is fully
1916         pinned and fixed a couple of bugs.
1917
1918 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
1919
1920         * threads.h: Revert the last change for now.
1921
1922         * threads.h (mono_thread_get_pending_exception): Rename this to
1923         mono_thread_get_undeniable_exception ().
1924
1925 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
1926
1927         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
1928         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
1929         when fname does not refer to valid assembly. This result in a more
1930         meaningful error message.
1931         * exception.c: added mono_get_exception_bad_image_format2 which 
1932         constructs a BadImageFormatException using the ctor taking a custom
1933         message and the file name. Passing in a NULL msg results in a default
1934         message.
1935         * exception.h: define mono_get_exception_bad_image_format2 function.
1936         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
1937         when file name pointed to an invalid IL image. Use 
1938         mono_get_exception_file_not_found2 to construct FileNotFoundException,
1939         as this results in a more meaningful error message.
1940
1941 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
1942
1943         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
1944         #79465.
1945
1946 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
1947
1948         * metadata.c (mono_type_size): Change the align parameter to guint32 for
1949         consistency with the other _size functions.
1950         (mono_type_stack_size): Ditto.
1951
1952         * class.c object.c icall.c: Fix warnings caused by the above change.
1953
1954         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
1955
1956         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
1957
1958         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
1959
1960 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
1961
1962         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
1963         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
1964         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
1965         threadpool.h, threads-types.h: mark more internal functions.
1966
1967 2006-10-11  Dick Porter  <dick@ximian.com>
1968
1969         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
1970         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
1971         reproduce the bug even before applying the fix.)
1972
1973 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
1974
1975         * reflection.c: allow retrieving attributes for arguments in generic
1976         methods (bug #79241).
1977
1978 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
1979
1980         * debug-mono-symfile.c: properly check fopen () result (found by
1981         coverity).
1982
1983 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
1984
1985         * reflection.c: make error message clearer and fixed two
1986         issuelets found by Coverity.
1987
1988 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
1989
1990         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
1991
1992 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
1993
1994         * object-internals.h, gc-internal.h, profiler-private.h:
1995         mark internal functions.
1996
1997 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
1998
1999         * reflection.c: put data in the text section.
2000         * icall.c: recognize more types in type_from_typename ().
2001         * process.c, marshal.c: added some GC FIXMEs.
2002
2003 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2004
2005         * loader.c: check for NULL before initializing.
2006
2007 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
2008
2009         * gc.c (finalizer_thread): Use a non-alertable wait here.
2010
2011         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
2012         until the correct solution is found.
2013
2014 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2015
2016         * reflection.c (mono_module_get_object): Avoid an assert when operating on
2017         modules with no metadata. Fixes #79596.
2018
2019         * image.c (load_metadata_ptrs): Put back the error message when
2020         the #- heap is encountered since the support is not complete yet.
2021
2022 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2023
2024         * gc.c: do not allow the user to SuppressFinalize () a
2025         delegate because it would leak the trampoline if present.
2026
2027 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2028
2029         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
2030         PropertyPtr table.
2031
2032 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
2033
2034         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
2035
2036         * metadata.c (mono_metadata_get_param_attrs): Ditto.
2037
2038         * row-indexes.h: Add definitions for *Ptr tables.
2039
2040         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
2041
2042         * metadata.c (mono_metadata_translate_token_index): New helper function to
2043         translate table indexes used in uncompressed metadata.
2044         (mono_metadata_decode_table_row): Ditto.
2045         (mono_metadata_decode_table_row_col): Ditto.
2046
2047         * metadata.c: Add table schema for *Ptr tables.
2048
2049         * class.c loader.c: Use the new helper function to access the affected metadata
2050         tables.
2051         
2052         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
2053         #38532.
2054         
2055 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
2056
2057         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
2058         sequences which can be unbounded in size. Fixes #79583.
2059
2060 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
2061
2062         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
2063         static initialization.
2064
2065         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
2066
2067         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
2068
2069         * domain.c (mono_domain_free): Free up type_init_exception_hash.
2070
2071         * object.c (mono_runtime_class_init): Implement correct semantics when a static
2072         ctor fails, i.e. throw the same exception on subsequent accesses.
2073         
2074 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
2075
2076         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
2077         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
2078         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
2079         Handle marshalling of interfaces and VARIANTs contained in structs.
2080         
2081         Code is contributed under MIT/X11 license.
2082         
2083 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
2084
2085         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
2086         
2087         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
2088         mempool.
2089
2090 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2091
2092         * console-io.c: ignore previous SIGINT handler.
2093
2094 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
2095
2096         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
2097         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
2098         #79460, #79461, #79485.
2099
2100         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
2101
2102         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
2103         #79217.
2104
2105 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
2106
2107         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
2108         could be generated from it.
2109
2110 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
2111
2112         * rand.c: fix read loop to correctly handle EINTR.
2113
2114 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2115
2116         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
2117         internal calls are defined to keep methods closer to the declaring
2118         type and allow a significant reduction in runtime relocations and
2119         memory usage.
2120
2121 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
2122
2123         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
2124         exception message to have FileNotFoundException use the default
2125         assembly load error message. Fixes bug #79426.
2126         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
2127
2128 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2129
2130         * threadpool.c: (start_thread_or_queue) use the root domain when
2131         creating the thread instead of the async object one.
2132
2133 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
2134
2135         * class.c, object.c, class-internals.h, reflection.c:
2136         for arrays, store element_size inside MonoClass (speedup
2137         for array object creation).
2138
2139 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
2140
2141         * icall.c: fixed CodeBase to use the file name and not the module
2142         name (bug #79365).
2143
2144 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
2145
2146         * mono-debug.c, mono-debug.h: export find_method as
2147         mono_debug_find_method ().
2148
2149 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2150
2151         * debug-helpers.c, class-internals.h: added a few functions useful
2152         when debugging under gdb.
2153
2154 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2155
2156         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
2157         characters that need special handling.
2158
2159 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
2160
2161         * mono-config.c: make the os/cpu specification more flexible,
2162         allowing lists and negation.
2163
2164 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
2165
2166         * marshal.c: COM Interop fixes. Handle case where method->klass.
2167         is interface. Handle BSTR/MonoString when null. Use CDECL as 
2168         calling convention on non-windows platforms. This is for
2169         compatibility with XPCOM and MainWin COM.
2170         
2171         Code is contributed under MIT/X11 license.
2172         
2173
2174 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
2175
2176         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
2177         correctly. Fixes #79217.
2178
2179         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
2180
2181 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
2182
2183         * mono-config.c: allow both an os and cpu attribute for dllmap
2184         and dllentry elemnets to enable a single config file to be used
2185         for multiple architectures.
2186
2187 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
2188
2189         * loader.c: MonoLoaderError was cleared too soon on load failure.
2190         Fixes bug #79424.
2191
2192 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
2193
2194         * icall.c: use the defining class vtable when accessing a
2195         static field, not a pobblibly derived class.
2196
2197 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
2198
2199         * icall.c string-icalls.c: Remove references to unicode.h.
2200
2201         * unicode.h unicode.c Makefile.am: Remove these unused source files.
2202
2203         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
2204
2205         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
2206         indicating the image where custom marshaller types should be looked up.
2207         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
2208         custom marshallers, instead of corlib. Fixes #79425.
2209
2210 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
2211
2212         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
2213
2214 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
2215
2216         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
2217         Implement Environment.ProcessorCount.
2218         
2219         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
2220         Implement Environment.ProcessorCount.
2221         
2222         * icall.c: 
2223         Add Environment.ProcessorCount icall.
2224         
2225         Patch by Jason McFall.
2226
2227 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2228
2229         * assembly.c: don't append .exe/.dll when the filename already contains
2230         one of those extensions.
2231
2232 2006-09-12  Martin Baulig  <martin@ximian.com>
2233
2234         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
2235         to array interfaces.
2236
2237 2006-09-11  Martin Baulig  <martin@ximian.com>
2238
2239         * reflection.c (mono_image_build_metadata): Create the
2240         MethodImpl's after emitting all types and methods, so we don't
2241         need another fixup pass for them.
2242
2243 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
2244
2245         * class.c (mono_class_from_name_case): Fix regression introduced by the last
2246         change.
2247
2248 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
2249
2250         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
2251         unload.
2252
2253 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
2254
2255         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
2256         args is not set. Fixes #78926.
2257
2258 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
2259
2260         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
2261
2262         * image.c (load_class_names): Move this to class.c, and rename it to 
2263         'mono_image_init_name_cache'.
2264         (load_modules): Fix a warning.
2265
2266         * class.c icall.c image.c: Initialize image->name_cache lazily.
2267
2268         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
2269         on its name using information in the AOT file.
2270
2271         * class.c (mono_class_from_name): Use the new hook function.
2272
2273 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
2274
2275         * reflection.c (mono_param_get_objects): Handle enum default parameter values
2276         correctly.
2277
2278         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
2279         Fixes #79289.
2280         
2281 2006-09-06  Martin Baulig  <martin@ximian.com>
2282
2283         * icall.c (mono_lookup_internal_call): Small fix.
2284
2285 2006-09-05  Raja R Harinath  <rharinath@novell.com>
2286
2287         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
2288         double g_free.
2289
2290 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
2291
2292         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
2293         when --debug is specified.
2294
2295 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
2296
2297         * class.c (setup_generic_array_ifaces): Fix a warning.
2298
2299 2006-09-04  Miguel de Icaza  <miguel@novell.com>
2300
2301         * Temporarily remove the patch to assemly.c that checks the
2302         assembly versions as it breaks our gacutil.
2303
2304 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
2305
2306         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
2307
2308         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
2309         a net 1.0 runtime.
2310
2311         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
2312         created using the default ctor. Fixes #79152.
2313         (mono_string_builder_to_utf16): Ditto.
2314
2315 2006-09-01  Martin Baulig  <martin@ximian.com>
2316
2317         Fix handling of the generic array interfaces.
2318
2319         * class-internals.h
2320         (MonoDefaults): Removed `generic_array_class' and added
2321         `generic_ilist' class.
2322
2323         * class.c
2324         (mono_bounded_array_class_get): Add the new generic array interfaces.
2325         (setup_generic_array_ifaces): New static method; create vtable
2326         entries for each method in the generic array interfaces.
2327
2328         * metadata.c
2329         (select_container): Allow "parent-less" generic methods.
2330
2331         * marshal.c
2332         (mono_marshal_get_generic_array_helper): New public method.
2333
2334         * icall.c
2335         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
2336         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
2337         moved the interncall into System.Array.
2338
2339 2006-09-01  Raja R Harinath  <rharinath@novell.com>
2340
2341         A few more cases of avoiding work on types with ->byref set.
2342         Has the real fix for #79238
2343         * icall.c (is_generic_parameter): New helper.
2344         (ves_icall_Type_GetGenericParameterPosition): Use it.
2345         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
2346         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
2347         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
2348         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
2349         reference types.
2350         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
2351         reference types.
2352         (ves_icall_Type_get_IsGenericInstance): Likewise.
2353         (ves_icall_Type_get_IsGenericType): Likewise.
2354
2355 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
2356
2357         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
2358         class if possible.
2359
2360         * mempool.h (mono_mempool_get_allocated): New helper function.
2361
2362         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
2363         change.
2364
2365         * mempool.c: Fix warnings and the calculation of stats.
2366
2367         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
2368
2369         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
2370
2371         * loader.c (mono_get_method_from_token): Update method_count stat.
2372
2373         * class-internals.h (MonoStats): Add some stats.
2374
2375 2006-08-31 Robert Jordan  <robertj@gmx.net>
2376
2377         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
2378         with managed variants.
2379         All code is contributed under the MIT/X11 license.
2380         
2381 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
2382
2383         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
2384         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
2385
2386         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
2387
2388         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
2389         with cycles in classes.
2390
2391         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
2392
2393         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
2394         missing a [MarshalAs] directive. Fixes #79203.
2395
2396         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
2397         klass->marshal_info. Fixes #79217.
2398
2399 2006-08-30  Martin Baulig  <martin@ximian.com>
2400
2401         Committing a patch from Joachim Ante <joe@otee.dk>:
2402         Add support for binary data symbol stores.
2403
2404         * debug-mono-symfile.c
2405         (mono_debug_open_mono_symbol_file): Renamed into
2406         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
2407         arguments.
2408
2409         * mono-debug.c
2410         (mono_debug_open_image): Added `raw_contents' and `size' args.
2411         (mono_debug_init_2_memory): New public function.
2412
2413 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
2414
2415         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
2416
2417 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2418
2419         * appdomain.c: implement support for ShadowCopyFiles.
2420
2421 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
2422
2423         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
2424         when value is NULL (and should remove CID #51).
2425
2426 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2427
2428         * image.c: moved 2 functions to ../utils.
2429
2430 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
2431
2432         * gc.c: cope with the target object of a GC handle being NULL
2433         (bug #78877).
2434
2435 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
2436
2437         * class.c: recursively check parent's explicit implementations
2438         of interface methods (fixes bug #79125).
2439
2440 2006-08-19  Miguel de Icaza  <miguel@novell.com>
2441
2442         * filewatcher.c: Avoid warnings when building, do not redefine
2443         constants that are defined.
2444
2445         Remove warnings.
2446
2447 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2448
2449         * image.c: don't fail when the link points to an absolute path.
2450
2451 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
2452
2453         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
2454         Fix CID #3.
2455
2456 2006-08-17  Miguel de Icaza  <miguel@novell.com>
2457
2458         * image.c (full_path): A new method used to obtain the actual path
2459         of an assembly even in the presence of symbolic links.  
2460
2461         This is necessary for the case where we are running a binary that
2462         has been GACed, but we are using the "published" path name
2463         ($prefix/mono/1.0/blah.exe) which happens to point to the real
2464         file in the GAC.
2465
2466         This was the source of the failure for the `xsp' command with the
2467         recent AppDomain changes, as far as the runtime was concerned,
2468         there were two different assemblies: $prefix/mono/1.0/blah.exe and
2469         $prefix/mono/gac/blah/version/blah.exe.
2470
2471         (do_mono_image_open): use full path
2472
2473 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
2474
2475         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
2476
2477 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
2478
2479         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
2480         domain_id is supplied. Fix CID #241 and corlib's unit tests.
2481
2482 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
2483
2484         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
2485         small structures. Fixes #78990.
2486
2487 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
2488
2489         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
2490
2491         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
2492
2493 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2494
2495         * appdomain.c:
2496         * marshal.c: don't load all the assemblies from a domain into newly
2497         created ones. The new domains might have different rules and load
2498         assemblies from different locations. Fixes bug #76757.
2499
2500         Patch by Lluis. Conflicts resolved by Brian Crowell.
2501
2502 2006-08-16  Alp Toker  <alp@atoker.com>
2503
2504         * socket-io.c: First half of the fix for #79084.
2505         Set sa_size to the length of the content, not that of the struct.
2506         Don't add NULL suffix to the content, this should be done in
2507         managed code if needed.
2508
2509 2006-08-14  Raja R Harinath  <rharinath@novell.com>
2510
2511         Fix part of #79012
2512         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
2513         mono_metadata_parse_type returns NULL.
2514
2515 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
2516
2517         * normalization-tables.h : new file for string normalization data.
2518         * locales.c, locales.h, icall.c :
2519           added load_normalization_resource() for string normalization,
2520           and icall as well.
2521         * Makefile.am : added normalization-tables.h to the sources.
2522
2523 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
2524
2525         * marshal.c: Add more helper functions to reduce code duplication and use them
2526         everywhere.
2527
2528 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
2529
2530         * marshal.c: Fix non-x86 stdcall warnings.
2531         
2532         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
2533         them everywhere.
2534
2535 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
2536
2537         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
2538         type check on multi-dimensional arrays. Fixes #79000.
2539
2540 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
2541
2542         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
2543         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
2544         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
2545         * class-internals.h: add is_com_object to class structure.
2546         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
2547         null checks to COM object marshalling. Fix .ctor call on RCW.
2548         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
2549         
2550         All code is contributed under the MIT/X11 license.
2551
2552 2006-08-09  Dick Porter  <dick@ximian.com>
2553
2554         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
2555         racing mono_monitor_allocator_lock() somewhere, so don't delete
2556         the critical section for now.  Found by running and exiting
2557         monodevelop.
2558
2559 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
2560
2561         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
2562         (ves_icall_System_ComObject_FindInterface): Ditto.
2563         (ves_icall_System_ComObject_CacheInterface): Ditto.
2564
2565         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
2566         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
2567
2568 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2569
2570         * threadpool.c: treat pipes from process asynchronous reads as sockets
2571         when reading from them, so we get select/poll or epoll to wait for
2572         data.
2573
2574 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
2575
2576         * loader.c: Fix a typo (CID #233) in the null check.
2577
2578 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
2579
2580         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
2581         Hopefully fixes #78949.
2582         
2583         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
2584         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
2585         bytes. Fixes #78972.
2586
2587 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2588
2589         * filewatcher.c: we need to set errno here.
2590
2591 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2592
2593         * filewatcher.c: let Win32Exception get the error value.
2594
2595 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2596
2597         * filewatcher.c: translate errno into win32 errors for Win32Exception
2598         to know what happened.
2599
2600 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
2601
2602         * threadpool.c: Fix more warnings.
2603
2604         * assembly.c (search_loaded): Fix warnings.
2605
2606         * threadpool.c (mono_thread_pool_finish): Fix warnings.
2607         (mono_async_invoke): Ditto.
2608
2609 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
2610
2611         * object.c (mono_remote_class_vtable): Need to create proxy vtable
2612         entries for __ComObject type in addition to ComImport types.
2613         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
2614         about hash table.
2615         
2616         All code is contributed under the MIT/X11 license.
2617
2618 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
2619
2620         * image.c: avoid tentative loading of modulerefs that contain
2621         no metadata (P/Invoke library names).
2622
2623 2006-07-28  Dick Porter  <dick@ximian.com>
2624
2625         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
2626         mono_loader_lock() somewhere, so don't delete the critical section
2627         for now.  Found by running and exiting monodevelop.
2628
2629 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2630
2631         * filewatcher.c: define the inotify syscalls when we're building on
2632         linux and have sys/syscall.h. The build system might not have support
2633         for inotify but the target system might have it.
2634
2635 2006-07-26  Miguel de Icaza  <miguel@novell.com>
2636
2637         * domain.c: Documentation updates.
2638
2639         * loader.c (mono_free_method): Do not release the method
2640         information if we are being profiled, as profilers will use this
2641         information at shut down to present some data to the user.
2642
2643         This is needed so that the profiler does not crash, as the
2644         profiler tends to keep MonoMethods around, and they might become
2645         invalid if we free these.
2646
2647         (mono_get_method_constrained): Return the original CIL stream
2648         method as well, so verification can be performed against it.
2649
2650 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2651
2652         * filewatcher.[ch]: support for inotify file system watcher.
2653         * icall.c: add new internal calls for the inotify file system watcher.
2654
2655 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2656
2657         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
2658         #78888.
2659
2660 2006-07-20  Dick Porter  <dick@ximian.com>
2661
2662         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
2663         warning.
2664
2665 2006-07-20  Dick Porter  <dick@ximian.com>
2666
2667         * threads.c (start_wrapper): Do the thread cleanup while we still
2668         hold a reference to its object.  Fixes bug 78123.
2669
2670 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
2671
2672         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
2673         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
2674           "managed-to-managed".
2675         * icall.c: Redirect string constructors that take sbyte* to
2676           ves_icall_System_String_ctor_RedirectToCreateString.
2677         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
2678           to CreateString () methods with matching signature.
2679         * reflection.c: Use original security informations for
2680           MONO_WRAPPER_MANAGED_TO_MANAGED.
2681         * security-manager.c: Use original security informations for
2682           MONO_WRAPPER_MANAGED_TO_MANAGED.
2683         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
2684           that is a placeholder and only its address should be used.
2685         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
2686           that is a placeholder and only its address should be used.
2687
2688 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
2689
2690         Begin implementing COM Interop.
2691         * appdomain.c: Increment corlib version.
2692         * class.c: Set ComImport classes' parent to __ComObject.
2693         * loader.c: Mark cominterop methods as such.
2694         * domain.c: Add __ComObject class to MonoDefaults structure.
2695         * image.c: Add 2 hashtables to the image for COM Interop related methods
2696         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
2697         using the mempool allocator
2698         
2699         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
2700         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
2701         declaration for mono_metadata_type_dup_mp.
2702         
2703         * debug-helpers.c: Added strings for two additional wrapper types
2704         * object.c: Create proxy objects for ComImport classes
2705         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
2706         and added __ComObject class to MonoDefaults structure.
2707         
2708         * object-internals.h: Finish MonoRealProxy definition, and add definition of
2709         MonoComInteropProxy and MonoComObject.
2710         
2711         * marshal.c: Added support for COM Interop
2712         (signature_cominterop): Converts managed signature to corresponding
2713         unmanaged COM signature.
2714         (cominterop_get_function_pointer): gets unmanaged function pointer via
2715         COM object vtable
2716         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
2717         (cominterop_get_method_interface): returns interface type that method is defined on
2718         (mono_mb_emit_cominterop_call): emits native call to function pointer
2719         gotten from vtable
2720         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
2721         that matches signature of unmanaged function.
2722         (cominterop_get_native_wrapper): wrapper around adjusted method call.
2723         (cominterop_get_invoke): forwards call from proxy to __ComObject
2724         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
2725         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
2726         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
2727         
2728         * marshal.h: Added Marshal icall declarations.
2729         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
2730         so we can access them in finalizer
2731         
2732 2006-07-14  Dick Porter  <dick@ximian.com>
2733
2734         * object.c (mono_type_initialization_cleanup): Fix a race
2735         condition by temporarily commenting out the critical section
2736         deletion.
2737
2738 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
2739
2740         * reflection.c (create_custom_attr): Fix some warnings.
2741         (create_custom_attr_data): Ditto.
2742         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
2743         types. Fixes #78855.
2744
2745 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
2746
2747         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
2748
2749         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
2750
2751 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
2752
2753         * reflection.c (resolve_object): Add support for DynamicMethod.
2754
2755         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
2756         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
2757
2758 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
2759
2760         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
2761         don't leak GPtrArray's pdata has we have no use (nor free) for it.
2762
2763 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
2764
2765         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
2766         Fixes #77888.
2767
2768 2006-06-30  Raja R Harinath  <rharinath@novell.com>
2769
2770         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
2771         slightly: remove a shadow local variable.
2772
2773 2006-06-29  Raja R Harinath  <rharinath@novell.com>
2774
2775         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
2776         definition that introduces the virtual function slot.
2777         Also fix Coverity #105.
2778
2779 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
2780
2781         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
2782         for dynamic assemblies. Fixes #78724.
2783
2784 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
2785
2786         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
2787         Fixes #78722.
2788
2789 2006-06-21  Martin Baulig  <martin@ximian.com>
2790
2791         * reflection.c
2792         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
2793         fixes #76484.
2794
2795 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
2796
2797         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
2798
2799 2006-06-20  Raja R Harinath  <rharinath@novell.com>
2800
2801         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
2802         nor TYPEREFs.
2803         * class.c (mono_class_create_from_typespec): Add 'context' argument.
2804         Inflate result if necessary.
2805         (mono_class_get_full): Remove old version.  Rename from
2806         'mono_class_get' and add 'context' argument.  Pass it to
2807         ..._create_from_typespec.
2808         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
2809         (mono_ldtoken): Revert change below.
2810
2811 2006-06-20  Martin Baulig  <martin@ximian.com>
2812
2813         * class.c (mono_ldtoken): Don't pass the generic context to
2814         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
2815
2816 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
2817
2818         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
2819         and later freeing it. Fixes #78638.
2820
2821 2006-06-15  Miguel de Icaza  <miguel@novell.com>
2822
2823         * icall.c (mono_class_get_throw): Revert over-zealous error
2824         throwing, the caller for mono_class_get_throw will cope with
2825         errors when classes are not properly initialized already.
2826
2827         The code still copes with loader exceptions though.
2828
2829         Fixes the regression in reftype1 and reftype3 from the CAS tests.
2830         
2831 2006-06-14  Miguel de Icaza  <miguel@novell.com>
2832
2833         Fixes the `make run1' version of RuntimeAbort (to be commited,
2834         source is in Bugzilla).
2835         
2836         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
2837         FALSE on class loading failure instead of returning true.
2838
2839         * class.c (mono_class_create_from_typedef): It is possible for
2840         mono_metadata_interfaces_from_typedef_full to fail if a class is
2841         not found, cope with this.
2842         
2843
2844 2006-06-14  Dick Porter  <dick@ximian.com>
2845
2846         * socket-io.c: 
2847         * process.c: Fix a bunch of signed/unsigned warnings from gcc
2848         4.1.1
2849
2850 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
2851
2852         * culture-info-table.h : oops, forgot to make it nsync with r61548.
2853
2854 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
2855
2856         * icall.c: Another fix for building mono in Visual Studio.
2857
2858 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
2859
2860         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
2861         
2862 2006-06-09  Martin Baulig  <martin@ximian.com>
2863
2864         * debug-mono-symfile.c: Put this back and really fix it this
2865         time. Sorry for all the trouble.
2866
2867 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
2868
2869         * icall.c (mono_class_get_throw): Fix a warning.
2870         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
2871         ReflectionTypeLoadException if needed. Fixes #78606.
2872
2873         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
2874         (mono_class_init): Ditto.
2875
2876         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
2877         ref_only exceptions.
2878         (mono_loader_clear_error): Make this work even if there is no error.
2879
2880 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
2881
2882         * object-internals.h marshal.c marshal.h icall.c: Implement method 
2883         Marshal.GetComSlotForMethodInfo using internal call.
2884
2885 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
2886
2887         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
2888         a function for signalling it.
2889
2890         * class.c (mono_class_from_typeref): Use the new kind of loader error when
2891         a referenced assembly is not found.
2892
2893         * loader.c (mono_loader_error_prepare_exception): Add support for 
2894         LOADER_ERROR_ASSEMBLY. Fix formatting.
2895
2896 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
2897
2898         * domain.c appdomain.c class-internals.h marshal.c: Add support 
2899         for VARIANT marshalling on windows and increment corlib version
2900         since Variant struct was added.
2901
2902 2006-06-03  Miguel de Icaza  <miguel@novell.com>
2903
2904         * debug-mono-symfile.c: Revert Martin's previous patch which broke
2905         stack trace line information:
2906
2907         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
2908         (Martin) when looking up B which is between A and C, return A not C.
2909
2910         Bug is #78573.
2911
2912         Thanks to Alexander Olk for tracking this down.
2913
2914 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
2915
2916         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
2917         
2918         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
2919         avoid clobbering its value.
2920         (mono_string_to_lpstr): Fix a warning on windows.
2921
2922 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
2923
2924         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
2925
2926         * reflection.c loader.c: Removed references to 'dummy' flag.
2927
2928         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
2929
2930         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
2931         it gets GC tracking.
2932
2933         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
2934         GC tracking.
2935         
2936         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
2937
2938         * marshal.c threadpool.c: Update callers of mono_async_result_new.
2939
2940         * appdomain.c: Bump corlib version.
2941
2942 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
2943
2944         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
2945         CEE_STIND_REF when working with object references.
2946
2947 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
2948
2949         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
2950         Fixes #78539.
2951
2952 2006-05-30  Miguel de Icaza  <miguel@novell.com>
2953
2954         * loader.c (method_from_memberref): Fix argument value for
2955         mono_loader_set_error_method_load (I was passing the MonoClass
2956         instead of the class name char *).
2957
2958 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
2959
2960         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
2961         CEE_STIND_REF when working with object references.
2962
2963 2006-05-30  Martin Baulig  <martin@ximian.com>
2964
2965         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
2966         mono_method_full_name() change and replace the ':' with a '.'
2967         here.
2968
2969 2006-05-30  Martin Baulig  <martin@ximian.com>
2970
2971         * debug-mono-symfile.c
2972         (mono_debug_symfile_lookup_location): Fix the algorithm:
2973         when looking up B which is between A and C, return A not C.
2974
2975 2006-05-29  Martin Baulig  <martin@ximian.com>
2976
2977         * mono-debug.h
2978         (MonoDebugMethodInfo): Make the typedef public.
2979         (MonoDebugSourceLocation): New public struct.
2980
2981         * mono-debug.c
2982         (mono_debug_source_location_from_address): Removed.
2983         (mono_debug_source_location_from_il_offset): Removed.
2984         (mono_debug_il_offset_from_address): Removed.
2985         (mono_debug_address_from_il_offset): Removed.
2986         (mono_debug_lookup_method): New public function.
2987         (mono_debug_lookup_source_location): New public function; replaces
2988         the old mono_debug_source_location_from_*() functions; see the
2989         inline documentation.
2990         (mono_debug_free_source_location): New public function.
2991         (mono_debug_print_stack_frame): New public function; see the
2992         inline documentation.
2993
2994         * debug-mono-symfile.c
2995         (mono_debug_find_source_location): Renamed into
2996         mono_debug_symfile_lookup_location(); only take a
2997         `MonoDebugMethodInfo *' and an `offset' argument; added inline
2998         documentation.
2999         (mono_debug_find_method): Renamed into
3000         mono_debug_symfile_lookup_method().
3001
3002 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
3003
3004         * assembly.c (mono_assembly_open_full): Dont overwrite the status
3005         returned by mono_image_open_full ().
3006
3007         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
3008         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
3009         #78517.
3010
3011         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
3012         #78518.
3013
3014 2006-05-27  Miguel de Icaza  <miguel@novell.com>
3015
3016         * class.c (mono_class_from_typeref): handle missing images
3017         earlier, deals with bug #78418.   Refactor code; 
3018
3019         Fix a warning introduced in my previous commit (some stale code
3020         from before I revisited my patch).
3021
3022         * class.c (mono_class_create_from_typedef): On failure, remove the
3023         class from the MonoImage->class_cache as the class is not
3024         initialized;   Fixes the leak pointed out by Paolo.
3025
3026 2006-05-25  Dick Porter  <dick@ximian.com>
3027
3028         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
3029         DeleteCriticalSections until I figure out which one may still be
3030         sometimes locked when mono_thread_cleanup is called.
3031
3032 2006-05-24  Dick Porter  <dick@ximian.com>
3033
3034         * threads.c (mono_thread_cleanup): Move the threading cleanup out
3035         of mono_thread_manage and back into its own function, so it can be
3036         called after the finalizer thread has finished.
3037
3038         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
3039
3040 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
3041
3042         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
3043         Fixes #78495.
3044
3045         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
3046         with non-blittable elements.
3047         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
3048
3049 2006-05-24  Martin Baulig  <martin@ximian.com>
3050
3051         * mono-debug-debugger.h (MonoDebuggerEvent): Added
3052         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
3053
3054         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
3055         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
3056         `mono_debugger_event_handler' to NULL.
3057
3058 2006-05-24  Martin Baulig  <martin@ximian.com>
3059
3060         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
3061
3062 2006-05-24  Martin Baulig  <martin@ximian.com>
3063
3064         * mono-debug-debugger.h
3065         (mono_debugger_create_notification_function): Added
3066         `MonoCodeManager *' argument.
3067
3068 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
3069
3070         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
3071
3072 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
3073
3074         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
3075         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
3076         implementation.
3077
3078 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
3079
3080         * icall.c: precise GC support: objects can't be stored in unmanaged
3081         memory anymore, even if they are kept alive by other references: since
3082         they can move the GC needs to be able to always find them.
3083
3084 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
3085
3086         * object.c: precise GC support for static fields. Support
3087         for moving GCs: write barriers and pinned allocation for interned
3088         strings.
3089
3090 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3091
3092         * domain.c, domain-internals.h: precise GC support for the MonoDomain
3093         structure.
3094
3095 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3096
3097         * class.c, gc.c: sgen and precise GC updates.
3098
3099 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
3100
3101         * marshal.h, marshal.c: added write barrier wrapper and precise type
3102         fixes.
3103
3104 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
3105
3106         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
3107         support.
3108
3109 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
3110
3111         * reflection.c: precise and sgen GC updates.
3112
3113 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
3114
3115         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
3116
3117 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
3118
3119         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
3120
3121 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
3122
3123         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
3124         MONO_TYPE_OBJECT. Fixes #78462.
3125
3126 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
3127
3128         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
3129         and blittable types.
3130
3131 2006-05-17  Miguel de Icaza  <miguel@novell.com>
3132
3133         * class.c (mono_class_get_exception_for_failure): Implement parts
3134         of a TODO: if the loader error is set (instead of the class
3135         error), we return a Loader exception that can be properly thrown
3136         elsewhere.
3137
3138         This was exposed by some Winforms 2.0 code that I tried to run
3139         (Atsushi pointed me to it).
3140
3141 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
3142
3143         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
3144         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
3145         
3146         * marshal.c (emit_marshal_vtype): Add limited support for 
3147         UnmanagedType.LPStruct. Fixes #78427.
3148
3149         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
3150         Applied a patch from kangaroo to fix #77523.
3151
3152 2006-05-17  Martin Baulig  <martin@ximian.com>
3153
3154         * threads.c
3155         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
3156         (debugger_thread_created): Removed.
3157         (debugger_thread_exited): Removed.
3158
3159 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
3160
3161         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3162
3163         * object-internals.h (MonoReflectionResource): Sync with managed version.
3164
3165 2006-05-12  Wade Berrier <wberrier@novell.com>
3166
3167         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
3168
3169 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
3170
3171         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
3172         functions try to allocate from the image mempool.
3173
3174 2006-05-12  Dick Porter  <dick@ximian.com>
3175
3176         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
3177
3178 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
3179
3180         * object.c: The FieldGetter and FieldSetter methods require the full
3181         name of the class, not only the name. Fixes bug #78277.
3182
3183 2006-05-11  Miguel de Icaza  <miguel@novell.com>
3184
3185         * loader.c (method_from_memberref): Do not pass the NULL klass to
3186         mono_loader_set_error_() methods.  Pass the non-NULL value
3187         (class). 
3188
3189 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
3190
3191         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
3192         (mono_assembly_close): Null out assembly->image->references after freeing it.
3193
3194         * image.c (mono_image_close): Free image->references.
3195         
3196         * reflection.c (mono_image_basic_init): Fix a small memory leak.
3197
3198 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
3199
3200         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
3201         before checking if it's NULL (g_assert).
3202
3203 2006-05-10  Martin Baulig  <martin@ximian.com>
3204
3205         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
3206         I thought I already killed that two months ago, but now it somehow reappeared.
3207
3208 2006-05-10  Martin Baulig  <martin@ximian.com>
3209
3210         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
3211
3212 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
3213
3214         * reflection.c: Allocate memory for dynamically created methods in the image
3215         mempools.
3216
3217 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
3218
3219         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
3220         don't use the ad pointer before checking if it's NULL (g_assert).
3221
3222 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
3223
3224         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
3225         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
3226
3227         * marshal.c: Allocate all signatures from mempools.
3228
3229         * marshal.c: Allocate some more signatures from mempools.
3230
3231 2006-05-09  Miguel de Icaza  <miguel@novell.com>
3232
3233         * object.c (mono_load_remote_field): The code used to provide a
3234         temporary variable for returning results if the user did not
3235         provide a result pointer.  But our temporary variable was allocted
3236         on the satck.
3237
3238         Fix calling code to always pass a result area.   Coverity ID 103.
3239
3240 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
3241
3242         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
3243         value, not the old. Fixes #78312.
3244         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
3245
3246         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
3247         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
3248         per-image cache.
3249
3250         * assembly.c (mono_assembly_close): Free image->references.
3251
3252         * assembly.c (mono_assembly_names_equal): Fix a warning.
3253         (mono_assemblies_cleanup): Cleanup more global data.
3254
3255         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
3256
3257         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
3258         ptr_cache and image->modules.
3259
3260         * image.c (mono_image_init): Allocate array_cache lazily.
3261         
3262 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3263
3264         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
3265         behavior was changed recently and has bad side effects.
3266
3267 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
3268
3269         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
3270         
3271         * assembly.c (mono_assembly_close): Remove a debug printf.
3272
3273         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
3274
3275         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
3276         to also allow for temporary references between mono_image_open ()/close ().
3277
3278         * domain.c (get_runtimes_from_exe): Add a FIXME.        
3279
3280 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
3281
3282         * marshal.c: Fix support for dynamic methods.
3283
3284         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
3285
3286         * marshal.c (mono_marshal_cleanup): New cleanup function.
3287
3288         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
3289         image mempools.
3290
3291         * class.c (mono_class_init): Fix leaking class->nested_classes.
3292
3293         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
3294
3295         * image.c (mono_image_init): Initialize the new cashes.
3296
3297         * image.c (mono_image_close): Destroy the new cashes.
3298
3299         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
3300
3301         * mempool.c (mono_mempool_strdup): New helper function.
3302
3303         * class-internals.h: Add prototype for mono_loader_unlock ().
3304
3305         * domain.c (mono_jit_info_table_find): Fix a warning.
3306         (mono_debugger_check_runtime_version): Ditto.
3307
3308         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
3309         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
3310         functions to these modules.
3311
3312         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
3313         metadata modules.
3314         
3315         * marshal.c (mono_free_bstr): Fix a warning.
3316
3317         * assembly.c (mono_assembly_open_full): Fix another small leak.
3318
3319         * object.c: Fix some unload leaks in the remoting code.
3320
3321         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
3322         function.
3323
3324         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
3325
3326         * reflection.c: Fix some unload leaks in dynamic assemblies.
3327
3328 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
3329
3330         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
3331         * marshal.h: Add BSTR support on Win32
3332         * icall.c: Add BSTR icalls
3333         * metadata.h: Add BSTR enums
3334
3335 2006-04-28  Miguel de Icaza  <miguel@novell.com>
3336
3337         Work to catch the crash from #76795 and turn it into an
3338         exception.   As I stubbed out pieces of the VisualBasic support,
3339         I found a number of places where the code was failing and I added
3340         checks to those places. 
3341         
3342         * metadata.c (do_mono_metadata_parse_generic_class): Make this
3343         function return a status code.  If we fail to parse the signature
3344         from mono_metadata_parse_generic_inst, return FALSE.
3345
3346         * loader.c (mono_get_method_from_token): If we fail to load the
3347         method (mono_class_get) return NULL.   
3348
3349         * (method_from_memberref): Return NULL if we are unable to parse
3350         the method signature
3351
3352         (mono_loader_error_prepare_exception): Since we now use the
3353         loader_error flag internally to stop processing, and obtaining
3354         exceptions that might be thrown will walk this code path the
3355         proper way of going from a MonoLoaderError into a
3356         MonoException was convoluted.   This new routine encapsulates the
3357         process of turning the error into an exception and *clearing* the
3358         error afterwards.
3359         
3360 2006-04-27  Miguel de Icaza  <miguel@novell.com>
3361
3362         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
3363         with missing assemblies), and to cope with:
3364
3365                 * Missing fieldref from a non-existing assembly.
3366                 * Missing methodref from a non-existing assembly.
3367
3368         The first batch of work to address *some* of the issues from 76661.
3369         
3370         * object.c (mono_class_create_runtime_vtable): If we fail to
3371         initialize the class raise the exception here. 
3372
3373         * metadata.c (mono_class_get_overrides_full): If any methods fail
3374         to load return the failure to the caller.
3375
3376         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
3377         flagging assemblies that failed to load.   
3378
3379         Do not crash if we are unable to load the assembly.
3380
3381         (mono_assembly_close): Do nothing with REFERENCE_MISSING
3382         assemblies. 
3383
3384         * loader.c (mono_loader_set_error_type_load): Change the
3385         convention to always pass unallocated strings, so we make our own
3386         copies (I know our own code had duplicated strings before, but
3387         this keeps the normal conventions).
3388         (method_from_memberref): Call mono_loader_set_error_method_load
3389         for all possible failures of loading the class. 
3390         Remove assert, turn into a loader error.
3391
3392         (mono_loader_error_to_exception): Move this routine from mini
3393         (mini_loader_error_to_exception) there was no need to have that in
3394         mini. 
3395
3396         * class.c (mono_class_from_typeref): If we were not able to load
3397         the assembly with mono_assembly_load_reference, call the
3398         mono_loader_set_error_type_load to register the problem.
3399
3400         (mono_class_setup_fields): If we fail to load the type from
3401         mono_metadata_parse_type_full, call mono_class_set_failure and
3402         break from the loop.
3403
3404         If class->exception_type is set, we do not layout the fields as
3405         that might crash the runtime, and instead return (from breaking
3406         from the previous loop).
3407
3408         (mono_class_setup_vtable): This now returns a boolean indicating
3409         whether the table was properly setup.   The decision is driven by
3410         mono_class_get_overrides_full which might run into non-existing
3411         methods. 
3412         
3413         (mono_class_init): Returns TRUE on success or FALSE if there was a
3414         problem in loading the type (incorrect assemblies, missing
3415         assemblies, methods, etc).
3416
3417         When we call mono_class_setup_fields we also check for a potential
3418         error inside this call (either a class exception or a general
3419         loader exception).
3420
3421         (mono_class_create_from_typedef): If the parent fails to load
3422         (calling mono_class_get_full) return NULL.
3423         
3424         ** Important **
3425
3426         calls to mono_metadata_parse_type_full should be checked
3427         everywhere and set the mono_class_set_failure
3428         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
3429
3430         The current patch checks the places where my manually constructed
3431         tests show the errors are showing up, but we should do it
3432         everywhere. 
3433
3434         ** Important2 **
3435
3436         mono_class_init return values should be tested everywhere, like
3437         the previous case this is something that we should audit
3438         everywhere and not only on the cases exposed by the tests I
3439         created. 
3440
3441 2006-04-26  Miguel de Icaza  <miguel@novell.com>
3442
3443         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
3444         boolean parameter and instead pass the information on `options'
3445         parameter (FileOptions).
3446
3447         * icall.c: Register the new signature for MonoIO.Open.
3448
3449         * debug-helpers.c (dis_one): Trying to understand how coverity
3450         works.  Fix Run 5, item 78.
3451
3452 2006-04-26  Dick Porter  <dick@ximian.com>
3453
3454         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
3455         dereference.
3456
3457 2006-04-25  Martin Baulig  <martin@ximian.com>
3458
3459         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
3460
3461         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
3462         debugger_thread_created().
3463         (debugger_gc_push_all_stacks): Don't handle the main thread in any
3464         special way.
3465         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
3466         (mono_debugger_finalize_threads): New function; undo the effects
3467         of mono_debugger_init_threads().
3468         (mono_debugger_create_all_threads): Removed.
3469
3470 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
3471
3472         * image.c (mono_image_close): Tidy up trace messages.
3473
3474         * assembly.c (mono_assembly_close): Ditto.
3475
3476         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
3477         no longer references an already freed assembly. Fixes #78168.
3478
3479 2006-04-21  Dick Porter  <dick@ximian.com>
3480
3481         * threads.c (mono_thread_detach): Fix reference counting when
3482         detaching threads.
3483
3484 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
3485
3486         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
3487         #78155.
3488
3489 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
3490
3491         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
3492         (mono_type_to_stind): Ditto.
3493
3494         * marshal.c: Use the new helper functions to simplify code.
3495
3496         * image.c (mono_image_close): Add some code for help debug assembly unloading
3497         problems.
3498
3499         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
3500         image mempool.
3501
3502         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
3503         assembly was already loaded in another appdomain. Fixes #78083.
3504
3505 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
3506
3507         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
3508         referenced assemblies.
3509         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
3510
3511         * domain.c (mono_domain_free): Add a trace message.
3512
3513         * appdomain.c (add_assemblies_to_domain): Ditto.        
3514
3515         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
3516         field.  
3517
3518 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
3519
3520         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
3521
3522 2006-04-12  Martin Baulig  <martin@ximian.com>
3523
3524         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
3525         `USE_INCLUDED_LIBGC'.   
3526
3527 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
3528
3529         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
3530         the patch contains ../ and a small directory name later. Hopefully fixes
3531         #78035.
3532
3533 2006-04-10  Martin Baulig  <martin@ximian.com>
3534
3535         Clean up the debugger's thread-handling code.
3536
3537         The debugger's thread-handling code has been moved from
3538         ../mini/debug-debugger.c to threads.c.  We now iterate directly
3539         over the `threads' hash, keep track of exiting threads and also
3540         use proper locking.
3541
3542         We can now debug XSP and XSP based applications with the debugger.
3543
3544         * object-internals.h (MonoThread): Added `gpointer end_stack'.
3545
3546         * threads.h
3547         (MonoThreadCallbacks): Removed; this was only used by the debugger.
3548         (mono_install_thread_callbacks): Likewise.      
3549
3550         * threads.c (mono_thread_callbacks): Removed.
3551         (debugger_thread_created, debugger_thread_exited): New static functions.
3552         (start_wrapper): Call debugger_thread_created().
3553         (thread_cleanup): Call debugger_thread_exited().
3554         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
3555         (mono_debugger_init_threads): New public function.
3556         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
3557         iterate directly over the `threads' hash and also use proper locking.
3558
3559         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
3560
3561         * mono-debug-debugger.h
3562         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
3563
3564 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
3565
3566         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
3567         argument type=array. Fixes #78057.
3568
3569 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
3570
3571         * culture-info-table.h : regenerated. Fixed bug #69652.
3572
3573 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
3574
3575         * loader.c metadata.c: Reapply a variant r59116.
3576         
3577         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
3578
3579         * class.c (mono_class_setup_interface_offsets): New internal function.
3580
3581         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
3582         interfaces too. Fixes #77398.
3583
3584         * reflection.c (encode_cattr_value): Add support for 
3585         parameter type=object, argument type=array.
3586         (load_cattr_value): Ditto. Fixes #77916.
3587
3588         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
3589         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
3590
3591         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
3592         a byval char array and CharSet is Ansi.
3593
3594         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
3595
3596 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
3597
3598         * metadata.c: Add some locking comments.
3599         
3600         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
3601         mempool.
3602         (mono_metadata_free_method_signature): Don't free the signature itself.
3603
3604         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
3605
3606         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
3607         reference the same MonoImage.
3608         (mono_assembly_load_from_full): Add an assert.
3609
3610 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
3611
3612         * image.c (mono_image_close): Don't put the image we are about to free into the
3613         loaded_images_guid_hash.
3614
3615         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
3616         to reduce code duplication.
3617
3618         * marshal.c: Register the native functions called by this module as icalls, to
3619         somewhat centralize the creation of MonoMethodSignature's.
3620
3621         * loader.c (mono_method_signature): Add a cache for method signatures.
3622
3623         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
3624         the parameter attributes of a method.
3625         (mono_metadata_parse_method_signature_full): Refactored the computation of
3626         parameter attributes into a separate function. Also avoid one allocation in
3627         most cases.
3628
3629         * assembly.c (mono_assembly_close): Ditto.
3630
3631         * image.c (mono_image_close): Log trace messages with INFO level.
3632
3633         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
3634
3635         * image.c reflection.c: Correct reference counting of image modules.
3636         
3637         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
3638         of this function from the image mempool.
3639         
3640         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
3641         to allow more cached types to be used.
3642
3643         * mono-debug.c (mono_debug_add_method): Appled patch from
3644         David S. Miller  <davem@sunset.davemloft.net>: Access 
3645         minfo->lexical_blocks[] entry elements using read32().
3646
3647 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
3648
3649         * loader.c (mono_free_method): No longer free the method header for non-dynamic
3650         methods as it is allocated from the mempool.
3651
3652         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
3653         image mempool.
3654
3655         * metadata-internals.h: Add comments describing the reference counting scheme
3656         used for MonoImage and MonoAssembly.
3657
3658         * image.c assembly.c reflection.c: Rework reference counting of images and 
3659         assemblies so they are freed when the runtime is shut down. Free some 
3660         additional memory structures when an image is unloaded.
3661         
3662 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
3663
3664         * class.c loader.c reflection.c: Allocate more data structures in
3665         the image mempool.
3666
3667 2006-03-31  Miguel de Icaza  <miguel@novell.com>
3668
3669         * icall.c
3670         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
3671         build on pre glib 2.4 systems.
3672
3673 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
3674
3675         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
3676
3677         * icall.c: Fix some warnings.
3678
3679 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
3680
3681         * culture-info-table.h : regenerated.
3682
3683 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
3684
3685         * threads.c, object-internals.h, verify.c: changed the culture caching
3686         code to use a normal MonoArray for storage so the GC can keep track of
3687         them easily. Fixed bits of the cache logic, too and simplified the
3688         code.
3689
3690 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
3691
3692         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
3693         thread for non-Boehm GCs.
3694
3695 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
3696
3697         * domain.c, object.c, domain-internals.h: reduce the amount of memory
3698         needed to keep track of the data for static fields.
3699
3700 2006-03-29  Raja R Harinath  <rharinath@novell.com>
3701
3702         Fix #75172
3703         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
3704         for interface classes.  Use 'num_methods' instead.
3705         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
3706         before using '->vtable_size' field.
3707
3708 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
3709
3710         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
3711         doesn't contain managed pointers, so use a normal hashtable.
3712
3713 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
3714
3715         * reflection.c, class-internals.h, domain.c: fixed handling of types
3716         used as values for objects in custom attributes (bug #77915):
3717
3718 2006-03-24  Martin Baulig  <martin@ximian.com>
3719
3720         * class.c (mono_class_setup_fields): Added support for generic
3721         instances; fixes #77580.
3722
3723 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3724
3725         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
3726
3727 2006-03-24  Dick Porter  <dick@ximian.com>
3728
3729         * file-io.c (get_file_attributes): More stat macro breakage.
3730         Fixes bug 77759.
3731
3732 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
3733
3734         * profiler.c: added the file=filename option in the default profiler
3735         to output the profile data to filename.
3736
3737 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3738
3739         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
3740         bug #77877.
3741
3742 2006-03-22  Martin Baulig  <martin@ximian.com>
3743
3744         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
3745         allocated `MonoClassField *' in `fb->handle'.
3746
3747 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
3748
3749         * class.c, image.c, metadata-internals.h: implemented new mechanism to
3750         allocate interface ID to save memory and allow better ID reuse on
3751         appdomain unload. setup_generic_vtable () removal from Martin.
3752
3753 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
3754
3755         * object.h, appdomain.c, domain.c, exception.c, icall.c,
3756         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
3757         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
3758         write barriers for reference stores with managed objects accessed with
3759         C structures in the runtime and in embedding programs.
3760
3761 2006-03-20  Raja R Harinath  <rharinath@novell.com>
3762
3763         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
3764         'interface_id' and 'max_interface_id' fields of MonoClasses
3765         representing open generic types.
3766
3767 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
3768
3769         * object.h, object.c, icall.c: added functions to deal with
3770         storing valuetypes that contain references in managed objects.
3771         * reflection.c, string-icalls.c, threads.c, marshal.c: small
3772         fixes and comments around uses of mono_array_addr ().
3773
3774 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
3775
3776         * object.h, icall.c, monitor.c: object.GetHashCode ()
3777         implementation that supports the moving garbage collector.
3778
3779 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
3780
3781         * icall.c, threads-types.h, threads.c: implemented finalizer for
3782         LocalDataStoreSlot.
3783
3784 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
3785
3786         * metadata.c (mono_type_size): Add a fixme.
3787         (mono_type_stack_size): Ditto.
3788
3789         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
3790         'type_forwarders' field.
3791
3792         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
3793         attribute from net 2.0.
3794
3795         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
3796         from class.c.
3797
3798         * class.c (mono_class_setup_fields): Fix a warning.
3799         
3800         * class.c (mono_class_from_name): Add support for assemblyref entries
3801         in the EXPORTEDTYPE table.
3802
3803         * reflection.c: Add support for handling type forwarders under net 2.0.
3804
3805         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
3806         
3807 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
3808
3809         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
3810         overwriting entries in ModuleBuild->types, also clean up the code
3811         a little. Fixes #77774.
3812
3813 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
3814
3815         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
3816         load friend assembly info when present.
3817
3818 2006-03-14  Raja R Harinath  <rharinath@novell.com>
3819
3820         Fix crasher on gtest-158.cs.
3821         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
3822         the return value if the MonoClass we want is yet in an
3823         inconsistent state.
3824         * class.c (mono_class_create_from_typedef): Add an comment
3825         explaining an order dependency between mono_class_setup_parent and
3826         mono_class_setup_mono_type.
3827
3828 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
3829
3830         * class.c: documentation updates and events bug fix.
3831
3832 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
3833
3834         * class.c: some cleanup, locking fixes.
3835
3836 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
3837
3838         * class.c: fix the generics code to setup nested
3839         type info to the instantiated type (bug #77770).
3840
3841 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
3842
3843         * marshal.c: fixed a few type correctness issues.
3844
3845 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
3846
3847         * loader.c: the Set/Get/Addrtess array methods should be public.
3848
3849 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
3850
3851         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
3852         
3853         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
3854         info->wrapper.
3855
3856 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
3857
3858         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
3859
3860         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
3861
3862         * mempool.c (mono_mempool_alloc): Speed this up a bit.
3863         (mono_mempool_alloc0): Ditto.
3864
3865 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3866
3867         * socket-io.c:
3868         (create_object_from_sockaddr): it was allocating 4 extra bytes
3869         for the AF_UNIX data. Fixes bug #77747.
3870
3871 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
3872
3873         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
3874
3875 2006-03-09  Dick Porter  <dick@ximian.com>
3876
3877         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
3878         Fixes bug 76966 again.
3879
3880 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
3881
3882         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
3883         names from r57532
3884         * appdomain.c: Bumped corlib version to 48 (due to r57532)
3885
3886 2006-03-07  Martin Baulig  <martin@ximian.com>
3887
3888         * object.c
3889         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
3890
3891 2006-03-07  Martin Baulig  <martin@ximian.com>
3892
3893         * class.c
3894         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
3895         regression introduced in r56970; see gtest-252.cs.
3896
3897         * loader.c (mono_get_method_constrained): Correctly handle generic
3898         methods; see gtest-253.cs.
3899
3900 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
3901
3902         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
3903
3904 2006-03-04  Martin Baulig  <martin@ximian.com>
3905
3906         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
3907         compute the parent type at runtime, just like we're already doing
3908         it for interfaces.
3909
3910         * reflection.c
3911         (mono_reflection_bind_generic_parameters): Don't compute the
3912         parent type anymore.
3913
3914         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
3915
3916 2006-03-04  Martin Baulig  <martin@ximian.com>
3917
3918         * mono-debug-debugger.h
3919         (mono_debugger_create_notification_function): Allocate memory at
3920         runtime and return a pointer to it.
3921
3922 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
3923
3924         * assembly.c: Fix windows build.
3925         
3926         * assembly.c: Fix build.
3927
3928         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
3929
3930         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
3931         
3932 2006-03-03  Dick Porter  <dick@ximian.com>
3933
3934         * process.c
3935         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
3936         Check parameters before dereferencing them.  Fixes Aaron's part of
3937         bug 77393.
3938
3939 2006-03-03  Raja R Harinath  <rharinath@novell.com>
3940
3941         Fix performance regression.
3942         * loader.c (find_method_in_class): Add 'from_class' argument.
3943         Rename 'klass' argument to 'in_class'.  The signature is compared
3944         against the method in 'in_class', and the corresponding method is
3945         returned from 'from_class'.
3946         (find_method): Walk both 'in_class' and 'from_class' in parallel.
3947         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
3948         type definition and generic instantiation in parallel.
3949         (mono_get_method_constrained): Update to changes.
3950
3951 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
3952
3953         * threads.c: make sure the domain is correct, too when doing
3954         mono_thread_attach ().
3955
3956 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
3957
3958         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
3959         windows. Fixes #77683.
3960
3961 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
3962
3963         * object.h, *: introduced specific way to set elements of an array
3964         of references to be used as write barrier. Still need to audit the
3965         uses of mono_array_addr.
3966
3967 2006-03-01  Miguel de Icaza  <miguel@novell.com>
3968
3969         * object-internals.h: New field to cache the assmebly name, patch
3970         from Tambet Ingo (tambet@ximian.com)
3971
3972 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
3973
3974         * decimal.h, class-internals.h, metadata-internals.h,
3975         file-io.h: mark a few function declarations as internal, to
3976         reduce the number of PLT entries.
3977
3978 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3979
3980         * file-io.c: fix typo in warning message.
3981
3982 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
3983
3984         * loader.c: on unix, lookup the "*A" version of a function
3985         if charset is auto as a second option before failing.
3986
3987 2006-02-28  Raja R Harinath  <rharinath@novell.com>
3988
3989         * class.h (mono_class_inflate_generic_method): Revert to two
3990         argument version.
3991         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
3992         (mono_class_inflate_generic_method_full): Add.
3993         * class.c (mono_class_inflate_generic_method_full): Rename from
3994         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
3995         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
3996         * loader.c, reflection.c: Update to changes.
3997
3998 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
3999
4000         * icall.c: const fixes and small improvements.
4001
4002 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4003
4004         * threadpool.c: for asynchronous connect(), enable the same workaround
4005         for BSD 6 as for the Mac. Fixes bug #77637.
4006
4007 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
4008
4009         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
4010         formatted classes. Fixes #77524.
4011
4012 2006-02-24  Raja R Harinath  <rharinath@novell.com>
4013
4014         * class.c (inflate_generic_type): Add a couple more
4015         micro-optimizations.
4016         (inflate_generic_context): Don't use the 'gmethod' from
4017         'inflate_with'.
4018         (mono_class_inflate_generic_method): If the method has generic
4019         parameters, but the passed-in context doesn't have a 'gmethod',
4020         create one.  Use the possibly simplified generic instantiation
4021         from the declaring class instead of the one passed in.
4022
4023 2006-02-24  Raja R Harinath  <harinath@gmail.com>
4024
4025         Make generic method signature and method header handling lazy.
4026         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
4027         (inflate_generic_header): Likewise.
4028         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
4029         parameter to avoid inflating types.
4030         (mono_get_inflated_method): Empty out.
4031         * class.h (mono_class_inflate_generic_method): Update to changes.
4032         * loader.c (mono_get_method_from_token): Don't parse signature for
4033         generic methods, nor methods of generic classes.
4034         (mono_method_signature): Rename from 'mono_method_signature'.
4035         Inflate signature on demand.
4036         (mono_method_get_header): Inflate method header on demand.
4037         * reflection.c: Update to changes.
4038
4039 2006-02-23  Raja R Harinath  <rharinath@novell.com>
4040
4041         * metadata.c (mono_metadata_inflate_generic_inst): If the
4042         instantiation is closed, don't bother expanding it in the new
4043         context.
4044         * class.c (inflate_generic_class): If the generic instantiation
4045         doesn't change after inflation, return the argument itself.
4046         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
4047         Add bounds checks.
4048         (inflate_generic_context): If neither the generic class nor the
4049         generic method instantiations change, return the original context.
4050         * reflection.c (mono_method_get_object): Do
4051         'mono_get_inflated_method' before accessing the ->klass field.
4052         (inflate_mono_method): Don't create a MonoGenericMethod unless
4053         necessary.
4054         (inflate_method): Don't pass a constructed type as the declaring
4055         type of a methodbuilder.
4056
4057 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
4058
4059         * object.c: fix memory overwrite.
4060
4061 2006-02-22  Dick Porter  <dick@ximian.com>
4062
4063         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
4064         it doesn't work any more.
4065         (mono_threads_request_thread_dump): Fix unused variable warnings.
4066
4067 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4068
4069         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
4070         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
4071         the public header file.
4072
4073 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
4074
4075         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
4076
4077 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
4078
4079         * class-internals.h, object.c: reduce the size of MonoVTable
4080         and store the interface_offsets array at negative offsets.
4081
4082 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
4083
4084         * metadata.c: tweak table descriptors data structures to reduce
4085         size and runtime relocations.
4086
4087 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4088
4089         * marshal.c: fix some types and opcodes to be type-safe
4090         in marshaling wrappers.
4091
4092 2006-02-21  Ankit Jain  <jankit@novell.com>
4093
4094         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
4095
4096 2006-02-21  Raja R Harinath  <rharinath@novell.com>
4097
4098         * metadata.c (get_constraints): Relax debugging checks for monodis.
4099
4100 2006-02-21  Ankit Jain  <jankit@novell.com>
4101
4102         * metadata.c (mono_metadata_load_generic_params): Move the code
4103         checking for ambiguous generic params from here to mono/dis/get.c
4104         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
4105
4106 2006-02-21  Raja R Harinath  <harinath@gmail.com>
4107
4108         Fix assertion triggered when compiling nemerle.
4109         * class.c (mono_get_shared_generic_inst): Rename from
4110         get_shared_inst and make non-static.
4111         * loader.c (mono_get_shared_generic_method): New.  Used to create
4112         the MonoGenericContext-equivalent of a MonoGenericContainer.
4113         (mono_get_method_from_token): Initialize the 'context' field of
4114         the created MonoGenericContainer.
4115         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
4116         * metadata.c (get_constraints): Add sanity check.
4117         * class-internals.h: Add new internal methods.
4118
4119         * reflection.c (verify_safe_for_managed_space): New sanity check.
4120         Currently checks that owner-less generic parameters aren't allowed
4121         in managed space.
4122         (mono_type_get_object): Use it.
4123         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
4124         that are now in mono_type_get_object.
4125         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
4126
4127 2006-02-19  Raja R Harinath  <harinath@gmail.com>
4128
4129         * metadata.c (mono_type_create_from_typespec): Rename from
4130         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
4131         argument and caching of types in the generic container.
4132         (unwrap_arrays, find_generic_param): Remove.
4133         * metadata-internals.h: Update.
4134         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
4135
4136 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
4137
4138         * class.c (mono_class_get_exception_for_failure): Fix a warning.
4139
4140         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
4141         return values. Fixes #77581.
4142
4143         * class.c (mono_fnptr_class_get): Switch name and name_space.
4144
4145         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
4146         classes and add support for [In, Out] attributes.
4147         (mono_marshal_free_asany): Ditto. Fixes #77524.
4148
4149 2006-02-18  Raja R Harinath  <harinath@gmail.com>
4150
4151         * class.c (mono_class_from_generic_parameter): Make more robust to
4152         incomplete MonoGenericContainers from monodis.
4153
4154 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4155
4156         * class-internals.h: added some more exception types.
4157         * class.c, metadata.c: added a few checks to handle missing
4158         types.
4159
4160 2006-02-17  Raja R Harinath  <rharinath@novell.com>
4161
4162         Use owner-less generic-params some more.
4163         * class.c (my_mono_class_from_generic_parameter): Remove.
4164         (mono_class_from_generic_parameter): Handle null image,
4165         param->name and param->owner.
4166         (mono_class_from_mono_type): Update.
4167         (mono_class_create_from_typespec): Remove 'container' parameter.
4168         If that parameter is non-null, the result is always inflated by
4169         'mono_class_get_full' anyway.
4170         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
4171         parameter.
4172         (mono_class_get_full): Update.
4173
4174         * class.c (inflate_generic_type) [GENERICINST]: If the generic
4175         instance is not open, don't bother inflating.
4176         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
4177         parse metadata for inflated classes.
4178         (_mono_class_get): Change GenericContext* parameter to
4179         GenericContainer*.
4180         (mono_class_create_from_typespec): Likewise.  Simplify, and
4181         implement trivially.  All the cases are handled in
4182         mono_class_from_mono_type.  Don't inflate returned class.
4183         (mono_class_get_full): Delegate GENERICINST optimization to
4184         inflate_generic_type.
4185         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
4186
4187 2006-02-16  Dick Porter  <dick@ximian.com>
4188
4189         * socket-io.c (create_object_from_sockaddr): Fix typo.
4190         (create_sockaddr_from_object): Check array lengths before
4191         potentially accessing items off the end.
4192         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
4193         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
4194         (ves_icall_System_Net_Sockets_Socket_Send_internal)
4195         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
4196         length checks to avoid wraparound overflows.
4197         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
4198         contents of the array of sockets
4199         (hostent_to_IPHostEntry2)
4200         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
4201         Check return value of inet_ntop ().
4202         (addrinfo_to_IPHostEntry): Fix typo
4203
4204 2006-02-16  Raja R Harinath  <rharinath@novell.com>
4205
4206         Type metadata parsing doesn't use generic-instantiation information.
4207         * metadata.c (mono_metadata_parse_array_full): Change
4208         MonoGenericContext* parameter to MonoGenericContainer*.
4209         (mono_metadata_parse_type_full): Likewise.
4210         (mono_type_create_from_typespec_full): Likewise.
4211         (mono_metadata_parse_mh_full): Likewise.
4212         (mono_metadata_parse_generic_inst): Likewise.
4213         (do_mono_metadata_parse_generic_class): Likewise.
4214         (do_mono_metadata_parse_type): Likewise.
4215         * metadata-internals.h: Update to changes.
4216         * class.c (mono_class_find_enum_basetype): Likewise.
4217         (mono_class_setup_fields): Likewise.
4218         (mono_class_create_from_typespec): Likewise.
4219         * loader.c (method_from_methodspec): Likewise.
4220         (mono_get_method_from_token): Likewise.
4221         (mono_method_get_header): Likewise.
4222
4223 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4224
4225         * marshal.c: handle additional GENERICINST case (patch from
4226         Thong Nguyen <tum@veridicus.com>).
4227         Fix a few cases where LDIND_I/STIND_I was used for references.
4228
4229 2006-02-16  Raja R Harinath  <rharinath@novell.com>
4230
4231         * reflection.c (mono_reflection_get_token): Remove unused variable.
4232
4233 2006-02-16  Martin Baulig  <martin@ximian.com>
4234
4235         * reflection.c (mono_reflection_get_token): Add support for fields
4236         in instantiated generic types.
4237
4238         * icall.c
4239         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
4240
4241 2006-02-15  Martin Baulig  <martin@ximian.com>
4242
4243         * icall.c
4244         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
4245         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
4246         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
4247         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
4248
4249 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
4250
4251         * class.c, metadata.c, metadata.h, object.c, icall.c,
4252         marshal.c: changed mono_type_get_underlying_type () to do
4253         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
4254         Fixed handling of instantiated generic valuetypes (bug #75479).
4255
4256 2006-02-15  Raja R Harinath  <rharinath@novell.com>
4257
4258         * metadata.c (mono_metadata_decode_signed_value): Simplify.
4259         Delegate to mono_metadata_decode_value, and work on the returned value.
4260
4261         * icall.c (ves_icall_MonoType_GetGenericArguments):
4262         Add consistency check here too.
4263         
4264 2006-02-15  Ankit Jain  <jankit@novell.com>
4265
4266         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
4267         char/short etc.
4268
4269 2006-02-15  Ankit Jain  <jankit@novell.com>
4270
4271         * metadata.c (mono_metadata_decode_signed_value): New function to decode
4272         signed values, used only for representing lower bounds of arrays.
4273         (mono_metadata_parse_array_full): Use new
4274         mono_metadata_decode_signed_value to decode lower bounds.
4275
4276 2006-02-14  Martin Baulig  <martin@ximian.com>
4277
4278         * reflection.c
4279         (mono_reflection_get_token): Support "MonoGenericMethod" and
4280         "MonoGenericCMethod" and allow generic instances / methods.
4281
4282 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
4283
4284         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
4285         to obtain the terminal size using an ioctl.
4286
4287         * object.c (mono_nullable_init): Revert this as nullable reference
4288         types are not valid.
4289         (mono_nullable_box): Ditto.
4290
4291 2006-02-09  Dick Porter  <dick@ximian.com>
4292
4293         * threads.c (mono_thread_detach): Drop a reference to the thread
4294         we're detaching.
4295
4296 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
4297
4298         * object.c (mono_nullable_init): Handle nullable reference types.
4299         (mono_nullable_box): Ditto. Fixes #77446.
4300
4301 2006-02-07  Martin Baulig  <martin@ximian.com>
4302
4303         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
4304
4305 2006-02-07  Ankit Jain  <jankit@novell.com>
4306
4307         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
4308         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
4309         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
4310         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
4311         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
4312         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
4313
4314 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
4315
4316         * class.c (mono_class_create_generic): Set type_token as well.
4317
4318         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
4319         compatible with MS.
4320
4321 2006-02-02  Martin Baulig  <martin@ximian.com>
4322
4323         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
4324         has never been used so far.
4325
4326 2006-02-02  Martin Baulig  <martin@ximian.com>
4327
4328         * mono-debug-debugger.h: Changed comment at the top of this file;
4329         the header is not installed, but it's safe to #include it from
4330         within the JIT.
4331
4332         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
4333         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
4334
4335 2006-02-02  Martin Baulig  <martin@ximian.com>
4336
4337         * mono-debug.h
4338         (MonoSymbolTable): Removed the `metadata_info' field.
4339
4340         * mono-debug.c
4341         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
4342
4343         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
4344         (mono_debugger_add_builtin_types): Removed.
4345         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
4346         (mono_debugger_create_notification_function): We now operate on a
4347         pre-allocated area; take a `gpointer' and return `void'.
4348
4349         * mono-debug-debugger.c
4350         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
4351         (mono_debugger_add_builtin_types): Removed.
4352
4353 2006-02-02  Martin Baulig  <martin@ximian.com>
4354
4355         * threads.c (mono_debugger_create_all_threads): New public method.
4356
4357 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4358
4359         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
4360         breaks on several platforms.
4361
4362 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
4363
4364         * assembly.c: the VS.NET build doesn't supply default values for
4365         MONO_ASSEMBLIES and MONO_CFG_DIR.
4366
4367 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
4368
4369         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
4370         helper function.
4371
4372         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
4373
4374         * loader.c (method_from_memberref): Fix a warning.
4375
4376         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
4377
4378         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
4379         with explicit layout. Fixes #77433.
4380
4381 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
4382
4383         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
4384         max_interface_id is initialized before using it. Fixes #77398.
4385         (ves_icall_Type_GetInterfaces): Ditto.
4386
4387 2006-01-30  Raja R Harinath  <rharinath@novell.com>
4388
4389         * metadata.c (mono_metadata_parse_method_signature_full): Don't
4390         allocate memory for parameter attributes when parsing memberref
4391         signatures.
4392         * loader.c (mono_loader_set_error_method_load): Don't warn.
4393         (method_from_memberref): Ensure MissingMethodException gets thrown
4394         if method is not found.  Make warning more informative.
4395
4396 2006-01-29  Raja R Harinath  <harinath@gmail.com>
4397
4398         Fix #77397
4399         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
4400         return true if is byref.
4401         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
4402         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
4403         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
4404
4405 2006-01-27  Raja R Harinath  <rharinath@novell.com>
4406
4407         Fix tests/find-method.2.il
4408         * loader.c (find_method, find_method_in_class): Remove is_inflated
4409         argument.  Revert 2006-01-18 change.
4410         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
4411         is generic, search for method in its generic definition.
4412         * class.c (mono_class_setup_vtable_general): Print generic
4413         arguments of generic types in debugging printf.
4414
4415 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
4416
4417         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
4418
4419         * threads.c (mono_threads_request_thread_dump): New helper function.
4420
4421 2006-01-25  Raja R Harinath  <rharinath@novell.com>
4422
4423         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
4424
4425 2006-01-25  Ankit Jain  <jankit@novell.com>
4426
4427         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
4428         move definition to ..
4429         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
4430         
4431 2006-01-25  Ankit Jain  <jankit@novell.com>
4432             Raja R Harinath  <rharinath@novell.com>
4433
4434         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
4435         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
4436         as necessary.
4437
4438 2006-01-25  Martin Baulig  <martin@ximian.com>
4439
4440         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
4441         `MonoDebuggerThread' into debug-debugger.c.
4442
4443 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
4444
4445         * profiler.c: fix printing of data.
4446
4447 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
4448
4449         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
4450           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
4451
4452 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
4453
4454         * object.c: fix deadlock related to string interning.
4455
4456 2006-01-23  Martin Baulig  <martin@ximian.com>
4457
4458         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
4459
4460         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
4461
4462 2006-01-23  Martin Baulig  <martin@ximian.com>
4463
4464         * mono-debug.h: Moved the prototypes of some functions which are
4465         used by the JIT here from mono-debug-debugger.h.
4466
4467 2006-01-21  Martin Baulig  <martin@ximian.com>
4468
4469         * Makefile.am: Don't install mono-debug-debugger.h.
4470
4471 2006-01-21  Martin Baulig  <martin@ximian.com>
4472
4473         * mono-debug-debugger.h: Enforce the private status of this header
4474         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
4475         Moved some stuff from mono-debugger-jit-wrapper.h here.
4476
4477 2006-01-20  Raja R Harinath  <rharinath@novell.com>
4478
4479         * class.c (mono_class_from_typeref): Add a sanity test to help
4480         catch lack of assembly load/search hooks.
4481
4482 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
4483
4484         * marshal.c (emit_struct_conv): Relax the fields with same offset
4485         check even more. Fixes #77230.
4486
4487 2006-01-18  Martin Baulig  <martin@ximian.com>
4488
4489         * loader.c (find_method_in_class): Added `gboolean is_inflated'
4490         argument; if false, we compare the uninstantiated signatures.
4491         (method_from_memberref): Compare the uninstantiated signatures;
4492         fixes #76417.
4493
4494 2006-01-18  Robert Jordan  <robertj@gmx.net>
4495
4496         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
4497         Clear the weak link. Fixes bug #77170.
4498
4499         * gc.c (mono_gchandle_free):
4500         Reflect *-gc.c changes (tiny optimization).
4501
4502 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
4503
4504         * metadata.c (mono_metadata_signature_dup): Applied patch from
4505         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
4506         Fixes #77288.
4507
4508 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
4509
4510         * marshal.c (emit_struct_conv): Allow fields with the same offset when
4511         marshalling from native to managed code. Fixes #77230.
4512
4513 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4514
4515         * threadpool.c: fix problem (Mac only) when more than one asynchronous
4516         connect. Fixes bug #77020.
4517
4518 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
4519
4520         * class.c: fixed id assignement for nested interfaces (bug #77275).
4521         Added also better info for --print-vtable debugging.
4522
4523 2006-01-12  Martin Baulig  <martin@ximian.com>
4524
4525         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
4526         interfaces on-the-fly; fixes #76625.
4527
4528         * class-internals.h
4529         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
4530         don't need that anymore.
4531
4532 2006-01-12  Miguel de Icaza  <miguel@novell.com>
4533
4534         * socket-io.c
4535         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
4536         To avoid initing the nested_classes when not needed I turned the
4537         PeerCredData as a toplevel internal class, as it has to be shared
4538         anyways. 
4539
4540         Fixes the CASA issue.
4541
4542 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
4543
4544         * domain.c: Accessors for MonoJitInfo
4545
4546         * profiler-private.h: Add jitinfo to the end jit hook
4547
4548         * profiler.[ch]: Define new hooks, called after jitting which give
4549         the MonoJitInfo that was compiled
4550
4551 2006-01-10  Martin Baulig  <martin@ximian.com>
4552
4553         * class.c (mono_class_setup_events): Add support for generic
4554         classes; fixes #76440.
4555
4556 2006-01-06  Raja R Harinath  <rharinath@novell.com>
4557
4558         Fix #77160.
4559         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
4560         on passed-in method.
4561
4562 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
4563
4564         * object.c (mono_runtime_invoke_array): Add Nullable support.
4565
4566         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
4567
4568 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
4569
4570         * file-io.c: Don't consider sockets as directory and avoid an endless
4571         loop. Fix bug #76966.
4572
4573 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
4574
4575         * object.c (mono_nullable_init): New helper function.
4576         (mono_nullable_box): Ditto.
4577
4578         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
4579
4580         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
4581
4582         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
4583         
4584 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
4585
4586         * class.c (mono_class_is_assignable_from): Make T assignable to 
4587         Nullable<T>.
4588
4589 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
4590
4591         * appdomain.c: Bump corlib version to 46.
4592         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
4593         serialization purpose) and changed ves_icall_System_Reflection_
4594         Assembly_get_code_base signature to accept a boolean (to escape, or 
4595         not, the assembly code base).
4596
4597 2005-12-23  Dick Porter  <dick@ximian.com>
4598
4599         * icall.c: 
4600         * threads-types.h: 
4601         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
4602         CreateEvent icall now returns "created" boolean parameter.
4603
4604 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
4605
4606         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
4607         #76967.
4608
4609         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
4610         when attr_klass is an interface. Fixes #77045.
4611
4612 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
4613
4614         * marshal.c (emit_struct_conv): Fix previous patch.
4615         
4616         * marshal.c (emit_struct_conv): Add a check for fields with the same
4617         offset.
4618
4619 2005-12-20  Raja R Harinath  <rharinath@novell.com>
4620
4621         Fix regression in Mono.C5.
4622         * class.c (mono_class_create_generic): If 'klass' is an interface
4623         set up the interface offsets.
4624         (mono_class_is_assignable_from): Don't throw away generic arguments.
4625
4626 2005-12-19  Raja R Harinath  <rharinath@novell.com>
4627
4628         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
4629         type parameters.
4630
4631 2005-12-15  Raja R Harinath  <rharinath@novell.com>
4632
4633         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
4634         dead store.
4635         (do_mono_metadata_parse_generic_class): Don't pass the current
4636         generic context when parsing the type being instantiated: it
4637         cannot use it, anyway.
4638
4639         * loader.c (method_from_memberref): Don't inflate a signature if
4640         it doesn't contain any type parameters.
4641
4642 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
4643
4644         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
4645
4646 2005-12-14  Martin Baulig  <martin@ximian.com>
4647
4648         * class.c
4649         (mono_type_get_name_recurse): Don't return null for type
4650         parameters and open generic classes.
4651         (mono_class_setup_methods): Don't exclude generic instances.
4652         (mono_get_unique_iid): Use different IDs for different
4653         instantiations of the same generic type.
4654         (mono_class_setup_vtable): Only use setup_generic_vtable() for
4655         open generic instances; create a normal vtable for closed generic
4656         instances.
4657         (mono_class_setup_vtable_general): We're now also called for
4658         closed generic instances.
4659
4660         * reflection.c
4661         (mono_reflection_bind_generic_parameters): Correctly use
4662         mono_metadata_lookup_generic_inst() everywhere.
4663
4664 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
4665
4666         * object.c (mono_class_create_runtime_vtable): Call 
4667         mono_class_setup_vtable ().
4668
4669         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
4670         function.
4671         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
4672         #76959.
4673
4674         * loader.c (mono_loader_set_error_type_load): Print the type load
4675         warnings to the console so they are more visible to the user.
4676         (mono_loader_set_error_method_load): Ditto.
4677
4678         * reflection.c (ensure_runtime_vtable): Revert the last change as it
4679         is still broken.
4680         
4681         * reflection.c (ensure_runtime_vtable): Fix build.
4682
4683         * reflection.c (ensure_runtime_vtable): Disable an optimization which
4684         doesn't work in all cases.
4685
4686 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
4687
4688         * object.c (mono_array_new_full): Treat a single dimensional array
4689         with 0 lower bounds as an szarray. Fixes #76973.
4690
4691         * reflection.c (custom_attr_visible): Really fix this.
4692
4693 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
4694
4695         * reflection.c (custom_attr_visible): Allow nested public attributes
4696         as well.
4697
4698         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
4699         interface check.
4700
4701 2005-12-12  Raja R Harinath  <harinath@gmail.com>
4702
4703         * class.c (set_generic_param_owner): Delete.
4704         (mono_class_create_from_typedef): Don't set ->owner field of
4705         generic parameters to "param containers" of enclosing classes.
4706         * reflection.c (mono_reflection_initialize_generic_parameter):
4707         Likewise.
4708
4709 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
4710
4711         * reflection.c (custom_attr_visible): Fix build.
4712
4713 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
4714
4715         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
4716         private attributes.
4717         
4718         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
4719         handling of null parameter defaults.
4720
4721 2005-12-09  Raja R Harinath  <rharinath@novell.com>
4722
4723         * class.c (mono_class_from_generic_parameter): Don't set
4724         klass->generic_container.
4725         (my_mono_class_from_generic_parameter): Likewise.
4726
4727 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
4728
4729         * reflection.c (load_public_key): Fix a warning.
4730         (method_encode_code): Fix unaligned accesses.
4731
4732 2005-12-07  Martin Baulig  <martin@ximian.com>
4733
4734         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
4735
4736         * reflection.c
4737         (write_generic_param_entry): Encode our custom attrs.
4738
4739         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
4740
4741 2005-12-07  Martin Baulig  <martin@ximian.com>
4742
4743         * reflection.c (encode_new_constraint): Removed; we don't use the
4744         `NewConstraintAttribute' anymore.
4745
4746 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
4747
4748         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
4749         not fire a TypeResolve event when Assembly.GetType () is called.
4750
4751 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
4752
4753         Beginning of support for nullable types in the runtime. Parts of
4754         this patch are from Martin.
4755
4756         * appdomain.c (MONO_CORLIB_VERSION): Bump
4757
4758         * domain.c (mono_init_internal): get the nullable type
4759
4760         * class.c (mono_class_is_nullable): New method
4761         (mono_class_get_nullable_param): New mehod
4762         (mono_class_create_generic): In types T? set cast_class to T
4763
4764         * class-internals.h (MonoDefaults): new nullable default class
4765         (mono_class_get_nullable_param, mono_class_get_nullable_param):
4766         new methods.
4767
4768 2005-12-05  Raja R Harinath  <rharinath@novell.com>
4769
4770         * metadata.c (select_container): New.  Refactor code to select the
4771         appropriate GenericContainer given the type of generic parameter
4772         we are looking for.
4773         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
4774         not a MonoGenericContext.  Use select_container.  Update parameters.
4775         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
4776         and MONO_TYPE_MVAR.
4777         (unwrap_arrays): Remove duplicate tests.
4778         (find_generic_param): Rename from 'has_same_context'.  Now walks a
4779         generic instantiated class to find any arguments that are generic
4780         parameters.
4781         (mono_type_create_from_typespec_full): Use find_generic_param to
4782         avoid evicting some generic instantiations from the typespec
4783         cache.
4784
4785 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
4786
4787         * reflection.c: fixed writing of doubles on ARM FPA.
4788
4789 2005-12-02  Robert Jordan  <robertj@gmx.net>
4790
4791         * icall.c: Fixed EventInfo.ReflectedType (#76829).
4792
4793 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4794
4795         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
4796         least on SUSE 10 they are not the same (on debian, they are just the
4797         same thing).
4798
4799 2005-12-01  Raja R Harinath  <rharinath@novell.com>
4800
4801         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
4802         DeclaringType for VARs and MVARs.
4803         * class.c (set_generic_param_owner): Fix initialization of owner
4804         fields.
4805
4806 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
4807
4808         * icall.c: fixed Enum.ToObject() to correctly convert the values.
4809
4810 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4811
4812         * threadpool.c: workaround for a bug that shows up on the Mac:
4813         select()+connect() on a blocking socket is not like it should
4814         be, so we proceed to connect() in that case, wasting the I/O
4815         threadpool thread until connect succeedes. Fixes bug #75436.
4816
4817 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4818
4819         * threadpool.c: fix typo when setting file descriptor states.
4820
4821 2005-11-28  Raja R Harinath  <rharinath@novell.com>
4822
4823         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
4824         * metadata.c (mono_metadata_parse_method_signature_full): Don't
4825         create a temporary signature container.
4826         (mono_metadata_parse_generic_param): Update to changes.
4827         (mono_type_create_from_typespec_full): Update to changes.
4828         * loader.c (method_from_memberref): Don't use a
4829         MonoGenericContainer while parsing a memberref signature.
4830         (method_from_methodspec): Remove dead-store of the 'container'
4831         variable.  It's overwritten before use.
4832
4833         * metadata.c (mono_type_create_from_typespec_full): Make debugging
4834         checks tighter.
4835         (mono_metadata_parse_generic_param): Likewise.
4836         * loader.c (find_method_in_class): Does not need a
4837         MonoGenericContainer.  Use 'mono_method_signature' rather than
4838         'mono_method_signature_full'.
4839         (find_method, mono_get_method_constrained, method_from_memberref):
4840         Update to changes.
4841
4842         * metadata.c (mono_type_create_from_typespec_full): Ensure that
4843         owner-less generic-parameters are never evicted from the typespec
4844         cache.
4845
4846         * loader.c (method_from_memberref): Don't use the current context
4847         when parsing signatures.
4848         (method_from_methodspec, mono_get_method_from_token): Update to changes.
4849
4850         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
4851         side-effects in g_assert.
4852         * loader.c (mono_get_method_from_token): Resolve klass earlier so
4853         that we don't potentially lose information.
4854
4855 2005-11-26  Dick Porter  <dick@ximian.com>
4856
4857         * icall.c:
4858         * threads.c: icalls to implement basic (ie, not named)
4859         System.Threading.Semaphore.
4860
4861 2005-11-24  Dick Porter  <dick@ximian.com>
4862
4863         * process.c
4864         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
4865         Use GetProcessId() if it's available.
4866
4867 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
4868
4869         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
4870
4871 2005-11-23  Raja R Harinath  <rharinath@novell.com>
4872             Ankit Jain  <jankit@novell.com>
4873
4874         * loader.c (mono_get_method_from_token): Initialize 'method' field
4875         of all generic parameters before parsing the signature.  Remove
4876         code that "fixed"-up MVAR references.
4877
4878 2005-11-23  Ankit Jain  <jankit@novell.com>
4879
4880         * metadata.c (mono_metadata_has_generic_params):
4881         (mono_metadata_load_generic_param_constraints):
4882         (mono_metadata_load_generic_params): Move duplicate code ...
4883         (mono_metadata_get_generic_param_row): ... here. Returns the
4884         first row-id in GenericParam table for a given owner (token).
4885         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
4886         prototype.
4887
4888 2005-11-23  Raja R Harinath  <rharinath@novell.com>
4889             Ankit Jain  <jankit@novell.com>
4890
4891         * metadata.c (mono_metadata_class_equal): Pass signature_only when
4892         comparing VARs too.
4893         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
4894         type->data.generic_param only if the type is an MVAR.
4895         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
4896         leak owner-less VARs and MVARs into managed space.
4897
4898 2005-11-21  Martin Baulig  <martin@ximian.com>
4899
4900         * class-internals.h
4901         (MonoMethod): Moved the `generic_container' here from
4902         `MonoMethodNormal' since we now also need it for
4903         `MonoMethodPInvoke';
4904         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
4905         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
4906         an union containing both `MonoMethodNormal' and
4907         `MonoMethodPInvoke'.
4908
4909         * loader.c
4910         (mono_get_method_from_token): Allow implementing generic methods
4911         as interncalls.
4912
4913         * threads.c
4914         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
4915         icall.
4916
4917 2005-11-17  Dick Porter  <dick@ximian.com>
4918
4919         * icall.c: 
4920         * process.h: 
4921         * process.c: Split the Process Start_internal icall into
4922         ShellExecuteEx_internal and CreateProcess_internal, which are
4923         called depending on whether UseShellExecute is true.  Fixes bug
4924         76670.
4925
4926         * appdomain.c (MONO_CORLIB_VERSION): Incremented
4927
4928 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
4929
4930         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
4931         'msize' parameters, use the information in 'mspec' instead.
4932         (emit_object_to_ptr_conv): Ditto.
4933
4934         * marshal.c (emit_struct_conv): Handle explicit layout structs with
4935         fields out of order. Fixes #76733.
4936
4937 2005-11-17  Ankit Jain  <jankit@novell.com>
4938
4939         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
4940
4941 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
4942
4943         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
4944           bug #76575.
4945
4946 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
4947
4948         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
4949         for types with non-auto layout. Fixes #76717.
4950
4951 2005-11-16  Ankit Jain  <jankit@novell.com>
4952
4953         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
4954         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
4955         if generic_context is null.
4956           (mono_metadata_generic_param_equal): param->owner can be null.
4957           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
4958         null.
4959
4960 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
4961
4962         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
4963         the correct value.
4964
4965 2005-11-15  Martin Baulig  <martin@ximian.com>
4966
4967         * object.c (set_value): Use mono_class_from_mono_type() instead of
4968         the hack for generic instances; fixes #76136.
4969
4970 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
4971
4972         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
4973         fields.
4974
4975         * image.c (load_metadata_ptrs): Initialize the new fields.
4976
4977         * reflection.c (create_dynamic_mono_image): Ditto.
4978
4979         * reflection.c (build_compressed_metadata): Use the new fields.
4980
4981         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
4982         icall.
4983
4984         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
4985         icall.
4986         
4987 2005-11-15  Ankit Jain  <jankit@novell.com>
4988             Raja R Harinath  <harinath@gmail.com>
4989
4990         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
4991         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
4992         new per-generic_container cache if the cached MonoType's context matches
4993         the current context.
4994           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
4995         to the expected context.
4996           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
4997
4998 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4999
5000         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
5001         we changed the signature of an icall.
5002         * icall.c: Modify to mono_double_ParseImpl return true/false 
5003         depending on the success, instead of throwing the exception. This will
5004         help us in Double.TryParse methods.
5005         
5006 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
5007
5008         * marshal.c (emit_marshal_object): Throw an exception when
5009         marshalling 'object' instead of crashing. Fixes #76696.
5010
5011 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5012
5013         * class-internals.h: Add prototype for mono_type_get_full_name ().
5014
5015 2005-11-11  Dick Porter  <dick@ximian.com>
5016
5017         * threads.c (mono_thread_manage): Make sure the main thread has
5018         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
5019
5020 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5021
5022         * loader.c (mono_loader_set_error_type_load): Log a warning to the
5023         console about the missing type.
5024         (mono_loader_set_error_method_load): Ditto.
5025
5026 2005-11-09  Miguel de Icaza  <miguel@novell.com>
5027
5028         * mono-config.c (mono_get_config_dir): Set the system defaults if
5029         none is specified.
5030
5031         * assembly.c (mono_set_dirs): New API entry point to set the
5032         assembly and the config directory in one call
5033
5034 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
5035
5036         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
5037         the ftnptr was created from a delegate in a domain other than the
5038         current domain. Fixes #75377.
5039
5040         * exception.h exception.c: Add mono_get_exception_not_supported ().
5041
5042 2005-11-08  Martin Baulig  <martin@ximian.com>
5043
5044         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
5045
5046 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
5047
5048         * security-manager.h: Added definitions to deal with strongname key 
5049         pairs bigger (and smaller) than 1024 bits.
5050         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
5051         adjust wrt the public key length being used.
5052
5053 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
5054
5055         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
5056           Windows build (r51396-51397).
5057
5058 2005-11-03  Martin Baulig  <martin@ximian.com>
5059
5060         * class.c (mono_class_setup_vtable_general): Also add generic
5061         methods to the vtable; fixes #76581.
5062
5063 2005-11-01  Miguel de Icaza  <miguel@novell.com>
5064
5065         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
5066         sure that we lookup GetString method from the System.Text.Encoding
5067         class, not the derived class or we get an empty method.
5068
5069         Fixed class #76612.
5070
5071 2005-10-25  Miguel de Icaza  <miguel@novell.com>
5072
5073         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
5074         if it has been previously set (embedders). 
5075
5076         Make mono_set_rootdir available also on Unix.
5077
5078 005-10-24  Robert Jordan  <robertj@gmx.net>
5079
5080         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
5081
5082 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
5083
5084         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
5085         only calls which are made to native code use this flag.
5086
5087         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
5088
5089 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
5090
5091         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
5092         Add support for FieldBuilders.
5093
5094 2005-10-29  Martin Baulig  <martin@ximian.com>
5095
5096         * mono-debug.c
5097         (mono_debug_using_mono_debugger): New public method; returns
5098         whether we're running inside the debugger.
5099
5100 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
5101
5102         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
5103         for Method/Constructor/FieldBuilders.
5104
5105 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
5106
5107         * reflection.c (module_add_cattrs): Save custom attributes for global methods
5108         and fields as well.
5109
5110 2005-10-26  Martin Baulig  <martin@ximian.com>
5111
5112         * mono-debug-debugger.c
5113         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
5114
5115 2005-10-24  Raja R Harinath  <harinath@gmail.com>
5116
5117         * icall.c (base64_to_byte_array): Don't pass an out-of-range
5118         integer to isspace.
5119
5120 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
5121
5122         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
5123         when passing valuetypes byref. Fixes #76502.
5124
5125 2005-10-19  Jackson Harper  <jackson@ximian.com>
5126
5127         * profiler.c: Don't put a . in front of types that are not in a
5128         namespace.
5129
5130 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
5131
5132         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
5133
5134 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
5135
5136         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
5137         #76436.
5138         (mono_marshal_get_ldflda_wrapper): Fix a warning.
5139
5140 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5141
5142         * assembly.c metadata-internals.h icall.c: Define an additional
5143         parameter for mono_assembly_name_parse_full, so we can avoid creating
5144         S.R.AssemblyName.Version when no version info wasn't passed.
5145         
5146 2005-10-09  Miguel de Icaza  <miguel@novell.com>
5147
5148         * class.c (mono_type_get_full_name): Reimplement method that was
5149         removed. 
5150
5151         * image.c: Some docs
5152
5153 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
5154
5155         * profiler.c (output_newobj_profile): Fix printing of Total memory
5156         on x86.
5157
5158 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5159
5160         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
5161
5162 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
5163
5164         * threads.c: remove debug output.
5165
5166 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5167
5168         * threads.c (mono_thread_manage): Fix crashes if more than 64
5169         threads need to be aborted. Hopefully fixes #75899.
5170
5171         * assembly.c (mono_stringify_assembly_name): New helper function.
5172
5173         * class.c: Use mono_stringify_assembly_name instead of the similar
5174         static function.
5175
5176         * assembly.h assembly.c: Add support for calling a postload search 
5177         hook if an assembly cannot be loaded.
5178
5179         * appdomain.c: Register new search hooks which call the AssemblyResolve
5180         events in AppDomain. Fixes #75231
5181
5182 2005-10-07  Martin Baulig  <martin@ximian.com>
5183
5184         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
5185         methods without debug info.
5186
5187 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
5188
5189         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
5190         wrappers.
5191
5192 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5193
5194         * file-io.c: now that we return symlinks, use lstat and, when the file
5195         is a symbolic link, stat, to get the file attributes. Also avoid the
5196         conversion to/from utf16/external.
5197
5198 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
5199
5200         * class.c (mono_class_layout_fields): Compute klass->has_references
5201         correctly if an embedded valuetype is not yet initialized. Fixes
5202         #76331.
5203
5204 2005-10-04  Martin Baulig  <martin@ximian.com>
5205
5206         * metadata.c
5207         (mono_metadata_load_generic_param_constraints): New public
5208         function; splitted the constraints loading out from
5209         mono_metadata_load_generic_params().
5210
5211         * class.c (mono_class_create_from_typedef): Call
5212         mono_metadata_load_generic_param_constraints() after setting up
5213         the type and creating our parent; fixes #75329.
5214
5215 2005-10-04  Martin Baulig  <martin@ximian.com>
5216
5217         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
5218         non-dynamic parent classes.
5219
5220 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
5221
5222         * file-io.c : win32 build fix (ETXTBSY seems not found).
5223
5224 2005-10-04  Martin Baulig  <martin@ximian.com>
5225
5226         * reflection.c
5227         (mono_image_get_methodspec_token): Make the cache actually work;
5228         fixes #75974.
5229
5230 2005-10-04  Martin Baulig  <martin@ximian.com>
5231
5232         * class.c (mono_class_name_from_token): Removed the unneccessary
5233         `MonoGenericContext *' argument.
5234
5235 2005-10-04  Martin Baulig  <martin@ximian.com>
5236
5237         * loader.c
5238         (method_from_methodspec): Make the caching work again; fixes the
5239         performance regression from #76262.
5240
5241 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5242
5243         * file-io.c:
5244         * file-io.h:
5245         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
5246         GetFileSystemEntries that performs the same work but without going
5247         into io-layer, locking, etc.
5248
5249 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
5250
5251         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
5252         ThreadState_Stopped as well. Fixes #76047.
5253
5254 2005-09-29  Martin Baulig  <martin@ximian.com>
5255
5256         * class.c
5257         (inflate_generic_context): If the new context has a `gmethod', set
5258         its `container' that that gmethod's `container'.
5259
5260         * metadata.c
5261         (mono_metadata_parse_generic_param): Simplify things;
5262         `generic_container = generic_context->container;' is just fine.
5263
5264         * loader.c (method_from_methodspec): Code cleanups.
5265
5266 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
5267
5268         * decimal.c: fix warning (and let gcc generate correct
5269         code on ARM with optimizations).
5270
5271 2005-09-28  Martin Baulig  <martin@ximian.com>
5272
5273         * loader.c
5274         (method_from_memberref): Added `MonoGenericContext *class_context'
5275         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
5276         (method_from_methodspec): If we're a memberref, use the enclosing
5277         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
5278
5279 2005-09-28  Martin Baulig  <martin@ximian.com>
5280
5281         * object.c (mono_runtime_invoke_array): Added support for
5282         MONO_TYPE_GENERICINST; fixes #75917.
5283
5284 2005-09-27  Martin Baulig  <martin@ximian.com>
5285
5286         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
5287         `k->byval_arg.type' to determine the actual type.
5288
5289         * loader.c (method_from_methodspec): Removed some hacks.
5290
5291 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
5292
5293         * class-internals.h (mono_field_is_deleted): Do the test for
5294         rtspecialname before we check the actual name of the field. This
5295         prevents us from dereferencing a pointer into the string table,
5296         saving us from accessing a few pages
5297
5298         * *.c: Replace the use of {Enter,Leave}CriticalSection with
5299         macros. This will allow a deadlock debugger to easily be plugged
5300         in.
5301
5302 2005-09-27  Martin Baulig  <martin@ximian.com>
5303
5304         * loader.c (method_from_methodspec): Create a "signature"
5305         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
5306
5307 2005-09-27  Martin Baulig  <martin@ximian.com>
5308
5309         * class.c
5310         (inflate_generic_class): Correctly set the new context's
5311         container.
5312
5313         * loader.c
5314         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
5315         instead of a `MonoGenericContext *'.
5316         (mono_method_signature_full): Take a `MonoGenericContainer *'
5317         instead of a `MonoGenericContext *'.
5318
5319         * metadata.c
5320         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
5321         instead of a `MonoGenericContext *'.
5322         (mono_metadata_parse_method_signature_full): Likewise.
5323
5324 2005-09-26  Martin Baulig  <martin@ximian.com>
5325
5326         * class.c
5327         (mono_class_from_generic_parameter): Set `klass->generic_container'
5328         (mono_class_from_generic_parameter): Likewise.
5329         (mono_bounded_array_class_get): We inherit the generic container
5330         from the element class.
5331
5332         * loader.c
5333         (find_method, find_method_in_class): Take a `MonoGenericContext *'
5334         argument rather than computing it here.
5335         (method_from_memberref): Correctly set the generic context before
5336         parsing the signature.  Fixes #75681.
5337
5338 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
5339
5340         * object.c (mono_class_has_special_static_fields): Fix warnings.
5341
5342 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5343
5344         * assembly.c: Add parse_public_key function, to
5345         par the public keys. Also added mono_assembly_name_parse_full,
5346         to define it the parsed key should be freed or not.
5347         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
5348         to parse a long format assembly name.
5349         * metadata-internals.h: Keep mono_assembly_name_parse_full as
5350         private, since calling it to preserve the key requires
5351         freeing it manually.
5352         
5353 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
5354
5355         * locales.c : removed HAVE_ICU part.
5356
5357 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
5358
5359         * object.c (mono_class_create_runtime_vtable): Avoid calling 
5360         field_is_special_static if the klass has no special static fields.
5361
5362         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
5363         (MonoCachedClassInfo): Likewise.
5364
5365         * object.c (mono_class_has_special_static_fields): New helper function.
5366
5367 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
5368
5369         * class.c (mono_class_create_from_typedef): Don't call 
5370         interfaces_from_typedef_full for enums.
5371         (mono_class_create_from_typedef): Compute the base types of enums directly
5372         without calling mono_class_setup_fields ().
5373         (mono_class_find_enum_basetype): New helper function.
5374
5375         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
5376         one place inside the string heap.
5377         
5378 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
5379
5380         * class.c: locking fixes, code cleanups, some docs added.
5381         Allocate some data structures in the image mempool.
5382
5383 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
5384
5385         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
5386         the example code.
5387         
5388 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
5389
5390         * class-internals.h, class.c, reflection.c: reduce memory taken by
5391         MonoClass.
5392
5393 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
5394
5395         * metadata.c, metadata.h, loader.h: documentation updates, code and
5396         API cleanups.
5397
5398 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
5399
5400         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
5401         the example code.
5402
5403         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
5404         page faults caused by the runtime while reading metadata.
5405
5406 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5407
5408         * socket-io.c: the field names were changed 3 months ago and no one
5409         realized until bug #76077 got filed!
5410
5411 2005-09-20  Martin Baulig  <martin@ximian.com>
5412
5413         * icall.c (assembly_icalls): Removed some unused debugger icalls.
5414
5415 2005-09-20  Martin Baulig  <martin@ximian.com>
5416
5417         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
5418         write the rank into the class entry.
5419
5420 2005-09-20  Martin Baulig  <martin@ximian.com>
5421
5422         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
5423
5424 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
5425
5426         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5427
5428         * icall.c (custom_attrs_defined_internal): New icall.
5429
5430         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
5431         function.
5432         (mono_custom_attrs_construct_by_type): New helper function.
5433
5434 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
5435
5436         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
5437         terminate the resulting string. Fixes #76123.
5438
5439 2005-09-16  Martin Baulig  <martin@ximian.com>
5440
5441         * mono-debug.c
5442         (mono_debug_add_method): Ignore inflated methods for the moment.
5443
5444 2005-09-14  Martin Baulig  <martin@ximian.com>
5445
5446         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
5447
5448 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
5449
5450         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
5451         return a success/failure indication.
5452         (mono_metadata_interfaces_from_typedef_full): Ditto.
5453         (get_constraints): Ditto.
5454
5455 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
5456
5457         * marshal.c (emit_marshal_array): Fix handling of null arrays.
5458         
5459         * marshal.c (emit_marshal_array): Add support for returning string
5460         arrays from delegates. Fixes #76063.
5461
5462         * marshal.c: Use the emit_ldloc/stloc macros where possible.
5463
5464 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
5465
5466         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
5467         icall.
5468
5469 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
5470
5471         * reflection.c icall.c: Fix after mono_get_exception_type_load
5472         signature change.
5473
5474         * assembly.c (mono_assembly_get_assemblyref): New helper function.
5475         (mono_assembly_load_reference): Use the new helper.
5476
5477         * class-internals.h (MonoLoaderError): New structure containing 
5478         information about type loading errors.
5479
5480         * class-internals.h loader.c: Add APIs to store per-thread loader
5481         error information.
5482
5483         * loader.c class.c: Set the loader error if needed.
5484
5485         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
5486
5487 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
5488
5489         * decimal.c: fixed to handle the broken ARM fp format.
5490
5491 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
5492
5493         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
5494         broken.
5495
5496 2005-09-06  Martin Baulig  <martin@ximian.com>
5497
5498         * domain.c (supported_runtimes): Added v2.0.50727.
5499
5500 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
5501
5502         * culture-info.h: reduce the size of some structures.
5503
5504 2005-09-05  Martin Baulig  <martin@ximian.com>
5505
5506         Reflect latest API changes in the August CTP.
5507
5508         * icall.c
5509         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
5510         ("MonoType.HasGenericArguments"): Removed.
5511         ("MonoMethod.BindGenericParameters"): Renamed to
5512         "MakeGenericMethod".
5513         ("MethodBuilder.BindGenericParameters"): Renamed to
5514         "MakeGenericMethod".    
5515
5516 2005-09-05  Martin Baulig  <martin@ximian.com>
5517
5518         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
5519
5520 2005-09-05  Martin Baulig  <martin@ximian.com>
5521
5522         Applying a patch from Michal Moskal <malekith@nemerle.org>.
5523
5524         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
5525         generic_container is non-NULL.
5526
5527 2005-09-05  Martin Baulig  <martin@ximian.com>
5528
5529         Applying a patch from Michal Moskal <malekith@nemerle.org>.
5530
5531         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
5532
5533 2005-08-29  Michal Moskal  <malekith@nemerle.org>
5534
5535         * reflection.c (encode_locals,
5536         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
5537         for large generic types.
5538
5539 2005-09-05  Martin Baulig  <martin@ximian.com>
5540
5541         Applying a patch from Michal Moskal <malekith@nemerle.org>.
5542
5543         * class.c (mono_dup_array_type): New public method.
5544         (mono_metadata_signature_deep_dup): New public method.
5545         (dup_type): Correctly duplicate array and function types.
5546
5547 2005-09-05  Martin Baulig  <martin@ximian.com>
5548
5549         Applying a patch from Michal Moskal <malekith@nemerle.org>.
5550
5551         * reflection.c (get_default_param_value_blobs): Handle generic types
5552         and generic methods.
5553
5554 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
5555
5556         * class.c: Fixed error reporting (method/class were inversed) for 
5557         inheritance demands.
5558         * security-manager.c|h: Added the AppDomain when calling the managed
5559         System.Security.SecurityManager.InheritanceDemand method.
5560
5561 2005-09-01  Raja R Harinath  <rharinath@novell.com>
5562
5563         * reflection.c (encode_marshal_blob): 'marshaltype' and
5564         'marshaltyperef' are alternate sources for the custom marshaler
5565         name.
5566
5567 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
5568
5569         * class.c: fix creation of array classes with rank == 1
5570         (patch by Ankit Jain <jankit@novell.com>).
5571
5572 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
5573
5574         * object.c: fix check for creating the bound data for arrays vs
5575         szarrays.
5576
5577 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5578
5579         * object.c: configuration file name is now based on the executable name,
5580         not the image name. Fixes bug #75931.
5581
5582 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
5583
5584         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
5585         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
5586
5587 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
5588
5589         * rand.c: Use wincrypt.h instead of WinCrypt.h.
5590
5591 2005-08-24  Ankit Jain  <jankit@novell.com>
5592             Raja R Harinath  <rharinath@novell.com>
5593
5594         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
5595           called by it recursively.
5596           (mono_class_init): Remove special case in pending_init handling, since it's
5597           superseded by the fix to mono_class_from_typeref.
5598
5599 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
5600
5601         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
5602         BROKEN_THREAD_START stuff.
5603
5604 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
5605
5606         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
5607         trampoline.
5608
5609         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
5610         
5611         * object.c (mono_delegate_ctor): Replace the original function address with
5612         a delegate trampoline.
5613
5614 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
5615
5616         * icall.c: add boolean argument to base64_to_byte_array and 
5617         InternalFromBase64String to control whether a whitespace-only string
5618         is allowed (or should casue a FormatException to be thrown). We need
5619         this as the behavior has changed between MS.NET 1.x and 2.0, and we
5620         to match the MS behaviour in both profiles.
5621         * appdomain.c: Bump corlib version.
5622
5623 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5624
5625         This patch implements a big portion of publisher policy
5626         support, used to bind assembly versions and redirect
5627         one assembly from version A to version B.
5628
5629         * assembly.c:
5630         New GSList loaded_assembly_bindings, for storing the cached
5631         assembly bindings.
5632         (assembly_binding_maps_name): New static function for checking if a 
5633         assembly binding information maps an assembly name.
5634         (mono_assembly_binding_info_free): New function for freeing
5635         assembly binding information resources.
5636         (get_publisher_policy_info): New static function for retrieving 
5637         assembly binding information from a MonoImage.
5638         (compare_versions): New static function for comparing an assembly
5639         binding information data and the version of an assembly name.
5640         (check_policy_versions): New static function for checking if an
5641         assembly binding info mapping an assembly name is valid for it.
5642         (mono_assembly_load_publisher_policy): New static function for
5643         loading the 'policy.major.minor.MyAssembly' image for an assembly
5644         with an assembly name 'aname'.
5645         (mono_assembly_bind_version): New static function for updating
5646         assembly redirection.
5647         (mono_assembly_apply_binding): New static function for applying
5648         assembly binding.
5649         (search_binding_loaded): New static function for searching 
5650         loaded assembly binding infos in the cache domain.
5651         (mono_assembly_load_full): Don't apply assembly binding for
5652         reflection only assemblies.
5653
5654         * metadata-internals.h: Add MonoAssemblyBindingInfo,
5655         which contains information about assembly binding. Also
5656         declare signature for mono_config_parse_publisher_policy ()
5657         function, used to retrieve pub policy info.
5658         
5659         * mono-config.c:
5660         (publisher_policy_start): New static function used to parse publisher 
5661         policy config files.
5662         (publisher_policy_parser): New static MonoParseHandler containing 
5663         the functions used when parsing config files.
5664         (mono_config_parse_publisher_policy): New function for parsing
5665         publisher policy files.
5666         
5667 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
5668
5669         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
5670
5671         * marshal.c (mono_delegate_free_ftnptr): Ditto.
5672
5673         * object.c (mono_get_addr_from_ftnptr): New helper function.
5674
5675         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
5676
5677         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5678
5679 2005-08-19  Dick Porter  <dick@ximian.com>
5680
5681         * threads.c, threads.h, appdomain.c, appdomain.h,
5682         profiler-private.h, monitor.c, object.c, object-internals.h,
5683         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
5684         store the thread ID, so it can hold a 64 bit value if needed.
5685
5686 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
5687
5688         * reflection.c (mono_reflection_create_dynamic_method): Store the
5689         handle class into the method references as well so ldtoken works in
5690         dynamic methods.
5691
5692         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
5693         types.
5694
5695 2005-08-19  Ankit Jain <jankit@novell.com>
5696
5697         Fix #75847.
5698         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
5699           here rather than using the method signature of a arbitrary function
5700           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
5701           two arguments.
5702           Hack done with Harinath.
5703
5704 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5705
5706         * threadpool.c: disable printing stack traces when we get a exception
5707         in a threadpool thread. I need to do more testing to figure out which
5708         cases actually print this. Fixes bug #75828.
5709
5710 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5711
5712         * icall.c: there might be ignored whitespace after the last '='. This
5713         fixes length computation and bug #75840.
5714
5715 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
5716
5717         * assembly.c (mono_assembly_load_full): Consider .exe extension as
5718         well. Fixes #75809.
5719
5720         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
5721         #75784.
5722         
5723         * reflection.c (create_custom_attr_data): Ditto.
5724
5725 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
5726
5727         * locales.c, culture-info.h : removed RegionLCIDMap.
5728         * culture-info-tables.h : regenerated.
5729
5730 2005-08-16  Martin Baulig  <martin@ximian.com>
5731
5732         * class.c (mono_type_get_name_recurse): Small fix.
5733
5734 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
5735
5736         * locales.c : indentation fixie.
5737
5738 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
5739
5740         * object-internals.h,
5741           locales.h,
5742           locales.c,
5743           culture-info.h,
5744           icall.c : added RegionInfo table support.
5745         * culture-info-table.h : regenerated for region support.
5746
5747 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
5748
5749         * reflection.c (resolve_object): handle all kinds of MonoMethod
5750         including generic ones
5751
5752 2005-08-12  Ankit Jain <jankit@novell.com>
5753
5754         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
5755           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
5756
5757 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
5758
5759         * process.c: Don't close a thread handle when it's NULL. This is a
5760         workaround for bug #75733.
5761
5762 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
5763
5764         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
5765
5766 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
5767
5768         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
5769
5770 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5771
5772         * threadpool.c: if a work item in the thread pool has a callback that
5773         catches a exception, don't propagate it after invoking the callback.
5774         Fixes bug #75336.
5775
5776 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
5777
5778         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
5779
5780         * class-internals.h (MonoCachedClassInfo): Add some new fields.
5781
5782         * class.c (mono_class_init): Load field info lazily in the AOT case.    
5783
5784         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
5785
5786 2005-08-03  Ankit Jain  <jankit@novell.com>
5787
5788         Fix #75683.
5789         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
5790           PInvoke calling convention is 0.
5791
5792 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
5793
5794         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
5795         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
5796
5797 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
5798
5799         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
5800         to handle threads not started by the GC (patch by Michael Meeks
5801         <michael.meeks@novell.com>).
5802
5803 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
5804
5805         * reflection.c: Make buffer used in emitting types larger for some
5806         big generic types (patch by Michal Moskal).
5807
5808 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
5809
5810         * mono-debug.c: Fix some (not all) alignment problems.
5811
5812 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5813
5814         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
5815         Invoke mono_image_load_from_data_full passing the refonly
5816         parameter.
5817
5818         * assembly.c
5819         (mono_assembly_open_from_bundle): Add the refonly argument, 
5820         in order to pass it to other methods it calls to.
5821         (do_mono_assembly_open): Add the refonly argument, in order 
5822         to pass it to other methods it calls to.
5823         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
5824         the refonly parameter to it.
5825
5826         * image.c: Add loaded_images_refonly_hash and
5827         loaded_images_refonly_guid_hash to cache the reflection
5828         only loaded images.
5829         (mono_images_init): Initialize the hash tables used for
5830         caching the reflection only images.
5831         (load_modules): Invoke mono_image_open_full passing the refonly
5832         parameter to load the modules the correct way.
5833         (build_guid_table): Add the refonly argument, to re-build the 
5834         correct hash table.
5835         (do_mono_image_open): Added the refonly argument, in order to
5836         define it for the loaded image.
5837         (mono_image_loaded_full): New function, which receives an
5838         additional parameter to look for the image in the refonly or
5839         non-refonly section.
5840         (mono_image_loaded): Updated, using mono_image_loaded_full.
5841         (mono_image_loaded_by_guid_full): The same case that happens
5842         with mono_image_loaded_full.
5843         (mono_image_loaded_by_guid): Likewise.
5844         (register_image): Use the ref_only variable inside MonoImage
5845         to decide in which hash table store the current image.
5846         (mono_image_open_from_data_full): Rename
5847         mono_image_open_from_data to mono_image_open_from_data_full,
5848         adding the refonly argument, to define the ref_only variable 
5849         inside MonoImage.
5850         (mono_image_open_from_data): Return 
5851         mono_image_open_from_data_full.
5852         (mono_image_open_full): Rename mono_image_open to
5853         mono_image_open_full, receiving the new refonly argument,
5854         to pass it to inner methods.
5855         (mono_pe_file_open): Update this function, to open
5856         a MonoImage as a non-refonly image.
5857         (mono_image_close): Use the refonly variable inside
5858         MonoImage to remove the image from the correct caches.
5859
5860         * image.h: Add the signatures of mono_image_open_full,
5861         mono_image_open_from_data_full, mono_image_loaded_full,
5862         mono_image_loaded_by_guid_full.
5863
5864         * metadata-internals.h: Add the ref_only field to 
5865         MonoImage.
5866         
5867 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5868
5869         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
5870         Fix the last behavior, which used to load the assemblies and
5871         extract MonoReflectionAssemblyName information, instead of
5872         extract it from the metadata tables. Needed for Reflection
5873         Only assemblies.
5874         
5875 2005-07-29  Martin Baulig  <martin@ximian.com>
5876
5877         * mono-debug-debugger.c
5878         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
5879         not initialized.
5880
5881         * mono-debug.c
5882         (mono_debug_address_from_il_offset): Check whether we have
5883         debugging support before attempting to take the lock.
5884         (mono_debug_source_location_from_address): Likewise.
5885         (mono_debug_source_location_from_il_offset): Likewise.
5886         (mono_debug_il_offset_from_address): Likewise.
5887         (mono_debug_address_from_il_offset): Likewise.
5888
5889 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
5890
5891         * class.c (mono_class_from_name_case): Add support for dynamic images.
5892         Fixes #75650.
5893
5894         * object.c (mono_class_compute_gc_descriptor): Add a workaround
5895         for #75479.
5896
5897 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
5898         
5899         * reflection.c (mono_method_get_object): Fix warning.
5900
5901 2005-07-28  Martin Baulig  <martin@ximian.com>
5902
5903         * mono-debug.c
5904         (mono_debug_add_wrapper): Also write the wrapper type.
5905
5906 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
5907
5908         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
5909         
5910         * class.c (mono_class_init): Avoid reading nested classes if the AOT
5911         data indicates the class has none.
5912
5913 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
5914
5915         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
5916         loader lock with the debugger lock. Prevents deadlocks for beagle.
5917
5918         Beagle can now run on an smp box for a weekend without any
5919         issues. Woohoo!
5920
5921 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
5922
5923         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
5924         in a module. Fixes #75629.
5925
5926 2005-07-26  Martin Baulig  <martin@ximian.com>
5927
5928         * mono-debug.c (mono_debug_add_wrapper): New static method.
5929         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
5930         interncall or a wrapper.
5931
5932         * mono-debug.h (MonoDebugWrapperData): New public typedef.
5933         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
5934         (MONO_DEBUGGER_VERSION): Bump to 51.
5935
5936         * mono-debug-debugger.c
5937         (mono_debugger_add_type): Removed this empty function.
5938         (mono_debugger_add_method): Likewise.
5939
5940 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
5941
5942         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
5943         before accessing method->slot.
5944
5945 2005-07-21  Jb Evain  <jbevain@gmail.com>
5946
5947         * reflection.c (method_encode_clauses/class): Handle filters clauses.
5948         Fixes #75010.
5949
5950 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
5951
5952         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
5953         #75587.
5954
5955 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
5956
5957         * image.h image.c: Add mono_image_get_guid () API function.
5958
5959 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
5960
5961         There were issues when multiple threads tried to load
5962         assemblies. A deadlock was created between assemblies_mutex and
5963         mono_domain_assemblies_lock. This fixes the issue by making the
5964         assembly ref counting be lock free. See bug 75586.
5965         
5966         * image.c (mono_image_close): The add ref function here was using
5967         Interlocked operations while the unref was using a mutex and a
5968         --. I don't think this was ever a bug that would be exposed in a
5969         non-pendantic way (ie, by an embedder doing a ref on one thread
5970         and an unref on another), but for the sake of correctness, this is
5971         now Interlocked.
5972
5973         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
5974         (mono_assembly_load_reference): Call mono_assembly_addref rather
5975         than touching the refcount ourselves.
5976         (mono_assembly_close): Use InterlockedDecrement to unref the
5977         assembly. Don't acquire the lock unless it is actually needed.
5978
5979 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
5980
5981         * class.c (mono_class_layout_fields): Fix calculation of has_references
5982         for generic types.
5983
5984 2005-07-12  Martin Baulig  <martin@ximian.com>
5985
5986         Applying a patch from Michal Moskal <malekith@nemerle.org>.
5987
5988         * metadata.c
5989         (mono_type_hash): Provide better hashing for generic instances.
5990         (mono_generic_inst_hash): Improve hashing.
5991         (mono_generic_class_hash): Likewise.
5992
5993         * reflection.c (mymono_metadata_type_hash): Improve hashing for
5994         generic instances.
5995
5996 2005-07-12  Martin Baulig  <martin@ximian.com>
5997
5998         * reflection.c (mono_reflection_create_runtime_class): Remove the
5999         hack for generic type definitions and non-`Run' assemblies.
6000         (mono_reflection_bind_generic_parameters): Also use
6001         `klass->wastypebuilder' to check for TypeBuilders.
6002
6003 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
6004
6005         * class.c (mono_class_layout_fields): Fix calculation of has_references
6006         for generic types.
6007
6008         * class.c (inflate_generic_class): Fix a leak.
6009         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
6010         for generic types.
6011
6012 2005-07-11  Martin Baulig  <martin@ximian.com>
6013
6014         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
6015         on error.
6016
6017 2005-07-11  Martin Baulig  <martin@ximian.com>
6018
6019         * loader.c (find_method): Also lookup in
6020         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
6021
6022 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6023
6024         * appdomain.c (mono_domain_unload): Don't free the error message
6025         before passing it to mono_get_exception_...
6026
6027         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
6028         
6029 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
6030
6031         * threads.c: try to better guess an available RT signal (bug #75387).
6032
6033 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6034
6035         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
6036         and CACHE_OBJECT.
6037
6038 2005-07-07  Martin Baulig  <martin@ximian.com>
6039
6040         * class.c (mono_type_get_name_full): Return NULL for
6041         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
6042         fixes #75408.
6043
6044 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6045
6046         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
6047         exit the appdomain as well being aborted.
6048
6049         * threadpool.c: Create all threadpool threads inside the root appdomain, and
6050         change back to the root domain after calling managed code. This enables
6051         appdomains using threadpools to be unloaded.
6052
6053 2005-07-07  Martin Baulig  <martin@ximian.com>
6054
6055         * class-internals.h
6056         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
6057         into `MonoDynamicGenericClass' since we only need it for dynamic
6058         types.
6059
6060         * reflection.c (mono_class_bind_generic_parameters): We don't need
6061         to compute the `parent' here.
6062
6063 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
6064
6065         * culture-info-table.h : regenerated.
6066
6067 2005-07-06  Martin Baulig  <martin@ximian.com>
6068
6069         * icall.c
6070         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
6071
6072         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
6073
6074 2005-07-06  Martin Baulig  <martin@ximian.com>
6075
6076         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
6077         we're doing a signature-only comparision; fixes #74945.
6078
6079 2005-07-06  Martin Baulig  <martin@ximian.com>
6080
6081         * class-internals.h (MonoGenericClass): Moved some things out into
6082         a new `MonoInflatedGenericClass' type.  
6083         (MonoInflatedGenericClass): New type; the `klass' of a
6084         `MonoGenericClass' is now computed lazyly in
6085         mono_get_inflated_generic_class().      
6086
6087         * class.c (mono_get_inflated_generic_class): New public function.
6088         (mono_class_inflate_generic_method): Removed the unused
6089         `MonoClass *' argument.
6090         (setup_generic_vtable): Don't call mono_get_inflated_method() on
6091         all the methods.
6092         (mono_class_create_generic): Make this static and merge it with
6093         mono_class_create_generic_2(); we're now called automatically from
6094         mono_get_inflated_generic_class().
6095
6096         * loader.c (mono_method_signature): Call
6097         mono_get_inflated_method() here.
6098
6099 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
6100
6101         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
6102         type of fields with RVA.
6103
6104         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
6105         for this pseudo class.
6106         (my_mono_class_from_generic_parameter): Likewise.
6107         (mono_class_init): Allow interfaces to have cctors.
6108
6109 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6110
6111         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
6112         lazily for AOT methods.
6113
6114 2005-07-05  Martin Baulig  <martin@ximian.com>
6115
6116         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
6117         returns FALSE for a successful match, not TRUE.
6118
6119 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6120
6121         * loader.c (mono_method_get_index): Optimize this a bit.
6122
6123 2005-07-04  Martin Baulig  <martin@ximian.com>
6124
6125         * class.c
6126         (class_compute_field_layout): Move the check for generic type
6127         definitions into mono_class_layout_fields().  Fixes #74684.
6128         (mono_class_from_generic_parameter): Correctly compute
6129         `klass->parent'; fixes #75457.
6130
6131         * reflection.c (register_assembly, register_module): Make sure
6132         `domain->rejobject_hash' is already created.
6133
6134 2005-07-02  Martin Baulig  <martin@ximian.com>
6135
6136         * class-internals.h
6137         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
6138         `MonoDynamicGenericClass'.      
6139
6140 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
6141
6142         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
6143         returned by a field getter is null, since null is a valid value.
6144
6145 2005-07-01  Martin Baulig  <martin@ximian.com>
6146
6147         * reflection.c (mono_reflection_generic_class_initialize): Update
6148         the `dgclass->fields [i].parent' to the correct class.
6149         (mono_image_get_fieldref_token): Use the declaring type, not the
6150         reflected type.
6151
6152 2005-07-01  Martin Baulig  <martin@ximian.com>
6153
6154         * loader.c (find_method): Also look in the interfaces; fixes #75429.
6155
6156 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
6157
6158         * threads.c (thread_cleanup): assert that thread != NULL
6159         (wait_for_tids_or_state_change): We were using the wrong variable
6160         when accessing wait->threads. `i' was always out of the bounds of
6161         the array.
6162
6163 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6164
6165         * loader.c: map user32 and kernel32 to libMonoSupportW
6166
6167 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
6168
6169         * appdomain.c (unload_thread_main): Mark this as WINAPI.
6170
6171 2005-06-28  Martin Baulig  <martin@ximian.com>
6172
6173         * loader.c (method_from_methodspec): Fix #75334.
6174
6175 2005-06-28  Martin Baulig  <martin@ximian.com>
6176
6177         Fix #74953 - Arrays now implement the generic IList<T> interface
6178         on the 2.0 platform.
6179
6180         * class-internals.h (MonoDefaults): Added `generic_array_class'.
6181
6182         * reflection.c (mono_class_bind_generic_parameters): New public
6183         function; similar to mono_reflection_bind_generic_parameters(),
6184         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
6185
6186         * domain.c (mono_init_internal): Try to initialize.
6187         `mono_defaults.generic_array_class' here; this'll only succeed if
6188         we're using the 2.0 corlib.
6189
6190         * icall.c
6191         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
6192         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
6193         (mono_lookup_internal_call): Added support for nested classes.
6194
6195         * loader.c
6196         (mono_get_method_from_token): Set `result->signature->pinvoke' if
6197         we're an interncall and have generic arguments.
6198
6199         * class.c
6200         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
6201         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
6202         instance of System.Array.InternalArray<T> for arrays, so they
6203         implement the generic IList<T> interface.
6204
6205 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
6206
6207         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
6208         (chastamar@yahoo.com). Fixes #75374.    
6209
6210 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
6211
6212         * culture-info-table.h: regenerated.
6213
6214 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6215
6216         * icall.c: handle spaces correctly for base64 strings.
6217
6218 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
6219
6220         * *.c: Kill some warnings.
6221
6222 2005-06-23  Duncan Mak  <duncan@novell.com>
6223
6224         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
6225         that this builds on Solaris 10 (x86).
6226
6227 2005-06-23  Martin Baulig  <martin@ximian.com>
6228
6229         * class.c
6230         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
6231         generic type definitions.
6232
6233 2005-06-23  Martin Baulig  <martin@ximian.com>
6234
6235         Fix #75331.
6236
6237         * metadata.c (mono_class_get_overrides): Renamed to
6238         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
6239         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
6240         pass it to mono_get_method_full().
6241
6242 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
6243
6244         * reflection.c (mono_reflection_create_runtime_class): take the
6245         mono_domain_lock in this method. Prevents deadlocks
6246
6247 2005-06-22  Martin Baulig  <martin@ximian.com>
6248
6249         * loader.c (method_from_methodspec): Fix #75330.
6250
6251 2005-06-22  Martin Baulig  <martin@ximian.com>
6252
6253         * reflection.c (type_get_qualified_name): Use
6254         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
6255         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
6256         argument; use it if we don't have an assembly name.
6257
6258 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
6259
6260         * object.c: In mono_message_init, set "copy out" flag for in
6261         parameters with the [Out] flag.
6262
6263 2005-06-21  Martin Baulig  <martin@ximian.com>
6264
6265         * class.c
6266         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
6267         and MONO_TYPE_PTR.
6268
6269 2005-06-21  Martin Baulig  <martin@ximian.com>
6270
6271         * class.c (mono_class_init): Don't initialize `class->fields' for
6272         generic instances since they're initialized again in
6273         compute_field_layout(). 
6274         (compute_field_layout): Set the field's `generic_info' here; fix
6275         #75320. 
6276
6277 2005-06-21  Martin Baulig  <martin@ximian.com>
6278
6279         * class-internals.h
6280         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
6281
6282         * metadata.c (mono_metadata_generic_method_equal): Also
6283         distinguish the `generic_class'; fixes #75334.
6284
6285 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6286
6287         * domain.c:
6288         * appdomain.c:
6289         * domain-internals.h:
6290         * reflection.c: 'domain_assemblies' field is now protected by its own
6291         lock. Don't call into managed code to run the AssemblyLoad event if we
6292         now there are no registered delegates for it.
6293
6294 2005-06-20  Martin Baulig  <martin@ximian.com>
6295
6296         * class.c (mono_class_is_assignable_from): Use a custom version of
6297         mono_class_has_parent() to make things work for generic instances;
6298         fix #75300.
6299
6300 2005-06-20  Martin Baulig  <martin@ximian.com>
6301
6302         * loader.c (method_from_methodspec): Apply a patch from
6303         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
6304
6305 2005-06-20  Martin Baulig  <martin@ximian.com>
6306
6307         * class.c (mono_class_init): Reverted Zoltan's last change; it
6308         breaks generics.
6309
6310 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
6311
6312         * threads.c (wait_for_tids_or_state_change): Add missing locking.
6313
6314 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6315
6316         * socket-io.c: fix the index in the socket array for writable/error
6317         sockets. Fixes bug #75306.
6318
6319 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
6320
6321         * class.c (mono_class_init): Allow interfaces to have static ctors.
6322
6323 2005-06-17  Martin Baulig  <martin@ximian.com>
6324
6325         * loader.c (method_from_methodspec): Use `context->container' when
6326         parsing the `gmethod->inst'.
6327
6328 2005-06-17  Martin Baulig  <martin@ximian.com>
6329
6330         * class.c (mono_type_get_name_recurse): Don't add the assembly
6331         name for type arguments.
6332
6333 2005-06-15  Martin Baulig  <martin@ximian.com>
6334
6335         * reflection.c (mono_image_get_inflated_method_token): Encode
6336         correct klass; fixes #75260.
6337
6338 2005-06-13 Michal Moskal <malekith@nemerle.org>
6339
6340         * icall.c: Make GetCorrespondingMethod/Constructor take
6341         MonoReflectionMethod method not MonoMethod. Removed
6342         MonoType.GetCorrespondingField, and make
6343         MonoGenericType.GetCorrespondingField take name not
6344         MonoClassField.
6345
6346 2005-06-13  Michal Moskal <malekith@nemerle.org>
6347
6348         * reflection.c (field_encode_signature, encode_locals):
6349          Make sizes of buffers for types larger (for big generic types).
6350          (create_generic_typespec,
6351          mono_reflection_sighelper_get_signature_local,
6352          mono_reflection_sighelper_get_signature_field):
6353          Add asserts for too small buffers.
6354
6355 2005-06-15  Martin Baulig  <martin@ximian.com>
6356
6357         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
6358         if our parent is not a dynamic type.
6359
6360 2005-06-15  Martin Baulig  <martin@ximian.com>
6361
6362         * class-internals.h (MonoTypeNameFormat): New enum.
6363
6364         * class.c
6365         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
6366         (mono_type_get_full_name): Removed.
6367         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
6368         argument instead of the boolean's.
6369
6370         * icall.c (ves_icall_System_MonoType_getFullName):
6371         Added `gboolean assembly_qualified'.    
6372
6373         * reflection.h
6374         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
6375
6376         * reflection.c (mono_reflection_parse_type): Parse the new type
6377         name format.
6378
6379 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6380
6381         * icall.c: no need to convert from utf16 to utf8 and then back again
6382         after the call to GetLogicalDrives.
6383
6384 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6385
6386         * icall.c: frombase64. Fix problems exposed by new tests.
6387
6388 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6389
6390         * icall.c: added internal calls for converting char [] and strings in
6391         base64 into byte [].
6392
6393 2005-06-10  Martin Baulig  <martin@ximian.com>
6394
6395         * class.c (mono_class_create_generic_2): Read the nested classes
6396         from the metadata rather than from `gklass->nested_classes' since
6397         `gklass' might not be initialized yet.
6398
6399 2005-06-09  Duncan Mak  <duncan@novell.com>
6400
6401         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
6402         all public headers. Fixes #74919.
6403
6404 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
6405
6406         * domain.c: The key for proxy_vtable_hash is now a pointer
6407         array. Added new GHashFunc and GCompareFunc functions for this.
6408
6409         * class.h: The list of interfaces in MonoRemoteClass is known in
6410         advance and can't grow (we create a new MonoRemoteClass if needed),
6411         so now the interface array can be allocated together with
6412         MonoRemoteClass.
6413         
6414         * object.c: Added a new method create_remote_class_key.
6415         Fixed mono_remote_class so it does not depend on
6416         mono_upgrade_remote_class.
6417         Removed extend_interface_array.
6418         Added new method clone_remote_class(), which makes a copy of a remote
6419         class and adds a new interface or class to it.
6420         mono_upgrade_remote_class() now creates a new remote class (or gets
6421         it from the cache) if an vtable upgrade is needed. In this way
6422         we make sure that other objects sharing the same remote class
6423         don't get the new vtable with unwanted interfaces.
6424         
6425         * object-internals.h:
6426         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
6427         
6428         * marshal.c: Track changes in mono_upgrade_remote_class().
6429
6430 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
6431         * icall.c: Add runtime methods for obtaining members of inflated
6432         class, which were created from supplied non-inflated members. It
6433         is used in internal Get{Method,Constructor,Field} methods in
6434         System.Type
6435
6436 2005-06-09  Martin Baulig  <martin@ximian.com>
6437
6438         * reflection.c
6439         (mono_reflection_bind_generic_method_parameters): Fix #75169.
6440
6441 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6442         * reflection.c (mono_image_basic_init): Define
6443         Version in MonoDynamicAssembly. 
6444         
6445 2005-06-08  Martin Baulig  <martin@ximian.com>
6446
6447         Fix #75136.
6448
6449         * loader.c
6450         (mono_method_signature_full): New public method; takes a
6451         `MonoGenericContext *'.
6452         (find_method): Use mono_method_signature_full() and pass the
6453         klass'es context to it.
6454
6455         * class.c (mono_class_is_inflated_method): Use
6456         mono_method_signature_full() and pass the context to it.
6457
6458 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
6459
6460         * object.c: add proper locking in mono_remote_class_vtable(),
6461         fixes possible memory corruption.
6462
6463 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
6464
6465         * marshal.c (mono_remoting_marshal_init): set
6466         initialized after initialization.
6467
6468 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
6469
6470         * locales.c : hush.
6471
6472 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
6473
6474         * object.c (extend_interface_array): fix really silly
6475         memory corrupting / comparison bug.
6476
6477 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6478
6479         * reflection.c: Functions added to support the creation
6480         of CustomAttributeData, which includes Attribute data
6481         used by ReflectionOnly methods.
6482
6483         * reflection.h:  mono_reflection_get_custom_attrs_data and
6484          mono_custom_attrs_data_construct added (functions exposed).
6485
6486          * icall.c: Added mono_reflection_get_custom_attrs_data
6487          as icall.
6488         
6489 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
6490
6491         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
6492         lupus's request.
6493
6494 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
6495
6496         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
6497
6498         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
6499         dynamic DllImportAttribute.
6500
6501         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
6502         dynamic DllImportAttribute.
6503
6504         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
6505         Fixes #75162.
6506
6507 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6508
6509         * threads.c: avoid segfault when an unstarted thread is aborted.
6510
6511 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
6512
6513         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
6514         Returns the name and version of the runtime for reporting.
6515
6516 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6517
6518         * appdomain.c: bump corlib version.
6519         * object-internals.h: new field in MonoReflectionAssembly.
6520
6521 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6522
6523         * object-internals.h: Carlos forgot to add this field.
6524
6525 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6526
6527         * icall.c: Added create_version to create instances
6528         of Version of MonoReflectionAssemblyName. This change helps
6529         the AssemblyName tests to keep running fine.
6530         
6531 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
6532   
6533         * object.c (mono_method_return_message_restore): A somehow less
6534         intrusive fix for #75138.
6535
6536 2005-06-03  Raja R Harinath  <rharinath@novell.com>
6537
6538         * object.c (mono_method_return_message_restore): Fix computation
6539         of expected number of out args.
6540
6541 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
6542
6543         * reflection.c (mono_image_get_method_info): Fix the case when the
6544         charset is empty.
6545
6546 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
6547
6548         * object.c: Added missing null check in
6549           mono_method_return_message_restore.
6550
6551 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
6552
6553         * reflection.c (mono_image_get_method_info): Handle the case when
6554         dllentry is empty.
6555
6556 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
6557
6558         * object.c: When creating the vtable for a proxy, take into account
6559         all inherited interfaces, not only the ones registered in
6560         iclass->interfaces. This fixs bug #74996.
6561         Also, in mono_method_return_message_restore, verify that the array
6562         of out args has the expected lengh.
6563
6564 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6565
6566         * socket-io.c: update the timeout in Poll when the call is interrupte.
6567
6568 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6569
6570         * socket-io.c: support abort/suspend in Select_internal after last
6571         change.
6572
6573 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6574
6575         * threadpool.c: remove warning.
6576
6577 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6578
6579         * icall.c:
6580         * socket-io.[ch]: Select_internal uses poll() now when available, thus
6581         removing the 1024 limit from select(). Runtime part of the fix for
6582         bug #71203.
6583
6584 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6585
6586         * socket-io.c: when resolving the addresses for the same
6587         host returned by gethostname(), get the local IPs from the interface
6588         list. Loopback addresses are discarded if the are interfaces up with
6589         non-loopback ones. Fixes bug #63265.
6590
6591 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
6592
6593         * appdomain.c, verify.c, object-internals.h, reflection.c:
6594         bumped corlib number to 36, and added new extra_flags field
6595         to ReflectionMethodBuilder and friends.  Fixes #75060.
6596
6597 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
6598
6599         * gc.c: register a new weak link only if the object is non-null
6600         (fixes bug#75047).
6601
6602 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
6603
6604         * culture-info.h : short time pattern too.
6605
6606 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
6607
6608         * culture-info.h : expand long time pattern string length.
6609
6610 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
6611
6612         * culture-info-table.h : update (more French date format; #72788).
6613
6614 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
6615
6616         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
6617         the method is static. Fixes #75029.
6618
6619 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
6620
6621         * reflection.c: Update the table_idx field of method builders after
6622         saving the module, since it can change. This is a workaround for
6623         bug #74914. 
6624
6625 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
6626
6627         * culture-info-table.h : update (additional French date format).
6628
6629 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
6630
6631         * icall.c (ves_icall_type_Equals): Revert last change.
6632         
6633         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
6634
6635         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
6636
6637 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
6638
6639         * class-internals.h: Added executioncontext_class field to 
6640         MonoDefaults structure.
6641         * domain.c: Cache System.Threading.ExecutionContext class in 
6642         mono_defaults.
6643         * object.c: Capture the ExecutionContext for asynchroneous calls in
6644          mono_async_result_new.
6645         * object-internals.h: Added execution_context and original_context 
6646         fields to MonoAsyncResult. Added execution_context to MonoThread.
6647         * security-manager.c|.h: Added mono_get_context_capture_method to 
6648         return the capture method (if required by the security manager or by
6649         the framework version used).
6650         * threadpool.c: Apply capture (if present) ExecutionContext in 
6651         mono_async_invoke and revert to original context after it completes.
6652
6653 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
6654
6655         * culture-info-table.h : updated (real hacky solution for zh-CHT).
6656
6657 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
6658
6659         * culture-info-table.h : zh-CHT related workaround.
6660
6661 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
6662
6663         * marshal.c (emit_marshal_custom): Add some error checking and call the
6664         methods in the ICustomMarshaler interface. Fixes #74875.
6665         
6666         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
6667         native->managed wrappers.
6668
6669 2005-05-12  Martin Baulig  <martin@ximian.com>
6670
6671         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
6672         here and use the loader lock.
6673
6674         * mono-debug.c: Properly lock when the debugger is not attached.
6675         (mono_debug_init): Release the initial lock if we're not running
6676         in the debugger.
6677
6678 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
6679
6680         * marshal.c (emit_marshal_custom): Pass through NULL values without
6681         calling the custom marshalling routines.
6682
6683         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
6684         conversion in structures. Fixes #74882.
6685
6686 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
6687
6688         * culture-info-table.h : zh-* cultures were missing.
6689
6690 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
6691
6692         * threads.c: Added a new event background_change_event which is signaled
6693         when a thread changes its background mode.
6694         Moved here several checks previously done in managed code. The checks
6695         require the thread lock, and using the thread lock in managed code
6696         can result in deadlocks.
6697         Merged Start_internal and Thread_internal into a single method. Now 
6698         Thread_internal does all work of creating and starting a thread.
6699         Added icalls for setting and getting the state of the object. Moved from
6700         managed code to avoid locking there.
6701         Added wait_for_tids_or_state_change() which is called instad of
6702         wait_for_tids when waiting for non-backround threads to end. This method
6703         will return if one of the threads ends or the background_change_event
6704         is signaled.
6705         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
6706         the background mode. This method signals the background_change_event
6707         event.
6708         * icall.c:
6709         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
6710         removed Start_internal.
6711         
6712 2005-05-11  Martin Baulig  <martin@ximian.com>
6713
6714         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
6715         to order of some fields to get proper alignment on 64-bit machines.
6716
6717 2005-05-11  Martin Baulig  <martin@ximian.com>
6718
6719         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
6720         changes as they're broken and completely fuck up the debugger.
6721
6722         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
6723
6724 2005-05-10  Martin Baulig  <martin@ximian.com>
6725
6726         * reflection.c (mono_reflection_generic_class_initialize): Don't
6727         call mono_class_setup_parent() here.
6728
6729 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6730
6731         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
6732         send/receive timeout use an integer in milliseconds. We were using a
6733         struct timeval.
6734
6735 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6736
6737         * locales.c:
6738         (internal_get_cultures): reserve the first slot of the array for the
6739         InvariantCulture, which will be filled in managed code.
6740
6741 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
6742
6743         * reflection.c (mono_image_fill_module_table): Initialize the
6744         GENERATION field as well.
6745
6746 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6747
6748         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
6749         Monitor.Enter on the object.
6750
6751 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
6752
6753         * threads.c: Enable the wait for running threads when exiting.
6754         * icall.c: Suspend all threads before exiting.
6755
6756 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
6757
6758         * assembly.c (mono_assembly_load_reference): Fix warning.
6759
6760 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6761
6762         * threadpool.c: changed the default number of threads per cpu. From now
6763         on, the default will be 20 + (5 * number of cpus) instead of 50.
6764
6765 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
6766
6767         * loader.c (mono_method_get_signature_full): Add locking here.
6768
6769 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
6770
6771         * appdomain.c: Moved methods for parsing and freeing assembly
6772         names to assembly.c.
6773         * assembly.c, domain-internals.h: Created public methods for parsing
6774         assembly names. Fixed mono_assembly_load_with_partial_name:
6775         it now finds the best match, taking into account the version,
6776         token and culture specified in the partial name. Also return
6777         the latest version if no version information is specified.
6778
6779 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
6780
6781         * threadpool.c: replace check for SocketAsyncCall class.
6782
6783 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6784
6785         * threadpool-internals.h:
6786         * Makefile.am: added threadpool-internals.h
6787
6788         * threadpool.c: call mono_unhandled_exception on exceptions not handled
6789         that happen in threadpool threads (tested on MS).
6790         (mono_thread_pool_remove_socket): new function that dispatch any pending
6791         AIO call on a socket that is closing. By now only epoll really needs it,
6792         as select/poll wake up when the socket closes.
6793
6794
6795         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
6796
6797 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
6798
6799         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
6800
6801 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
6802
6803         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
6804
6805 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
6806
6807         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
6808         has an abort request, convert it into a suspend request.
6809
6810 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
6811
6812         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
6813         warning for the usage of `UnmanagedFunctionPointerAttribute' which
6814         is not supported yet.
6815
6816 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6817
6818         * image.c: register assemblies loaded from data (bundles) in the loaded
6819         assemblies hash. Fixes bug #74772.
6820
6821 2005-04-29  Martin Baulig  <martin@ximian.com>
6822
6823         * class.c (mono_type_get_name_recurse): Update to the new naming
6824         schema from the latest .NET 2.x beta2.
6825         (mono_class_setup_vtable_general): If we're a generic instance,
6826         copy the vtable from our generic type definition and inflate all
6827         the methods in it.
6828
6829         * loader.c (find_method): Update to the new naming schema from the
6830         latest .NET 2.x beta2.
6831
6832 2005-04-29  Raja R Harinath  <harinath@gmail.com>
6833
6834         * class.c (mono_class_init): Add a mono_loader_unlock to the
6835         #74734 fix.
6836
6837 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
6838
6839         * icall.c (ves_icall_System_Environment_Exit): Remove the 
6840         suspend_all_other_threads () call for the time being, since it can hang.
6841
6842         * threads.c (mono_thread_manage): Similarly, disable the waiting for
6843         the background threads to exit, since it can also hang.
6844
6845         * class.c (mono_class_init): Applied patch from Ankit Jain 
6846         (radical@gmail.com). Avoid pending init errors when a field refers
6847         to a nested class using a typeref. Fixes #74734.
6848
6849         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
6850         this for dynamic modules.
6851
6852 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6853
6854         * threads.c: don't wait for threads that are in the process of aborting
6855         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
6856         and waiting for background threads to finish. This makes xsp and
6857         mod-mono-server exit without random length delays and/or hangs.
6858
6859 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6860
6861         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
6862
6863 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
6864
6865         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
6866         dynamic types to prevent infinite loops. Fixes #74727.
6867
6868         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
6869         ..._is_assignable_to.
6870
6871 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
6872
6873         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
6874
6875 2005-04-25  Martin Baulig  <martin@ximian.com>
6876
6877         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
6878
6879         * domain.c
6880         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
6881
6882         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
6883
6884         * reflection.c (build_compressed_metadata): Set metadata header
6885         version to 2.0.
6886
6887 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
6888
6889         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
6890         number into an integral and a decimal part. Fixes #70473.
6891
6892         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
6893
6894 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
6895
6896         * culture-info-table.h : reflected the latest locale-builder output.
6897
6898 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6899
6900         * threadpool.c: check for SuspendRequested too when deciding if
6901         mono_thread_interruption_checkpoint should be called.
6902
6903 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6904
6905         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
6906         * threads.c: remove interruption_mutex and use Interlocked instead. When
6907         suspending all the threads, wait for all the suspended events at once.
6908         If we're shutting down and get an APC that is going to be queued,
6909         call mono_thread_execute_interruption immediately, as the thread might
6910         be sleeping on a pthread condition or mutex.
6911
6912         * icall.c: call mono_runtime_set_shutting_down before suspending the
6913         threads.
6914
6915         Fixes bug #74693. And now xsp is happier when exiting.
6916
6917 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
6918
6919         * loader.c (mono_stack_walk): Fix #74690.
6920
6921 2005-04-22  Martin Baulig  <martin@ximian.com>
6922
6923         * mono-debug.h (MonoDebugMethodJitInfo): Added
6924         `MonoDebugMethodJitInfo *jit'.
6925
6926         * mono-debug.c (mono_debug_read_method): Cache the
6927         MonoDebugMethodJitInfo in `address->jit'.
6928         (mono_debug_free_method_jit_info): New public method.
6929
6930 2005-04-22  Martin Baulig  <martin@ximian.com>
6931
6932         * class.c (mono_class_is_assignable_from): Disallow
6933         type parameter -> interface.
6934
6935 2005-04-21  Dick Porter  <dick@ximian.com>
6936
6937         * threads.c (mono_thread_create): Turn an assertion into an error.
6938
6939 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
6940
6941         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
6942         
6943         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
6944         Fix some gcc 4.0 warnings.
6945
6946 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
6947
6948         * file-io.c: fix alt dir separator char on unix systems
6949         and cleanup (fixes bug #71214).
6950
6951 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
6952
6953         * marshal.c: Use CALLVIRT instead of CALL when dispatching
6954         a call to a remote domain, since the method may be an
6955         interface method in the client domain. This fixes bug #74192.
6956
6957 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6958
6959         * threadpool.c: recv/send are now performed before going back to managed
6960         code to save one transition.
6961
6962 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6963
6964         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
6965
6966         * metadata/threadpool.c: removed hack to workaround the bug above.
6967
6968         Fixes bug #74618.
6969
6970 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
6971
6972         * reflection.c reflection.h: Fix handling of parameter defaults in
6973         dynamic methods. Also fixes handling of parameter attributes.
6974         Fixes #74609.
6975
6976         * mono-debug.c (mono_debug_close_image): Fix warning.
6977
6978 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6979
6980         * socket-io.h: replaced old unused field with new 'blocking'.
6981         * threadpool.c: restore socket blocking state on windows(tm).
6982
6983 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
6984
6985         * icall.c: don't return the codebase in the AssemblyName[] returned by
6986         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
6987         * object-internals.h: Removed FIXME (fields were presents) and fixed
6988         versioncompat declaration.
6989
6990 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6991
6992         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
6993         not closed, so don't cleanup when it happens.
6994
6995 2005-04-13  Chris Toshok  <toshok@ximian.com>
6996
6997         * mono-debug-debugger.h: change prototype for
6998         mono_debugger_lookup_type.
6999
7000         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
7001         this function, although it should probably be named
7002         mono_debugger_init_type.
7003
7004 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7005
7006         * threadpool.c: fix non-AIO case.
7007
7008 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
7009
7010         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
7011         the built-in profiler to measure just JIT compilation times.
7012
7013 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7014
7015         * threadpool.c: the epollfd might be closed by another thread at
7016         any time, so ignore EBADF at treat it as a "we're closing" sign.
7017
7018 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7019
7020         * threadpool.c: release the semaphores with a count equals to the number
7021         of working threads in both IO and regular pools. Fixed typo that messed
7022         up the count of IO pool threads. Don't initialize the pipe handles if
7023         we're using epoll.
7024
7025 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7026
7027         * threadpool.c: some systems don't like a NULL when deleting the socket
7028         from epoll.
7029
7030 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7031
7032         * threadpool.c: fix semaphore allocation.
7033
7034 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7035
7036         * threadpool.c: added epoll() based implementation for asynchronous IO
7037         that is used instead of the default poll() when available.
7038         It can be disabled by setting MONO_DISABLE_AIO.
7039
7040 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7041
7042         * threadpool.c: windows needs 'closesocket' and instead of returning
7043         0 when the stream is closed while in select, it returns -1. Fixes bug
7044         #74573.
7045
7046 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
7047
7048         * class.c (class_compute_field_layout): Fix the regression caused by
7049         the previous try.
7050
7051 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7052
7053         * threadpool.c: separate pool for socket async. IO.
7054         * threadpool.h: mono_max_worker_threads is not a global any more.
7055
7056 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
7057
7058         * class.c (class_compute_field_layout): Fix #74549.
7059
7060 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7061
7062         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
7063         use 2 connected sockets instead.
7064
7065 2005-04-08  Miguel de Icaza  <miguel@novell.com>
7066
7067         * mono-config.c: Add new entry point for mkbundle
7068         mono_config_parse_memory. 
7069
7070 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7071
7072         * threadpool.c: removed another unused function.
7073
7074 2005-04-08  Ankit Jain  <radical@corewars.org>
7075
7076         * reflection.c (get_default_param_value_blobs): Add 'types'
7077         parameter to get the types encoded in the constant table.
7078         (mono_param_get_objects): Use the type from the constant table,
7079         not the type of the parameter, when creating default values.
7080         Handle null default values correctly.
7081
7082 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7083
7084         * file-io.c:
7085         * file-io.h:
7086         * threadpool.c:
7087         * threadpool.h:
7088         * icall.c:
7089         * socket-io.c: removed dead code for async IO.
7090
7091 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7092
7093         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
7094
7095         * threadpool.c: intercept socket async. calls and pass them to a thread
7096         that is polling and dispatching the job items to the threadpool as
7097         socket become ready. Fixes bugs #71217, #71933.
7098
7099         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
7100         between char and short/ushort arrays.
7101
7102         * socket-io.c: remove dead code.
7103
7104 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7105
7106         * locales.c,
7107           icall.c : removed InternalToUpper_Comp() and
7108           InternalToLower_Comp().
7109
7110 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7111
7112         * char-conversions.h : The tables were incorrectly generated. Should
7113           be generated against invariant culture.
7114
7115 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
7116
7117         * object.c (mono_runtime_invoke_array): Fix return value when 
7118         passing pre-created valuetype objects to ctors.
7119
7120         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
7121         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
7122         Fixes #74338.
7123
7124 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
7125
7126         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
7127         only used with --security and hides the wrong corlib version error.
7128
7129 2005-03-30  Joshua Tauberer  <tauberer@for.net>
7130
7131         * class.c: Changed mono_class_name_from_token so that types
7132         outside of a namespace don't have an initial period.  Improved
7133         the g_warning message used in _mono_class_get when loading
7134         fails.
7135         * assembly.c: In mono_assembly_load_reference, when an assembly
7136         can't be found, "No such file or directory" is misleading and
7137         unhelpful because a few paths were checked for the presence of
7138         the assembly.  When that happens (ENOENT), display a nicer
7139         message indicating the directories that were searched.  In all
7140         cases, the warning is made easier to read for non-hackers.
7141
7142 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
7143
7144         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
7145         project/solution.
7146         * appdomain.h|domain.c: Removed inline from functions.
7147         * appdomain.c: Reduced warnings when compiling on windows.
7148         * icall.c: Fixed output_debug declaration to gunichar2*.
7149         * mono-config.c: Reduced warnings when compiling on windows.
7150         * rand.c: Added missing "windows.h". Added missing return value.
7151         * rawbuffer.c: Added missing winsock2.h for windows.
7152         * sysmath.h: Added mono-compiler.h header to allow/ease 
7153         compilation with non-GCC compilers.
7154         * threads.c: Fixed declarations to compile with VS.NET C compiler.
7155         Removed cast warnings.
7156
7157         Adapted from the work of J Lothian (for VC6).
7158
7159 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
7160
7161         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
7162         from default_path.
7163
7164 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
7165
7166         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
7167         the 2.0 profile.
7168
7169 2005-03-27  Raja R Harinath  <harinath@gmail.com>
7170
7171         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
7172         has to be in $(exec_prefix).  $(prefix) is for arch-independent
7173         stuff, and it would probably use $(prefix)/share rather than
7174         $(prefix)/lib.
7175
7176 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7177
7178         * console-io.c: added 2 includes that might be missing.
7179
7180 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
7181
7182         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
7183         profile.
7184
7185         * reflection.c (create_custom_attr): Allocate the params array using
7186         alloca so it gets GC tracking.
7187
7188 2005-03-23  Chris Toshok  <toshok@ximian.com>
7189
7190         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
7191         out some spew.
7192
7193 2005-03-24  Raja R Harinath  <rharinath@novell.com>
7194
7195         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
7196         changes to pick up any changes in prefix, etc.
7197
7198 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
7199
7200         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
7201         
7202         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
7203         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
7204
7205 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
7206
7207         * class-internals.h object-internals.h class.c reflection.c: Extend the
7208         mono_lookup_dynamic_token () function to return the class of the
7209         token as well. 
7210
7211         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
7212         well. Fixes #73848.
7213
7214 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
7215
7216         * security-manager.c: Skip inheritance checks for intra-corlib
7217         class inheritance and method overrides. This skips a lot of checks
7218         and (anyway) permissions cannot work until corlib is loaded.
7219
7220 2005-03-23  Martin Baulig  <martin@ximian.com>
7221
7222         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
7223         MONO_TYPE_GENERICINST.  
7224
7225 2005-03-23  Martin Baulig  <martin@ximian.com>
7226
7227         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
7228
7229 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
7230
7231         * class.c: added locking comments to some functions.
7232         Cache the interface offsets arrays (saves about 20 KB
7233         of runtime memory in a typical app).
7234         Reduce the time overhead in mono_class_setup_supertypes ().
7235
7236 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
7237
7238         * icall.c: speedup and fix leaks in GetMethodsByName and
7239         GetPropertiesByName.
7240
7241 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
7242
7243         * reflection.c: some locking fixes.
7244
7245 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
7246
7247         * metadata.c: added missing break in case statement.
7248
7249 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
7250
7251         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
7252         typedbyref return values. Fixes #73941.
7253
7254 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
7255
7256         * security-manager.c|h: Added demandunmanaged method and 
7257         suppressunmanagedcodesecurity class to MonoSecurityManager.
7258         Renamed aptc class to allowpartiallytrustedcallers.
7259
7260 2005-03-17  Martin Baulig  <martin@ximian.com>
7261
7262         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
7263
7264 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7265
7266         * file-io.c: disabled file async. IO using aio_*. It uses the
7267         threadpool now. Workaround for bug #73718.
7268
7269 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
7270
7271         * assembly.h, mono-config.c: added code to deal with bundled configs
7272         for bundled assemblies.
7273
7274 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
7275
7276         * *.c, private.h: cleanup, removing old private.h header file.
7277
7278 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
7279
7280         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
7281         and throw_on_unmappable_char attributes.
7282
7283 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
7284
7285         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
7286         _ProcessName_internal.
7287
7288 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
7289
7290         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
7291         #73631.
7292
7293         * icall.c threads.c threads-types.h: Remove slothash icalls as they
7294         are no longer used.
7295
7296 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
7297
7298         * object.c (compute_class_bitmap): Add support for generics. Fixes
7299         #73527.
7300
7301 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
7302
7303         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
7304
7305 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7306
7307         * filewatcher.c: commented out the code for windows watcher, as we don't
7308         use it (we use the managed implementation instead).
7309
7310 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
7311
7312         * object-internals.h (MonoThread): Remove 'unused1' field.
7313
7314         * appdomain.c: Bump corlib version.
7315
7316         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
7317
7318         * reflection.c (mono_reflection_create_runtime_class): Remove the
7319         AssemblyBuilder.Save optimization since it causes too many problems.
7320
7321 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
7322
7323         * exception.c|h: Added mono_get_exception_reflection_type_load to
7324         create a ReflectionTypeLoadException object.
7325         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
7326         to return NULL is a InheritanceDemand fails during reflection. Updated
7327         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
7328         ReflectionTypeLoadException if an InheritanceDemand fails during 
7329         reflection. Added icall mapping for GetLinkDemandSecurity.
7330         * security-manager.c|h: Added ves_icall_System_Security_
7331         SecurityManager_GetLinkDemandSecurity internal call to return the
7332         class and methods permissions set for a LinkDemand. Removed unused
7333         fields in MonoSecurityManager.
7334
7335 2005-03-10  Martin Baulig  <martin@ximian.com>
7336
7337         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
7338         it's a generic instance.
7339
7340 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
7341
7342         * reflection.c (mono_get_object_from_blob): Applied patch from
7343         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
7344
7345         * class.c (mono_class_is_assignable_from): Another try at fixing 
7346         #73469 without breaking anything.
7347
7348 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
7349
7350         * class.c: (mono_class_is_assignable_from): Revert the last changes
7351         since they don't work with generics.
7352         
7353         * class.c (mono_class_is_assignable_from): Fix build bustage.
7354
7355         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
7356         the managed IsAssignableFrom method. Fixes #73469.
7357
7358         * reflection.c (mono_reflection_call_is_assignable_from): New helper
7359         function.
7360
7361 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
7362
7363         * object.c (mono_load_remote_field_new): Fix returning uninitialized
7364         memory when the remoting callback does not sets the out arguments.
7365         Fixes #73007.
7366
7367         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
7368         by mistake.
7369
7370         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
7371
7372         * object-internals.h (MonoStackFrame): Sync with managed object layout.
7373
7374         * appdomain.c: Bump corlib version.
7375
7376 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
7377
7378         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
7379         function.
7380
7381         * threads.c (mono_thread_attach): Detect threads which are not started
7382         by the GC pthread wrappers.
7383
7384 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
7385
7386         * icall.c: Added new icall for RNG.
7387         * rand.c|h: Added new icall to open the RNG. This allows to share a 
7388         single handle on Linux to access /dev/urandom and fix #73183.
7389
7390 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
7391
7392         * object.c: setting the new vtable in a transparent proxy object must
7393         not change the GC descriptor.
7394
7395 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
7396
7397         * object.c: fixed compilation without GCJ support.
7398         * reflection.c: for runtime-created types ensure klass->has_references
7399         is correct (bug #73215).
7400
7401 2005-03-02  Martin Baulig  <martin@ximian.com>
7402
7403         * class.c (mono_class_is_assignable_from): Make this work if
7404         `oklass' is a generic instance; fixes #72831.
7405
7406 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
7407
7408         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
7409         with hasthis set.
7410         
7411         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
7412
7413         * marshal.c: Reorganize native->managed marshalling code to also use
7414         the emit_marshal_... functions.
7415
7416 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
7417
7418         * object.c: typed allocs have issues with bitmap sizes > 30,
7419         so check for max_set >= 30.
7420
7421 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
7422
7423         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
7424         managed code. Fixes #73012.
7425
7426         * metadata.h (MonoMarshalSpec): Add elem_mult field.
7427
7428         * metadata.c reflection.c: Load/Emit elem_mult as well.
7429         
7430         * metadata.h (MonoMarshalSpec): Add comment.
7431
7432         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
7433
7434         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
7435         num_elem to -1 if not given.
7436
7437         * object-internals.h (MonoReflectionMarshal): Add has_size field.
7438
7439         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
7440         given values.
7441
7442 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
7443
7444         * null-gc.c (mono_gc_free_fixed): Was not compilable.
7445
7446 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
7447
7448         * reflection.c (encode_marshal_blob): Encode param_num field as well.
7449
7450         * object-internals.h (MonoReflectionMarshal): Add param_num field.
7451
7452 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
7453
7454         * object.c: generalized the reference bitmap creation
7455         and added hooks for the new GC.
7456         * class-internals.c: removed the gc_bitmap field from MonoClass.
7457
7458 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
7459
7460         * domain.c: help the compiler to produce better code
7461         in mono_jit_info_table_find ().
7462
7463 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
7464
7465         * object.c: make all allocations look typed.
7466
7467 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
7468
7469         * socket-io.c: load Mono.Posix if it's not loaded already
7470         (fixes bug#73033).
7471
7472 2005-02-24  Martin Baulig  <martin@ximian.com>
7473
7474         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
7475         * reflection.c (dup_type): Likewise.
7476
7477 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
7478
7479         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
7480         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
7481
7482 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
7483
7484         * domain.c, threads.c, object-internals.h: make the critical thread
7485         local vars use the fast access mode (even when we're compiled in
7486         a lib). Provide accessors to be used by the jit during codegen.
7487
7488 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7489
7490         * appdomain.c: Changed hook functios behavior to include
7491         support for the reflection only assemblies. Some icalls were changed
7492         to support the mentioned assemblies too. Signatures of static methods
7493         try_assembly_resolve and real_load now have an additional parameter:
7494         refonly.
7495
7496         * assembly.c: General changes to mono_assembly_ methods to support
7497         reflection only api. Functions mono_assembly_open, mono_assembly_load,
7498         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
7499         suffix, to support an additional gbool parameter to specify whether
7500         the assembli is reflection only or not. Created some new hook functions 
7501         to add support for reflection only assemblies. Signatures of static 
7502         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
7503         have now an additional parameter: refonly.
7504
7505         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
7506         indicating whether the assembly is reflection only or not.
7507
7508         * exception.c: Add mono_get_exception_invalid_operation.
7509
7510         * icall.c: Throw an InvalidOperationException when trying to invoke
7511         a property/method/event, or trying to set/get the value of a field.
7512         Also add an icall to retrieve the ref_only flag to the
7513         MonoReflectionAssembly.
7514
7515 2005-02-23  Chris Toshok  <toshok@ximian.com>
7516
7517         Part of fix for #72827.
7518         * mono-debug.c (mono_debug_add_method): add lexical block data to
7519         the info we write.  Kind of a hack at the moment - we copy the
7520         lexical block info from the MonoDebugMethodInfo to the
7521         MonoDebugMethodJitInfo here, before writing it.
7522         (mono_debug_read_method): read the lexical block info.
7523
7524         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
7525
7526         * debug-mono-symfile.h: add lexical block support.
7527
7528         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
7529         support.
7530
7531 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
7532
7533         * loader.c (mono_lookup_pinvoke_call): Fix warning.
7534
7535         * object.c (mono_runtime_free_method): Call mono_free_method () and
7536         put the TODOs there.
7537
7538         * loader.c (mono_free_method): Free up most memory allocated for 
7539         dynamic methods.
7540
7541 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
7542
7543         * reflection.c: properly flag a Type argument to a
7544         named custom attr value (bug #72248).
7545
7546 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
7547
7548         * reflection.c: reduce code duplication in named custom
7549         attribute encoding.
7550
7551 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
7552
7553         * reflection.c: properly encode custom attrs of type object
7554         (bug #72649).
7555
7556 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
7557
7558         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
7559
7560 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
7561
7562         * socket-io.c: load System.dll if it's not loaded already
7563         (bug #72850 and #70477).
7564
7565 2005-02-21  Martin Baulig  <martin@ximian.com>
7566
7567         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
7568         generic instances.
7569
7570 2005-02-21  Martin Baulig  <martin@ximian.com>
7571
7572         * reflection.c (mono_image_build_metadata): We also need to
7573         "fixup" the MethodImpl table after we computed the final method
7574         indices.  Call fixup_methodimpl() to do that.
7575         (fixup_methodimpl): New private method.
7576
7577 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
7578
7579         * assembly.c: special case mscorlib.dll (bug#72536),
7580         patch from Carlos Alberto Cortez.
7581
7582 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
7583
7584         * threads-types.h threads.c: Fix build bustage.
7585
7586         * threads.c: Use a union for long<->double conversions.
7587
7588         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
7589         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
7590
7591         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
7592         containing the checkpoint call with NOT_TAKEN.
7593         
7594         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
7595         checkpoint before pushing the arguments, so they won't have to be
7596         spilled to stack.
7597
7598 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
7599
7600         * domain.c, assembly.c, domain-internals.h: make some data
7601         const and relocation-free.
7602
7603 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
7604
7605         * object.c, appdomain.c, class-internals.h: introduce the
7606         MonoClassRuntimeInfo structure to hold the info needed to
7607         use a class at runtime. Made mono_class_vtable() lock-free
7608         for all the appdomains.
7609
7610 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
7611
7612         * metadata-internals.h, image.c: introduce a per-image mempool to
7613         be used for memory that has the same lifetime as the image.
7614
7615 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
7616
7617         * domain.c: In mono_init_internal(), instead of selecting the first
7618         runtime version supported by an executable, get a list of all
7619         supported versions and select the one for which an mscorlib exists
7620         (since even if the runtime supports a given version, it doesn't mean
7621         that the framework for that version is installed).
7622         Modified get_runtimes_from_exe to support this behavior.
7623         In supported_runtimes, added information about additional system
7624         assembly versions.
7625         
7626         * assembly.c: Added support for more than one system assembly version
7627         per runtime version. Updated the assembly list.
7628         In mono_assembly_remap_version, removed the initial version check,
7629         since we don't know to which version we need to compare until we
7630         get the version set on which the assembly is based.
7631         Moved the code for loading corlib into the new method
7632         mono_assembly_load_corlib(), so it can be used by the initialization
7633         code.
7634         
7635         * domain-internals.h: Updated data structures and added declaration
7636         for mono_assembly_load_corlib.
7637
7638 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
7639
7640         * reflection.c (resolve_object): Fix the creation of the signature in 
7641         the SignatureHelper case.
7642
7643         * assembly.c (mono_assembly_remap_version): Fix binary search.
7644         
7645 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
7646  
7647         * class.c: Added inheritance check when a method is overloaded (from a
7648         virtual method or when implementing an interface) and when a class is
7649         inherited. Added functions to set a failure for a class and to 
7650         retreive the exception from a failure.
7651         * class-internals.h: Added fields to MonoClass to keep the exception
7652         information status for inheritance (or other exceptions) to be thrown
7653         later (i.e. not at load time).
7654         * object.c: Throw the inheritance SecurityException when a type is to 
7655         be created with either class or method inheritance violations.
7656         * reflection.c|h: Fix when getting declsec from a class. Removed 
7657         unrequired code for class. Improved sanity in parameter naming.
7658         * security-manager.c|h: Added functions to check for class and method
7659         inheritance.
7660
7661 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
7662
7663         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
7664         and has_finalize in dynamic types as well.
7665
7666 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
7667
7668         * culture-info-table.h : fixed currency format for en-GB (and so on).
7669
7670 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
7671
7672         * gc.c: ensure the GC handles never have 0 as a value.
7673
7674 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
7675
7676         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
7677         a pointer to a struct to unmanaged code. Fixes #72625.
7678
7679 2005-02-16  Martin Baulig  <martin@ximian.com>
7680
7681         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
7682
7683 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
7684
7685         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
7686
7687 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
7688
7689         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
7690
7691         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
7692         UnmanagedFunctionPointerAttribute, use it for determining calling convention
7693         etc. Fixes #71471.
7694
7695         * reflection.c (mono_custom_attrs_get_attr): New helper function.
7696
7697         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
7698
7699 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
7700
7701         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
7702         changes to make the current context a field in MonoThread.
7703
7704 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
7705
7706         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
7707         the last change.
7708         
7709         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
7710         extracted from mono_marshal_get_native_wrapper.
7711
7712         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
7713         to create wrappers around native functions.
7714
7715         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
7716         delegates for arbitrary function pointers. Fixes #71472.
7717
7718 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
7719
7720         * threads.c: cleaned up the code a little.
7721
7722 2005-02-15  Martin Baulig  <martin@ximian.com>
7723
7724         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
7725         the data table.
7726
7727         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
7728         allocate larger chunks if needed.
7729
7730 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
7731
7732         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
7733         in by mistake.
7734
7735 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
7736
7737         * domain.c: keep the domains in an array and ensure the domain ids
7738         are kept small, so they can be used as indexes to domain-specific data
7739         with a small memory overhead.
7740
7741 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
7742
7743         * icall.c: Handle byref types in Type icalls. Fixes #72544.
7744
7745 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
7746
7747         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
7748
7749 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
7750
7751         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
7752
7753         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
7754         values.
7755
7756         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
7757         
7758 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
7759
7760         * domain-internals.h: add the hashtable here.
7761
7762         * class-internals.h: Remove `info' from MonoMethod
7763
7764         * domain.c: Add a new hashtable, jit_trampoline_hash
7765
7766 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
7767
7768         * object.c: don't set the value of static fields
7769         (fixes bug#72494).
7770
7771 2005-02-11  Martin Baulig  <martin@ximian.com>
7772
7773         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
7774         (mono_debug_add_method): Silently ignore the method if it's too big.
7775         (mono_debug_add_type): Likewise.
7776
7777 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
7778
7779         * threads.c, appdomain.c: remove #ifdefs from the code.
7780
7781 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
7782
7783         * metadata-internals.h: Added flags to MonoAssembly to cache the most
7784         common security informations. This allows us to stay in unmanaged code
7785         when doing LinkDemand and it's special cases (except for the first 
7786         time for initialization). The flags a very much used with --security.
7787         * reflection.c|h: Added code to get declarative security attributes 
7788         for LinkDemand and InheritanceDemand. This required to refactor the
7789         existing code for Demand.
7790         * security-manager.c|h: Added new method fields for the special cases
7791         of LinkDemand.
7792
7793 2005-02-10  Martin Baulig  <martin@ximian.com>
7794
7795         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
7796         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
7797
7798 2005-02-10  Martin Baulig  <martin@ximian.com>
7799
7800         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
7801         debugging code; this is almost a complete rewrite.
7802
7803         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
7804
7805 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
7806
7807         * domain.c, object.h: expose mono_string_equal () and 
7808         mono_string_hash ().
7809         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
7810         it's implemented in managed code.
7811
7812 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
7813
7814         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
7815         lo leak objects between appdomains.
7816
7817 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
7818
7819         * assembly.c: old compilers compilation fix from 
7820         robertj@gmx.net (Robert Jordan).
7821
7822 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
7823
7824         * class-internals.h: Little reminder for the future.
7825
7826         * debug-helpers.c: Fix up wrapper_type_names
7827
7828 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
7829
7830         * image.c, metadata-internals.h: when loading an image from a file,
7831         mmap all of it and use the same codepaths as when using a
7832         in-memory image: the code is simpler and we use less memory
7833         (both writable and readonly).
7834
7835 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
7836
7837         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
7838         API to alloc runtime data structures that need to be tracked by the
7839         GC and contain pointers.
7840         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
7841         make the code more readable and eventually use a different GC.
7842
7843 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
7844
7845         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
7846         for out arguments.
7847         
7848 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
7849
7850         * object.c: In release_type_locks(), don't release the cctor lock
7851         if it has already been released. This fixes a crash in the
7852         thread5 test.
7853
7854 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
7855
7856         * gc.c, marshal.c, icall.c: register a delegate for finalization
7857         only when the native function pointer has been allocated for it.
7858
7859 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
7860
7861         * object.c: cleaned up some code, allocate objects that are
7862         pointer free with the atomic malloc variant. Allocate memory
7863         for static data from the mempool if it's pointer-free.
7864         Allocate the bounds array at the end of the array data, when needed.
7865         * object-internals.h, object.h: move a private function in a private
7866         header.
7867         * class.c: handle missing case in tracking references in fields.
7868
7869 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
7870
7871         * class.c, class-internals.h: keep track if a type has
7872         reference fields in either the instance or static fields.
7873
7874 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
7875
7876         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
7877         and renamed to MonoRuntimeInfo. Added fields to store the expected
7878         framework assembly version. Changed mono_get_framework_version and
7879         mono_get_runtime_version for a single mono_get_runtime_info method.
7880         
7881         * assembly.c: Added method to remap system assembly versions to the
7882         current executing runtime version. Removed old mapping code.
7883         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
7884         
7885         * icall.c, reflection.c: Track api changes.
7886
7887 2005-02-06  Miguel de Icaza  <miguel@novell.com>
7888
7889         * loader.c (method_from_memberref): Improve error reporting,
7890         produce the class name instead of the typeref/typedef index. 
7891
7892 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
7893
7894         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
7895
7896 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
7897
7898         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
7899         stdcall and charset name mangling.  Reorganize the code and add
7900         some tracing stuff.
7901
7902 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
7903
7904         * monodiet.c: More iters!
7905
7906         * marshal.c: Iter usage.
7907
7908         * icall.c: Iter usage.
7909
7910         * object.c: Use iters.
7911
7912         * debug-helpers.c: More iters
7913
7914 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
7915
7916         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
7917         under win32.
7918
7919 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
7920
7921         * mono-debug-debugger.c: use iters
7922
7923         * class.c, class-internals.h: mono_class_setup_events is static
7924         now
7925
7926         * All callers: use iters
7927
7928 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
7929
7930         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
7931         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
7932
7933 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
7934
7935         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
7936
7937         * marshal.h: Add prototypes for ldfld/stfld_remote.
7938
7939         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
7940         this is called during startup.
7941         
7942 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
7943
7944         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
7945         MonoThreadsSync struct private in monitor.c. Changed the way
7946         MonoThreadsSync is allocated so it's faster and there is no
7947         need to keep track of it with a finalizer and it uses less memory.
7948         This also finally allows us to allocate mono objects as ptrfree when
7949         there are no reference fields.
7950
7951 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
7952
7953         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
7954         disappearing link to the GC interface and use them to simplify
7955         the gchandles code.
7956
7957 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
7958
7959         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
7960         stfld_remote which call mono_load/store_field_new. This allows methods
7961         calling ldfld/stfld wrappers to be AOTed.
7962
7963         * console-io.c: Include sys/filio.h under solaris.
7964         
7965         * console-io.c: Include curses.h if needed correctly.
7966
7967 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
7968         
7969         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
7970         method->klass as well.
7971
7972         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
7973
7974         * class.c (mono_class_init): Switch on lazy initialization of 
7975         methods.
7976
7977         * class.c (mono_class_get_finalizer): Handle the case when the 
7978         finalizer is inherited.
7979
7980 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7981
7982         * console-io.c: <curses.h> is needed by term.h on solaris.
7983
7984 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
7985
7986         * icall.c, class-internals.h, monodiet.c, class.c: Remove
7987         mono_class_setup_properties where possible. Remove this ftn from
7988         the header file, and make it static.
7989
7990 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
7991
7992         * loader.c: Add missing setup_... call.
7993
7994         * class.c: Add missing setup_... calls.
7995
7996         * class.c (mono_class_init): Switch on lazy initialization of 
7997         the generic vtable.
7998         
7999         * class.c (mono_class_init): Fix generics broken by the recent changes.
8000
8001         * monodiet.c (handle_type): Add missing setup_... calls.
8002
8003         * class.c: Back out garbage in previous patch.
8004         
8005         * class.c: Add missing setup_... calls.
8006
8007         * class.c (mono_class_get_method_from_name_flags): Avoid calling
8008         mono_class_setup_methods () if possible.
8009
8010         * class-internals.h (MonoClass): Add 'has_cctor' flag.
8011
8012         * class-internals.h (MonoCachedClassInfo): New structure.
8013
8014         * class.c: Initialize properties and events fields of MonoClass lazily.
8015
8016         * class.c: Add infrastructure for lazily initializing the methods and
8017         vtable fields of MonoClass. Not yet used.
8018
8019         * class.c (mono_class_get_finalizer): New helper function.
8020
8021         * class.c: Add infrastructure for loading some class related data from
8022         an AOT file.
8023
8024         * object.c: Add infrastructure for initializing the vtable from data
8025         in the AOT file.
8026
8027         * gc.c (run_finalize): Use mono_class_get_finalizer ().
8028
8029         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
8030         appropriate initialization function before accessing parts of the
8031         MonoClass structure.
8032
8033         * marshal.c: Fix warnings.
8034         
8035         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
8036
8037         * mono-debug-debugger.c (get_exception_message): Use 
8038         mono_class_get_method_from_name_flags ().
8039
8040 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
8041
8042         * reflection.c, appdomain.c: Replace a few manual searches that
8043         Zoltan missed. (Paolo approved this part of my initial patch).
8044
8045 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
8046
8047         * profiler.c: disable recording statistical events at report time.
8048
8049 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8050
8051         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
8052         to byteswap arrays of enum values, too (bug #72080).
8053
8054 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
8055
8056         * appdomain.c (set_domain_search_path): Allow this to be called if
8057         domain->setup is not yet set.
8058
8059         * loader.c (mono_method_get_index): New helper function.
8060
8061         * loader.c reflection.c: Use mono_method_get_index ().
8062
8063         * class.c (mono_class_get_method_from_name_flags): New helper method.
8064
8065         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
8066         this.
8067
8068         * class.c (mono_class_get_cctor): New helper method.
8069
8070         * string-icalls.c object.c class.c marshal.c reflection.c: Use
8071         mono_class_get_method () to look up methods.
8072
8073 2005-02-01  Miguel de Icaza  <miguel@novell.com>
8074
8075         * console-io.c: Fix the build, this should work on Windows.
8076
8077 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
8078
8079         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
8080         be set to null to keep things valid
8081
8082 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8083
8084         * icall.c: added Console 2.0 icalls.
8085         * Makefile.am: added console-io.[ch]
8086         * console-io.[ch]: internal calls for Console 2.0 API.
8087
8088 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8089
8090         * class.c: make sure we consider all the interfaces
8091         when calculating max_interface_id (bug found by
8092         Jeroen Frijters running ikvm).
8093
8094 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
8095
8096         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
8097         valuetype fields to null.
8098
8099         * object.c (set_value): Ditto. Fixes #71669.    
8100
8101 2005-01-31  Martin Baulig  <martin@ximian.com>
8102
8103         * metadata.c (mono_metadata_has_generic_params): New public
8104         function; checks whether something is a generic method.
8105
8106 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
8107
8108         * appdomain.c: fix infinite recursion when adding assemblies.
8109
8110 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
8111
8112         * object.c: Fix small typo to return all items for Environment.
8113         GetCommandLineArgs.
8114
8115 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8116
8117         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
8118         reflection.c: more domain and assembly-unload related fixes
8119         and memory leaks plugs.
8120
8121 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
8122
8123         * 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.
8124
8125 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
8126
8127         * loader.c (mono_method_signature): Make this method lazy
8128         (mono_get_method_from_token): Don't computate the signature here.
8129
8130         Doing this saves quite a bit of memory. I got 90 kb on starting up
8131         monodoc. It should also save some disk reads on startup.
8132
8133         * *: MonoMethod->signature might be NULL now. You *MUST* use
8134         mono_method_signature.
8135
8136 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
8137
8138         * object.c (mono_runtime_get_main_args): Return an array from the
8139         current domain here. Fixes #71938.
8140
8141 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
8142
8143         * monitor.c: formatting changes to comply with the
8144         mono coding style and remove #ifdefs from the code.
8145
8146 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8147
8148         * metadata.c, private.h: remove some unneeded data
8149         and use a more compact representation for table schemas.
8150
8151 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
8152
8153         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
8154         to get a better distribution in hash tables.
8155         * *.c: use mono_aligned_addr_hash() where appropriate.
8156         * assembly.c: make var static.
8157
8158 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
8159
8160         * domain-internals.h: Put MonoJitInfo on a diet.
8161
8162         * domain.c: Fix a warning.
8163
8164 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8165
8166         * gc.c: rework the gc handles code to reuse handles
8167         when freed.
8168
8169 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8170
8171         * domain.c: fixed long standing bug in mono_string_equal() which
8172         was brought to light with the ldstr changes.
8173
8174 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
8175
8176         * reflection.c: Remove warning by adding missing include for marshal.h
8177
8178 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8179
8180         * domain.c, object.c: change the ldstr_table to hold
8181         MonoString* as keys: makes the runtime isinterned lookup
8182         faster and simplifies memory management.
8183
8184 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
8185  
8186         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
8187         possible to add imperative security checks before calling the icall.
8188         * reflection.c: Return security attributes on the original MonoMethod
8189         (and not the wrapped one). This fix permissions on icalls.
8190
8191 2005-01-25  Dick Porter  <dick@ximian.com>
8192
8193         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
8194         the check for mktime() support actually test the mktime() return
8195         value.  "Fixes" bug 71682, though the output is still different to
8196         MS.
8197
8198 2005-01-25  Martin Baulig  <martin@ximian.com>
8199
8200         * class.c (mono_class_is_assignable_from): Make this work for
8201         generic instances.
8202
8203 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
8204
8205         * marshal.c (mono_string_utf8_to_builder)
8206         (mono_string_builder_to_utf16): We might not have ownership of the
8207         string. In thise case, we need to create a new buffer.
8208
8209         * object-internals.h (mono_stringbuilder_capacity): sb->str might
8210         be null, in which case, use the default capacity.
8211
8212 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8213
8214         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
8215         GC events to the profiler.
8216
8217 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8218
8219         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
8220         if you don't want the GC to run.
8221
8222 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
8223
8224         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
8225         start providing a GC API and keeping different implementations in
8226         their own file.
8227         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
8228
8229 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
8230
8231         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
8232         mmap rather than allocating a huge buffer.
8233         (mono_debug_close_mono_symbol_file): Free the buffer allocated
8234         above.
8235
8236 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
8237
8238         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
8239         and CheckExecutionRights.
8240         * reflection.c|h: Keep the index of the declarative security to be 
8241         used, instead of the pointer, when AOT compiler is used. Also add 
8242         class initialization when requesting demands.
8243         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
8244         CheckExecutionRights. Both properties are now FALSE by default, and
8245         unmodifiable, unless the --security option is used.
8246
8247 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
8248
8249         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
8250         reflection.c: properly refcount images and assemblies, many leaks fixed.
8251
8252 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8253
8254         * threadpool.c: increase the timeout for threads in the thread pool to
8255         10s.  Fixes bug #67159.
8256
8257 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
8258
8259         * class-internals.h: Sun's compiler insists on explicit
8260         signed on bit fields to handle then correctly.
8261
8262 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
8263
8264         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
8265         Make the size of the array fit only the number of invalid path
8266         chars that we have.
8267
8268         * class.c (_mono_class_get): Improve the error reporting when a
8269         class referenced is not found, to assist debugging. 
8270
8271 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
8272
8273         * threads.c: fix off-by-one error.
8274         * domain.c: free data allocated in the domain.
8275
8276 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
8277
8278         * reflection.c (mono_method_body_get_object): Fill out exception info
8279         as well.
8280
8281         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
8282         structure.
8283         
8284 2005-01-19  Martin Baulig  <martin@ximian.com>
8285
8286         * loader.c (mono_get_method_constrained): Make this work again.
8287
8288 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
8289
8290         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
8291         guint16 to match the managed side.
8292
8293         * reflection.c (mono_reflection_body_get_object): Fill out local
8294         variables array.
8295
8296         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
8297         as well.
8298
8299         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
8300         'local_var_sig_token'.
8301
8302 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
8303
8304         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
8305         System.Drawing.
8306
8307         * reflection.c (mono_method_body_get_object): Handle abstract and
8308         runtime methods.
8309
8310 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
8311
8312         * marshal.c, loader.c, class-internals.h, reflection.c:
8313         store the emthod data for a wrapper in an array instead of a list.
8314
8315 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
8316
8317         * marshal.c: change the code to allocate memory more
8318         conservatively for method wrappers.
8319
8320 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
8321
8322         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
8323         fields from MonoClass to the marshal info structure where they belong.
8324
8325 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8326
8327         * class.c, object.c, class-internals.h, marshal.c: rearrange
8328         some fields and tweak some types to lower memory usage.
8329
8330 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
8331
8332         * threads.c (signal_thread_state_change): Handle the case when the
8333         target thread is the current thread.
8334
8335         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
8336
8337         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
8338         emit_ptr_to_object_conv. 
8339
8340         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
8341         marshalling. Fixes #71352.
8342
8343 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
8344
8345         * metadata.h, blob.h: move table enum to blob.h so it can be included
8346         in any header.
8347         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
8348         cut the size of MonoImage/MonoDynamicImage.
8349
8350 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
8351
8352         * profiler.c (mono_profiler_install_simple): Fix default arguments.
8353
8354 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
8355
8356         * reflection.c, reflection.h, icall.c: add a function to check
8357         if an attribute type is defined for a metadata object.
8358
8359 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
8360
8361         * object-internals.h: Added some needed fields from StringBuilder class.
8362         * marshal.c: Set the maxCapacity when creating a StringBuilder.
8363
8364 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
8365
8366         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
8367         threads before shutting down the runtime.
8368
8369         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
8370
8371 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8372
8373         * object-internal.h, threads.c: implement stacksize and 
8374         parameterized thread start functionality (requires
8375         matching corlib). Marked broken code for later removal.
8376
8377 2005-01-12  Martin Baulig  <martin@ximian.com>
8378
8379         * class-internals.h (MonoGenericClass): Moved the `initialized'
8380         flag to MonoDynamicGenericClass, removed `init_pending'.
8381         (MonoGenericInst): Added `is_reference' flag.
8382
8383 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
8384
8385         * reflection.c (mono_image_create_pefile): Only set the pe_offset
8386         inside the MSDOS header. Fixes #71201.
8387
8388         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
8389         gc thread.
8390         (mono_domain_finalize): Ditto.
8391
8392 2005-01-12  Martin Baulig  <martin@ximian.com>
8393
8394         * class.c (mono_get_shared_generic_class): Use the cache for
8395         non-dynamic generic classes.
8396
8397         * class-internals.h (mono_class_create_generic_2): Removed
8398         function prototype, this function is now static inside class.c.
8399
8400         * class.c (mono_class_create_generic_2): Made this static, only
8401         call it from mono_class_init() and mono_class_setup_parent().
8402         (collect_implemented_interfaces_aux): Call mono_class_init() on
8403         the interfaces we collect.
8404         (mono_class_setup_vtable): Call mono_class_init (class->parent).
8405
8406 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
8407
8408         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
8409         it a real thread handle.
8410
8411         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
8412         MonoJitExceptionInfo, since each catch clause needs its own variable.
8413         
8414 2005-01-11  Dick Porter  <dick@ximian.com>
8415
8416         * image.c (mono_pe_file_open): New variant on mono_image_open()
8417         that does not set up the CLI metadata; used for FileVersionInfo so
8418         it can get the data for windows binaries too.
8419         
8420         * process.c (process_read_string_block): Don't read off the end of
8421         the StringTable block.
8422
8423         These both fix bug 70766.
8424
8425 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
8426
8427         * gc.c: set some fields to NULL at GC cleanup time.
8428         * threads.c: if we quit the main thread, call exit ().
8429
8430 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
8431
8432         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
8433
8434 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
8435
8436         * threads.h, threads.c, object.c: added accessor and settor for
8437         main_thread. Handle it specially when exiting from it: wait
8438         for other foreground threads to exit.
8439
8440 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
8441
8442         * process.c, verify.c: remove some bloat.
8443
8444 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
8445
8446         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
8447         the calling convention to cdecl under win32.
8448
8449 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
8450
8451         * object.c (mono_object_get_size): New function to get the size of
8452         an object instance.
8453
8454         * profiler.c (simple_allocation): Use above.
8455
8456 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
8457
8458         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
8459         ves_icall_System_AppDomain_getRootDomain (as it's not required to
8460         get an appdomain by it's id and we can't assume the root's id is 0).
8461         * domain-internals.h: Change the function prototype to match.
8462         * icall.c: Change the icall table for AppDomain.
8463
8464 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
8465
8466         * locales.c (string_invariant_compare_char): Only compute
8467         GUnicodeTypes in the case where we need them.  Test for ordinality
8468         first and return if so.
8469
8470         From the commit:
8471
8472                 /*
8473                  * FIXME: here we must use the information from c1type and c2type
8474                  * to find out the proper collation, even on the InvariantCulture, the
8475                  * sorting is not done by computing the unicode values, but their
8476                  * actual sort order.
8477                  */
8478
8479 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
8480
8481         * loader.c: for P/Invoke methods, allow the "Internal" shared
8482         library name to refer to the calling process symbol namespace.
8483
8484 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
8485
8486         * Makefile.am: Add the security manager to the build.
8487         * security-manager.c|h: New. Initialization of the security manager.
8488
8489 2005-01-07  Dick Porter  <dick@ximian.com>
8490
8491         * threads.c: 
8492         * monitor.c: Update thread state during Monitor and WaitHandle
8493         waits.  Fixes bug 71031.
8494
8495 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
8496
8497         * reflection.c (property_encode_signature): Correctly handle when the
8498         property has no methods.
8499
8500 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
8501
8502         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
8503         
8504         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
8505         fields from mb, not rmb. Fixes #71017.
8506
8507         * marshal.c (emit_ptr_to_str_conv): Add support for 
8508         ByValTStr -> string conversion. Fixes #71015.
8509
8510         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
8511
8512         * mempool.c (mono_mempool_contains_addr): New helper function.
8513
8514 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
8515
8516         * metadata.c (mono_metadata_compute_size): Fix size calculation of
8517         HasSematics encoded fields.
8518         
8519         * metadata.c (mono_type_to_unmanaged): Improve error message for 
8520         invalid string marshalling.
8521
8522         * metadata.c: Fix warnings.
8523         
8524 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
8525
8526         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
8527         profiler support.
8528
8529 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
8530
8531         * domain.c object.c domain-internals.h: Revert part of r38077 since the
8532         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
8533         tests.
8534
8535 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
8536
8537         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
8538         so methods containing these can be AOTed.
8539
8540 2005-01-03  Martin Baulig  <martin@ximian.com>
8541
8542         * loader.c (find_method): Removed the hack for generic instances.
8543         (method_from_memberref): If our parent is a generic instance, pass
8544         its generic type definition to find_method() and then inflate the
8545         method.
8546         (mono_get_method_constrained): Pass the generic type definition to
8547         find_method() and inflate the method later.
8548
8549         * class-internals.h (MonoStats): Added `generic_class_count'.
8550
8551         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
8552         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
8553
8554         * reflection.c (mono_custom_attrs_from_params): Don't ignore
8555         generic type definitions.
8556
8557 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
8558
8559         * loader.c icall.c: Fix warnings.
8560
8561 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
8562
8563         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
8564         blittable types. Fixes #70864.
8565
8566 2004-12-29  Martin Baulig  <martin@ximian.com>
8567
8568         * icall.c
8569         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
8570
8571         * reflection.c (mono_method_get_object): Create a
8572         "System.Reflection.MonoGenericMethod" for inflated methods; don't
8573         call mono_get_inflated_method().
8574
8575         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
8576
8577 2004-12-27  Martin Baulig  <martin@ximian.com>
8578
8579         * class-internals.h (MonoMethod): Added `is_inflated' flag.
8580         (MonoMethodInflated): Added `inflated' field.
8581
8582         * class.c (mono_class_inflate_generic_method): Don't really
8583         inflate the method here; just set the `is_inflated' flag in the
8584         MonoMethod.
8585         (mono_class_get_inflated_method): Actually inflate the method here
8586         if it's not already inflated; we use the MonoMethodInflated's new
8587         `inflated' field as a cache.
8588
8589 2004-12-26  Martin Baulig  <martin@ximian.com>
8590
8591         * class.c
8592         (inflate_generic_class): Moved some code out of inflate_generic_type().
8593         (mono_class_inflate_generic_method): If we're already inflated,
8594         inflate the context and use the declaring method; ie. make sure
8595         the declaring method of an inflated method is always the generic
8596         method definition.
8597         (mono_class_create_from_typedef): Create
8598         `class->generic_container->context->gclass'.
8599
8600 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
8601
8602         * metadata-internals.h, marshal.c, reflection.c: More
8603         MonoGHashTable->GHashTable.
8604
8605         * domain-internals.h, class.c: Change MonoGHashTable's into
8606         GHashTables for some cases where no gc stuff is used
8607
8608         All users: update apis
8609
8610 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
8611
8612         * metadata.c (builtin_types): Make this `const'. Makes this get
8613         put into the shareable section.
8614         (mono_metadata_init): Casts to make gcc happy.
8615
8616 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
8617
8618         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
8619
8620 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
8621
8622         * icall.c: Added an internal call to retrieve the position and length
8623         of assembly-level declarative security attributes (RequestMinimum, 
8624         RequestOptional and RequestRefuse). This is used by the Assembly class
8625         to re-create the corresponding permission sets.
8626
8627 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
8628
8629         * marshal.c: fix the stelemref wrapper to be type correct
8630         (and faster).
8631
8632 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
8633
8634         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
8635         to do key & 0x7fffffff. Hashtable already does this. It just
8636         results in longer code.
8637
8638 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
8639
8640         * appdomain.c: Bump corlib version.
8641         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
8642         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
8643         * reflection.c|h: Add functions to get declarative security infos
8644         (blob position and length) for assemblies, classes and methods.
8645
8646 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
8647
8648         * reflection.c: sort the constant table (bug #70693).
8649
8650 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
8651
8652         * object-internals.h, threads.c, domain.c: add accessors for
8653         the MonoThread and MonoDomain tls keys.
8654
8655 2004-12-18  Martin Baulig  <martin@ximian.com>
8656
8657         * class.c (inflate_generic_type): If we're inflating a generic
8658         instance, set `ngclass->context->container = context->container';
8659         ie. the container we inflated into.
8660
8661         * metadata.c (mono_metadata_parse_generic_param): Reflect above
8662         inflate_generic_type() changes.
8663
8664 2004-12-17  Martin Baulig  <martin@ximian.com>
8665
8666         * class-internals.h
8667         (MonoGenericClass): Replaced `MonoType *generic_type' with
8668         `MonoClass *generic_class'.  Removed `dynamic_info'; if
8669         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
8670         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
8671
8672 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
8673
8674         * exception.c (mono_exception_from_token): New helper function.
8675
8676 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
8677
8678         * assembly.c (mono_assembly_load_with_partial_name): Call 
8679         mono_assembly_loaded before invoking the preload hooks. Fixes
8680         #70564.
8681
8682         * object-internals.h (MonoThread): Change culture_info and 
8683         ui_culture_info into an array.
8684
8685         * threads.c: Cache culture info objects from more than one appdomain.
8686
8687         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
8688         current UI culture.
8689
8690 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
8691
8692         * threads.h threads.c appdomain.c: Clear the culture_info field of
8693         all threads during unloading if they point to an object in the dying
8694         appdomain.
8695
8696 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
8697
8698         * culture-info.h (TextInfoEntry): New struct
8699         * object-internals.h: sync with managed
8700         * locales.c: fill the `text_info_data' field
8701         * culture-info-tables.h: update
8702
8703 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
8704
8705         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
8706         collector.
8707
8708 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
8709
8710         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
8711         (ves_icall_ModuleBuilder_getMethodToken): Ditto
8712
8713 2004-12-12  Martin Baulig  <martin@ximian.com>
8714
8715         * mono-debug-debugger.c (write_type): If we're an enum and the
8716         builtin types have already been initialized, call mono_class_init().
8717
8718 2004-12-11  Martin Baulig  <martin@ximian.com>
8719
8720         * metadata.c (mono_metadata_load_generic_params): Added
8721         `MonoGenericContainer *parent_container' argument; automatically
8722         compute `container->is_method'; pass the correct owner to
8723         get_constraints().      
8724
8725         * reflection.c (compare_genericparam): Sort the GenericParam table
8726         according to increasing owners. 
8727
8728 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
8729
8730         * profiler.c: allow disabling the default profiler.
8731
8732 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
8733
8734         * decimal.c, icall.c: allow disabling System.Decimal support.
8735
8736 2004-12-09  Marek Safar <marek.safar@seznam.cz>
8737
8738         * reflection.c: Add support for null attribute arguments.
8739
8740 2004-12-09  Martin Baulig  <martin@ximian.com>
8741
8742         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
8743         names to get rid of compiler warnings.
8744
8745 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
8746
8747         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
8748         mono_marshal_load_type_info (). Fixes #69625.
8749         (mono_marshal_get_ptr_to_struct): Likewise.
8750
8751 2004-12-08  Martin Baulig  <martin@ximian.com>
8752
8753         * mono-debug.h: Bumped version number to 47.
8754
8755         * mono-debug-debugger.c
8756         (mono_debugger_event_handler, mono_debugger_event): Take two
8757         guint64 arguments insteed of a gpointer and a guint32.  
8758
8759 2004-12-08  Martin Baulig  <martin@ximian.com>
8760
8761         * debug-mono-symfile.h
8762         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
8763         `address' to `native_offset'.
8764
8765 2004-12-08  Martin Baulig  <martin@ximian.com>
8766
8767         * class.c (mono_class_create_from_typespec): Only inflate if we
8768         either have `context->gclass' or `context->gmethod'.
8769
8770 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
8771
8772         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
8773
8774         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
8775
8776         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
8777
8778         * reflection.c (mono_assembly_get_object): Remove the workaround put
8779         in for the release.
8780         
8781         * appdomain.c: Use the corlib_internal field from MonoAssembly.
8782
8783         * appdomain.c: Bump corlib version.
8784
8785         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
8786         be visible in other appdomains.
8787
8788 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
8789
8790         * threads.c: Interlocked inc and dec for longs were messed up,
8791         use a KISS based impl for this. Fixes 70234
8792
8793 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
8794
8795         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
8796
8797 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
8798
8799         * icall.c: fix to follow policy not to allow struct
8800         arguments in icalls.
8801
8802 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8803
8804         * process.c: make the patch that handles spaces in file paths work
8805         on mono/windows too.
8806
8807 2004-12-06  Martin Baulig  <martin@ximian.com>
8808
8809         * class.c (mono_class_create_generic): Call
8810         mono_class_setup_supertypes() if we're dynamic.
8811         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
8812
8813 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
8814
8815         * object-internals.h: Add new fields to MonoThread.
8816
8817         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8818
8819         * icall.c threads-types.h threads.c: Add new icalls.
8820
8821         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
8822
8823         * object-internals.h (MonoReflectionAssembly): Sync object layout with
8824         managed side.
8825
8826         * appdomain.c: Bump corlib version.
8827
8828         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
8829         internal assemblies. Fixes #69181.
8830
8831 2004-12-05  Martin Baulig  <martin@ximian.com>
8832
8833         * class.c (mono_class_inflate_generic_signature): Make this a
8834         no-op if `context' is NULL or we don't have any type parameters;
8835         also copy `sentinelpos'.        
8836
8837 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
8838
8839         * image.c: Add unbox_wrapper_cache.
8840
8841         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
8842
8843         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
8844         function generator.
8845         
8846         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
8847         Fixes #70173.
8848
8849         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
8850         
8851 2004-12-04  Martin Baulig  <martin@ximian.com>
8852
8853         * loader.c (mono_method_get_signature_full): New public function;
8854         like mono_method_get_signature(), but with an additional
8855         `MonoGenericContext *' argument.
8856
8857         * class.c (mono_class_inflate_generic_signature): Formerly known
8858         as inflate_generic_signature(); make this public.
8859
8860 2004-12-04  Martin Baulig  <martin@ximian.com>
8861
8862         * metadata.c
8863         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
8864         instead of a `MonoGenericContainer *'.  
8865         (mono_metadata_parse_array_full): Likewise.
8866         (mono_metadata_parse_signature_full): Likewise.
8867         (mono_metadata_parse_method_signature_full): Likewise.
8868         (mono_metadata_parse_generic_inst): Likewise.
8869         (mono_metadata_parse_generic_param): Likewise.
8870         (mono_metadata_parse_mh_full): Likewise.
8871         (mono_type_create_from_typespec_full): Likewise.
8872
8873 2004-12-03  Martin Baulig  <martin@ximian.com>
8874
8875         * class-internals.h (MonoGenericContainer): Replaced the
8876         `MonoGenericContext * pointer with a `MonoGenericContext'
8877         structure and made it the first element.
8878
8879 2004-12-03  Martin Baulig  <martin@ximian.com>
8880
8881         * class.c
8882         (inflate_generic_type): Set the `context->container' when creating
8883         a new MonoGenericContext.
8884         (mono_class_inflate_generic_method): Likewise.
8885         (mono_class_create_from_typespec): Just use `context->container'
8886         to get the container.
8887
8888         * loader.c (method_from_methodspec): Set `context->parent' from
8889         `context->container' - and if that's a method container, use its
8890         parent.  Also set the `context->container' when creating a new
8891         MonoGenericContext.
8892         (mono_get_method_from_token): Use just `context->container' to get
8893         the container.
8894
8895         * metadata.c (do_mono_metadata_parse_generic_class): Also set
8896         `gclass->context->container'.
8897
8898         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
8899         the `context->container' when creating a new MonoGenericContext.
8900
8901 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
8902
8903         * reflection.c (compare_genericparam): Sort params with identical
8904         owner by their number. Fixes gen-111 on sparc.
8905
8906 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
8907
8908         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
8909         around the domain changes.
8910
8911         * appdomain.c (mono_domain_unload): Handle the case when the thread
8912         calling Unload is itself being aborted during unloading. Fixes #70022.
8913
8914         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
8915
8916         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
8917         checkpoint_func as an icall so it gets a wrapper.
8918         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
8919         in the cross-appdomain wrappers too.
8920
8921         * threads.c (mono_thread_has_appdomain_ref): Make this public.
8922
8923         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
8924
8925         * reflection.c: Fix some memory leaks.
8926         
8927 2004-12-02  Martin Baulig  <martin@ximian.com>
8928
8929         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
8930
8931         * metadata.c (generic_class_cache): New static hashtable.
8932         (mono_metadata_lookup_generic_class): New public method.
8933
8934 2004-12-02  Martin Baulig  <martin@ximian.com>
8935
8936         * class.c (mono_class_create_from_typedef): Call
8937         mono_class_setup_parent() and mono_class_create_mono_type() before
8938         parsing the interfaces.
8939
8940 2004-12-02  Martin Baulig  <martin@ximian.com>
8941
8942         * metadata.c (generic_inst_cache): New static hashtable.
8943         (mono_metadata_lookup_generic_inst): New public function.
8944         (mono_metadata_inflate_generic_inst): New public function.
8945         (mono_metadata_parse_generic_inst): New public function.
8946         (do_mono_metadata_parse_generic_class): Use the new
8947         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
8948         since this'll also use the cache.
8949
8950         * reflection.c (mono_reflection_bind_generic_method_parameters):
8951         Use mono_metadata_lookup_generic_inst() to use the new cache.
8952
8953         * class.c (inflate_mono_type): Use
8954         mono_metadata_inflate_generic_inst() to inflate a generic
8955         instance; this'll also use the new cache.
8956
8957         * loader.c (method_from_methodspec): Use
8958         mono_metadata_parse_generic_inst() and
8959         mono_metadata_inflate_generic_inst() rather than parsing it
8960         manually, so we can use the new cache.
8961
8962 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
8963
8964         * threads.c (wait_for_tids): Do not incorrectly free threads when 
8965         the wait times out.
8966
8967 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
8968
8969         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
8970         iter->args based on whether parameters are passed in registers (i.e.
8971         MONO_ARCH_REGPARMS is defined)
8972
8973 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
8974
8975         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
8976         the exception message. Fixes #70070.
8977         (method_from_methodspec): Fix warnings.
8978
8979 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8980
8981         * process.c: (complete_path) return the path quoted
8982
8983 2004-12-01  Martin Baulig  <martin@ximian.com>
8984
8985         * class-internals.h (MonoGenericInst): New structure.
8986         (MonoGenericClass): Replaced `type_argc', `type_argv' and
8987         `is_open' with `MonoGenericInst *inst'.
8988         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
8989         `is_open' with `MonoGenericInst *inst'.
8990
8991 2004-11-30  Martin Baulig  <martin@ximian.com>
8992
8993         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
8994
8995         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
8996         to `generic_class_cache'.
8997
8998         * metadata.c
8999         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
9000         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
9001         (mono_generic_inst_is_valuetype): Renamed to
9002         mono_generic_class_is_valuetype().
9003
9004         * class-internals.h
9005         (MonoGenericInst): Renamed to MonoGenericClass.
9006         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
9007         (MonoClass): Renamed `generic_inst' to `generic_class'.
9008         (MonoGenericContext): Renamed `ginst' to `gclass'.
9009
9010         * object-internals.h
9011         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
9012
9013         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
9014         mono_reflection_generic_class_initialize().
9015
9016         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
9017         now known as "System.Reflection.MonoGenericClass".
9018         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
9019
9020 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
9021
9022         * class-internals.h: Added a flag field to MonoClass to cache the
9023         declarative security attributes actions associated with the class.
9024         * domain-internals.h: Added booleans to MonoJitInfo to cache the
9025         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
9026         applicable to the JITted method.
9027         * reflection.c|h: Added functions to extract (as flags) which security
9028         actions are available (declaratively) for a method, class or assembly.
9029         * metadata.c|h: Added functions to search the declarative security
9030         table in the metadata.
9031         
9032 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
9033
9034         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
9035         EXPORTEDTYPES are already in the class name cache, so there is no
9036         need to add extra code here to look at them. Just removes a bit of
9037         cruft.
9038
9039         (ves_icall_System_Environment_get_TickCount): No need for #if
9040         WINDOWS. We already have the code in io-layer.
9041
9042 2004-11-28  Martin Baulig  <martin@ximian.com>
9043
9044         * loader.c
9045         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
9046         Fixes gen-112.cs.
9047
9048 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
9049
9050         * assembly.c (do_mono_assembly_open): Instead of having a
9051         conditional WITH_BUNDLE, incorporate support for bundles here, by
9052         having a global `bundles' variable holding a pointer to the actual
9053         bundles. 
9054
9055         (mono_register_bundled_assemblies): New API call used by the
9056         bundle code. 
9057
9058         See mkbundle.1 for details.
9059         
9060 2004-11-27  Martin Baulig  <martin@ximian.com>
9061
9062         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
9063         the vtable for generic methods.
9064
9065 2004-11-26  Martin Baulig  <martin@ximian.com>
9066
9067         * metadata.c
9068         (mono_metadata_generic_method_hash): New public function.
9069         (mono_metadata_generic_method_equal): Likewise.
9070
9071         * class-internals.h
9072         (MonoGenericContainer): Added `GHashTable *method_hash'.
9073
9074         * reflection.c (ReflectionMethodBuilder): Added
9075         `MonoGenericContainer *generic_container'.
9076         (reflection_methodbuilder_to_mono_method): Don't create a new
9077         MonoGenericContainer each time we're called.
9078         (mono_reflection_bind_generic_method_parameters): Use
9079         `container->method_hash' to cache the results so we don't create a
9080         different method if we're called several times with the same
9081         arguments.
9082
9083         * loader.c (method_from_methodspec): Use the new
9084         `container->method_hash' here, too.
9085
9086 2004-11-26  Martin Baulig  <martin@ximian.com>
9087
9088         * class.c (inflate_generic_signature): Correctly compute
9089         `res->has_type_parameters'.
9090         (mono_class_vtable): Use the `has_type_parameters' flag to
9091         determine whether we're a generic method.
9092
9093         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
9094
9095 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
9096
9097         * object.c (mono_runtime_run_main): Fix a small memory leak.
9098
9099 2004-11-25  Martin Baulig  <martin@ximian.com>
9100
9101         * class.c (set_generic_param_owner): Fixed the loop.
9102
9103 2004-11-25  Martin Baulig  <martin@ximian.com>
9104
9105         * object.c (mono_class_vtable): Don't create any JIT wrappers for
9106         generic methods.
9107
9108 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
9109
9110         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
9111         names. Fixes #69787.
9112
9113 2004-11-24  Martin Baulig  <martin@ximian.com>
9114
9115         * class.c (mono_class_create_generic_2): If we don't have a
9116         `ginst->parent', inflate `gklass->parent' to get our parent.
9117
9118 2004-11-24  Martin Baulig  <martin@ximian.com>
9119
9120         * reflection.c (compare_genericparam): Correctly sort the
9121         GenericParam table; fixes #69779.
9122
9123 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
9124
9125         * reflection.c: When writing a PE file, don't create a huge
9126         buffer in memory. Just write the arrays we have to the file.
9127         This reduces memory usage.
9128
9129         * metadata-internals.h: MonoDynamicStream pefile is no longer used
9130         globally.
9131
9132 2004-11-17  Martin Baulig  <martin@ximian.com>
9133
9134         * class.c (mono_class_init): Don't setup `class->parent' for
9135         dynamic instances; moved this to mono_class_generic_2().
9136         (mono_class_create_generic): Also set `klass->inited' for dynamic
9137         generic instances.
9138         (mono_class_create_generic_2): Don't do anything for dynamic
9139         generic instances.  Set `klass->parent' here and also call
9140         mono_class_setup_parent() here. 
9141
9142         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
9143         `MonoType *parent' argument; set `ginst->parent' before calling
9144         mono_class_create_generic_2(), so we set the correct parent.
9145
9146 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
9147
9148         * reflection.c: allow getting attributes from ModuleBuilder
9149         (used by ikvm).
9150
9151 2004-11-17  Martin Baulig  <martin@ximian.com>
9152
9153         * class.c (mono_class_create_from_typedef): If a type parameter is
9154         inherited from an outer class, set its owner to that class.
9155
9156 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
9157
9158         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
9159           for (int*) written size. This fixes bug #69592.
9160
9161 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
9162
9163         * icall.c: Added IsAuthenticodePresnet internal call.
9164         * image.c|h: New function that check a MonoImage for an Authenticode
9165         signature in the certificate PE data directory.
9166         * security.c|h: New internal call to ask the runtime if an 
9167         Authenticode signature seems referenced in the PE header.
9168
9169 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
9170
9171         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
9172
9173         * reflection.c (mono_image_create_pefile): Free the assembly streams
9174         after writing out the assembly file.
9175
9176         * object.c (mono_runtime_run_main): Fix small memory leak.
9177
9178         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
9179         property access modifiers. Fixes #69389.
9180
9181 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
9182
9183         * domain.c, object.c, object-internals.h, domain-internals.h,
9184         object.h, marshal.c: keep dynamic code info per domain.
9185
9186 2004-11-15  Martin Baulig  <martin@ximian.com>
9187
9188         * class.c (mono_type_get_name_recurse): Put type arguments in
9189         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
9190         see bug #68387.
9191
9192 2004-11-15  Martin Baulig  <martin@ximian.com>
9193
9194         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
9195         (mono_class_setup_vtable): When computing `the_cname' for a
9196         generic instance, don't include the namespace since we'd otherwise
9197         add it twice.
9198
9199 2004-11-15  Martin Baulig  <martin@ximian.com>
9200
9201         * class.c (mono_class_create_generic): Changed return type to void.
9202         (mono_class_create_generic_2): New public function; setup
9203         `class->method', `class->field' and `class->interfaces' here
9204         instead of in mono_class_init().
9205
9206         * class.h (mono_class_create_generic): Moved to class-internals.h.
9207
9208 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
9209
9210         * reflection.c (mono_image_create_pefile): take a file HANDLE.
9211         rather than writing to memory, write to this file. Right now,
9212         we are just writting into a buffer, and copying that. However
9213         we can avoid the buffer later.
9214
9215         (mono_dynamic_stream_reset): new function
9216
9217         * icall.c, object-internals.h: update for the above.
9218
9219 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
9220
9221         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
9222         have been using gc'd memory. First it is slower, unlikely
9223         the comment in the source code said, secondly, it increases
9224         our footprint to do it in the gc.
9225
9226         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
9227         the method so that it does not have to copy to managed code.
9228
9229 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
9230
9231         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
9232
9233 2004-11-12  Martin Baulig  <martin@localhost>
9234
9235         * reflection.c (mono_image_create_token): Allow generic method
9236         definitions here, since they may appear in an `.override'; see
9237         gen-98/gen-99 for an example.
9238
9239 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
9240
9241         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
9242         #69365.
9243
9244         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
9245         descriptive.
9246
9247 2004-11-11  Martin Baulig  <martin@ximian.com>
9248
9249         * class.c (mono_class_setup_vtable): In an explicit interface
9250         implementation, the method name now includes the arity.
9251
9252 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
9253
9254         * object.c (mono_array_full_copy): Fix warning.
9255
9256 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
9257
9258         * appdomain.c: Removed look_for_method_by_name(). Use the new method
9259         mono_class_get_method_from_name() instead.
9260         
9261         * class-internals.h: Added two new types of wrappers. 
9262         Added MonoRemotingTarget enum. Added new trampoline function type, which
9263         takes an additional MonoRemotingTarget value as parameter, so it is
9264         possible to request a trampoline for a specific target.
9265         
9266         * class.c: Added new mono_class_get_method_from_name() method.
9267         
9268         * class.h: In MonoRemoteClass, we can have now to vtables, one for
9269         general remoting sinks and one specific for cross domain calls.
9270         
9271         * debug-helpers.c: Added new wrapper names.
9272         
9273         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
9274         of a remote class.
9275         
9276         * image.c: Porperly delete value objects form the remoting invoke hashtable.
9277         
9278         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
9279         with several other methods (mono_marshal_get_xappdomain_dispatch,
9280         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
9281         and others) can generate a fast remoting wrapper for cross domain calls.
9282         More information can be found in docs/remoting.
9283         Other changes: Removed mono_find_method_by_name, and used
9284         mono_class_get_method_from_name instead.
9285         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
9286         is stored in the remoting invoke hashtable.
9287         
9288         * marshal.h: published the new method for getting the xdomain wrapper,
9289         and also added a method for getting the adequate wrapper for a given
9290         method and target.
9291         
9292         * object-internals.h, object.c: Added a couple of methods for capying and
9293         cloning arrays.
9294         Modified mono_install_remoting_trampoline, which takes the new remoting
9295         trampoline that has a remoting target as parameter.
9296         mono_class_proxy_vtable now also takes a remoting target as parameter, and
9297         will return the most suitable vtable for the target.
9298         Added mono_remote_class_vtable, which returns the vtable of a remote class
9299         (which can be the normal remoting vtable or the xdomain vtable).
9300         
9301         * threads.c: the xdomain invoke and dispatch wrappers must also be
9302         protected against interruptions.
9303
9304 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9305
9306         * icall.c: use memmove in BlockCopyInternal when the source and
9307         destination arrays are the same.
9308
9309 2004-11-09  Martin Baulig  <martin@ximian.com>
9310
9311         * class-internals.h (MonoGenericContainer): Removed `method' and
9312         `signature', replaced them with `is_method' and `is_signature'
9313         flags.  Added `context'.
9314
9315         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
9316         instead of a `MonoGenericContainer *'.
9317
9318         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
9319         for dynamic type parameters.
9320         (mono_metadata_load_generic_params): Setup `container->context'.
9321
9322         * reflection.c (mono_reflection_setup_generic_class): Setup
9323         `tb->generic_container->context'.
9324         (do_mono_reflection_bind_generic_parameters): Use
9325         mono_class_inflate_generic_type() to correctly inflate types,
9326         rather than using our own hack just for MONO_TYPE_VAR.
9327
9328 2004-11-09  Martin Baulig  <martin@ximian.com>
9329
9330         * class.c (mono_class_inflate_generic_method): Small fix; don't
9331         crash here.
9332
9333         * icall.c
9334         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
9335         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
9336         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
9337         (ves_icall_Type_BindGenericParameters): Likewise.
9338         (ves_icall_Type_get_IsGenericInstance): Likewise.
9339         (ves_icall_Type_GetGenericParameterPosition): Likewise.
9340         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
9341         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
9342         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
9343
9344 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
9345
9346         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
9347         assembly versions and public key tokens. Fixes #69113.
9348
9349 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
9350
9351         * metadata.c: fix bug introduced with the type cache changes
9352         on 2004-11-06.
9353
9354 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
9355
9356         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
9357         the MonoClass pointer instead of the token in exception clauses.
9358         * reflection.c: updates for the above and make the code not depend
9359         on the structure of MonoExceptionClause.
9360
9361 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
9362
9363         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
9364         Add support for dynamic assemblies. Fixes #69114.
9365
9366         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
9367
9368 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
9369
9370         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
9371         since most only those methods use it. the code member of
9372         MonoMethodPInvoke was dead, so that can be removed too. Also,
9373         remove inline_count (again, not used), and move slot so that it
9374         can share bits with some other flags. This saves 8 bytes in the
9375         structure and gives us about 50 kb back for mcs helloworld.cs
9376
9377         * *.[ch]: Do naming changes for the above.
9378
9379         * loader.c (mono_method_get_header): Lazily init the header
9380         on first access.
9381         (mono_get_method_from_token): don't init the header here
9382         (mono_free_method): the header may never be allocated
9383
9384         Overall, this saves 150 kb of unmanaged allocations
9385         for mcs helloworld.cs. That accounts for 10% of the unmanaged
9386         memory at runtime.
9387         
9388         * loader.c, loader.h (mono_method_get_header): new accessor.
9389
9390         * *.[ch]: use the above method. Prepares us to lazily load
9391         the header.
9392
9393         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
9394         three warnings, which are actual bugs (see 69206).
9395
9396         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
9397         unused. Saves a cool 4 bytes / method.
9398
9399 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
9400
9401         * metadata.c (builtin_types): Add types for System.Object here.
9402         (mono_metadata_parse_type_full): Cache MonoType*'s that are
9403         for a class or valuetype from klass->this_arg or klass->byval_arg.
9404
9405         On mcs for a hello world, this gets us down from 21836 MonoType's
9406         to 14560.
9407
9408         (mono_metadata_free_type): Account for the above change.
9409
9410 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
9411
9412         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
9413         exception instead of asserting if name is null.
9414         (ves_icall_System_AppDomain_GetData): Ditto.
9415
9416 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
9417
9418         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
9419         EnumBuilder.
9420
9421         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
9422         Return NULL when the domain does not have entry_assembly set.
9423
9424         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
9425         Add a 'resource_modules' argument.
9426         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
9427
9428         * reflection.c (mono_reflection_create_runtime_class): Move setting
9429         of wastypebuilder here, so mono_get_type_object () returns a MonoType
9430         for enums too.
9431
9432         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
9433         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
9434         Throw an ArgumentNullException if 'ptr' is null.
9435
9436         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
9437         assemblies here. Fixes #69020.
9438
9439 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
9440
9441         * reflection.c (build_compressed_metadata): Fix the previous patch for
9442         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
9443         the stack.
9444
9445 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
9446
9447         * assembly.c (mono_assembly_names_equal): Allow a match if one of
9448         the cultures is false. Fixes #69090.
9449
9450         * reflection.c (build_compressed_metadata): Fix invalid memory read 
9451         detected by valgrind.
9452         
9453         * reflection.c (mono_reflection_get_type): Avoid triggering a 
9454         TypeResolve multiple times for the same type. Fixes #65577.
9455
9456 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
9457
9458         * marshal.c: Avoid using ldftn to call managed functions. It is
9459         much slower than just a call.
9460
9461         * reflection.c (mono_module_get_object): free the basename we
9462         allocate here from glib.
9463         
9464         * reflection.c (ensure_runtime_vtable): make sure to free
9465         overrides.  Also, we were allocating an array of MonoMethod not an
9466         array of MonoMethod*.
9467
9468         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
9469
9470         * image.c (mono_image_close): free image->guid here.
9471
9472 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
9473
9474         * reflection.c: Fix some spec conformance issues with the PE file
9475         structures so mcs compiled apps run on the Net 2.0 beta.
9476
9477 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
9478
9479         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
9480         Implement this. Fixes #67264.
9481
9482         * debug-helpers.h debug-helpers.c marshal.c: Move 
9483         mono_find_method_by_name to debug-helpers.c.
9484
9485 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
9486
9487         * object.c (mono_release_type_locks): type_initialization_hash is
9488         a GHashTable.
9489
9490         * reflection.c object.c object-internals.h: Fix warnings.
9491
9492         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
9493         without accessors. Fixes #61561.
9494
9495         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
9496         application base from the root domain if not set. Fixes #65641.
9497         (mono_runtime_init): Fix warning.
9498
9499 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9500
9501         * appdomain.c: call mono_thread_pool_init.
9502         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
9503         of worker threads based on the number of CPUs and the environment
9504         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
9505         for non-windows (windows) systems.
9506
9507 2004-10-27  Chris Toshok  <toshok@ximian.com>
9508
9509         * mono-debug-debugger.c (write_class): don't call mono_class_init
9510         here, as even with the check for (!klass->init_pending), we get
9511         into a situation where we're hitting cycles in class
9512         initialization.  Fixes #68816.
9513
9514 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
9515
9516         * image.c: Avoid overwriting values in the loaded_images_hash when an
9517         assembly is loaded multiple times. Fixes #61152.
9518
9519         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
9520         so multiple satellite assemblies for the same name can be loaded.
9521         Fixes #68259.
9522
9523         * mono_domain_assembly_preload: Actually return the loaded assembly, 
9524         not NULL.
9525
9526         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
9527         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
9528
9529         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
9530         pending finalizers are not invoked after the appdomain has been 
9531         unloaded. Fixes #67862.
9532
9533 2004-10-22  Martin Baulig  <martin@ximian.com>
9534
9535         * mono-debug-debugger.c
9536         (mono_debugger_runtime_invoke): Don't box valuetypes.
9537
9538 2004-10-22  Chris Toshok  <toshok@ximian.com>
9539
9540         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
9541         don't hide private methods.
9542
9543 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
9544
9545         * icall.c: Allows the runtime to "share" (when known) the public key
9546         token of an assembly. This avoid the need to recalculate the token 
9547         (from the public key) in managed code.
9548
9549 2004-10-21  Chris Toshok  <toshok@ximian.com>
9550
9551         * debug-helpers.c (append_class_name): argh, revert last patch.
9552         
9553 2004-10-21  Chris Toshok  <toshok@ximian.com>
9554
9555         * debug-helpers.c (append_class_name): use '+' as the delimiter,
9556         not '/', so that it matches what the debugger uses to look up
9557         methods.
9558
9559 2004-10-21  Martin Baulig  <martin@ximian.com>
9560
9561         * mono-debug-debugger.c (mono_debugger_throw_exception): New
9562         public method; this is called each time an exception is thrown and
9563         allows the debugger to use exception catch points.
9564
9565 2004-10-21  Martin Baulig  <martin@ximian.com>
9566
9567         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
9568         the stack pointer and the exception object in some struct and pass
9569         that to the debugger.
9570
9571 2004-10-21  Chris Toshok  <toshok@ximian.com>
9572
9573         * mono-debug-debugger.c (do_write_class): add instance/static
9574         event support.  We don't expose "raise" or "other" yet.
9575         (event_is_static): new method.
9576
9577 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
9578
9579         * mono-debug-debugger.c
9580         (mono_debugger_handle_exception): Remove
9581         bogus return value for fussy compilers.
9582
9583 2004-10-20  Martin Baulig  <martin@ximian.com>
9584
9585         * mono-debug-debugger.c
9586         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
9587         (mono_debugger_handled_exception): Likewise.
9588
9589 2004-10-20  Martin Baulig  <martin@ximian.com>
9590
9591         * mono-debug-debugger.h (MonoDebuggerEvent): Added
9592         MONO_DEBUGGER_EVENT_EXCEPTION.
9593
9594         * mono-debug-debugger.c (mono_debugger_handle_exception): New
9595         public function to send the debugger a notification for an
9596         exception and inform it about a catch/finally clause.
9597
9598 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
9599
9600         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
9601         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
9602         fix 2.95 build. 
9603
9604         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
9605
9606 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
9607
9608         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
9609         marshalled as [In,Out]. Fixes #58325.
9610
9611 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
9612
9613         * reflection.c (mono_method_body_get_object): Implement some fields.
9614
9615 2004-10-12  Martin Baulig  <martin@ximian.com>
9616
9617         * reflection.c (mono_reflection_bind_generic_parameters): Small
9618         fix, correctly retrieve our parent from a generic instance.
9619
9620 2004-10-12  Martin Baulig  <martin@ximian.com>
9621
9622         * metadata.c (mono_metadata_generic_param_equal): We always have
9623         an owner.
9624
9625         * class.c
9626         (mono_class_from_generic_parameter): We need to have an owner.
9627         (my_mono_class_from_generic_parameter): Likewise.
9628
9629         * reflection.c (mono_reflection_setup_generic_class): Renamed to
9630         mono_reflection_create_generic_class() and added a new
9631         mono_reflection_setup_generic_class().  
9632         (mono_reflection_initialize_generic_param): If we're a nested
9633         generic type and inherited from the containing class, set our
9634         owner to the outer class.
9635
9636 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
9637
9638         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
9639
9640         * reflection.c (mono_method_body_get_object): New function to create
9641         a MethodBody object.
9642
9643         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
9644
9645 2004-10-11  Martin Baulig  <martin@ximian.com>
9646
9647         * metadata.c (_mono_metadata_type_equal): Renamed to
9648         do_mono_metadata_type_equal() and made static.
9649
9650 2004-10-11  Martin Baulig  <martin@ximian.com>
9651
9652         * appdomain.c: Bump corlib version number to 28.
9653
9654 2004-10-10  Martin Baulig  <martin@ximian.com>
9655
9656         * class-internals.h
9657         (MonoGenericInst): Added `MonoGenericContainer *container'.
9658         (MonoGenericMethod): Likewise.
9659         (MonoGenericContext): Likewise.
9660         (MonoGenericParam): Added `MonoGenericContainer *owner'.
9661
9662         * metadata.c
9663         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
9664         (do_mono_metadata_parse_generic_inst): Likewise.
9665         (mono_metadata_parse_type_full): New public method.  This is the actual
9666         mono_metadata_parse_type() implementation - with an additional
9667         `MonoGenericContainer *' argument.
9668         (mono_metadata_parse_array_full): Likewise.
9669         (mono_metadata_parse_signature_full): Likewise.
9670         (mono_metadata_parse_method_signature_full): Likewise.
9671         (mono_metadata_parse_mh_full): Likewise.
9672         (mono_type_create_from_typespec): Likewise.
9673         (mono_metadata_interfaces_from_typedef_full): New public method;
9674         this is similar to the other _full() methods, but we take a
9675         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
9676         (mono_metadata_parse_generic_param): Take an additional
9677         `MonoGenericContainer *' argument and lookup the MonoGenericParam
9678         from that container.
9679         (mono_metadata_generic_param_equal): New static method to compare
9680         two type parameters.
9681         (_mono_metadata_type_equal): New static method; takes an
9682         additional `gboolean signature_only' argument - if true, we don't
9683         compare the owners of generic parameters.
9684         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
9685         with a TRUE argument - do a signature-only comparision.
9686
9687         * loader.c: Use the new _full() methods and pass the
9688         MonoGenericContainer to them.
9689
9690         * object-internals.h (MonoReflectionTypeBuilder): Added
9691         `MonoGenericContainer *generic_container' field.
9692         (MonoReflectionMethodBuilder): Likewise.
9693
9694 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
9695
9696         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
9697         case initial images of dynamic assemblies.
9698
9699         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
9700
9701         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
9702
9703         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
9704         length of event->other array.
9705         (typebuilder_setup_events): Ditto.
9706
9707         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
9708         'assembly_by_name' and add an 'assemblies' list.
9709
9710         * assembly.h assembly.c: Add a new search hook for determining whenever
9711         an assembly is already loaded. Use this instead of searching in the
9712         loaded_assemblies list.
9713
9714         * domain.c appdomain.c: Implement the new search hook so loaded 
9715         assemblies are now scoped by appdomain. Fixes #67727.
9716
9717 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
9718
9719         * threads.c (mono_thread_attach): Initialize synch_lock field so
9720         mono_thread_detach works again.
9721
9722         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
9723         'lib' too. Fixes #63130.
9724
9725 2004-10-06  Jackson Harper  <jackson@ximian.com>
9726
9727         * culture-info-tables.h: regenerated.
9728
9729 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
9730
9731         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
9732         implemented by other interfaces in the result. Fixes #65764.
9733         
9734         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
9735         Handle unloadable modules without crashing.
9736
9737         * image.c (load_modules): Revert the previous patch since modules must
9738         have a fixed index inside the array.
9739         
9740         * image.c (load_modules): Don't include native modules in the modules
9741         array.
9742
9743 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
9744
9745         * reflection.h: Add param_defaults field.
9746
9747         * reflection.c: Add support for parameter defaults in dynamic methods.
9748         Fixes #64595.
9749
9750         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
9751         an empty string when a type has no namespace. Fixes #64230.
9752
9753 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
9754
9755         * tabledefs.h: Added "internal" security actions to support non-CAS
9756         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
9757         Note: they do not seems to be used anymore in 2.0 (new metadata format)
9758
9759 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
9760
9761         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
9762         constructor of abstract class. Fixes #61689.
9763
9764 2004-10-04  Martin Baulig  <martin@ximian.com>
9765
9766         * class-internals.h (MonoGenericContainer): New type.
9767         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
9768         `MonoGenericContainer *generic_container'.
9769         (MonoClass): Replaced `gen_params' and `num_gen_params' with
9770         `MonoGenericContainer *generic_container'.
9771
9772         * metadata.c (mono_metadata_load_generic_params): Return a
9773         `MonoGenericContainer *' instead of a `MonoGenericParam *';
9774         removed the `num' argument.
9775
9776 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
9777
9778         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
9779         for dynamic images.
9780
9781         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
9782         machine fields.
9783
9784         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
9785
9786         * reflection.c: Save pe_kind and machine values into the generated
9787         image file.
9788
9789         * appdomain.c: Bump corlib version number.
9790
9791         * object-internals.h: Reorganize layout of LocalBuilder.
9792
9793         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
9794         New helper function.
9795
9796         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
9797         created MonoType for dynamic types. Fixes #66180.
9798
9799 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
9800
9801         * threadpool.c: the ares hashtable needs a critical section around it.
9802         this prevents some nasty segfaults
9803
9804 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
9805
9806         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
9807         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
9808         bug 67324).
9809         
9810 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
9811
9812         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
9813         
9814 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
9815
9816         * image.c: Always canonicalize image file names, to avoid loading
9817         the same assembly twice when referenced using a relative path.
9818
9819 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
9820
9821         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
9822
9823         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
9824
9825         * marshal.c: Fix warnings.
9826
9827 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
9828
9829         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
9830         attempting to marshal the delegate_trampoline as the method_addr.
9831         This patch has a static hashtable of marshalled delegates so that 
9832         we can map delegate_trampoline addresses back to delegates.  This
9833         allows a delegate passed to managed code to be passed back into native
9834         code.  Fixes #67039
9835
9836 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
9837
9838         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
9839
9840         * reflection.c (method_encode_code): Align method headers properly.
9841         Fixes #66025.
9842
9843 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
9844
9845         * marshal.c: In the runtime invoke wrapper, reset the abort
9846         exception if it is cached. This avoids the automatic rethrowal of 
9847         the exception after the catch of the wrapper. Also check for pending
9848         interruptions before calling the managed method. This is done using
9849         the new method emit_thread_force_interrupt_checkpoint, since the
9850         normal checkpoint method is ignored when running the invoke wrapper.
9851         * object.c: If the abort exception is rethrown, set the abort_exc
9852         field of the thread, so it will be rethrown aftere every catch.
9853         * threadpool.c: Only run an interruption checkpoint if what has been
9854         requested is a stop of the thread (aborts will be ignored).
9855         * threads.c: By default, a thread will now never be interrumped while
9856         running the runtime invoke wrapper (this ensures that runtime_invoke
9857         will always return to the caller if an exception pointer is provided).
9858         There is a new special method mono_thread_force_interruption_checkpoint()
9859         to force an interruption checkpoint even if running a protected
9860         wrapper, which is used by the same runtime invoke wrapper to do a check
9861         at a safe point.
9862
9863 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
9864
9865         * object.c, object-internals.h: Implemented mono_release_type_locks,
9866         which releases the cctor locks held by a thread.
9867         * threads.c, threads.h: In thread_cleanup, release cctor locks held
9868         by a thread. Added mono_thread_exit() method to be used to safely stop
9869         a thread.
9870
9871 2004-09-28  Raja R Harinath  <rharinath@novell.com>
9872
9873         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
9874         Move null check before dereference.  Avoid indexing beyond the end
9875         of the 'modules' array.
9876
9877 2004-09-28  Raja R Harinath  <rharinath@novell.com>
9878
9879         * metadata-internals.h (MonoImage): Add module_count field.
9880         * image.c (load_modules): Set image->module_count.
9881         (mono_image_load_file_for_image): Use image->module_count.
9882         * reflection.c (mono_image_load_module): Append to image->modules array 
9883         of dynamic assembly.
9884         (mono_module_get_object): Fix loop to actually increment index.
9885         Use image->module_count.
9886         * assembly.c (mono_assembly_load_references): Use image->module_count.
9887         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
9888         Likewise.
9889
9890 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
9891
9892         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
9893         Avoid assert on generic types.
9894
9895 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
9896
9897         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
9898
9899         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
9900
9901         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
9902         function to convert a MarshalSpec structure to its managed counterpart.
9903
9904         * reflection.c: Fix warnings.
9905         
9906         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
9907         field.
9908
9909         * icall.c (mono_create_icall_signature): Fix build.
9910
9911 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
9912
9913         * icall.c: Add MakePointType icall.
9914
9915         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
9916         warnings.
9917
9918 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9919
9920         * threadpool.c: reuse allocated slots in the queue.
9921
9922 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
9923
9924         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
9925
9926         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
9927
9928         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
9929         previous change.
9930
9931         * tabledefs.h: Add constants for pinvoke attributes BestFit and
9932         ThrowOnUnmappableChar.
9933
9934         * icall.c (ves_icall_Type_GetPacking): New icall.
9935
9936 2004-09-24  Martin Baulig  <martin@ximian.com>
9937
9938         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
9939
9940 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9941
9942         * appdomain.c:
9943         (mono_domain_set): allow setting a domain that is being unloaded.
9944         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
9945         being unloaded.
9946
9947 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
9948
9949         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
9950         the GetCustomAttributes icall.
9951
9952 2004-09-23  Martin Baulig  <martin@ximian.com>
9953
9954         * object-internals.h (MonoReflectionGenericParam): Replaced
9955         'has_ctor_constraint', `has_reference_type' and `has_value_type'
9956         with `guint32 attrs'.
9957
9958 2004-09-23  Martin Baulig  <martin@ximian.com>
9959
9960         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
9961
9962 2004-09-23  Martin Baulig  <martin@ximian.com>
9963
9964         * object-internals.h (GenericParameterAttributes): New enum.
9965
9966 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
9967
9968         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
9969         
9970         * class.c (init_events): Fill out event->other field.
9971
9972         * class.c: Fix warnings.
9973
9974         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
9975
9976 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
9977
9978         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
9979         walk which doesn't supply the IL offset.
9980
9981 2004-09-22  Martin Baulig  <martin@ximian.com>
9982
9983         * reflection.c (mono_reflection_setup_internal_class): If we're
9984         System.ValueType, System.Object or System.Enum, set
9985         `klass->instance_size' and create the vtable.
9986         (mono_reflection_create_internal_class): If we're an enum type,
9987         get the base class from our current corlib.
9988
9989 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
9990
9991         * reflection.h (MonoResolveTokenError): New type.
9992
9993         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
9994         icall.
9995
9996         * icall.c: Add an 'error' argument to the ResolveToken icalls.
9997
9998 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
9999
10000         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
10001         Support also calling constructors, but only for already allocated objects.
10002
10003 2004-09-17  Geoff Norton <gnorton@customerdna.com>
10004
10005         * reflection.c (type_get_qualified_name): If the klass is null
10006         return the typename to avoid a NullRefEx.
10007         (encode_cattr_value): Get the qualified name of the boxed type,
10008         not the underlying enumtype.  Fixes #62984.
10009
10010 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
10011
10012         * marshal.c: Fix problems with previous checkin.
10013
10014 2004-09-21    <vargaz@freemail.hu>
10015
10016         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
10017         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
10018
10019         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
10020
10021 2004-09-21  Geoff Norton <gnorton@customerdna.com>
10022
10023         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
10024         should only return a type for pointers, arrays, and passbyref types.
10025         Fixes bug #63841.
10026
10027 2004-09-21  Martin Baulig  <martin@ximian.com>
10028
10029         * domain.c (mono_debugger_check_runtime_version): New public
10030         function.
10031
10032         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
10033
10034 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
10035
10036         * reflection.c: Added missing sort to the declarative security 
10037         attributes table. MS implementation stops seeing the attributes if the
10038         token number regress in the table (as shown by ildasm and permview).
10039
10040 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
10041
10042         * object-internals.h (MonoReflectionModule): Add 'token' field.
10043         
10044         * reflection.c (mono_reflection_get_token): Add support for Module
10045         and Assembly.
10046         (mono_module_get_object): Set 'token' field.
10047         (mono_module_file_get_object): Set 'token' field.
10048
10049         * icall.c: Add new Assembly and Module icalls.
10050
10051         * appdomain.c: Bump corlib version.
10052
10053 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
10054
10055         * loader.h loader.c class.h class.c: Add helper functions for obtaining
10056         tokens of metadata objects.
10057
10058         * reflection.h reflection.c (mono_reflection_get_token): New function
10059         to obtain the token of a metadata object.
10060
10061         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
10062
10063 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
10064
10065         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
10066         
10067         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
10068
10069 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
10070
10071         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
10072         * object-internals.h: Added 3 MonoArray* members to MonoReflection
10073         AssemblyBuilder to access the permissions set in the class lib.
10074         * reflection.c: Added security attributes encoding step in 
10075         mono_image_build_metadata.
10076         * tabledefs.h: Added new security actions defined in 2.0:
10077         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
10078
10079 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10080
10081         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
10082         macro parameter.
10083
10084 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10085  
10086         * locales.c: nullify the ICU_collator member of CompareInfo when it is
10087           finalized. There where random SIGSEVs at program termination, when
10088           an object being finalized was trying to do a string comparison and
10089           the current culture was already finalized.
10090  
10091 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10092
10093         * threads.c: call thread_cleanup before finishing the thread if we get
10094         there.
10095
10096 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
10097
10098         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
10099         assemblies from the parent. Fixes #65665.
10100
10101 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
10102
10103         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
10104         modifiers.
10105
10106 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
10107
10108         * reflection.h: add prototype for mono_get_dbnull_object
10109         * reflection.c: add prototypes for get_default_param_value_blobs 
10110         and mono_get_object_from_blob for fussier compilers
10111
10112 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
10113  
10114         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
10115         false deadlock checks in class initialization.
10116  
10117 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
10118
10119         * image.c (mono_image_addref): Fix comment.
10120
10121         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
10122         possible.
10123
10124 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
10125
10126         * reflection.c (mono_param_get_objects): Modified to return
10127         ParameterInfo.DefaultValue object.
10128
10129         (get_default_param_value_blobs):
10130         (mono_get_object_from_blob):
10131         (mono_get_dbnull_object): New helper routines. 
10132
10133         * object.c (mono_get_constant_value_from_blob): New helper routine
10134         carved out from get_default_field_value ()
10135
10136         * object-internals.h (mono_get_constant_value_from_blob): Added
10137         function declaration.
10138
10139 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
10140
10141         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
10142         referenced assemblies. Fixes #62135.
10143
10144         * exception.h exception.c (mono_get_exception_file_not_found2): New
10145         helper function.
10146
10147 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
10148
10149         * class.h class.c: Add mono_type_get_underlying_type ().
10150
10151 2004-09-09  Geoff Norton <gnorton@customerndna.com>
10152
10153         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
10154         Fix GetTypes() to support dynamically created assemblies.
10155
10156 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
10157
10158         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
10159         
10160         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
10161         previous patch.
10162
10163         * reflection.h reflection.c loader.c: Allow dynamic construction of
10164         pinvoke methods. Fixes #65571.
10165         
10166         * reflection.c (mono_reflection_get_type): Revert previous change since
10167         it causes regressions.
10168
10169 2004-09-08  Martin Baulig  <martin@ximian.com>
10170
10171         * class.c (class_compute_field_layout): Don't call
10172         mono_class_layout_fields() for open generic instances.
10173
10174 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
10175         * threads.c appdomain.c: fix typo in GC macro
10176
10177 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10178
10179         * threads.c: don't call mono_thread_detach() in start_wrapper(),
10180         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
10181
10182 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
10183
10184         * image.c (mono_image_close): Applied patch from 
10185         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
10186         assembly is loaded multiple times from data.
10187         
10188         * image.c (mono_image_open): Fix warning.
10189
10190 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10191
10192         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
10193         once. Fixes #58334.
10194         
10195         * reflection.c (mono_reflection_create_runtime_class): Initialize
10196         klass->nested_classes. Fixes #61224.
10197
10198 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
10199
10200         * threads.c: sched_yield() on exit, to allow threads to quit.
10201
10202 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10203
10204         * object.c (mono_unhandled_exception): Remove leftover debug code.
10205
10206 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
10207
10208         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
10209
10210 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10211
10212         * marshal.c (emit_marshal_array): Really null terminate string arrays.
10213         
10214         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
10215
10216 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
10217
10218         * marshal.c (emit_marshal_array): Null terminate string arrays.
10219         
10220         * marshal.c (raise_auto_layout_exception): Fix warning.
10221
10222         * reflection.c (mono_param_get_objects): Initialize the default value
10223         with DBNull.Value, not null. Fixes #62123.
10224
10225 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
10226
10227         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
10228         throw an exception with a cute explanation.
10229
10230 2004-09-06  Dick Porter  <dick@ximian.com>
10231
10232         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
10233         Close the new process's thread handle, as we don't use it.  The
10234         handle stays around forever otherwise.
10235
10236 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
10237
10238         * object.c (arith_overflow): Fix warning.
10239
10240         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
10241         calling conventions in method refs. Fixes #65352.
10242
10243         * reflection.c: Fix warnings.
10244
10245 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
10246
10247         * icall.c: Add a new icall for Array.Clear
10248
10249 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
10250
10251         * object.c: When allocating an array, we have to throw
10252         an overflow exception if any of the lengths are < 0.
10253
10254 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
10255
10256         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
10257         properly. Also move implementation of string array marshalling to 
10258         managed code. Fixes #42316.
10259
10260 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10261
10262         * assembly.c: provide more information when loading an assembly fails.
10263
10264 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10265
10266         * filewatcher.c: don't expect the development fam package to be
10267         installed.
10268
10269 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
10270
10271         * marshal.c: Make a copy of the signature cookie since it will be
10272         freed by the caller.
10273         
10274         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
10275
10276         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
10277
10278         * metadata.c (mono_metadata_free_marshal_spec): New function to free
10279         marshal specs.
10280
10281         * marshal.c: More refactoring.
10282         
10283         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
10284         smaller functions.
10285
10286 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
10287
10288         * object.c: In mono_message_invoke, fill the output parameter array after
10289           calling the managed method (it was done before the call). This fixes
10290           bug #59299.
10291
10292 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
10293
10294         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
10295         as well.
10296
10297 2004-09-02  Martin Baulig  <martin@ximian.com>
10298
10299         * class.c (mono_class_instance_size): Don't allow generic type
10300         definitions or open generic instances.
10301         (mono_class_array_element_size): If we're a value type, call
10302         mono_class_instance_size() on the original class.
10303
10304         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
10305         handle generic instances.
10306
10307         * mono-debug-debugger.c (write_type): Handle generic instances
10308         like classes.
10309
10310 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
10311
10312         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
10313         the allocation request fails. Fixes #65089.
10314
10315         * object.c (mono_runtime_free_method): Do not call mono_free_method.
10316         
10317         * object.c (mono_runtime_free_method): New function to free a dynamic
10318         method.
10319
10320         * marshal.c (mono_delegate_free_ftnptr): New function to free the
10321         delegate trampoline.
10322
10323         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
10324         with hasthis as dynamic,
10325
10326         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
10327
10328         * domain.c (mono_jit_info_table_remove): New function to remove an
10329         entry from the jit info table.
10330
10331         * class-internals.h (MonoMethod): Add 'dynamic' field.
10332
10333         * loader.c: Fix warnings.
10334
10335 2004-09-01  Martin Baulig  <martin@ximian.com>
10336
10337         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
10338         instead of mono_debugger_lock() because the latter one is a no-op
10339         unless running in the debugger.
10340
10341 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
10342
10343         * class.c (class_compute_field_layout): Classes with auto-layout or
10344         reference fields are not blittable.
10345         
10346 2004-09-01  Dick Porter  <dick@ximian.com>
10347
10348         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
10349         mono_image_get_filename() to get the assembly location.
10350
10351         * icall.c:
10352         * metadata.h: Fix compile warnings
10353
10354 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
10355
10356         * class.c (class_compute_field_layout): System.Object is blittable.
10357
10358         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
10359         as in/out. Fixes #59909.
10360
10361 2004-09-01  Martin Baulig  <martin@ximian.com>
10362
10363         * metadata.h (MONO_TYPE_ISREFERENCE): Call
10364         mono_metadata_generic_inst_is_valuetype() if we're a generic
10365         instance to check whether our underlying type is a reference type.
10366
10367 2004-09-01  Martin Baulig  <martin@ximian.com>
10368
10369         * metadata.c (mono_type_size): If we're a generic instance, call
10370         mono_class_value_size() for value types.
10371
10372 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
10373
10374         * marshal.c: Implement more custom marshalling functionality. Fixes
10375         #64915.
10376
10377 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
10378
10379         * mono-debug.c, debug-mono-symfile.c: add some locking love.
10380
10381 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
10382
10383         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
10384
10385         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
10386
10387         * icall.c: Fix some warnings.
10388
10389         * threads.c (abort_appdomain_thread): Fix unref errors.
10390         (mono_thread_current): Fix THREAD_DEBUG define.
10391
10392 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
10393
10394         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
10395
10396         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
10397
10398 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
10399
10400         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
10401         string arrays.
10402
10403 2004-08-28  Martin Baulig  <martin@ximian.com>
10404
10405         * metadata.c
10406         (mono_metadata_generic_inst_is_valuetype): New public function.
10407
10408         * metadata.h (MONO_TYPE_ISSTRUCT): Call
10409         mono_metadata_generic_inst_is_valuetype() if we're a generic
10410         instance to check whether our underlying type is a valuetype.
10411
10412 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
10413
10414         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
10415         #63768.
10416
10417 2004-08-25  Martin Baulig  <martin@ximian.com>
10418
10419         * loader.c (mono_get_method_from_token): Abstract methods can also
10420         be generic and thus have type parameters.
10421
10422         * metadata-internals.h
10423         (MonoDynamicImage): Added `GPtrArray *gen_params'.
10424
10425         * reflection.c (mono_image_get_generic_param_info): Don't create a
10426         metadata row, just add an entry to the `gen_params' array.
10427         (build_compressed_metadata): Sort the `gen_params' array and then
10428         actually create the metadata.
10429
10430 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10431
10432         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
10433
10434 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
10435
10436         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
10437
10438 2004-08-24  Martin Baulig  <martin@ximian.com>
10439
10440         * class.cs (mono_class_is_subclass_of): Like an interface, a
10441         generic instance also derives from System.Object.
10442
10443 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
10444
10445         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
10446         custom modifiers to be in any order. Fixes #61990.
10447
10448 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
10449
10450         * object.c: Register mono_object_new_fast icall.
10451         
10452         * object.c (mono_class_get_allocation_ftn): Return to calling
10453         mono_object_new_fast, since it seems faster to compute the object 
10454         size in unmanaged code than passing it as a parameter.
10455
10456         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
10457
10458         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
10459         this function with Boehm as the oom handler, so we don't have to check
10460         the result of GC_malloc.
10461
10462         * object.c: Remove checks for oom.
10463
10464         * object.h object.c (mono_class_get_allocation_ftn): New function to
10465         return the icall which can be used to allocate an instance of a given
10466         class. 
10467
10468         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
10469
10470         * class-internals.h: Add 'enabled' field.
10471
10472 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
10473
10474         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
10475
10476 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
10477         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
10478         value 0x0010.
10479
10480 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
10481
10482         * appdomain.c: use the Tls function for appdomain too,
10483         at Zoltan's request. Actually return in mono_context_get
10484
10485         * appdomain.c, profiler.c, threads.c: use __thread
10486
10487 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
10488
10489         * appdomain.c threads.c: Call GC_CreateThread on windows.
10490
10491         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
10492         multiple libraries since this don't work on windows.
10493
10494 2004-08-18  Martin Baulig  <martin@ximian.com>
10495
10496         * class-internals.h
10497         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
10498         MonoMethodHeader.
10499
10500         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
10501         MonoMethodNormal since we also need it for abstract and interface
10502         methods.
10503
10504         * reflection.c
10505         (build_compressed_metadata): Sort the GenericParam table.
10506         (mono_image_create_token): Added `gboolean create_methodspec'
10507         argument; this is false when generating a MethodImpl token.
10508         (reflection_methodbuilder_to_mono_method): Abstract and interface
10509         methods may also have generic parameters.
10510
10511 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
10512
10513         * appdomain.c: thread local alloc
10514
10515 2004-08-17  Martin Baulig  <martin@ximian.com>
10516
10517         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
10518
10519         * icall.c
10520         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
10521         argument.
10522
10523         * class.c (mono_type_get_full_name): New public function.
10524         (mono_type_get_name): Don't include the type arguments.
10525
10526 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
10527
10528         * Makefile.am: Build static versions of libmetadata and libmonoruntime
10529         for inclusion into the mono executable.
10530
10531 2004-08-16  Martin Baulig  <martin@ximian.com>
10532
10533         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
10534         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
10535
10536 2004-08-14  Martin Baulig  <martin@ximian.com>
10537
10538         * class.c (dup_type): Also copy the `byref' field.
10539
10540 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
10541
10542         * reflection.c (create_dynamic_mono_image): Revert the last change 
10543         since it breaks bootstrap.
10544
10545 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
10546
10547         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
10548
10549         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
10550         not free them with g_free.
10551
10552 2004-08-11  Martin Baulig  <martin@ximian.com>
10553
10554         * reflection.c (mono_reflection_setup_internal_class): Also call
10555         mono_class_setup_mono_type() if we already have a `tb->type.type'.
10556
10557 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
10558
10559         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
10560         called during default (first) AppDomain creation. Keep track of
10561         Evidence when loading assemblies.
10562
10563 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
10564
10565         * opcodes.c, opcodes.h: reduce runtime relocations.
10566
10567 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
10568
10569         * culture-info.h, locales.c: fixes and chages to sue the new
10570         optimized format of the locale data.
10571         * culture-info-tables.h: regenerated.
10572
10573 2004-08-06  Geoff Norton <gnorton@customerdna.com>
10574         
10575         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
10576
10577 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
10578
10579         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
10580         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
10581         * domain-internals.h: icall declaration.
10582         * icall.c: icall registration.
10583         * object-internals.h: New fields in MonoAssembly for CAS.
10584
10585 2004-08-05  Duncan Mak  <duncan@ximian.com>
10586
10587         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
10588         CEE_LDELEM_ANY.
10589
10590 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
10591
10592         * reflection.c: fix to deal with object[] arrays in custom ctors
10593         (bug #62550).
10594
10595 2004-08-05  Martin Baulig  <martin@ximian.com>
10596
10597         * class.c (mono_class_array_element_size): Added support for
10598         generic instances and correctly handle "recursive" types.
10599
10600 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
10601
10602         * assembly.c: Fix warnings.
10603
10604 2004-08-04  Martin Baulig  <martin@ximian.com>
10605
10606         * class.c
10607         (mono_type_get_name_recurse): Added `gboolean include_arity'
10608         argument specifying whether or not we should include the generic
10609         arity in the type name.
10610         (_mono_type_get_name): New static function.
10611         (mono_class_setup_vtable): If we're a generic instance, don't
10612         include the generic arity in the names of explicit method
10613         implementations.        
10614
10615 2004-08-03  Martin Baulig  <martin@ximian.com>
10616
10617         * class.c (mono_type_get_name_recurse): Enclose the generic type
10618         arguments in `<', '>'.
10619
10620 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
10621
10622         * gc.c: make GC warning messages use the trace API, they are just
10623         noise to most of the users.
10624
10625 2004-08-03  Martin Baulig  <martin@ximian.com>
10626
10627         * debug-mono-symfile.c (read_string): Correctly read the string.
10628
10629 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
10630
10631         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
10632         
10633         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
10634         icalls.
10635         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
10636
10637 2004-07-30  Martin Baulig  <martin@ximian.com>
10638
10639         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
10640         Reflect latest symbol writer changes.   
10641
10642 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
10643
10644         * object.c: always create an object if null is passed
10645         to Invoke() where a valuetype is expected.
10646
10647 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
10648
10649         * marshal.c (mono_marshal_init): make managed
10650         signatures match native ones better for 64bits.
10651
10652 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10653
10654         * appdomain.c: hack to build correctly the private bin path on windows.
10655         Fixes bug #61991.
10656
10657 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
10658
10659         * assembly.c: Load mscorlib from the correct framework directory
10660           (mono/<version>/mscorlib.dll).
10661         * appdomain.h: Added prototypes for new functions.
10662         * internals.h: Added some prototypes.
10663         * domain.c: When initializing the runtime, get from the executable and
10664           the configuration files the runtime version that the app supports.
10665           Added support methods for reading app.exe.config. Added list of versions
10666           supported by the JIT. Added two new methods: mono_init_from_assembly,
10667           which initializes the runtime and determines the required version from
10668           the provided exe file, and mono_init_version, which initializes
10669           the runtime using the provided version.
10670         * icall.c: Get machine.config from version-specific directory.
10671         * reflection.c: When generating an image, embed the version number
10672           of the current runtime.
10673
10674 2004-07-28  Dick Porter  <dick@ximian.com>
10675
10676         * socket-io.c
10677         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
10678         returned sockaddr size before creating the remote address object.
10679         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
10680         61608.
10681
10682 2004-07-28  Dick Porter  <dick@ximian.com>
10683
10684         * locales.c (string_invariant_compare_char): Fix invariant char
10685         compares between upper and lower cases.  Fixes bug 61458.
10686
10687 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
10688         
10689         * marshal.c: actually cache stelem.ref wrappers.
10690         
10691 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
10692
10693         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
10694         sections and remove the mono_cli_rva_map () function.
10695
10696 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
10697
10698         * debug-mono-symfile.c: fix one more endianess issue, from a patch
10699         by Geoff Norton (<gnorton@customerdna.com>).
10700
10701 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
10702
10703         * class.c: fix class loads for pointer types (typeof(int) !=
10704         typeof(int*)).
10705
10706 2004-07-27  Martin Baulig  <martin@ximian.com>
10707
10708         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
10709         reading the debugging information from an external ".mdb" file.
10710
10711 2004-07-24  Martin Baulig  <martin@ximian.com>
10712
10713         * reflection.c (mono_image_get_type_info): Only write a class
10714         layout entry if we actually have a size or a packing size.
10715
10716 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
10717
10718         * reflection.c (type_get_fully_qualified_name): 
10719         insert cast to get type checking of ?: with non-gcc compilers
10720
10721 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
10722
10723         * rand.c: use g_getenv for both lookups of
10724         MONO_EGD_SOCKET
10725
10726 2004-07-17  Martin Baulig  <martin@ximian.com>
10727
10728         * reflection.c (mono_reflection_bind_generic_method_parameters):
10729         Set `gmethod->reflection_info'.
10730
10731 2004-07-17  Martin Baulig  <martin@ximian.com>
10732
10733         * class.c (mono_class_create_from_typedef): Insert the newly
10734         created class into the hash table before computing the interfaces
10735         since we could be called recursively.
10736
10737 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
10738
10739         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
10740         function to implement stelem.ref in managed code
10741         * class-internals.h, debug-helpers.c: a new wrapper type
10742         for the above.
10743
10744 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
10745
10746         * gc.c: allow GC handles to work even when no GC is compiled in.
10747         Fix part of bug #61134 (GetAddrOfPinnedObject).
10748
10749 2004-07-13  Peter Williams  <peter@newton.cx>
10750  
10751         * process.c (complete_path): Make sure we don't attempt to execute
10752         directories.
10753  
10754 2004-07-12  Geoff Norton <gnorton@customerdna.com>
10755
10756         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
10757           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
10758           and will add/subtract the hour if needed
10759
10760 2004-07-12  Martin Baulig  <martin@ximian.com>
10761
10762         * reflection.c (mono_field_get_object): If we have
10763         `field->generic_info', take the attributes from
10764         `field->generic_info->generic_type'.    
10765
10766 2004-07-12  Martin Baulig  <martin@ximian.com>
10767
10768         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
10769         This function must be called before initializing the runtime.
10770         (mono_debug_init_1): New function; call this after initializing
10771         the runtime, but before loading the assembly.  It tells the
10772         debugger to load corlib and the builtin types.
10773
10774         * mono-debug-debugger.c: Did some larger changes in the debugging
10775         code; support recursive class declarations, make sure we actually
10776         add all classes.
10777
10778 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10779
10780         * debug-helpers.c: undo my previous patch and fixed the real issue in
10781         ../mini/exceptions-x86.c
10782
10783 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10784
10785         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
10786         when no HOME env. variable was set and a NullRef was thrown in a .cctor
10787         called from other .cctors.
10788
10789 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
10790
10791         * loader.c: Removed the mono_loader_wine_init hack now that we are
10792         doing a managed version of Windows.Forms.
10793
10794 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
10795
10796         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
10797         threadpool.c, threads.c: remove static data from rootset.
10798
10799 2004-07-09  Dick Porter  <dick@ximian.com>
10800
10801         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
10802         Don't do any more processing if the matched length was 0.  It was
10803         increasing the size of the string before.  Fixes bug 61167.
10804
10805 2004-07-09  Dick Porter  <dick@ximian.com>
10806
10807         * socket-io.h:
10808         * socket-io.c
10809         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
10810         Add support for SO_PEERCRED if its available.
10811
10812 2004-07-09  Peter Bartok <pbartok@novell.com>
10813         * loader.c: winelib.exe.so error message is now only displayed if
10814         MONO_DEBUG is set. To help us avoid questions when people are trying
10815         out the new Managed.Windows.Forms.
10816
10817 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
10818
10819         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
10820         for isinst and castclass wrappers.
10821
10822         * class-internals.h icall.c: Move registration and lookup of JIT icalls
10823         to libmetadata from the JIT, so they could be used by the marshalling
10824         code and the interpreter.
10825
10826         * marshal.c: Register marshalling related JIT icalls here instead of
10827         in mini.c. Use CEE_MONO_ICALL instead of the family of 
10828         CEE_MONO_PROC<x> opcodes to call marshalling functions.
10829
10830         * metadata.h: Remove unneeded marshalling conversions.
10831
10832         * opcodes.c: Update for new opcodes.
10833         
10834 2004-07-08  Martin Baulig  <martin@ximian.com>
10835
10836         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
10837         (mono_debug_get_domain_data): Make this function static.
10838
10839 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
10840
10841         * gc.c, object.h: add nice GC handle API for embedders.
10842
10843 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
10844
10845         * reflection.c: more changes for the new api
10846
10847         * object.c: When we reflect on a field w/ a constant value, it
10848         will not have a memory location, so we must access metadata. Also,
10849         allow easier reading of strings so that we can read them from
10850         the constant data.
10851
10852         * class.c (mono_class_layout_fields): no need for literal fields here.
10853
10854         * class-internals.h: api changes for const fields
10855
10856         * icall.c (ves_icall_get_enum_info): use new apis for const fields
10857
10858 2004-07-06  Martin Baulig  <martin@ximian.com>
10859
10860         * mono-debug.h: Increment version number to 44.
10861
10862         * mono-debug.c (mono_debug_add_wrapper): The second argument is
10863         now a gpointer, rewrote this whole method.
10864
10865         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
10866         function.  Add information about the wrapper in a new "misc table".
10867
10868         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
10869         for the new misc table.
10870
10871 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
10872
10873         * metadata-internals.h image.c: Add a cache for helper signatures.
10874
10875         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
10876
10877 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
10878
10879         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
10880         delegates from a delegate. Fixes #61033.
10881         
10882         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
10883         marshalling of stringbuilder arrays. Fixes #59900.
10884
10885 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
10886
10887         * icall.c: Add EnumBuilder:setup_enum_type icall.
10888
10889 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
10890
10891         * icall.c: Added a new icall for the property version of
10892         OffsetOfStringData.
10893
10894 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
10895
10896         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
10897         it has a constant size across platforms.
10898
10899         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
10900         stack trace.
10901
10902 2004-06-29  Martin Baulig  <martin@ximian.com>
10903
10904         * mono-debug.c (mono_debug_add_method): Protect the whole function
10905         in mono_debugger_lock(), not just parts of it.
10906
10907 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
10908
10909         * reflection.c: make sure padding bytes in heaps are zeroed.
10910
10911 2004-06-24  David Waite  <mass@akuma.org>
10912
10913         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
10914         image.c, loader.c, locales.c, marshal.c, metadata.c,
10915         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
10916         string-icalls.c, threads.c: change to C90-style comments from C99 /
10917         C++ -style
10918
10919 2004-06-24  Dick Porter  <dick@ximian.com>
10920
10921         * threads.c
10922         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
10923         return createdNew.  Fixes bug 60412.
10924
10925         * threads-types.h: 
10926         * icall.c: Add createdNew parameter to CreateMutex icall
10927
10928 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
10929
10930         * reflection.c, object-internals.h: save default value in params.
10931
10932 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10933
10934         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
10935         no need to build a new path combining that with the application base.
10936         Fixes bug #60442.
10937
10938 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
10939
10940         * reflection.c: fixed minor standard compliance issues.
10941
10942 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
10943
10944         * reflection.c: fixed issue with encoding some custom attributes
10945         (arrays in properties and fields, bug #60411).
10946
10947 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10948
10949         * reflection.c: fix start address when copying the public key token.
10950
10951 2004-06-23  Martin Baulig  <martin@ximian.com>
10952
10953         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
10954         the `exc' object in a static object to put it into the GC's root set.
10955
10956 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
10957
10958         * reflection.c: make mono_reflection_setup_internal_class ()
10959         callable a second time to setup a new parent class.
10960
10961 2004-06-23  Dick Porter  <dick@ximian.com>
10962
10963         * threads.c: Check for WAIT_IO_COMPLETION return values.
10964
10965 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
10966
10967         * appdomain.c: Removed the g_free on the public key token. Now copy 
10968         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
10969         * assembly.c: Added public key token string value when loading 
10970         assemblies. Fix bug #60439.
10971         * icall.c: Added missing informations (like public key) in 
10972         GetReferencedAssemblies. Fix #60519.
10973         * image.h: Changed definition for public key token from const char*
10974         public_tok_value to guchar public_key_token [17];
10975         * reflection.c: Updated for changes to public key token.
10976
10977 2004-06-22  Lluis Sanchez Gual
10978
10979         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
10980         for the field in base classes.
10981
10982 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
10983
10984         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
10985         mark headers as not supported, they are installed only for use by the
10986         debugger.
10987
10988 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
10989
10990         * *.c, *.h: avoid namespace pollution in public headers.
10991
10992 2004-06-21  Martin Baulig  <martin@ximian.com>
10993
10994         * exception.c (mono_get_exception_security): It's in
10995         "System.Security", not in "System".
10996
10997         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
10998         the exception classes.
10999
11000 2004-06-21  Martin Baulig  <martin@ximian.com>
11001
11002         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
11003         Protect the exception object from being finalized.
11004
11005 2004-06-21  Martin Baulig  <martin@ximian.com>
11006
11007         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
11008         public function.
11009
11010 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
11011
11012         * reflection.c: Load the assembly in mono_reflection_type_from_name,
11013         if it was not loaded before. Fix parts of #60439.
11014
11015 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
11016
11017         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
11018         code that was broken since Ben's change: wrappers are now
11019         dependent on the method signature only again.
11020
11021 2004-06-21  Martin Baulig  <martin@ximian.com>
11022
11023         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
11024         added interface support.
11025
11026 2004-06-21  Martin Baulig  <martin@ximian.com>
11027
11028         * class.c (mono_vtable_get_static_field_data): New public method.
11029
11030 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
11031
11032         * filewatcher.c : Windows build fix to be compliant with API changes.
11033
11034 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11035
11036         * class.h, class.c: more accessors.
11037         * metadata.h, metadata.c: prepare for hiding MonoType and
11038         MonoMethodSignature: people should use the accessors from now on
11039         outside of the tree.
11040
11041 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11042
11043         * *.c, *.h: more API cleanups.
11044
11045 2004-06-18  Jackson Harper  <jackson@ximian.com>
11046
11047         * assembly.c: Trace loading assemblies.
11048         * loader.c: Trace loading native libraries.
11049         * mono-config.c: Trace loading config files.
11050         
11051 2004-06-18  Dick Porter  <dick@ximian.com>
11052
11053         * locales.c: Tell ICU the lengths of strings, it can cope with
11054         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
11055
11056 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
11057
11058         * image.c: swapped name/filename;
11059
11060 2004-06-18  Martin Baulig  <martin@ximian.com>
11061
11062         * mono-debug-debugger.c (write_class): Write the parent class at
11063         the end of the header.
11064
11065 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11066
11067         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
11068
11069 2004-06-17  Raja R Harinath  <rharinath@novell.com>
11070
11071         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
11072         (bundle_obj): New conditional define.
11073         (BUILT_SOURCES): Remove.
11074         ($(bundle_srcs)): Make parallel-make safe.
11075         (libmonoruntime_la_LIBADD): Make unconditional.
11076         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
11077         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
11078
11079 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
11080
11081         * culture-info-tables.h: It was inconsistent with the latest
11082           supp info files.
11083
11084 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
11085
11086         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
11087         be loaded.
11088
11089         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
11090         with gcc 2.95.
11091
11092 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11093
11094         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
11095         cleaned up public header threads.h.
11096
11097 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
11098
11099         * Makefile.am, *.c, *.h: more API cleanups.
11100
11101 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
11102
11103         * Makefile.am: removed monosn from compilation.
11104         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
11105         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
11106         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
11107         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
11108         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
11109         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
11110
11111 2004-06-15  Jackson Harper  <jackson@ximian.com>
11112
11113         * assembly.c: Make locales lower case when searching the GAC for
11114         assemblies. gacutil will always make locales lowercase when
11115         installing so this effectively makes them case insensitive.
11116         
11117 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
11118
11119         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
11120         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
11121           parameter which allows to choose whether the wait can be interrupted or 
11122           not. Also added the method mono_monitor_enter(), which locks the monitor
11123           using an infinite wait and without allowing interruption.
11124           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
11125           interrupted.
11126         * object.h: Added new fields in MonoThread. suspend_event holds the event
11127           used to susped/resume the thread. synch_lock is the lock object to use for
11128           modifying the thread state.
11129         * threads.c: Use the new synch_lock object for locking, instead of "this",
11130           which can generate deadlocks.
11131           Moved thread state change in Thread.Sleep and Thread.Join from managed
11132           to unmanaged code. This avoids a deadlock when the thread was suspended
11133           just after acquiring the thread lock.
11134           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
11135           Implemented Thread.Suspend using an event instead of ThreadSuspend,
11136           which is not fully implemented in the io-layer.
11137         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
11138
11139 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
11140
11141         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
11142         threads-types.h: more API cleanups.
11143
11144 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11145
11146         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
11147         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
11148         threadpool.c, threads.c: first pass at the exported API cleanup.
11149
11150 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
11151
11152         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
11153
11154 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11155
11156         * icall.c: added internalGetHome.
11157
11158 2004-06-14  Dick Porter  <dick@ximian.com>
11159
11160         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
11161         possible to return successfully when '.' or '..' were the only
11162         entries in a directory, but were skipped.  The MonoIOStat was not
11163         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
11164         Fixes bug 59574.
11165
11166 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11167
11168         * reflection.c: make binaries run on .Net 1.1 by default.
11169
11170 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
11171
11172         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
11173
11174 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
11175
11176         * marshal.c: keep track of struct size with explicit layout
11177         (bug #59979).
11178
11179 2004-06-12  Martin Baulig  <martin@ximian.com>
11180
11181         * mono-debug-debugger.c: Comment out a debugging g_message().
11182
11183 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
11184
11185         * reflection.c, reflection.h: do not free custom attrs that are cached.
11186         * icall.c: use braces to make code clearer.
11187
11188 2004-06-11  Martin Baulig  <martin@ximian.com>
11189
11190         * class.h (MonoInflatedField): New type.
11191         (MonoClassField): Replaced `MonoType *generic_type' with
11192         `MonoInflatedField *generic_info'.
11193
11194         * icall.c
11195         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
11196
11197 2004-06-11  Martin Baulig  <martin@ximian.com>
11198
11199         * reflection.c (mono_image_create_method_token): Correctly encode
11200         varargs methods.
11201
11202 2004-06-11  Martin Baulig  <martin@ximian.com>
11203
11204         * metadata.c (mono_metadata_parse_method_signature): When parsing
11205         a MethodDef which has VarArgs, also set sentinelpos if we don't
11206         have any parameters.
11207
11208 2004-06-11  Martin Baulig  <martin@ximian.com>
11209
11210         * verify.c (mono_method_verify): In CEE_CALL, use
11211         mono_method_get_signature() to get the method's signature, unless
11212         we're a PInvoke method.
11213
11214 2004-06-10  Jackson Harper  <jackson@ximian.com>
11215
11216         * assembly.c: Use <path>/lib/mono/gac for the extra paths
11217         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
11218         logical name as the supplied path is just a prefix to the gac not
11219         the direct path to it.
11220         
11221 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
11222
11223         * reflection.c: make the token for a created method match
11224         the token of the MethodBuilder it was created from
11225         (IKVM requires this behaviour now).
11226
11227 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
11228
11229         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
11230         reflection.c, socket-io.c: leak fixes.
11231
11232 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
11233
11234         * icall.c: handle sentinel pos in vararg methods in position different
11235         from 0.
11236
11237 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11238
11239         * culture-info-tables.h: freshly generated.
11240
11241 2004-06-09  Martin Baulig  <martin@ximian.com>
11242
11243         * loader.c (mono_get_method_constrained): Call `mono_class_init
11244         (constrained_class)'.   
11245
11246 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
11247
11248         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
11249         any methods. Fixes #59629.
11250
11251 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
11252
11253         * culture-info-tables.h: reflecting locale-builder updates.
11254
11255 2004-06-08  Dick Porter  <dick@ximian.com>
11256
11257         * object.h:
11258         * locales.c: Fixed compile warnings, including a real bug in
11259         CompareInfo_internal_compare.
11260         
11261 2004-06-08  Dick Porter  <dick@ximian.com>
11262
11263         * locales.c
11264         (ves_icall_System_Globalization_CompareInfo_internal_index):
11265         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
11266         Double-check the resuls of usearches, because ICU currently
11267         ignores most of the collator settings here.  Fixes bug 59720.
11268         
11269 2004-06-08  Dick Porter  <dick@ximian.com>
11270
11271         * locales.c
11272         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
11273         Fix memory leak and segfault-causing typo.  No idea how this one
11274         lasted so long without being noticed.
11275
11276 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
11277
11278         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
11279         any methods. Fixes #59629.
11280
11281 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11282
11283         * assembly.c:
11284         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
11285         own the critical section before). Removed dead code (that's done
11286         in the preload hook).
11287
11288         (mono_assembly_load_with_partial_name): call the preload hook.
11289
11290 2004-06-08  Martin Baulig  <martin@ximian.com>
11291
11292         * metadata.c (mono_metadata_signature_alloc): Default
11293         `sentinelpos' to -1.
11294
11295         * reflection.c (mono_image_get_array_token): Likewise.
11296
11297 2004-06-08  Martin Baulig  <martin@ximian.com>
11298
11299         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
11300
11301         * metadata.c (mono_metadata_parse_method_signature): When parsing
11302         a MethodDef which has VarArgs, set sentinelpos.
11303
11304         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
11305         `gint16' since we're using -1 for non-varargs methods.
11306
11307         * reflection.c
11308         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
11309         (method_encode_signature): Added varargs support.
11310         (method_builder_encode_signature): Likewise.
11311         (mono_image_get_varargs_method_token): New static method.
11312         (mono_image_create_method_token): New public method; this is
11313         called via an icall instead of mono_image_create_token() when
11314         calling a varargs method.       
11315
11316 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
11317
11318         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
11319
11320 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
11321
11322         * culture-info-tables.h : Reflecting the latest locale-builder that
11323           fixed empty array representation ({} to {0}).
11324
11325 2004-06-07  Jackson Harper  <jackson@ximian.com>
11326
11327         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
11328         looking up extra gac paths. This allows MONO_GAC_PATH to act
11329         exactly like a prefix.
11330         
11331 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
11332
11333         * reflection.c (mono_reflection_type_from_name): Make a copy of the
11334         type name before modifying it. Fixes #59405.
11335
11336 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
11337
11338         * culture-info.h: added fields for "all datetime patterns".
11339         * locales.c: (  ves_icall_System_Globalization_CultureInfo
11340           _construct_datetime_format ()): fill xxx_patterns fields.
11341         * object.h: added fields for "all datetime patterns" to
11342           MonoDateTimeFormatInfo.
11343         * culture-info-tables.h: reflecting locale-builder updates.
11344
11345 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
11346
11347         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
11348         the event has no add and remove methods. Fixes #59629.
11349
11350 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
11351
11352         * object.c: Fixed possible integer overflow when allocating large
11353         strings.
11354
11355 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
11356
11357         * culture-info-tables.h: reflecting locale-builder updates.
11358
11359 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
11360
11361         * culture-info-tables.h: reflecting locale-builder updates.
11362
11363 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
11364
11365         * culture-info-tables.h: reflecting locale-builder updates.
11366
11367 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
11368
11369         * threads.c: Made Thread.Sleep abortable.
11370
11371 2004-06-02  Martin Baulig  <martin@ximian.com>
11372
11373         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
11374
11375         * debug-mono-symfile.h: Bumped symbol file version number to 37.
11376
11377 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
11378
11379         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
11380
11381 2004-05-30  Jackson Harper  <jackson@ximian.com>
11382
11383         * reflection.c: Do not hardcode assembly versions or public key
11384         tokens anymore. All of this except the corlib section was dead
11385         code anyways.
11386         
11387 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
11388
11389         * object.c (mono_runtime_invoke_array): Automatically create boxed
11390         objects for byref valuetypes if needed. Fixes #59300.
11391         
11392         * object.c (mono_method_return_message_restore): Handle 
11393         MONO_TYPE_OBJECT as well.
11394
11395 2004-05-28  Jackson Harper  <jackson@ximian.com>
11396
11397         * reflection.c: The modified type encoding was causing build
11398         problems. Reverted for now.
11399         
11400 2004-05-28  Jackson Harper  <jackson@ximian.com>
11401
11402         * reflection.c/h: Take an assembly ref so that we dont create
11403         fully qualified names when encoding types in the same assembly as
11404         the custom attribute being emitted.
11405         * appdomain.c: Increment version number.
11406         
11407 2004-05-26  Duncan Mak  <duncan@ximian.com>
11408
11409         * icall.c
11410         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
11411         Set the full version number (major, minor, build, revision).
11412
11413 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
11414
11415         * marshal.c (emit_struct_conv): increment src/dst after blit
11416         (mono_marshal_get_managed_wrapper,
11417         mono_marshal_get_native_wrapper): make sure we have marshalling
11418         info before marshalling params (info computation affects
11419         blittable)
11420
11421         * class.c (class_compute_field_layout): correctly deal with
11422         blittable
11423         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
11424         value types (as per what windows dows by default)
11425         (mono_class_setup_mono_type): System.ValueType is blittable
11426         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
11427         blittable
11428
11429         * marshal.c (mono_marshal_load_type_info): flag types  as
11430         non-blittable if the native layout doesn't match the managed
11431         layout
11432
11433 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11434
11435         * appdomain.c: don't add stuff in the private search path that is
11436         above the application base. If application base is not set, there's
11437         no private search path.
11438
11439 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
11440
11441         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
11442         byref struct arguments in native->managed marshalling.
11443
11444 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
11445
11446         * marshal.c (mono_marshal_get_runtime_invoke): correctly
11447         cache methods using signature (special case for methods
11448         that are value type or string class)
11449         
11450         * image.c (mono_image_close): clean up allocated GSList's
11451         in runtime_invoke_cache.
11452
11453 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11454
11455         * mono-config.c: set the correct path for mono_cfg_dir on windows when
11456         there's no MONO_CFG_DIR environment variable defined.
11457
11458 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11459
11460         * threads.c: windows version must be >= 0x0500 to include OpenThread.
11461
11462 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
11463
11464         * threadpool.c: Really wait for 500ms after the async call, even if the wait
11465           is interrumped.
11466         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
11467           before waiting for it, and call CloseHandle after the wait to unref it.
11468           This will make sure that handles are not disposed too early.
11469
11470 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11471
11472         * appdomain.c:
11473         * appdomain.h:
11474         * icall.c: removed
11475         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
11476         needed now.
11477
11478         * object.c: se the application_base only for the domain that runs
11479         Main. Fixes bug #59216,
11480
11481 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11482
11483         * appdomain.c:
11484         * object.c: only the domain in which Main is run have
11485         SetupInformation.ConfigurationFile set, so moved a few lines from
11486         appdomain.c to object.c.
11487
11488 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11489
11490         * appdomain.c: we tried to load [name].(dll|exe), but according
11491         to bug #57710, we must also try [culture]/[name].(dll|exe) and
11492         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
11493         There's a test case attached to bug #58922.
11494
11495 2004-05-27  Dick Porter  <dick@ximian.com>
11496
11497         * icall.c:
11498         * file-io.c: Implemented icalls for locking and unlocking regions
11499         in a file.
11500         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
11501         FALSE on error (fixes both compiler warning and real bug.)
11502
11503 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
11504
11505         * culture-info-tables.h: reflecting locale-builder updates.
11506
11507           (Added missing ChangeLog entry for 05/26)
11508
11509 2004-05-27  Jackson Harper  <jackson@ximian.com>
11510
11511         * locales.c: Fix some cut and paste errors.
11512         
11513 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11514
11515         * mono-config.c: set the correct path for config. directory on windows.
11516
11517 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
11518
11519         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
11520           on win32.
11521
11522 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
11523
11524         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
11525         from pinvoke functions.
11526         
11527         * marshal.c (mono_ftnptr_to_delegate): Implement this.
11528
11529 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
11530
11531         * culture-info-tables.h: reflecting locale-builder updates.
11532
11533 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
11534
11535         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
11536         #59086.
11537
11538 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
11539
11540         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
11541         * icall.c: Modified icalls for RNG.
11542         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
11543         Windows (CryptoAPI).
11544
11545 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
11546
11547         * locales.c: Fix build.
11548
11549 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
11550
11551         * culture-info-tables.h: reflecting locale-builder updates.
11552
11553 2004-05-25  Jackson Harper  <jackson@ximian.com>
11554
11555         * locales.c: When creating the current culture use the $LANGs
11556         specific culture. So DateTimeFormat and NumberFormat entries are created.
11557         
11558 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
11559
11560         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
11561         a char array as parameter.
11562
11563 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
11564
11565         * image.c: In mono_image_open(), always use an absolute path name to
11566           look for already loaded images.
11567
11568 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
11569
11570         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
11571         missing in the windows build (like older cygwin include files).
11572
11573 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
11574
11575         * icall.c: Fixed check for possible integer overflow in Buffer_
11576         BlockCopy icall. Replaced comments style // by /* */.
11577
11578 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
11579
11580         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
11581         
11582         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
11583         check after MONO_VTADDR. Fixes pinvoke2.exe.
11584
11585         * marshal.h marshal.c metadata.h: Add beginnings of support for
11586         ftnptr -> delegate marshalling.
11587
11588 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
11589
11590         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
11591         * threads.c: Fix warnings.
11592
11593 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
11594
11595         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
11596         * icall.c: Registered icalls for Suspend and Resume.
11597         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
11598           Thread.Abort.
11599         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
11600         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
11601         * process.c: Use WaitForSingleObjectEx.
11602         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
11603           checkpoints.
11604         * threads.c, threads.h: Make use of new Ex wait methods. Improved
11605           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
11606           for Suspend and Resume. Added new mono_thread_stop, used for stoping
11607           background threads. Added basic support for Abort in Windows.
11608           Start new threads using a managed delegate invoke wrapper. This wrapper
11609           has an interruption checkpoint that is needed since an interruption
11610           can be requested before the thread leaves the unmanaged code that starts 
11611           the thread.
11612         * marshal.c: Added interruption checkpoint after every native call, and
11613           also before managed calls for wrappers called from unmanaged code to
11614           go into managed code.
11615         * object.h: Added new field in MonoThread to keep track of interruption
11616           requests.
11617
11618 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
11619
11620         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
11621         calls.
11622
11623 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11624
11625         * appdomain.c:
11626         * assembly.c:
11627         * gc.c:
11628         * locales.c:
11629         * mono-config.c:
11630         * rand.c: getenv -> g_getenv (windows!)
11631
11632         * process.c: complete_path is also used on non-windows platforms.
11633
11634 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11635
11636         * icall.c: new signature for Process_Start.
11637
11638         * process.[ch]: new signature for Process_Start. If we're on windows
11639         and UseShellExecute is false, we have to search for the program by
11640         ourselves if we don't get a full path.
11641
11642 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
11643
11644         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
11645         marshalling and call CleanUpNativeData if needed. Fixes #58646.
11646
11647 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11648
11649         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
11650         Fixes bug #58373.
11651
11652 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11653
11654         * process.c: use double quotes to quote program name and arguments on
11655         windows. Fixes bug #58575.
11656
11657 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11658
11659         * file-io.c: don't return "." and ".." when using windows Find*File.
11660
11661 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
11662
11663         * marshal.c: Don't pass wrappers to message init because method 
11664         addressed used to lookup metadata. part of remoting[2|3] fix.
11665
11666 2004-05-15  Jackson Harper  <jackson@ximian.com>
11667
11668         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
11669         path is essentially the same as MONO_PATH except that it points to
11670         GACs instead of lib directories.
11671         * loader.h: The user gac is gone so we dont need function to
11672         enable/disable it.
11673         * mono-config.c: user gac option is now gone.
11674         
11675 2004-05-15  Jackson Harper  <jackson@ximian.com>
11676
11677         * culture-info.h: Make defines more consistent, add calendar data
11678         to the culture info table.
11679         * culture-info-tables.h: Add basic calendar data. Basically
11680         everyone gets default gregorian until all the data is
11681         updated.
11682         * locales.c: Use the new consistent defines. Set calendar data for
11683         culture info objects.
11684         * object.h: add a field for calendar data to CultureInfo
11685         
11686 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
11687
11688         * image.c: image->runtime_invoke_cache is keyed on signatures now.
11689         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
11690         a signature.
11691         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
11692         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
11693         an extra param that is the pointer of the method to invoke. The IL for
11694         the invoke method is no longer specific to the method, but to the
11695         signature of the method. Thus, we can share the same code for multiple
11696         methods. This reduces the number of methods that have to be compiled.
11697
11698 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
11699
11700         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
11701
11702         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11703
11704         * icall.c: Optimize Buffer.BlockCopy.
11705
11706 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11707
11708         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
11709         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
11710         quote). Changed them to "MMMM yyyy".
11711
11712 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
11713
11714         * rand.c
11715         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
11716
11717 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
11718
11719         * reflection.h: Updated after changes to managed structures.
11720
11721         * appdomain.c: Bump corlib version.
11722
11723 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11724
11725         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
11726         windows.
11727
11728 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11729
11730         * Makefile.am: link to ../os/libmonoos.la on windows.
11731
11732         * assembly.c:
11733                 -If MONO_DEBUG, warn about non-existing directories in
11734                 MONO_PATH.
11735                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
11736                 compile time variable.
11737                 -Removed init_default_path and call mono_set_rootdir from
11738                 libmonoos.a instead (windows only).
11739
11740         * assembly.h: declare mono_assembly_getrootdir().
11741
11742         * domain.c:
11743         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
11744
11745         * loader.c: s/getenv/g_getenv/
11746
11747 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
11748
11749         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
11750
11751         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
11752
11753         * metadata.h: Add new marshalling conversions.
11754
11755         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
11756         function.
11757
11758         * reflection.c (mono_reflection_get_type): Lookup the type in all
11759         modules of a multi-module assembly. Fixes #58291.
11760
11761 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
11762
11763         * threads.c: Before aborting a background, set the StopRequested
11764         state.  This avoids throwing the Abort exception.
11765         In mono_thread_manage, don't continue with the shutdown until all
11766         aborted threads have actually stopped.
11767
11768 2004-05-10  Jackson Harper  <jackson@ximian.com>
11769
11770         * locales.c: Remove the modifier from culture names.
11771         
11772 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11773
11774         * Makefile.am: monosn is not installed any more. It has been deprecated
11775         in favor of sn.
11776
11777 2004-05-07  Jackson Harper  <jackson@ximian.com>
11778
11779         * locales.c
11780         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
11781         Fix array construction, add bailout if the length is 0.
11782
11783 2004-05-07  Dick Porter  <dick@ximian.com>
11784
11785         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
11786         machine doesn't have a DNS entry.  Patch by Urs Muff
11787         (umuff@quark.com), fixes bug 57928.
11788
11789 2004-05-06  Jackson Harper  <jackson@ximian.com>
11790
11791         * reflection.c: Handle null PublicTokens properly. alloc mem for
11792         assembly names culture so we dont crash when freeing it.
11793         
11794 2004-05-06  Jackson Harper  <jackson@ximian.com>
11795
11796         * assembly.c: Check the usergac when loading with partial names.
11797         
11798 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
11799
11800         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
11801         does nothing for now (not required for Linux/Windows) but the class
11802         library can call it (and a newer or modified runtime could need it).
11803         * icall.c: Registred icall.
11804
11805 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11806
11807         * loader.c: prints a message on module loading error we set MONO_DEBUG
11808         environment variable.
11809
11810 2004-05-05  Jackson Harper  <jackson@ximian.com>
11811
11812         * appdomain.c: Handle PublicKeyToken=null properly.
11813         
11814 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
11815
11816         * environment.c|h: Added icall ves_icall_System_Environment_
11817         GetOSVersionString to get the current OS version as a string.
11818         * icall.c: Registred icall.
11819
11820 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
11821
11822         * object.c: in mono_object_get_virtual_method(), take into account that
11823         non-virtual methods don't have a slot in the vtable. Check needed when
11824         the object is a proxy.
11825
11826 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
11827
11828         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
11829         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
11830
11831         * object.c (mono_class_compute_gc_descriptor): Fix warning.
11832
11833         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
11834         passed when a valuetype is expected.
11835
11836         * object.c (mono_unhandled_exception): Only set the exit code if the
11837         exception happens in the main thread. Fixes thread5.exe.
11838
11839         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
11840         invalid names. Fixes #58047.
11841
11842 2004-05-03  Jackson Harper  <jackson@ximian.com>
11843
11844         * assembly.c: This line was committed accidently and is unneeded.
11845         
11846 2004-05-03  Jackson Harper  <jackson@ximian.com>
11847
11848         * icall.c: Add new icall for Assembly::LoadWithPartialName
11849         * assembly.c/.h: new function that probes the GAC to load partial
11850         assembly names by Paolo Molaro.
11851         
11852 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11853
11854         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
11855         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
11856         (type_get_fully_qualified_name): Added PublicKeyToken when building a
11857         full type name.
11858
11859 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11860
11861         * appdomain.c: fixed check for 'neutral' culture and removed warning.
11862         * reflection.c: fix bug when parsing a full type name and Version is not
11863         the last thing in the string.
11864
11865 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
11866
11867         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
11868         crashes when it is freed.
11869
11870 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11871
11872         * assembly.c: print the compat warning to stderr.
11873
11874 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
11875
11876         * assembly.c (mono_assembly_load_references): Add a compatibility
11877         hack to run old applications that might be still referencing the
11878         3300-based assemblies, only do this for System.xxx.
11879
11880 2004-05-01  Jackson Harper  <jackson@ximian.com>
11881
11882         * appdomain.c: If the culture is neutral we set it to "".
11883         
11884 2004-04-29  Jackson Harper  <jackson@ximian.com>
11885
11886         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
11887
11888 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
11889  
11890         * string-icalls.c: added low overhead function for copying chars
11891         * icall.c: added needed icall for the above function
11892  
11893 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11894
11895         * icall.c: fix return value of get_global_assembly_cache.  Implemented
11896         Environment.GetLogicalDrives.
11897
11898 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
11899
11900         * rand.c: try and talk to egd or prngd
11901         for random bytes if opening devices fail.
11902
11903 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
11904
11905         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
11906         alignment for the type using the native alignment of its members 
11907         instead of using klass->min_align.
11908
11909         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
11910
11911 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11912
11913         * file-io.c:
11914         * socket-io.c: added check for sys/aio.h.
11915
11916 2004-04-28  Dick Porter  <dick@ximian.com>
11917
11918         * threads.c: Don't abort a thread thats already aborting, when
11919         terminating everything.
11920
11921 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11922
11923         * icall.c: added 2 new async calls for Socket.
11924
11925         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
11926         IO on *nix systems.
11927
11928         * threadpool.c: removed unused variable.
11929
11930 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
11931
11932         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
11933
11934 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11935
11936         * locales.c: put back string_invariant_tolower () and
11937         string_invariant_toupper ().
11938
11939 2004-04-26 David Waite <mass@akuma.org>
11940
11941         * file-io.h:
11942         * socket-io.h:
11943         * threads.h:
11944         * unicode.h: remove comma from end of enumeration declarations
11945
11946 2004-04-26 David Waite <mass@akuma.org>
11947
11948         * debug-mono-symfile.h:
11949         * decimal.c:
11950         * mono_debug.h:
11951         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
11952
11953
11954 2004-04-26  Jackson Harper  <jackson@ximian.com>
11955
11956         * appdomain.c: Increment version number.
11957         
11958 2004-04-26  Jackson Harper  <jackson@ximian.com>
11959
11960         * appdomain.c: Set assembly references public token value when
11961         PublicKeyToken is specified, not the hash_value. Free public token
11962         values when free assembly name data. Previously the public key
11963         token was hex decoded, however we are using hex encoded public key
11964         tokens, so this is not neccasary.
11965         * assembly.c: Lookup assemblies in the gac if their public token
11966         value is set. Add function to allow enabling user gac
11967         lookups. Specify whether or not the assembly was loaded from the
11968         GAC. Compare full assembly names when checking the cache for
11969         assemblies (Temporarily disabled see comment in code). Remove
11970         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
11971         specifies trace-loader they get extra info to stdout on the
11972         loading of assemblies.
11973         * image.h: Add a field for an assembly references public token
11974         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
11975         whether an assembly has been loaded from the GAC.
11976         * image.c: Remove a corlib -> mscorlib name mapping.
11977         * loader.h: Add function to enable/disable the user gac.
11978         * mono-config.c: Check if the usergac is enabled in the config
11979         file.
11980         * icall.c: New icall to determine whether or not an assembly has
11981         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
11982         * tabldefs.h: Add constant for assemblyref flag that specifies a
11983         full public key is used instead of a public token.
11984         * reflection.c: Remove mscorlib -> corlib mappings. Set
11985         PublicTokenValue instead of hash value. This value is a hex
11986         string so it does not need to be expanded.
11987
11988 2004-04-26  Martin Baulig  <martin@ximian.com>
11989
11990         * mono-debug-debugger.c (mono_debugger_initialize): Set
11991         `mono_debugger_initialized' before calling mono_debug_lock().
11992
11993 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
11994
11995         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
11996           InternalToUpper/InternalToLower.
11997         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
11998           removed invariant culture shortcut.  This is now done in managed code.
11999         * locales.c: (string_invariant_toupper/tolower) removed.
12000
12001 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12002
12003         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
12004         Added Poll internal call.
12005
12006         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
12007         call for Poll. Select was too heavy for polling a single socket.
12008
12009         * threadpool.[ch]: added mono_threadpool_cleanup.
12010         * threads.c: use it. Don't use Thread_Abort on windows.
12011
12012 2004-04-23  Martin Baulig  <martin@ximian.com>
12013
12014         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
12015
12016 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
12017
12018         * icall.c: Registred new icalls for key pair protection and added an
12019         icall for Environment.GetFolderPath on Windows.
12020         * security.c|h: Added new icalls for key pair protection.
12021
12022 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12023
12024         * socket-io.c: don't display the non-supported family warning for known
12025         families. Now this is not displayed on windows when checking support
12026         for IPv4/IPv6.
12027
12028 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12029
12030         * class.c: don't display the layout warning for static fields.
12031
12032 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
12033
12034         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
12035         * locales.c, locales.h: Added new icalls for culture-specific
12036         Char.ToLower and Char.ToUpper.
12037
12038 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12039
12040         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
12041         by David Waite.
12042
12043 2004-04-20  Martin Baulig  <martin@ximian.com>
12044
12045         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
12046         of the type name before passing it to mono_reflection_type_from_name().
12047
12048 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
12049
12050         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
12051         encodings here. Fixes #56965.
12052
12053 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
12054
12055         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12056         fix test on strstr result not that I can see anything that
12057         relies on the result.
12058
12059 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
12060
12061         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
12062         Fixes #57081.
12063
12064         * marshal.c (mono_marshal_get_string_encoding): New helper function.
12065
12066         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
12067         function to determine which marshalling to use for strings. Fixes
12068         #56965.
12069
12070         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
12071
12072         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
12073
12074 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
12075
12076         * icall.c: #include mono-config.h
12077
12078 2004-04-15  Jackson Harper  <jackson@ximian.com>
12079
12080         * culture-info-tables.h: Fix date formats for en-US culture.
12081         
12082 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
12083
12084         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
12085         ThreadPool.SetMinThreads.
12086         * threadpool.c: Implemented ThreadPool.GetMinThreads and
12087         ThreadPool.SetMinThreads.
12088
12089 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12090
12091         * mono-config.c: also load the .config file in the directory
12092         where the assembly was found.
12093
12094 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
12095
12096         * assembly.c: load per-assembly config files.
12097         * icall.c: decrapified code to get the config dir and moved to
12098         mono-config.c.
12099         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
12100         per-assembly config files. When doing a dll map lookup give precedence
12101         to the per-assembly data.
12102
12103 2004-04-14  Martin Baulig  <martin@ximian.com>
12104
12105         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
12106         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
12107         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
12108
12109         * mono-debugger-debugger.c: While the debugger is locked, remember
12110         whether the symbol tables have changes and send one single
12111         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
12112
12113 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
12114
12115         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
12116
12117         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
12118         function.
12119
12120         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
12121         account when marshalling string arrays. Fixes #56965.
12122
12123 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
12124
12125         * icall.c: Add new icalls mapping for security.
12126         * security.c|h: Add internal calls for WindowsIdentity,
12127         WindowsImpersonationContext and WindowsPrincipal.
12128
12129 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
12130
12131         * class.c: Added comment to ensure the System.MonoDummy class
12132         is removed when no longer necessary
12133
12134 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
12135
12136         * appdomain.c: Pass arguments to the bootstraping exceptions to
12137         minimize JITed methods at boot
12138
12139         * metadata.c (mono_exception_from_name_two_strings): Allow for the
12140         second string to be null.
12141
12142         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12143         Change the protocol to minimize the JIT methods at startup.  Now
12144         it Returns the internal codepage, if the value of "int_code_page"
12145         is 1 at entry, and we can not compute a suitable code page
12146         number, returns the code page as a string.
12147
12148 2004-04-13  Jackson Harper  <jackson@ximian.com>
12149
12150         * culture-info-tables.h: Fix number of decimal digits for all
12151         english locales.
12152
12153 2004-04-13  Jackson Harper  <jackson@ximian.com>
12154
12155         * icall.c: Clairfy out of sync error message. It is not always
12156         your corlib that is out of sync.
12157
12158 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
12159
12160         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
12161         properties when only the set accessor is overriden. Fixes #55874.
12162
12163 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
12164
12165         * assembly.c (mono_assembly_load_references): Make this thread safe.
12166         Fixes #56327.
12167
12168 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
12169
12170         * monosn.c: Add missing initialization calls.
12171
12172 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
12173
12174         * locales.c:
12175         ves_icall_System_Globalization_CultureInfo_construct_number_format
12176         Fix g_assert so it compiles on fussier compilers re int/ptr
12177         mismatch
12178
12179 2004-04-08  Dick Porter  <dick@ximian.com>
12180
12181         * socket-io.h:
12182         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
12183         53992.  Also rearrange the code so that the internal calls return
12184         an error value and exceptions are thrown from managed code.
12185
12186         * icall.c: Add type info to the socket icalls.
12187
12188 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12189
12190         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
12191         owes me a beer.
12192
12193 2004-04-07  Martin Baulig  <martin@ximian.com>
12194
12195         * class.c (mono_class_from_generic_parameter): Don't default
12196         `klass->parent' to `mono_defaults.object_type'.
12197
12198 2004-04-07  Martin Baulig  <martin@ximian.com>
12199
12200         * reflection.c (mono_reflection_initialize_generic_parameter): Set
12201         `param->pklass->reflection_info'.       
12202
12203 2004-04-07  Jackson Harper  <jackson@ximian.com>
12204
12205         * culture-info-tables.h: Fix date separator symbol.
12206         
12207 2004-04-07  Martin Baulig  <martin@ximian.com>
12208
12209         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
12210         from System.Type to System.MonoType.
12211
12212 2004-04-07  Martin Baulig  <martin@ximian.com>
12213
12214         * reflection.h
12215         (MonoReflectionGenericParam): Added `has_reference_type' and
12216         `has_value_type' fields.
12217
12218         * reflection.c (mono_image_get_generic_param_info): Encode the
12219         correct flags if we have the `class' or `struct' constraint.
12220
12221 2004-04-07  Martin Baulig  <martin@ximian.com>
12222
12223         * reflection.h
12224         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
12225
12226 2004-04-07  Jackson Harper  <jackson@ximian.com>
12227
12228         * appdomain.c: Revert extra patches, just wanted to bump the
12229         version number.
12230         
12231 2004-04-07  Jackson Harper  <jackson@ximian.com>
12232
12233         * Makefile.am: Add culture-info private headers.
12234         * icall.c: Add new icalls for contructing locales.
12235         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
12236         * locales.h: Declare new culture info construction methods.
12237         * object.h: Add new fields used to avoid the CultureMap to
12238         MonoCultureInfo.
12239         * culture-info.h: Definition of structs used in the culture info
12240         tables.
12241         * culture-info-tables.h: Autogenerated tables that contain culture
12242         info data. This file was generated with the locale-builder tool.
12243         * appdomain.c: Incement corlib version number.
12244         
12245 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
12246
12247         * appdomain.c: (mono_runtime_init) move mono_thread_init
12248         to before mono_object_new calls so critical sections
12249         are initialized before use.
12250
12251 2004-04-07  Martin Baulig  <martin@ximian.com>
12252
12253         * icall.c
12254         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
12255         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
12256         (ves_icall_MonoGenericParam_initialize): Removed.
12257         (monogenericparam_icalls): Removed.
12258         (generictypeparambuilder_icalls): Added new table for
12259         System.Reflection.Emit.GenericTypeParameterBuilder.
12260
12261         * reflection.c
12262         (mono_reflection_define_generic_parameter): Removed.
12263         (mono_reflection_initialize_generic_parameter): This is now called
12264         from GenericTypeParameterBuilder's .ctor.
12265
12266 2004-04-06  Martin Baulig  <martin@ximian.com>
12267
12268         * class.c (mono_class_init): Don't inflate nested classes in a
12269         generic instance.
12270         (mono_type_get_name_recurse): Include the generic arguments for
12271         generic instances and generic type declarations.
12272         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
12273         (_mono_class_get_instantiation_name): Removed.
12274         (mono_class_create_generic): Always use `gklass->name' as our name.
12275
12276         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
12277
12278         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
12279         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
12280         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
12281         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
12282         closed generic methods here.
12283
12284         * reflection.c
12285         (mono_reflection_generic_inst_get_nested_types): Removed.
12286         (inflate_mono_method): Copy the generic parameters from the
12287         MonoMethodHeader into out MonoGenericMethod.
12288
12289 2004-04-06  Martin Baulig  <martin@ximian.com>
12290
12291         * row-indexes.h
12292         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
12293
12294         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
12295
12296         * reflection.c (build_compressed_metadata): If we have any entries
12297         in the GenericParam, MethodSpec or GenericParamConstraint tables,
12298         set the header version to 1.1.
12299
12300 2004-04-06  Martin Baulig  <martin@ximian.com>
12301
12302         * class.c (mono_class_init): If we're a generic instance,
12303         initialize our nested classes, too.
12304         (_mono_class_get_instantiation_name): Deal with the new `!%d'
12305         suffix. 
12306
12307 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12308
12309         * process.c: quote the argument passed to the shell on windows.
12310
12311 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
12312
12313         * threads.c (mono_alloc_special_static_data): Allow this to be
12314         called during startup.
12315
12316 2004-04-02  Martin Baulig  <martin@ximian.com>
12317
12318         * icall.c
12319         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
12320
12321 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
12322
12323         * icall.c: Fix build.
12324
12325 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
12326
12327         * Makefile.am: Added security.c|h.
12328         * icall.c: Added icall for get_UserName;
12329         * security.c: New file for security related icalls. Added function
12330         get_UserName for System.Environment (fix #56144).
12331         * security.h: New. Header file for security.c
12332
12333 2004-04-02  Dick Porter  <dick@ximian.com>
12334
12335         * icall.c: Deleted the icalls that were obsoleted some time ago
12336         by the ICU string code, and which were mixed into the icall
12337         rearranging.  Fixes bug 55969.
12338
12339         * string-icalls.h: 
12340         * string-icalls.c: Deleted the code that those icalls reference.
12341
12342 2004-04-01  Martin Baulig  <martin@ximian.com>
12343
12344         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
12345
12346         * class.c (mono_class_from_generic_parameter): Don't set 
12347         TYPE_ATTRIBUTE_INTERFACE.
12348         (my_mono_class_from_generic_parameter): Likewise.
12349
12350 2004-04-01  Martin Baulig  <martin@ximian.com>
12351
12352         * loader.c (find_method): Added an optional `MonoClass *ic'
12353         argument to search in a specific interface.
12354         (mono_get_method_constrained): New public function.
12355
12356 2004-04-01  Martin Baulig  <martin@ximian.com>
12357
12358         * reflection.c (mono_image_get_generic_field_token): Use the
12359         `handleref' cache here.
12360
12361 2004-04-01  Martin Baulig  <martin@ximian.com>
12362
12363         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
12364
12365         * reflection.c (create_generic_typespec): Use the `typespec' hash
12366         here, not the `typeref' one.    
12367
12368 2004-04-01  Martin Baulig  <martin@ximian.com>
12369
12370         * class.c (mono_class_inflate_generic_type): Moved the
12371         functionality into a new static inflate_generic_type() which
12372         returns NULL if it didn't do anything.  Only increment the
12373         `mono_stats.inflated_type_count' if we actually inflated
12374         something.
12375         (mono_class_get_full): Check the classes type to see whether we
12376         need to inflate it; also inflate MONO_TYPE_(M)VAR.
12377
12378 2004-04-01  Jackson Harper  <jackson@ximian.com>
12379
12380         * reflection.c: Set culture for assembly references.
12381         
12382 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
12383
12384         * reflection.[ch], icall.[ch], Fix support for pinning variables.
12385
12386 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12387
12388         * assembly.c:
12389         (do_mono_assembly_open): the critical section also covers
12390         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
12391
12392 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12393
12394         * threads.c:
12395         (mono_manage_threads): abort the background threads when finishing.
12396         Fixes bug #47232.
12397
12398 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12399
12400         * gc.c: only close the done_event handle if there was no timeout.
12401         C-ified comments.
12402
12403 2004-03-30  Martin Baulig  <martin@ximian.com>
12404
12405         * icall.c (icall_entries): It's called "System.Activator", not
12406         "System.Activation".    
12407
12408 2004-03-30  Martin Baulig  <martin@ximian.com>
12409
12410         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
12411         (mono_class_create_from_typespec): Likewise.
12412
12413 2004-03-30  Martin Baulig  <martin@ximian.com>
12414
12415         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
12416         `has_ctor_constraint' and `initialized'.
12417
12418 2004-03-30  Martin Baulig  <martin@ximian.com>
12419
12420         * reflection.c (encode_new_constraint): New static function to add
12421         the constructor constraint attribute to a type parameter.
12422         (encode_constraints): Call encode_new_constraint() if necessary.
12423
12424         * reflection.h
12425         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
12426
12427         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
12428         
12429 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
12430
12431         * reflection.c, icall.c: add support for pinning variables. 
12432
12433 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
12434
12435         * marshal.c (mono_marshal_get_managed_wrapper):
12436         init bool local with zero rather than null.
12437
12438 2004-03-29  Martin Baulig  <martin@ximian.com>
12439
12440         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
12441         the "official" behavior here.
12442         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
12443
12444 2004-03-29  Martin Baulig  <martin@ximian.com>
12445
12446         * icall.c: Reflect latest API changes.
12447
12448 2004-03-29  Martin Baulig  <martin@ximian.com>
12449
12450         * loader.c (mono_get_method_from_token): Also call
12451         mono_metadata_load_generic_params () for abstract and interface
12452         methods; replace the type arguments in the method signature with
12453         the ones which are loaded from the metadata.
12454
12455 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
12456
12457         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
12458         of the lock is not the current thread. MS.NET don't do it, in spite of
12459         what the documentation says. See bug #56157.
12460
12461 2004-03-28  Martin Baulig  <martin@ximian.com>
12462
12463         * class.c (mono_class_init): Don't call init_properties() and
12464         init_events() for generic instances; set `prop->parent' when
12465         inflating properties.
12466
12467         * reflection.c (mono_generic_inst_get_object): Call
12468         `mono_class_init (ginst->klass)'.
12469         (mono_type_get_object): Only create a MonoGenericInst if your
12470         generic type is a TypeBuilder.
12471         (do_mono_reflection_bind_generic_parameters): Only set
12472         `ginst->is_dynamic' if our generic type is a TypeBuilder.
12473
12474 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
12475
12476         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
12477         Fixes #56091.
12478
12479 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12480
12481         * icall.c: added Kill_internal icall.
12482         * process.[ch]: added Kill_internal icall.
12483
12484 2004-03-25  Martin Baulig  <martin@ximian.com>
12485
12486         * class.h (MonoStats): Added `generic_instance_count',
12487         `inflated_method_count', `inflated_type_count' and
12488         `generics_metadata_size'.       
12489
12490 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12491
12492         * reflection.c: no warnings now.
12493
12494 2004-03-25  Martin Baulig  <martin@ximian.com>
12495
12496         * class.c (mono_class_get_full): New public function; does a
12497         mono_class_get(), but also takes a `MonoGenericContext *'.
12498
12499         * loader.c (mono_field_from_memberref): Renamed to
12500         `field_from_memberref', made static and added `MonoGenericContext *'
12501         argument.
12502         (mono_field_from_token): Added `MonoGenericInst *' argument.
12503         (method_from_memberef): Likewise.
12504         (mono_get_method_from_token): Likewise.
12505         (mono_get_method_full): New public function; does a
12506         mono_get_method(), but also takes a `MonoGenericContext *'.
12507
12508         * verify.c (mono_method_verify): Get the method's generic context
12509         and pass it to mono_field_from_token(), mono_get_method_full() and
12510         mono_class_get_full().
12511
12512 2004-03-25  Martin Baulig  <martin@ximian.com>
12513
12514         * class.c (mono_class_inflate_generic_type): Take a
12515         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
12516         `MonoGenericMethod *'.
12517
12518 2004-03-25  Martin Baulig  <martin@ximian.com>
12519
12520         * loader.h (MonoMethodInflated): Store the MonoGenericContext
12521         instead of the MonoGenericMethod here.
12522
12523 2004-03-25  Martin Baulig  <martin@ximian.com>
12524
12525         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
12526         each time we create a new MonoGenericInst, we also create a new
12527         context which points back to us.
12528
12529         * class.c (inflate_method): Use `ginst->context' instead of
12530         creating a new context.
12531
12532         * loader.c (method_from_memberref): Use
12533         `klass->generic_inst->context' instead of creating a new context.
12534
12535 2004-03-25  Martin Baulig  <martin@ximian.com>
12536
12537         * class.h (MonoGenericContext): New struct.
12538         (MonoGenericMethod): Removed `generic_inst'.
12539
12540         * class.c (mono_class_inflate_generic_method): Take a
12541         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
12542
12543 2004-03-25  Martin Baulig  <martin@ximian.com>
12544
12545         * loader.h (MonoMethodInflated): New typedef.
12546
12547         * metadata.h (MonoMethodSignature): Removed `gen_method', make
12548         `generic_param_count' consume just 30 bits, added `is_inflated'
12549         and `has_type_parameters' flags (one bit each).
12550
12551         * class.c (mono_class_inflate_generic_method): Create a
12552         MonoMethodInflated instead of a MonoMethodNormal and set
12553         `is_inflated' in the method signature.
12554
12555         * class.h (MonoGenericMethod): Removed `generic_method'.
12556
12557 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
12558
12559         * image.c: Make sure the name of a MonoImage is always an absolute path.
12560           This fixes bug #54415.
12561
12562 2004-03-24  Martin Baulig  <martin@ximian.com>
12563
12564         * class.c (mono_class_setup_vtable): If we're a generic instance,
12565         use our generic type's vtable size.
12566
12567 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
12568
12569         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
12570         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
12571         problems.
12572
12573 2004-03-23  Martin Baulig  <martin@ximian.com>
12574
12575         * class.h (MonoDynamicGenericInst): Added `int count_events' and
12576         `MonoEvent *events'.
12577
12578         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
12579         (typebuilder_icalls): Added "get_event_info"; calls
12580         mono_reflection_event_builder_get_event_info(). 
12581
12582         * reflection.c (mono_reflection_generic_inst_initialize): Added
12583         `MonoArray *events'.
12584         (mono_reflection_event_builder_get_event_info): New function.
12585
12586 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
12587
12588         * object.h: add mono_type_initialization_init
12589
12590         * object.c (mono_runtime_class_init): 
12591         implement class constructor synchronization rules
12592         to cope with threading issues.  
12593         add mono_type_initialization_init
12594
12595         * appdomain.c (mono_runtime_init): call 
12596         mono_type_initialization_init
12597
12598         * class.h: removing initializing field from MonoVTable
12599
12600 2004-03-23  Martin Baulig  <martin@ximian.com>
12601
12602         * class.c (my_mono_class_from_generic_parameter): Use
12603         `param->name' if it's not NULL. 
12604
12605 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
12606
12607         * class.c: do not insert non-virtual methods in the vtable.
12608         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
12609         that means the method is non-virtual. This never would have
12610         happened before.
12611
12612 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
12613
12614         * profiler.c: Added lock for accessing coverage_hash.
12615
12616 2004-03-22  Martin Baulig  <martin@ximian.com>
12617
12618         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
12619         `method->method->signature->generic_param_count != 0' to make it
12620         work for interface methods.
12621
12622 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12623
12624         * process.c: quote the string passed to the shell using g_shell_quote.
12625
12626 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12627
12628         * threads.c:
12629         (mono_threads_manage): don't remove the finalizer thread and self
12630         from the threads hash table so that mono_thread_manage can be called
12631         more than once.
12632
12633 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12634
12635         * process.c: quote the arguments when UseShellExecute is true. Fixes
12636         bug #55790.
12637
12638 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12639
12640         * threads.c: set mono_thread_detach as a cleanup routine for every
12641         thread. This way it's always executed upon thread termination, either
12642         aborted or finished normally. No more xsp hangs!
12643
12644 2004-03-17  Martin Baulig  <martin@ximian.com>
12645
12646         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
12647         `int count_nested' and a `MonoType **nested'.
12648
12649         * reflection.c (mono_reflection_bind_generic_parameters): Moved
12650         most of the functionality into a new static
12651         do_mono_reflection_bind_generic_parameters() and don't take a
12652         `MonoType *nested_in' argument any more.  Don't compute nested
12653         types here.
12654         (mono_reflection_generic_inst_get_nested_types): New public method
12655         to get nested types.
12656
12657         * class.c (mono_class_create_generic): Set `klass->nested_in' if
12658         we're a nested class.
12659
12660         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
12661         mono_reflection_generic_inst_get_nested_types() to compute the
12662         nested types.
12663
12664 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
12665
12666         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
12667         descriptive error message under windows.
12668         
12669 2004-03-17  Martin Baulig  <martin@ximian.com>
12670
12671         * class.c (dup_type): Added `const MonoType *original' argument;
12672         copy the attrs from the original type.
12673
12674 2004-03-17  Martin Baulig  <martin@ximian.com>
12675
12676         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
12677         `m->generic_inst_cache' here.
12678
12679 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
12680
12681         * exception.h exception.c: Add stack_overflow_exception.
12682
12683 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12684
12685         * threadpool.c:
12686         (overlapped_callback): call SetEvent *after* invoking the callback.
12687         No need to call CloseHandle.
12688
12689 2004-03-16  Martin Baulig  <martin@ximian.com>
12690
12691         * reflection.c (mono_image_get_fieldref_token): Take a
12692         `MonoReflectionField *' instead of a `MonoClassField *' and a
12693         `MonoClass *'; store the `MonoReflectionField *' in the hash.
12694
12695 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12696
12697         * appdomain.c: don't add the culture to the filename we're looking for
12698         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
12699
12700 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12701
12702         * locales.c: don't ignore symbols when doing case insensitive compares.
12703         Thanks Dick! Fixes bug #54046.
12704
12705         * threads.c: surround 'threads' usage with enter/leave in
12706         mono_thread_manage.
12707
12708 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
12709
12710         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
12711         implicitly marshalled as [Out]. Fixes #55450.
12712
12713         (mono_marshal_get_runtime_invoke): Zero out the result if there is
12714         an exception.
12715
12716 2004-03-16  Martin Baulig  <martin@ximian.com>
12717
12718         * class.c (mono_class_from_generic_parameter): Use the actual
12719         parameter name. 
12720
12721 2004-03-16  Martin Baulig  <martin@ximian.com>
12722
12723         * reflection.c (type_get_signature_size): New static function.
12724         Compues the size of the type in a method signature.
12725         (method_get_signature_size): New static function; calls
12726         type_get_signature_size() to compute the actual size of the
12727         method's signature.
12728         (method_encode_signature): Use method_get_signature_size() to get
12729         the signature's size rather than using `nparams * 10'.
12730
12731 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12732
12733         * file-io.h: define here WapiOverlapped on windows. I don't want the
12734         regular OVERLAPPED one.
12735
12736         * file-io.c:
12737         * threadpool.c: somehow, BindIoCompletionCallback is not found.
12738         Disabling AIO on windows.
12739
12740 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12741
12742         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
12743         bug #55385.
12744
12745 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12746
12747         * appdomain.c: upgraded corlib version.
12748
12749         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
12750         and BeginWrite. Allow opening files for asynchrnous operations.
12751
12752         * file-io.h: new struct that maps FileStreamAsyncResult.
12753         * icall.c: added new icalls.
12754         * process.[ch]: support setting child process environment variables
12755         and use the SHELL or COMSPEC when UseShellExecute is true.
12756
12757         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
12758         callback for async. IO is here and also BindHandle.
12759
12760         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
12761         from here.
12762
12763 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
12764
12765         * reflection.c (create_custom_attr): Allow len == 0.
12766
12767         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
12768         computation on big-endian machines.
12769
12770 2004-03-13  Martin Baulig  <martin@ximian.com>
12771
12772         * class.h (MonoGenericInst): Added `int count_ifaces'.
12773
12774         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
12775         `ginst->count_ifaces' instead `klass->interface_count' since we
12776         may get called before the vtable is created.
12777
12778         * loader.c (mono_method_get_param_names): If we're a generic
12779         instance, return and don't initialize the class.
12780
12781         * reflection.c (mono_reflection_setup_generic_class): Don't call
12782         ensure_runtime_vtable().
12783         (mono_reflection_bind_generic_parameters): Set
12784         `ginst->count_ifaces'.
12785
12786 2004-03-11  Jackson Harper <jackson@ximian.com>
12787
12788         * icall.c:
12789         * unicode.c:
12790         * unicode.h: Remove unused System.Char icalls.
12791         
12792 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
12793
12794         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
12795         code when we P/Invoke the first library in Windows.Forms, instead
12796         of when we first open the assembly.
12797
12798         * assembly.c: Drop the lookup from here.
12799
12800 2004-03-10  Martin Baulig  <martin@ximian.com>
12801
12802         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
12803         class for properties, fields and events.  Finally fixes #54945.
12804
12805 2004-03-10  Martin Baulig  <martin@ximian.com>
12806
12807         * metadata.c (mono_metadata_class_equal): New static function;
12808         checks whether two generic instances or two generic parameters are
12809         equal.
12810         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
12811         compare classes.        
12812
12813 2004-03-10  Martin Baulig  <martin@ximian.com>
12814
12815         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
12816
12817         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
12818         argument and write it into the `reflection_info' field.
12819
12820         * icall.c
12821         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
12822         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
12823
12824 2004-03-09  Jackson Harper  <jackson@ximian.com>
12825
12826         * char-conversions.h: use 8 bits for numeric data its all we need
12827         * icall.c: numeric data is only 8 bits now.
12828
12829 2004-03-09  Martin Baulig  <martin@ximian.com>
12830
12831         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
12832
12833         * class.c (init_properties, init_events): Initialize the new
12834         `parent' field.
12835
12836         * reflection.c (typebuilder_setup_properties): Likewise.
12837         (typebuilder_setup_events): Likewise.
12838
12839         * reflection.h (MonoEventInfo): Replaced `parent with
12840         `declaring_type' and `reflected_type'.
12841
12842         * icall.c (ves_icall_get_property_info): Distinguish between
12843         declaring and reflected type.
12844         (ves_icall_get_event_info): Likewise.
12845
12846 2004-03-09  Martin Baulig  <martin@ximian.com>
12847
12848         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
12849         (ves_icall_Type_GetField): Correctly set field->klass.
12850
12851 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
12852
12853         * loader.h: Fix warning.
12854
12855 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
12856
12857         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
12858         library routine if present.  Notice that it will still continue
12859         executing even if its missing, for those working on the Gtk#
12860         edition of Windows.Forms.
12861
12862         * assembly.c (do_mono_assembly_open): If loading the
12863         System.Windows.Forms call mono_loader_wini_init.
12864
12865 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
12866
12867         * class.h: Added MonoRemoteClass struct.
12868         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
12869         function for MonoStrings.
12870         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
12871         Added internal call for getting the proxy type.
12872         * marshal.c: Get the type of transparent proxies from its remote_class.
12873         Added methods that generate the IL for type checks and casts:
12874         mono_marshal_get_isinst, mono_marshal_get_castclass, 
12875         mono_marshal_get_proxy_cancast.
12876         * marshal.h: Declaration of the previous new methods.
12877         * object.c: Added new moethods for creating and updating MonoRemoteClass
12878         instances: mono_remote_class, mono_upgrade_remote_class, 
12879         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
12880         * verify.c: FIx transparent_proxy_fields layout.
12881         * appdomain.c: Bump corlib version.
12882
12883 2004-03-04  Jackson Harper  <jackson@ximian.com>
12884
12885         * icall.c: Add icall to access char conversion tables.
12886         * char-conversions.h: Character conversion tables.
12887         * Makefile.am: Add char-conversions.h private header file.
12888         
12889 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
12890
12891         * appdomain.c (unload_thread_main): Increase unloading timeout to
12892         10 sec as a temporary workaround for Nant problems.
12893
12894 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
12895
12896         * gc.c: Add checks for GC_enable and GC_disable.
12897
12898         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
12899         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
12900         (bug #54988).
12901         
12902 2004-02-27  Martin Baulig  <martin@ximian.com>
12903
12904         * reflection.c (mono_reflection_bind_generic_parameters): Take a
12905         `MonoReflectionType *' instead of a `MonoType *'.
12906
12907 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
12908
12909         * gc.c (run_finalize): Avoid finalizing the object representing the
12910         finalizer thread.
12911         (finalizer_thread): Fix warning.
12912
12913 2004-02-25  Martin Baulig  <martin@ximian.com>
12914
12915         * class.c (_mono_class_get_instantiation_name): Added `int offset'
12916         argument for nested types.
12917         (mono_class_create_generic): Added support for nested generictypes.
12918
12919         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
12920         `GList *nested'.
12921
12922         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
12923
12924         * reflection.c (method_encode_signature): Increase the minimum
12925         value of `size' from 10 to 11.
12926         (mono_reflection_bind_generic_parameters): Take `int type_argc'
12927         and `MonoType **types' arguments instead of the `MonoArray
12928         *types'; added `MonoType *nested_in'.  Recursively instantiate
12929         nested classes. 
12930
12931 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
12932
12933         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
12934         stack_overflow_ex members which are used by exception handling.
12935
12936         * appdomain.c (mono_runtime_init): Initialize the new members.
12937
12938         * gc.c (mono_gc_enable): New helper function.
12939         * gc.c (mono_gc_disable): New helper function.
12940
12941 2004-02-23  Martin Baulig  <martin@ximian.com>
12942
12943         * icall.c: I must have been really stupid - make it actually work
12944         this time ;-)
12945
12946 2004-02-23  Martin Baulig  <martin@ximian.com>
12947
12948         * loader.c (method_from_memberref): Only inflate the method if
12949         it's in another klass.
12950
12951 2004-02-23  Martin Baulig  <martin@ximian.com>
12952
12953         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
12954         (mono_class_init): If we're a generic instance and an interface,
12955         compute `class->interface_id'; also create `class->interfaces'
12956         here and inflate them.
12957
12958         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
12959         `ginst->is_open'.
12960         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
12961
12962         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
12963
12964 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
12965
12966         * reflection.c (method_encode_code): Improved the error message
12967         generated by the exception.
12968
12969 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12970
12971         * icall.c: Martin did not do what he said in the ChangeLog for
12972         2004-02-18, but put back the changes for properties and events.
12973         Commenting those changes out again and adding comment to bug #54518.
12974         
12975         * process.c: removed warning.
12976
12977 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
12978
12979         * marshal.c (emit_struct_conv): Print an error message instead of
12980         asserting when a type does not have the StructLayout attribute.
12981
12982 2004-02-20  Martin Baulig  <martin@ximian.com>
12983
12984         * reflection.c (mono_type_get_object): Also use the cache for
12985         generic instances.
12986         (mono_reflection_bind_generic_parameters): Always compute
12987         `ginst->ifaces'.        
12988
12989 2004-02-20  Martin Baulig  <martin@ximian.com>
12990
12991         * class.h (MonoGenericMethod): Removed `klass'.
12992
12993         * class.c (mono_class_inflate_generic_method): Added `MonoClass
12994         *klass' argument.
12995
12996 2004-02-20  Martin Baulig  <martin@ximian.com>
12997
12998         * reflection.c (method_encode_methodspec): Actually use the
12999         uninflated signature for the memberref.
13000
13001 2004-02-20  Martin Baulig  <martin@ximian.com>
13002
13003         * class.h (MonoGenericMethod): Removed `declaring'.
13004
13005         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
13006         is NULL, compute it here.
13007
13008 2004-02-20  Martin Baulig  <martin@ximian.com>
13009
13010         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
13011
13012         * metadata.c (mono_metadata_generic_inst_hash): New method.
13013         (mono_metadata_generic_inst_equal): New method.
13014
13015         * reflection.c (mono_reflection_bind_generic_parameters): Use the
13016         `klass->image->generic_inst_cache' cache to avoid creating
13017         duplicate MonoGenericInst's.
13018
13019         * class.c (mono_class_inflate_generic_type): Use the cache.
13020
13021 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
13022
13023         * object.c: fixed gc descriptor calculation for embedded valuetypes.
13024
13025 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13026
13027         * icall.c: added Socket.WSAIoctl icall.
13028
13029         * socket-io.[ch]: implemented
13030         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
13031
13032 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
13033
13034         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
13035
13036 2004-02-18  Urs C Muff  <umuff@quark.com>
13037
13038         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
13039         this work on PPC and other big-endian architectures.
13040
13041         * debug-mono-symfile.h: Prepended the names of all the `guint32'
13042         fields with an underscore to make sure they're only accessed by
13043         the read32() macro.
13044
13045 2004-02-18  Martin Baulig  <martin@ximian.com>
13046
13047         * icall.c: Put the klass->refclass changes back for methods and
13048         fields, but not for properties and events.  We're currently not
13049         distinguishing between DeclaringType and ReflectedType for
13050         properties and events, that's what caused the regressions.
13051
13052 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13053
13054         * object.c:
13055         (mono_async_result_new): the handle can be NULL.
13056
13057         * threadpool.c: Use an event instead of a semaphore, don't initialize
13058         it until needed. This saves quite a few semaphores from being created
13059         when using the threadpool.
13060
13061 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
13062
13063         * object.c (mono_string_is_interned_lookup): Fix interning of long
13064         strings. Fixes #54473.
13065
13066         * domain.c (ldstr_equal): Optimize if the two strings are equal.
13067
13068         * icall.c: Revert the klass->refclass changes since they introduce
13069         regressions (bug #54518).
13070
13071 2004-02-18  Martin Baulig  <martin@ximian.com>
13072
13073         * class.c (mono_class_init): If we're a generic instance and don't
13074         come from a TypeBuilder, inflate our members here.
13075         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
13076         (mono_class_create_generic): New public method.
13077         (mono_class_initialize_generic): Removed.
13078         (get_instantiation_name): Renamed to
13079         _mono_class_get_instantiation_name() and made it public.
13080
13081 2004-02-18  Martin Baulig  <martin@ximian.com>
13082
13083         * class.c (mono_class_inflate_generic_type): Clear the new
13084         instance's `nginst->klass' when inflating a generic instance.
13085         (mono_class_is_subclass_of): Added (basic) support for generic
13086         instances.
13087
13088 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
13089
13090         * appdomain.h, domain.c: use a MonoCodeManager instead of a
13091         MonoMempool to hold compiled native code.
13092
13093 2004-02-17  Martin Baulig  <martin@ximian.com>
13094
13095         * class.h (MonoDynamicGenericInst): Added `count_properties' and
13096         `properties'.
13097
13098         * reflection.c (mono_reflection_generic_inst_initialize): Added
13099         `MonoArray *properties' argument.
13100
13101         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
13102
13103 2004-02-17  Martin Baulig  <martin@ximian.com>
13104
13105         * icall.c (ves_icall_Type_GetFields): Renamed to
13106         ves_icall_Type_GetFields_internal() and added a
13107         `MonoReflectionType *rtype' argument; pass it to
13108         mono_field_get_object() to set the field's "reflected" type.
13109         (ves_icall_Type_GetConstructors): Likewise.
13110         (ves_icall_Type_GetEvents): Likewise.
13111         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
13112         argument; pass it to mono_method_get_object() to set the method's
13113         "reflected" type.       
13114
13115 2004-02-17  Martin Baulig  <martin@ximian.com>
13116
13117         * class.h (MonoDynamicGenericInst): New type.
13118         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
13119
13120         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
13121         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
13122         (ves_icall_MonoGenericInst_GetFields): New interncall.
13123
13124         * class.c (mono_class_from_generic): Don't call
13125         mono_class_initialize_generic() if this is a dynamic instance;
13126         ie. it's being created from a TypeBuilder.
13127         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
13128         `class->byval_arg.type'.
13129
13130         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
13131         to `inflate_method' and made static.
13132         (mono_reflection_inflate_field): Removed.
13133         (mono_reflection_generic_inst_initialize): New public method.
13134
13135         * reflection.h (MonoReflectionGenericInst): Removed `methods',
13136         `ctors' and `fields'; added `initialized'.
13137
13138 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
13139
13140         * debug-helpers.c (mono_method_full_name): Fix output for empty
13141         namespaces.
13142
13143 2004-02-12  Martin Baulig  <martin@ximian.com>
13144
13145         * class.h (MonoClassField): Added `MonoType *generic_type'.
13146
13147         * reflection.c (mono_image_get_fieldref_token): Added support for
13148         instantiated generic types.
13149         (field_encode_inflated_field): Removed.
13150         (mono_image_get_inflated_field_token): Removed.
13151         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
13152
13153         * reflection.h (MonoReflectionInflatedField): Removed.
13154
13155 2004-02-12  Martin Baulig  <martin@ximian.com>
13156
13157         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
13158         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
13159
13160         * reflection.c (mono_image_get_methodspec_token): Take a
13161         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
13162         (mono_image_create_token): Check whether we have a
13163         `method->signature->gen_method' and call
13164         mono_image_get_methodspec_token() if appropriate.
13165         (inflated_method_get_object): Removed.
13166         (mono_reflection_bind_generic_method_parameters): Return a
13167         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
13168         (mono_reflection_inflate_method_or_ctor): Likewise.
13169
13170         * reflection.h (MonoReflectionInflatedMethod): Removed.
13171
13172 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
13173
13174         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
13175         for custom valuetype marshalling.
13176
13177         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
13178
13179 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13180
13181         * icall.c: fixed WSAGetLastError_internal name.
13182
13183 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
13184
13185         * threads.c (mono_thread_attach): Allow this to be called multiple
13186         times for a thread.
13187         
13188         * threads.c (build_wait_tids): Do not wait for ourselves.
13189
13190         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
13191         appdomain list is empty.
13192
13193         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
13194         memory returned by mono_string_builder_to_utf16, since it points into
13195         managed memory. Thanks to Bernie Solomon for noticing this.
13196
13197         * icall.c: Add AppDomainSetup icalls.
13198
13199         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
13200
13201         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
13202         types.
13203
13204         * reflection.c (reflection_methodbuilder_to_mono_method): Save
13205         custom attributes to the method_aux struct. Also fix array indexes etc.
13206
13207         * loader.c (mono_method_get_param_names): Make dynamic case work again.
13208         
13209 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
13210
13211         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
13212         (both static and runtime) and reduce startup time.
13213
13214 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
13215
13216         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
13217         AsAny marshalling conversion instead of crashing.
13218
13219         * marshal.c: Fix warnings.
13220
13221 2004-02-09  Martin Baulig  <martin@ximian.com>
13222
13223         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
13224
13225         * reflection.h (MonoReflectionInflatedMethod): Removed the
13226         `declaring' field, it's now in the unmanaged MonoGenericMethod.
13227
13228         * reflection.c (method_encode_methodspec): Removed the `method'
13229         argument; we get it from `gmethod->declaring'.
13230         (inflated_method_get_object): Removed the `declaring' argument.
13231
13232 2004-02-09  Martin Baulig  <martin@ximian.com>
13233
13234         * class.h (MonoGenericMethod): New type.
13235         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
13236         `generic_method'.
13237
13238         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
13239         a `MonoGenericMethod *gen_method' one.
13240
13241         * class.c (mono_class_inflate_generic_type): Take an additional
13242         `MonoGenericMethod * argument.  This is only non-NULL if we're
13243         inflating types for a generic method.   
13244         (mono_class_inflate_generic_signature): Renamed to
13245         inflate_generic_signature() and made static; take a
13246         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
13247         (inflate_generic_header): Take a `MonoGenericMethod *' argument
13248         instead of a `MonoGenericInst *' one.
13249         (mono_class_inflate_generic_method): Likewise.
13250
13251         * reflection.c (encode_generic_method_sig): Take a
13252         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
13253         (method_encode_methodspec): Likewise.
13254         (inflated_method_get_object): Likewise. 
13255
13256         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
13257         field with a `MonoGenericMethod *gmethod' one.  
13258
13259 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
13260
13261         * class.h (mono_class_has_parent): add parens to expansion
13262         so you can ! this.
13263
13264 2004-02-08  Martin Baulig  <martin@ximian.com>
13265
13266         * image.h (MonoImage): Removed `generics_cache'.
13267
13268         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
13269         instead of a `MonoType *' argument; removed the `inflate_methods'
13270         argument.  Don't inflate methods here.
13271
13272         * loader.c (find_method): If it's a generic instance, call
13273         mono_class_init() on the `sclass->generic_inst->generic_type'.
13274
13275         * metadata.c (mono_type_size): Make this work on uninitialized
13276         generic instances; call it on the `ginst->generic_type's class.
13277
13278         * reflection.c (mono_reflection_bind_generic_parameters): Call
13279         mono_class_from_generic() to create the `ginst->klass'.
13280
13281 2004-02-08  Martin Baulig  <martin@ximian.com>
13282
13283         * class.h (MonoClass): Changed type of `generic_inst' from
13284         `MonoType *' to `MonoGenericInst *'.
13285
13286 2004-02-08  Martin Baulig  <martin@ximian.com>
13287
13288         * icall.c (ves_icall_Type_BindGenericParameters): Just call
13289         mono_type_get_object(), this is now creating a `MonoGenericInst'
13290         for MONO_TYPE_GENERICINST.
13291         (ves_icall_MonoGenericInst_GetParentType): Likewise.
13292         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
13293
13294         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
13295         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
13296         (inflated_method_get_object): Added `MonoClass *refclass' argument.
13297         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
13298         and reflected type.
13299
13300         * reflection.h (MonoReflectionInflatedMethod): Removed
13301         `declaring_type' and `reflected_type'.
13302
13303 2004-02-08  Martin Baulig  <martin@ximian.com>
13304
13305         * class.h (MonoGenericInst): Added `MonoType *parent' and
13306         `MonoType **ifaces'.
13307
13308         * reflection.h (MonoReflectionGenericInst): Removed `klass',
13309         `parent' and `interfaces'.
13310
13311         * reflection.c (mono_reflection_bind_generic_parameters): Take a
13312         `MonoType *' argument and return a `MonoType *'.
13313
13314         * icall.c
13315         (ves_icall_MonoGenericInst_GetParentType): New interncall.
13316         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
13317
13318 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
13319
13320         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
13321         valuetype marshalling.
13322
13323 2004-02-06  Martin Baulig  <martin@ximian.com>
13324
13325         * class.c
13326         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
13327         (my_mono_class_from_generic_parameter): Likewise.
13328
13329 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
13330
13331         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
13332         contents of the symbol files lazily.
13333
13334         * object.h (MonoThread): Add 'name' and 'name_len' fields.
13335
13336         * threads.h threads.c icall.c: New icalls for getting and setting the
13337         threads name.
13338
13339 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
13340
13341         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
13342         Raise an exception when the domain is not found.
13343
13344 2004-02-03  Martin Baulig  <martin@ximian.com>
13345
13346         * reflection.c (mono_image_get_methodspec_token): Use the
13347         uninflated signature; fixes gen-33.
13348
13349 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
13350
13351         * gc.c threads.c: Make the finalizer thread a normal managed thread so
13352         the finalizer code can use thread functionality.
13353
13354         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
13355         the finalizer thread.
13356
13357         * threads.c: Make some functions more robust.
13358
13359         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
13360
13361         * metadata.h: Add new marshalling conventions.
13362
13363         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
13364         stringbuilder marshalling. Fixes #53700.
13365
13366         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
13367
13368         * reflection.c (mono_image_get_type_info): Save declarative security
13369         info.
13370
13371         * reflection.c (mono_image_get_field_info): Handle uninitialized 
13372         unmanaged fields as well.
13373
13374         * appdomain.c: Bump corlib version.
13375
13376 2004-02-01  Martin Baulig  <martin@ximian.com>
13377
13378         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
13379         method type arguments.  
13380
13381 2004-01-30  Duncan Mak  <duncan@ximian.com>
13382
13383         * marshal.h: Add prototype for
13384         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
13385         and
13386         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
13387         fix the build.
13388
13389 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
13390
13391         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
13392         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
13393
13394 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
13395
13396         * marshal.c (mono_marshal_get_native_wrapper): Add support for
13397         custom marshalling of valuetypes.
13398
13399         * marshal.c: Fix some warnings.
13400
13401 2004-01-29  Martin Baulig  <martin@ximian.com>
13402
13403         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
13404         for generic method parameters.
13405
13406         * reflection.c (method_encode_methodspec): Write the uninflated
13407         signature into the methodspec table.
13408         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
13409         is always the uninflated method.
13410         (reflection_methodbuilder_to_mono_method): Copy the generic
13411         parameters from the MethodBuilder into `header->gen_params'.
13412
13413 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
13414
13415         * class.c (mono_class_from_generic_parameter): Fix warning.
13416
13417 2004-01-27  Martin Baulig  <martin@ximian.com>
13418
13419         * class.c (mono_class_from_generic_parameter): Don't create
13420         `klass->methods' here.  
13421
13422 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
13423
13424         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
13425         extension since it does not work with libraries named lib<FOO>.dll.so.
13426
13427 2004-01-25  Martin Baulig  <martin@ximian.com>
13428
13429         * class.c (mono_class_inflate_generic_type): Added support for
13430         MONO_TYPE_GENERICINST.
13431
13432         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
13433         inflate methods on open constructed types.      
13434
13435 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13436
13437         * object.c: fire ProcessExit event in the root AppDomain after running
13438         Main. Fixes bug #53299.
13439
13440 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
13441
13442         * socket-io.c: include the new socket-wrappers.h header.
13443         Use the wrappers instead of the unix socket functions to make the code
13444         more clear.
13445
13446 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
13447
13448         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
13449
13450         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
13451         Fixes #22532.
13452
13453 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
13454
13455         * reflection.c (mono_image_create_pefile): Handle the case when the
13456         entry point is not a MethodBuilder.
13457
13458         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
13459         field to ReflectionMethod since it is not allways a builder.
13460
13461         * reflection.c (type_get_fully_qualified_name): New helper function to
13462         return the fully qualified name of a type.
13463
13464         * reflection.c (encode_marshal_blob): Always emit the fully qualified
13465         type name for custom marshallers.
13466
13467         * reflection.c (mono_marshal_spec_from_builder): Ditto.
13468
13469         * class.c (mono_class_setup_vtable): If a parent class already 
13470         implements an interface, use the implementing methods from that class.
13471         Fixes #53148.
13472
13473 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13474
13475         * threadpool.c: just return instead of ExitThread to allow for thread
13476         clean up earlier.
13477
13478 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
13479
13480         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
13481         when closing resource modules.
13482
13483         * reflection.c (mono_image_create_pefile): Handle the case when the
13484         entry point is not a MethodBuilder.
13485
13486         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
13487         field to ReflectionMethod since it is not allways a builder.
13488
13489 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
13490
13491         * marshal.c (mono_marshal_get_managed_wrapper): 
13492         mono_marshal_alloc takes native int so CONV_I
13493         the arg for 64bits.
13494
13495 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
13496
13497         * reflection.c (fixup_cattrs): New function to fixup the methoddef
13498         tokens in the cattr table. Fixes #53108.
13499
13500 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13501
13502         * loader.c: don't trim ".dll" before looking up in the config file.
13503         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
13504
13505 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
13506
13507         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
13508         Return the module which contains the resource as well.
13509         (ves_icall_System_Reflection_Module_Close): New icall.
13510
13511         * appdomain.c: Bump corlib version number.
13512
13513         * image.c (mono_image_addref): New public function.
13514
13515         * assembly.c: Call mono_image_addref.
13516
13517         * reflection.c (mono_module_get_object): Increase reference count of 
13518         the image.
13519
13520         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
13521         Fixes #22532.
13522
13523         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
13524         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
13525         proper exceptions on DllImport problems.
13526
13527 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
13528
13529         * class.c, metadata.c: eliminate CSIZE macro.
13530
13531 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
13532
13533         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
13534         * object.h: Added async_callback field in MonoAsyncResult.
13535         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
13536         * verify.c: Added async_callback in MonoAsyncResult layout.
13537
13538 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
13539
13540         * reflection.c (mono_reflection_get_custom_attrs): Add support
13541         for Modules.
13542
13543 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
13544
13545         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
13546         marshalling.
13547         (mono_marshal_method_from_wrapper): Add null pointer check.
13548
13549 2004-01-16  Martin Baulig  <martin@ximian.com>
13550
13551         * debug-mono-symfile.h: Set version number to 36 and reflect
13552         latest symbol writer changes.
13553
13554 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
13555
13556         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
13557         multi-dimensional arrays.
13558         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
13559         (mono_class_from_mono_type): Use bounded_array_class_get.
13560         
13561         * class.c (mono_bounded_array_class_get): New function which takes
13562         a 'bounded' bool argument to distinguish vectors from one dimensional
13563         arrays.
13564
13565         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
13566         bounded_array_class_get if the array has bounds.
13567
13568         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
13569         Search modules loaded using AssemblyBuilder:AddModule as well.
13570
13571 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13572
13573         * appdomain.c: increased corlib version.
13574         * filewatcher.c: removed g_print.
13575         * icall.c:
13576         (get_property_info): only allocate what is actually requested.
13577         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
13578
13579 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13580
13581         * Makefile.am: added filewatcher.[ch]
13582         * filewatcher.[ch]: FileSystemWatcher runtime support.
13583         * icall.c: added new FSW icalls.
13584
13585 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
13586
13587         * string-icalls.c: fix stringbuilder regression as suggested by
13588         Iain McCoy <iain@mccoy.id.au>.
13589
13590 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
13591
13592         * process.c (process_read_stringtable_block): Recognize '007f' as
13593         a language neutral stringtable block.
13594
13595 2004-01-12  Patrik Torstensson
13596
13597         * object.h (MonoStringBuilder) : Changed layout to support our
13598         new stringbuilder class.
13599         * marshal.c: Change marshalling to support the new layout of 
13600         string builder.
13601         * appdomain.c: increased version number because new layout of
13602         string builder.
13603
13604 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
13605
13606         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
13607         assembly name as an string instead of an AssemblyName, since it is
13608         easier to extract info from it.
13609
13610         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
13611         the culture subdirectories too. Fixes #52231.
13612
13613 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13614
13615         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
13616         It takes 2 new parameters with an optional name for the method to look
13617         for and case ignoring info.
13618
13619         * threadpool.c: removed unused variable.
13620
13621 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13622
13623         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
13624         It takes 2 new parameters with an optional name for the property to look
13625         for and case ignoring info.
13626         Fixes bug #52753.
13627
13628 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
13629
13630         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
13631         Fix #52451.
13632
13633 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13634
13635         * appdomain.c:
13636         * assembly.c: escape the uri before passing it to g_filename_from_uri.
13637         Fixes bug #52630.
13638
13639 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
13640
13641         * reflection.c: Add support for more than one unmanaged resource.
13642
13643         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
13644         in field->def_value, as done in all other cases.
13645
13646         * reflection.c (mono_reflection_get_custom_attrs): Add support for
13647         TypeBuilders.
13648
13649         * reflection.c (mono_reflection_create_runtime_class): Remove 
13650         errorneous assignment to klass->element_class, since it is already
13651         done in mono_reflection_setup_internal_class.
13652
13653 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13654
13655         * gc.c: added missing LeaveCriticalSection.
13656         * icall.c: indented a couple of lines.
13657         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
13658         if we call EndInvoke inside a callback. Fixes bug #52601.
13659
13660 2004-01-07  Martin Baulig  <martin@ximian.com>
13661
13662         * mono-debug-debugger.h
13663         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
13664
13665 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
13666
13667         * appdomain.c: Use messages in NotImplementedException.
13668
13669         * exception.c (mono_get_exception_not_implemented): Now this takes
13670         a message argument.
13671
13672         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
13673         exception instead of g_asserting an aborting when something is not
13674         implemented.
13675
13676         Add some inline docs.
13677
13678 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
13679
13680         * reflection.h: Update after changes to object layout.
13681
13682         * reflection.c: Implement saving of unmanaged aka win32 resources.
13683
13684         * appdomain.c: Bump version number.
13685
13686         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
13687         Handle missing domains gracefully.
13688
13689 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
13690
13691         * file-io.c : On Windows, there are much more invalid_path_chars.
13692
13693 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
13694
13695         * class.h, object.c: prepare for GetType () speedup.
13696
13697 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
13698
13699         * profiler.c: workaround for --profile null reference exception on
13700           cygwin. Patch by Patrik Torstensson.
13701
13702 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
13703
13704         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
13705         make work for unaligned access.
13706
13707 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
13708
13709         * class.c: small cleanup (class->fields [i] -> field).
13710         * image.c: check address of metadata is valid.
13711
13712 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
13713
13714         * assembly.h assembly.c (mono_assembly_loaded): New public function to
13715         search the list of loaded assemblies.
13716
13717         * reflection.c (mono_reflection_type_from_name): Use 
13718         mono_assembly_loaded instead of mono_image_loaded.
13719
13720         * reflection.c: Fix warnings.
13721
13722 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
13723
13724         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
13725         is dynamic. This is needed since an assembly can contain both dynamic and
13726         non-dynamic images.
13727
13728         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
13729         assembly->dynamic.
13730
13731         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
13732
13733         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
13734         to store modules loaded using AddModule.
13735
13736         * reflection.c (mono_image_fill_file_table): Generalize this so it works
13737         on Modules.
13738
13739         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
13740
13741         * reflection.c (mono_image_fill_export_table_from_module): New function to
13742         fill out the EXPORTEDTYPES table from a module.
13743
13744         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
13745         into a separate function. Also handle loaded non-dynamic modules.
13746
13747         * reflection.c (mono_image_basic_init): Fix memory allocation.
13748
13749         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13750
13751         * assembly.c (mono_assembly_load_references): Make this public.
13752
13753 2003-12-19  Martin Baulig  <martin@ximian.com>
13754
13755         * class.c (mono_class_initialize_generic): Made this static, take
13756         a `MonoGenericInst *' instead of a `MonoClass *'.
13757         (mono_class_from_generic): Call mono_class_initialize_generic()
13758         unless we're already initialized or being called from
13759         do_mono_metadata_parse_generic_inst().
13760
13761         * class.h (MonoGenericInst): Added `initialized' and
13762         `init_pending' flags.
13763
13764         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
13765         `mono_class_init (gklass)' or mono_class_initialize_generic()
13766         here; set `generic_inst->init_pending' while parsing the
13767         `type_argv'.
13768
13769 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
13770
13771         * locales.c: include string.h for memxxx prototypes
13772
13773 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
13774
13775         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
13776         constructor when accessing literal fields.
13777
13778 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
13779
13780         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13781
13782         * reflection.c (assembly_add_resource_manifest): New function to fill
13783         the MANIFESTRESOURCE table.
13784
13785         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
13786
13787         * reflection.h: Update to changes in class layout.
13788
13789         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
13790         Reenable call to mono_runtime_is_shutting_down ().
13791
13792         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
13793         determine if the runtime is shutting down.
13794
13795 2003-12-16  Jackson Harper <jackson@ximian.com>
13796
13797         * icall.c: comment out call to mono_runtime_is_shutting_down to
13798         fix build.
13799         
13800 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
13801
13802         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
13803         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
13804
13805 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
13806
13807         * reflection.c: move definition of swap_with_size
13808         to before its first call
13809
13810 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
13811
13812         * appdomain.c (mono_runtime_is_shutting_down): New public function.
13813
13814         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
13815         icall.
13816
13817         * object.c: Fix warnings.
13818
13819         * icall.c (ves_icall_Type_Get...): Only consider inherited static
13820         members if FlattenHierarchy is set.
13821
13822         * reflection.c (mono_image_add_decl_security): New function to emit
13823         declarative security.
13824
13825         * reflection.h reflection.c: Add support for declarative security.
13826
13827         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
13828         
13829 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
13830
13831         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
13832         
13833         * appdomain.c verify.c: Moved corlib version checking into its own
13834         function in appdomain.c since it needs to create vtables etc.
13835
13836 2003-12-13  Patrik Torstensson <p@rxc.se>
13837
13838         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
13839         instead of unwrapped server.
13840
13841 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
13842
13843         * verify.c (check_corlib): Fix field index.
13844
13845 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
13846
13847         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
13848         GetGacPath icall.
13849
13850 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
13851
13852         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
13853         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
13854         cope with sizeof(size_t) != sizeof(guint32).
13855
13856 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13857
13858         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
13859         in case of failure.
13860
13861 2003-12-10  Mark Crichton <crichton@gimp.org>
13862
13863         * icall.c: removed the GetNonZeroBytes.  We now handle this case
13864         in managed code.
13865
13866         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
13867
13868 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
13869
13870         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
13871         marked as deleted.
13872
13873 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
13874
13875         * verify.c (check_corlib): Handle the case when the version field is 
13876         initialized by a static constructor.
13877
13878 2003-12-08  Patrik Torstensson  <p@rxc.se>
13879
13880     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
13881
13882 2003-12-08  Martin Baulig  <martin@ximian.com>
13883
13884         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
13885         a MonoReflectionGenericParameter, also take the parameter index
13886         and name as arguments.
13887         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
13888         (ves_icall_MonoGenericParam_initialize): New interncall.
13889         (ves_icall_Type_make_byref_type): New interncall.
13890
13891         * reflection.h (MonoReflectionGenericParam): Derive from
13892         MonoReflectionType, not just from MonoObject.  Added `refobj' and
13893         `index' fields.
13894
13895         * reflection.c (mono_reflection_define_generic_parameter): Create
13896         and return a new MonoReflectionGenericParam; don't initialize the
13897         constraints here.
13898         (mono_reflection_initialize_generic_parameter): New public method;
13899         initializes the constraints and creates the `param->pklass'.
13900
13901 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
13902
13903         * reflection.h reflection.c: Use the new fields 'num_types', 
13904         'num_fields' and 'num_methods' to track the number of types etc.
13905
13906         * verify.c (check_corlib): Check corlib version number.
13907
13908 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
13909
13910         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
13911         function works on all methods.
13912
13913 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
13914
13915         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
13916         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
13917         the custom_type_info flag of the transparent proxy.
13918         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
13919         objects that supports IRemotingTypeInfo.
13920         * object.h: Added custom_type_info field in transparent proxy.
13921
13922 2003-12-06  Martin Baulig  <martin@ximian.com>
13923
13924         * class.c (mono_class_create_from_generic): Removed.
13925         (mono_class_from_generic): Check `ginst->klass' before doing
13926         anything else.  This is important to fully support "recursive"
13927         generic types.
13928
13929         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
13930         empty `generic_inst->klass' before doing anything else.
13931
13932 2003-12-06  Dick Porter  <dick@ximian.com>
13933
13934         * verify.c: 
13935         * object.h:
13936         * icall.c:
13937         * locales.c: Use C structs to access class fields.  Don't do a
13938         conversion between MonoString and UChar because both are
13939         platform-endian UTF-16.  Compare now takes startindex and count
13940         parameters.  Add a char overload for IndexOf.  Speed up the
13941         invariant string IndexOf.
13942
13943 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
13944
13945         * Makefile.am (monosn_LDADD): Fix parallel build.
13946
13947 2003-12-04  Martin Baulig  <martin@ximian.com>
13948
13949         * icall.c
13950         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
13951         (ves_icall_Type_make_array_type): New interncall.       
13952
13953 2003-12-04  Martin Baulig  <martin@ximian.com>
13954
13955         * locales.c: also change it in the !HAVE_ICU case.
13956
13957 2003-12-04  Dick Porter  <dick@ximian.com>
13958
13959         * icall.c:
13960         * locales.c: construct_compareinfo is now in CompareInfo, not
13961         CultureInfo.
13962
13963 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
13964
13965         * image.c (mono_image_load_file_for_image): Cache loaded images in the
13966         image->files array.
13967
13968         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
13969         table as well.
13970
13971         * assembly.c (mono_assembly_load_references): Only load references
13972         once.
13973
13974         * class.c (mono_class_from_name): Avoid linear search of the 
13975         EXPORTEDTYPE table.
13976
13977         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
13978
13979 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
13980
13981         * image.h (MonoImage): Add 'field_cache' field.
13982
13983         * loader.c (mono_field_from_token): Cache field lookups.
13984         
13985         * reflection.c (mono_module_get_object): Fix name property.
13986
13987         * icall.c (ves_icall_get_enum_info): Update after changes to 
13988         mono_metadata_get_constant_index ().
13989
13990         * icall.c: Get rid of get_type_info icall, use a separate icall for
13991         each type property to avoid needless memory allocations. Fixes #51514.
13992
13993         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
13994         to avoid needless binary searches.
13995
13996         * class.c (class_compute_field_layout): Move the initialization of
13997         field->def_value to mono_class_vtable ().
13998
13999         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
14000         non-corlib types.
14001
14002         * object.c (mono_object_allocate): Make it inline.
14003
14004         * object.c (mono_object_allocate_spec): Make it inline.
14005         
14006 2003-12-02  Dick Porter  <dick@ximian.com>
14007
14008         * locales.c (create_NumberFormat): NumberFormatInfo construction.
14009         Patch by Mohammad DAMT (mdamt@cdl2000.com).
14010
14011 2003-12-01  Dick Porter  <dick@ximian.com>
14012
14013         * threads.c: Fix signature and call in CreateMutex and
14014         CreateEvent.
14015
14016 2003-12-01  Dick Porter  <dick@ximian.com>
14017
14018         * icall.c: 
14019         * locales.c: Implement string compares and searching
14020
14021         * object.h: Add extra Thread field
14022
14023 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
14024
14025         * reflection.c (fixup_method): Add support for MonoCMethod.
14026
14027 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
14028
14029         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
14030
14031         * reflection.c (assembly_name_to_aname): Allow extra characters in
14032         assembly names. Fixes #51468.
14033
14034 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
14035
14036         * exception.c (mono_exception_from_name_domain): New helper function.
14037
14038         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
14039         exception object in the correct domain.
14040
14041         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
14042         formatting + make a copy a the input data.
14043
14044         * loader.c (mono_get_method_from_token): Methods which contain
14045         native code do not have entries in the ImplMap.
14046
14047         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
14048         Thanks to Gonzalo for spotting this.
14049         
14050         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
14051         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
14052
14053         * assembly.h (mono_assembly_load_from): Split the second part of 
14054         assembly loading into a new public function.
14055
14056         * exception.h (mono_get_exception_bad_image_format): New function.
14057
14058 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
14059
14060         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14061         Enumerate all modules inside a dynamic assembly. Fixes #51293.
14062         
14063         * icall.c: Add new icall for creating dynamic methods.
14064
14065         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
14066
14067         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
14068
14069         * reflection.c (mono_reflection_create_dynamic_method): New icall to
14070         create a dynamic method.
14071
14072         * reflection.c (resolve_object): New helper function.
14073
14074         * reflection.c: Generalize ReflectionMethodBuilder and the functions
14075         which manipulate it so they can also work on dynamic methods.
14076
14077         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
14078         creating the MonoReflectionMethodAux structure if it is not needed.
14079         
14080         * reflection.h verify.c: Update after changes to object layout.
14081
14082         * reflection.c (method_builder_encode_signature): Fix compilation on
14083         gcc 2.95.x.
14084
14085 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
14086
14087         * appdomain.h: Added support for context static fields. Added static_data
14088           field to MonoAppContext and renamed thread_static_fields to a more
14089           generic special_static_fields in MonoAppDomain, since it can now contain
14090           context static fields.
14091         * domain.c: Updated hashtable name.
14092         * object.c: Replaced field_is_thread_static() for a more generic
14093           field_is_special_static() which also checks for context static attribute.
14094           In mono_class_vtable(), added support for static context fields.
14095         * threads.c: Changed methods that manage thread static fields to more
14096           generic methods so they can be reused both for thread and context static
14097           data.
14098         * threads.h: Declared some new methods.
14099
14100 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
14101
14102         * reflection.h: Update after changes to the managed types.
14103
14104         * reflection.c (encode_custom_modifiers): New helper function.
14105
14106         * reflection.c (method_encode_signature): Emit custom modifiers.
14107
14108         * reflection.c (field_encode_signature): Emit custom modifiers.
14109
14110 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
14111
14112         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
14113
14114         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
14115         implementation.
14116
14117         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
14118         icall.
14119
14120         * object.c (mono_field_get_value_object): New function.
14121
14122         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
14123         specific.
14124
14125 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
14126
14127         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
14128         return a preallocated out-of-memory exception instance.
14129
14130         * object.c (out_of_memory): Use the new function.
14131
14132         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
14133         flag is before the custom modifiers. Fixes #49802.
14134
14135 2003-11-16  Martin Baulig  <martin@ximian.com>
14136
14137         * class.c (mono_class_is_open_constructed_type): Implemented the
14138         MONO_TYPE_GENERICINST case.
14139
14140 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
14141
14142         * assembly.c (mono_assembly_fill_assembly_name): New function to
14143         fill out the MonoAssemblyName structure.
14144         (mono_assembly_open): Use the new function.
14145
14146         * icall.c (fill_reflection_assembly_name): New helper function.
14147
14148         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
14149         new function.
14150
14151         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
14152
14153 2003-11-15  Martin Baulig  <martin@ximian.com>
14154
14155         * class.c (mono_class_is_open_constructed_type): New public
14156         function; checks whether a type is an open constructed type,
14157         ie. whether it still contains type parameters.
14158         (mono_class_inflate_generic_type): If we're a type parameter and
14159         the inflated type is also a MONO_TYPE_(M)VAR, return the original
14160         type.
14161
14162         * class.h (MonoGenericInst): Added `guint32 is_open'.
14163
14164         * loader.c (method_from_methodspec): Check whether we're an open
14165         or closed constructed type and set `ginst->is_open'.
14166
14167         * reflection.c (mono_reflection_bind_generic_parameters): Check
14168         whether we're an open or closed constructed type and set
14169         `ginst->is_open'.
14170         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
14171         from open constructed types.
14172
14173 2003-11-15  Martin Baulig  <martin@ximian.com>
14174
14175         * reflection.c (mono_reflection_bind_generic_parameters): If we're
14176         a generic instance (instead of a generic type declaration) with
14177         unbound generic parameters, bind them to our actual types.
14178
14179 2003-11-14  Martin Baulig  <martin@ximian.com>
14180
14181         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
14182
14183         * reflection.c (mono_reflection_bind_generic_parameters): If we're
14184         an interface type, populate `res->interfaces' with instantiated
14185         versions of all the interfaces we inherit.
14186
14187 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
14188
14189         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
14190         when MONO_PATH is set but doesn't contain the install dir.
14191
14192 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14193
14194         * icall.c:
14195         (ves_icall_Type_GetInterfaces): don't return an interface twice when
14196         it's also implemented in base classes. Fixes bug #50927.
14197
14198 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
14199
14200         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
14201         if this method is called from a finalizer. Fixes #50913.
14202
14203 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
14204
14205         * threads.c: Implement VolatileRead/VolatileWrite
14206
14207         * icall.c: Add new icalls for VolatileRead/VolatileWrite
14208
14209 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14210
14211         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
14212         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
14213         2.95.3.
14214
14215         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
14216         from Peter Ross (pro@missioncriticalit.com).
14217         
14218 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
14219
14220         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
14221
14222 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14223
14224         * assembly.c (mono_assembly_load_references): Disable check because it
14225         triggers on older corlibs which lots of people have.
14226
14227 2003-11-12  Jackson Harper  <jackson@ximian.com>
14228
14229         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
14230         load corlib.dll if mscorlib.dll is not found.
14231         * assembly.h: Remove corlib name define.
14232         * class.c:
14233         * domain.c:
14234         * image.c: Change corlib name to mscorlib.
14235         
14236 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14237
14238         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
14239
14240 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
14241
14242         * appdomain.h: Added loader_optimization here to sync with the C#
14243         code, and add disallow_binding_redirects field.
14244
14245 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
14246
14247         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
14248
14249         * reflection.c (mono_image_build_metadata): Fix crash on modules
14250         with no types.
14251
14252         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
14253
14254         * icall.c (ves_icall_get_method_info): Return callingConvention as
14255         well.
14256
14257         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
14258         namespaces from the EXPORTEDTYPE table as well.
14259
14260         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
14261         from all modules inside the assembly.
14262         
14263 2003-11-11  Martin Baulig  <martin@ximian.com>
14264
14265         * reflection.c (mono_reflection_bind_generic_parameters): Make
14266         this work for interfaces.
14267
14268 2003-11-11  Martin Baulig  <martin@ximian.com>
14269
14270         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
14271
14272 2003-11-11  Martin Baulig  <martin@ximian.com>
14273
14274         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
14275         "MonoInflatedMethod" and "MonoInflatedCtor".
14276
14277 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
14278
14279         * reflection.c (resolution_scope_from_image): Use the assembly table
14280         from the manifest module, since other modules don't have it.
14281
14282         * debug-helpers.c (mono_type_full_name): New helper function.
14283
14284         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
14285
14286         * image.c (mono_image_load_file_for_image): New public function which
14287         is a replacement for the load_file_for_image in class.c.
14288
14289         * assembly.c (mono_assembly_load_module): A wrapper for the function
14290         above which does assembly association and reference loading too.
14291
14292         * class.c (mono_class_from_name): Call mono_assembly_load_module.
14293
14294 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14295
14296         * appdomain.c: not all of the attributes for the full assembly name
14297         are required and the order doesn't matter. Fixes bug #50787.
14298
14299 2003-11-10  Dick Porter  <dick@ximian.com>
14300
14301         * locales.c: Use platform-endian UTF16
14302
14303 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
14304
14305         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
14306         
14307 2003-11-10  Martin Baulig  <martin@ximian.com>
14308
14309         * metadata.c
14310         (mono_metadata_load_generic_params): Make this actually work.
14311
14312         * reflection.c (mono_reflection_bind_generic_parameters): If our
14313         parent is a generic instance, pass all the `types' to it, no
14314         matter whether it has the same number of type parameters or not.
14315
14316 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
14317
14318         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
14319
14320         * assembly.c (mono_assembly_load_references): Move the image<->assembly
14321         assignment code to this function so it gets called recursively for all
14322         modules.
14323
14324         * image.c (load_modules): Remove the assembly assignment since it is
14325         now done by mono_assembly_load_references.
14326         
14327         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14328         Add 'module' argument.
14329         (mono_module_get_types): New helper function.
14330         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
14331
14332 2003-11-08  Martin Baulig  <martin@ximian.com>
14333
14334         * class.c (mono_class_inflate_generic_method): Interface method
14335         don't have a header.
14336
14337         * reflection.c (mono_image_get_methodspec_token): Take an
14338         additional `MonoGenericInst *' argument instead of reading it from
14339         the header; this is necessary to support interfaces.
14340         (mono_image_create_token): Pass the `MonoGenericInst *' from the
14341         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
14342         (inflated_method_get_object): Take an additional `MonoGenericInst *'
14343         argument.
14344
14345         * reflection.h (MonoReflectionInflatedMethod): Added
14346         `MonoGenericInst *ginst'.
14347
14348 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
14349
14350         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
14351
14352 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
14353
14354         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
14355
14356 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
14357
14358         * reflection.c 
14359         (reflection_methodbuilder_from_method_builder):
14360         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
14361         initialize a ReflectionMethodBuilder structure.
14362         (mono_image_get_methodbuilder_token):
14363         (mono_image_get_ctorbuilder_token): New functions to emit memberref
14364         tokens which point to types in another module inside the same assembly.
14365
14366         * reflection.c: Use the new helper functions.
14367         
14368         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
14369
14370         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
14371         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
14372
14373         * reflection.c (resolution_scope_from_image): Emit a moduleref if
14374         neccesary.
14375
14376         * reflection.c (mono_image_build_metadata): Emit metadata only for the
14377         current module. Emit the manifest only for the main module.
14378
14379         * reflection.c (mono_image_create_token): Add assertion when a 
14380         memberref needs to be created.
14381
14382         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
14383
14384         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
14385         larger buffer for the custom attribute blob. Fixes #50637.
14386         
14387 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14388
14389         * threadpool.c: notify listener on async processing handles after
14390         invoking the async callback. Thanks to Zoltan.
14391
14392 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
14393
14394         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
14395         avoid code duplication.
14396
14397         * reflection.h (MonoDynamicImage): New type which is currently unused,
14398         but will be used through the ref.emit code in place of 
14399         MonoDynamicAssembly.
14400
14401         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
14402         object layout.
14403
14404         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
14405         a MonoDynamicImage instead of just a MonoImage.
14406         
14407         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
14408         icalls to ModuleBuilder but keep their semantics, so they will work
14409         with moduleb->assemblyb. This will change later.
14410         
14411 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
14412
14413         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
14414         object layout.
14415
14416         * reflection.c (mono_image_build_metadata): Avoid creation of a default
14417         main module, since it is now done by the managed code.
14418
14419 2003-11-03  Martin Baulig  <martin@ximian.com>
14420
14421         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
14422         `ginst->klass' here.
14423         (method_encode_methodspec): Don't use the `ginst->generic_method's
14424         klass if it's a generic instance, use `ginst->klass' in this case.
14425
14426 2003-11-03  Martin Baulig  <martin@ximian.com>
14427
14428         * reflection.c (mono_image_get_generic_method_param_info):
14429         Removed, use mono_image_get_generic_param_info() instead.
14430         (mono_image_get_type_info): Write the GenericParam table before
14431         the Method table.  This is neccessary because in the GenericParam
14432         table, type parameters of the class (ie. '!0' etc.) must come
14433         before the ones from its generic methods (ie. '!!0' etc).
14434
14435 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
14436
14437         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
14438
14439 2003-11-02  Martin Baulig  <martin@ximian.com>
14440
14441         * reflection.c (create_generic_typespec): Take a
14442         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
14443         the generic parameters from it.
14444
14445 2003-11-02  Martin Baulig  <martin@ximian.com>
14446
14447         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
14448         instead of a `MonoClassField *' since we just need the type.
14449         (create_generic_typespec): New static function.  Creates a
14450         TypeSpec token for a generic type declaration.
14451         (mono_image_get_generic_field_token): New static function.
14452         (mono_image_create_token): If we're a FieldBuilder in a generic
14453         type declaration, call mono_image_get_generic_field_token() to get
14454         the token.
14455
14456 2003-11-02  Martin Baulig  <martin@ximian.com>
14457
14458         * reflection.h
14459         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
14460         `MonoReflectionGenericInst *declaring_type' and
14461         `MonoReflectionGenericInst *reflected_type' fields.
14462
14463         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
14464         `MonoReflectionGenericInst *declaring_type' and a
14465         `MonoReflectionGenericInst *reflected_type' argument instead of a
14466         single `MonoReflectionGenericInst *type' one.  Set
14467         `res->declaring_type' and `res->reflected_type' from them.
14468         (mono_reflection_inflate_field): Likewise.      
14469
14470 2003-11-02  Martin Baulig  <martin@ximian.com>
14471
14472         * class.c (mono_class_setup_vtable): Don't store generic methods
14473         in the vtable.  
14474
14475 2003-11-02  Martin Baulig  <martin@ximian.com>
14476
14477         * reflection.h (MonoReflectionGenericInst): Added
14478         `MonoReflectionType *declaring_type'.
14479
14480         * reflection.c (mono_reflection_bind_generic_parameters): Use
14481         `if (tb->parent)' instead of `klass->parent'.
14482
14483 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
14484
14485         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
14486         with an empty ASSEMBLY table.
14487
14488         * reflection.c (mono_image_build_metadata): Avoid using the same loop
14489         variable in the inner and outer loops.
14490
14491 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
14492
14493         * metadata.h (mono_metadata_make_token): Put parentheses around macro
14494         argument.
14495
14496         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
14497         
14498         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
14499         icalls. Instead, do everything in managed code. This is needed since
14500         it is hard to restore the original domain etc. in unmanaged code in the
14501         presence of undeniable exceptions.
14502
14503         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
14504         New icalls to push and pop appdomain refs.
14505
14506 2003-10-31  Martin Baulig  <martin@ximian.com>
14507
14508         * class.c (inflate_generic_type): Renamed to
14509         mono_class_inflate_generic_type() and made it public.
14510
14511         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
14512         New interncall.
14513
14514         * loader.c (mono_field_from_memberref): Also set the retklass for
14515         typespecs.
14516
14517         * fielder.c (mono_image_get_inflated_field_token): New static
14518         method; creates a metadata token for an inflated field.
14519         (mono_image_create_token, fixup_method): Added support for
14520         "MonoInflatedField".
14521         (fieldbuilder_to_mono_class_field): New static function.
14522         (mono_reflection_inflate_field): New public function.
14523
14524         * reflection.h
14525         (MonoReflectionGenericInst): Added `MonoArray *fields'.
14526         (MonoReflectionInflatedField): New typedef.     
14527
14528 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
14529
14530         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
14531         for Solaris and other platforms without s6_addr16
14532
14533 2003-10-30  Martin Baulig  <martin@ximian.com>
14534
14535         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
14536         argument instead of two.
14537         (mono_class_inflate_generic_signature): Likewise.
14538         (inflate_generic_header): Likewise.
14539         (mono_class_inflate_generic_method): Likewise.  In addition, if
14540         `ginst->klass' is set, it becomes the new `method->klass'.
14541
14542         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
14543         field.
14544
14545         * reflection.c (encode_generic_method_sig): Write a 0xa as the
14546         first byte. [FIXME]
14547         (method_encode_methodspec): If we have generic parameters, create
14548         a MethodSpec instead of a MethodRef.
14549         (fixup_method): Added support for "MonoInflatedMethod" and
14550         "MonoInflatedCtor".
14551         (mono_image_create_token): Added support for "MonoInflatedMethod"
14552         and "MonoInflatedCtor".
14553         (inflated_method_get_object): New static function; returns a
14554         managed "System.Reflection.MonoInflatedMethod" object.
14555         (mono_reflection_bind_generic_method_parameters): Return a
14556         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
14557         (mono_reflection_inflate_method_or_ctor): Likewise.
14558         (mono_image_get_generic_method_param_info): Initialize unused
14559         fields to zero.
14560         (mono_image_get_generic_param_info): Likewise.
14561
14562         * reflection.h (MonoReflectionInflatedMethod): New public
14563         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
14564         "S.R.MonoInflatedCtor" classes.
14565
14566         * loader.c (method_from_memberref): If we're a TypeSpec and it
14567         resolves to a generic instance, inflate the method.
14568
14569 2003-10-28  Dick Porter  <dick@ximian.com>
14570
14571         * object.c (mono_runtime_run_main): Convert command-line arguments
14572         into utf8, falling back to the user's locale encoding to do so.
14573
14574 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
14575
14576         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
14577         at this time.
14578
14579         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
14580
14581         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
14582         up icalls at method definition time. Partially fixes #33569.
14583
14584 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
14585
14586         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
14587         marshalling of arrays. Fixes #50116.
14588
14589         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
14590
14591         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
14592         points to a vtable in the dying appdomain.
14593
14594         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
14595         listeners into unmanaged code inside the lock.
14596
14597         * object.c (mono_class_vtable): Turn off typed allocation in non-root
14598         domains and add some comments.
14599
14600 2003-10-25  Martin Baulig  <martin@ximian.com>
14601
14602         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
14603
14604         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
14605
14606         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
14607         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
14608         currently parsing.  Create the generic class and store it in
14609         `generic_inst->klass' before parsing the type arguments.  This is
14610         required to support "recursive" definitions; see mcs/tests/gen-23.cs
14611         for an example.
14612         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
14613         to support recursive typespec entries.
14614
14615         * class.c (mono_class_setup_parent): If our parent is a generic
14616         instance, we may get called before it has its name set.
14617         (mono_class_from_generic): Splitted into
14618         mono_class_create_from_generic() and mono_class_initialize_generic().
14619
14620 2003-10-25  Martin Baulig  <martin@ximian.com>
14621
14622         * icall.c (ves_icall_Type_BindGenericParameters): Return a
14623         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
14624         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
14625         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
14626
14627         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
14628         (create_typespec): Likewise.
14629         (mono_reflection_bind_generic_parameters): Return a
14630         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
14631         (mono_reflection_inflate_method_or_ctor): New public function.
14632
14633         * reflection.h (MonoReflectionGenericInst): New typedef.        
14634
14635 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
14636
14637         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
14638         inside the domain lock. Fixes #49993.
14639         
14640         * object.c (mono_class_vtable): When typed allocation is used, 
14641         allocate vtables in the GC heap instead of in the mempool, since the
14642         vtables contain GC descriptors which are used by the collector even
14643         after the domain owning the mempool is unloaded.
14644
14645         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
14646
14647         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
14648         reflect what it does. Also invalidate mempools instead of freeing
14649         them if a define is set.
14650
14651         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
14652         of the appdomain.
14653         
14654         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
14655         hold the finalizable objects in this domain.
14656
14657         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
14658         appdomain.
14659
14660         * appdomain.c (mono_domain_set): New function to set the current
14661         appdomain, but only if it is not being unloaded.
14662
14663         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
14664         appdomain which is being unloaded.
14665         
14666         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
14667         unloading of the root appdomain.
14668
14669         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
14670         icall to execute a method in another appdomain. Intended as a 
14671         replacement for InternalSetDomain, which can confuse the code 
14672         generation in the JIT.
14673
14674         * appdomain.c (mono_domain_is_unloading): New function to determine
14675         whenever an appdomain is unloading.
14676
14677         * appdomain.c (mono_domain_unload): New function to correctly unload
14678         an appdomain.
14679
14680         * assembly.c (mono_assembly_load_references): Check that an assembly
14681         does not references itself.
14682
14683         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
14684         domain manually, it asks the finalizer thread to do it, then waits for
14685         the result. Also added a timeout.
14686
14687         * icall.c: Register the new icalls.
14688
14689         * threads.h threads.c: Export the mono_gc_stop_world and 
14690         mono_gc_start_world functions.
14691         
14692         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
14693         function to fill out the mempool with 0x2a.
14694
14695 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
14696
14697         * reflection.h (MonoReflectionMethodAux): New structure to store
14698         information which is rarely used, thus is not in the MonoMethod
14699         structure.
14700
14701         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
14702         store the aux info.
14703
14704         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
14705         and marshalling info into the aux structure.
14706
14707         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
14708         from the aux structure.
14709
14710         * loader.c (mono_method_get_param_names): Retrieve the param names from
14711         the aux structure.
14712         
14713 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
14714
14715         * exception.h exception.c: Add AppDomainUnloadedException && fix 
14716         warning.
14717
14718 2003-10-21  Dick Porter  <dick@ximian.com>
14719
14720         * socket-io.c
14721         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
14722         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
14723
14724 2003-10-21  Martin Baulig  <martin@ximian.com>
14725
14726         * reflection.c (mono_reflection_bind_generic_parameters):
14727         `klass->parent' is NULL for interfaces.
14728
14729 2003-10-21  Martin Baulig  <martin@ximian.com>
14730
14731         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
14732
14733 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
14734
14735         * exception.c (mono_exception_from_name_msg): New helper function for
14736         creating exceptions and initializing their message field.
14737
14738         * exception.c: Simplify functions using the new helper.
14739
14740         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
14741         New function.
14742
14743         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
14744         mono_raise_exception, since otherwise gcc doesn't generate the function
14745         epilog for raise_exception, confusing the stack unwinding in the JIT.
14746         Fixes #45043.
14747
14748         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
14749         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
14750         Fixes #49499.
14751
14752 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14753
14754         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
14755         utf8.
14756
14757 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
14758
14759         * icall.c: Removed GetUninitializedObject method because
14760           AllocateUninitializedClassInstance does the same.
14761
14762 2003-10-18  Martin Baulig  <martin@ximian.com>
14763
14764         * class.c (inflate_generic_signature): Renamed to
14765         mono_class_inflate_generic_signature() and made it public.
14766         (my_mono_class_from_generic_parameter): New static function; if we
14767         don't already have the generic parameter's MonoClass, create a
14768         very simple one which is just used internally in the runtime and
14769         not passed back to managed code.
14770
14771         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
14772
14773         * metadata.h (MonoMethodSignature): Moved the
14774         `MonoGenericParam *gen_params' to the MonoMethodHeader.
14775         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
14776
14777         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
14778         ves_icall_MonoMethod_GetGenericArguments(); this is now an
14779         interncall on the MonoMethod class, not on MethodInfo.
14780         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
14781         calling mono_reflection_bind_generic_method_parameters() directly.
14782
14783         * loader.c (mono_method_get_signature): If this is a MethodSpec;
14784         return the already computed `method->signature'.
14785         (method_from_methodspec): New static function to load a method
14786         from a MethodSpec entry.
14787         (mono_get_method_from_token): Call the new method_from_methodspec()
14788         for MethodSpec tokens.  
14789         (mono_get_method_from_token): If we're a generic method, load the
14790         type parameters.
14791
14792         * reflection.c (mono_image_get_memberref_token): Allow
14793         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
14794         table.
14795         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
14796         (mono_image_create_token): First check whether it's a generic
14797         method (so we'd need to create a MethodSpec), then do the other
14798         two alternatives.
14799         (mono_reflection_bind_generic_method_parameters): Return a
14800         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
14801         called directly from the interncall.
14802
14803 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
14804
14805         * reflection.c (load_public_key): Move loading of the public key
14806         into managed code.
14807
14808         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
14809
14810         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
14811         fields.
14812
14813         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
14814         culture, hash_alg and public_key. Fixes #49555.
14815
14816 2003-10-17  Martin Baulig  <martin@ximian.com>
14817
14818         * class.h (MonoGenericInst): Moved this declaration here and added
14819         `MonoMethod *generic_method'.
14820
14821         * icall.c
14822         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
14823         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
14824
14825         * metadata.c (mono_metadata_type_equal): Two types of
14826         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
14827         index; ie. don't compare the address of the `MonoGenericParam'
14828         structure.
14829         (mono_metadata_load_generic_params): Removed the `MonoMethod
14830         *method' argument.
14831
14832         * metadata.h (MonoGenericInst): Moved declaration to class.h.
14833         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
14834
14835         * reflection.c (method_encode_signature): Encode the number of
14836         generic parameters.
14837         (encode_generic_method_sig): New static function.
14838         (method_encode_methodspec): New static function; creates an entry
14839         in the MethodSpec table for a generic method.
14840         (mono_image_get_methodspec_token): New static function.
14841         (mono_image_create_token): Call mono_image_get_methodspec_token()
14842         for generic methods.
14843         (mono_reflection_bind_generic_method_parameters): New public
14844         function.  Instantiates a generic method.
14845
14846 2003-10-16  Martin Baulig  <martin@ximian.com>
14847
14848         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
14849         *gen_params' here from MonoMethodHeader.
14850
14851         * metadata.c (mono_metadata_parse_method_signature): If we have
14852         generic parameters, initialize `method->gen_params' and then set
14853         the correct `type->data.generic_param' in all the parameters.
14854
14855 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
14856
14857         * threads.c (mono_threads_get_default_stacksize): New function to 
14858         return the default stacksize.
14859
14860         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
14861         termination of the finalizer thread, since the previous method had
14862         race conditions. Fixes #49628.
14863
14864         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
14865         as for the other managed threads.
14866
14867 2003-10-16  Martin Baulig  <martin@ximian.com>
14868
14869         * class.c (inflate_generic_signature): Copy `generic_param_count'
14870         and `gen_params'.
14871
14872         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
14873         New interncall.
14874
14875         * metadata.c (mono_metadata_parse_method_signature): Actually set
14876         the `method->generic_param_count' here.
14877         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
14878
14879 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
14880
14881         * object.h: Add a new field to TypedRef to simplify the implementation
14882         of the REFANY opcodes in the JIT.
14883
14884         * icall.c: Make use of the new field.
14885
14886         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
14887         dynamically.
14888
14889 2003-10-15  Martin Baulig  <martin@ximian.com>
14890
14891         * class.c (mono_class_from_gen_param): Renamed to
14892         mono_class_from_generic_parameter() and moved most of the
14893         functionality from mono_reflection_define_generic_parameter()
14894         here; ie. we create a "real" class here.
14895         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
14896         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
14897         previously been called.
14898
14899         * class.h (MonoGenericParam): Moved the declaration of this struct
14900         here from metadata.h and added `MonoMethod *method'.
14901
14902         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
14903         interncall.
14904
14905         * loader.c (mono_get_method_from_token): If we have any generic
14906         parameters, call mono_metadata_load_generic_params() to read them
14907         from the MONO_TABLE_GENERICPAR.
14908
14909         * metadata.c (mono_metadata_load_generic_params): Added
14910         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
14911
14912         * metadata.h (MonoMethodSignature): Replaced
14913         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
14914         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
14915
14916         * reflection.c (mono_reflection_define_generic_parameter): Moved
14917         most of the functionality into the new
14918         mono_class_from_generic_parameter(); set the `method' field if
14919         we're a method parameter.       
14920
14921 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
14922
14923         * marshal.c (emit_struct_conv): if native size is 0
14924         emit no code.
14925
14926 2003-10-14  Martin Baulig  <martin@ximian.com>
14927
14928         * icall.c: The generics API has changed in the spec since it was
14929         added to System.Type; these modifications make it match the spec
14930         again.
14931         (ves_icall_Type_GetGenericParameters): Renamed to
14932         `ves_icall_Type_GetGenericArguments'.
14933         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
14934         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
14935         `ves_icall_MonoType_get_HasGenericArguments'.
14936         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
14937         `ves_icall_MonoType_get_IsGenericParameter'.
14938         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
14939         this is no interncall anymore.
14940         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
14941         `ves_icall_TypeBuilder_get_IsGenericParameter'.
14942
14943 2003-10-14  Martin Baulig  <martin@ximian.com>
14944
14945         * reflection.c (mono_reflection_bind_generic_parameters): Also
14946         inflate generic methods if we're reading the class from IL.
14947
14948 2003-10-13  Martin Baulig  <martin@ximian.com>
14949
14950         * reflection.c (mono_reflection_define_generic_parameter): This
14951         method isn't called directly from the icall anymore; take a
14952         `MonoReflectionAssemblyBuilder *' so we can use this for type and
14953         method generic parameters.
14954         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
14955         (method_builder_encode_signature): Encode generic parameters.
14956         (mono_image_get_method_info): Write generic params to the
14957         MONO_TABLE_GENERICPARAM table.
14958
14959         * reflection.h (MonoReflectionMethodBuilder): Added
14960         `MonoArray *generic_params'.
14961
14962         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
14963
14964         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
14965         wrapper for mono_reflection_define_generic_parameter().
14966         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
14967
14968 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
14969
14970         * marshal.h: Add missing function to fix build.
14971
14972         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
14973         the SetLastError pinvoke attribute.
14974
14975         * marshal.c (mono_marshal_set_last_error): New helper function called
14976         by the generated code.
14977         
14978         * marshal.c (mono_mb_emit_branch): New helper function.
14979
14980         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
14981
14982         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
14983         classes as parameters and return values of delegates. Fixes #29256. 
14984
14985 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
14986
14987         * locales.c: use gint32 in non HAVE_ICU case
14988
14989 2003-10-11  Martin Baulig  <martin@ximian.com>
14990
14991         * mono-debug.c (mono_debug_add_method): Added a workaround for
14992         bug #48591.
14993
14994 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
14995
14996         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
14997         delegates passed to native code must use the STDCALL calling 
14998         convention. Fixes #35987.
14999
15000 2003-10-10  Martin Baulig  <martin@ximian.com>
15001
15002         * class.c (inflate_generic_type): If we're inflating for a generic
15003         type instance (and not for a generic method), return
15004         MONO_TYPE_MVAR unchanged.
15005
15006 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15007
15008         * string-icalls.c: Join ignores null strings in the source array.
15009         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
15010         * threads.c: GetAvailableTheads is slightly more accurate.
15011
15012 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
15013
15014         * threads.h threads.c : add mono_threads_set_default_stacksize
15015         and pass default to CreateThread calls.
15016
15017 2003-10-09  Dick Porter  <dick@ximian.com>
15018
15019         * icall.c:
15020         * locales.h:
15021         * locales.c: Internal calls for constructing CultureInfo and
15022         related objects from libicu (if its available.)
15023
15024 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
15025
15026         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
15027
15028 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15029
15030         * threadpool.c: added an argument to async_invoke_thread that is the
15031         item to process, pass the MonoAsyncResult to the thread start function
15032         when creating a new thread. This way we don't need to acquire any lock
15033         when we're creating a new thread. Readded a semaphore for faster
15034         response times (instead of that Sleep i added).
15035
15036 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
15037
15038         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
15039         get daylight change dates better on Windows, fix handling
15040         of platforms without tm_gmtoff.
15041
15042 2003-10-06  Martin Baulig  <martin@ximian.com>
15043
15044         * class.c (inflate_generic_method): Renamed to
15045         mono_class_inflate_generic_method() and made public.
15046         (mono_class_init): Don't inflate the generic methods here.
15047         (mono_class_from_generic): Added `gboolean inflate_methods'
15048         argument.  Inflate the methods here.
15049
15050         * loader.c (mono_method_get_param_names): Ignore instances of
15051         generic types for the moment.
15052
15053         * reflection.c (fixup_method): Added support for inflated methods.
15054         (mono_image_create_token): Use mono_image_get_methodref_token()
15055         for inflated methods.
15056         (mono_custom_attrs_from_param): Ignore instances of generic types
15057         for the moment.
15058         (mono_reflection_bind_generic_parameters): New public function.
15059         Moved all the functionality from
15060         ves_icall_Type_BindGenericParameters() here and added support for
15061         dynamic types.
15062         (mono_reflection_define_generic_parameter): Initialize
15063         `klass->methods' here.
15064
15065         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
15066         functionality into mono_reflection_define_generic_parameter().
15067         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
15068         TypeBuilder, return that TypeBuilder.
15069
15070 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15071
15072         * appdomain.c: removed mono_delegate_semaphore.
15073
15074         * threadpool.c:
15075         (mono_thread_pool_add): moved hash table creation inside and the thread 
15076         creation outside of the critical region.
15077         (mono_thread_pool_finish): removed obsolete code.
15078         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
15079         continue or exit the thread depending on the queue.
15080
15081 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
15082
15083         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
15084         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
15085         handle more bool marshalling options
15086
15087 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
15088
15089         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
15090         arrays of structs. Also add a more descriptive error message when
15091         a structure member is marshalled as LPArray.
15092
15093 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
15094
15095         * marshal.c (mono_marshal_get_native_wrapper): Add support for
15096         marshalling arrays of complex types. Fixes #29098. Also remove an
15097         usused and incomplete function.
15098
15099 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
15100
15101         * gc.c: report heap_size - free_bytes as total memory allocated
15102         (bug#49362).
15103
15104 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
15105
15106         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
15107         fix timezone handling problems on Windows.
15108         
15109         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
15110         asserts when the year is outside the range handled by ms the functions.
15111
15112         * class.c (setup_interface_offsets): If the class is an interface,
15113         fill out its interface_offsets slot.
15114
15115 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15116
15117         * threadpool.c: mark threadpool threads as background.
15118
15119 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
15120
15121         * decimal.c - define DECINLINE to nothing if not using GCC
15122
15123 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
15124
15125         * assembly.c: More refcount fixes.
15126
15127 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15128
15129         * string-icalls.c: if we're not trimming, return the same string.
15130         When not splitting, don't create a new string.
15131
15132 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15133
15134         * image.c:
15135         (mono_image_open): increment the ref_count inside the critical section.
15136
15137 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
15138
15139         * image.c (mono_image_open): Fix reference counting bug.
15140
15141 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
15142
15143         * marshal.c (mono_marshal_type_size) struct alignment changed for 
15144         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
15145         64bits. Avoid leak in mono_marshal_get_native_wrapper when
15146         mono_lookup_pinvoke_call throws.        
15147
15148 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
15149
15150         * reflection.c (mono_reflection_parse_type): Fix #49114.
15151
15152         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
15153         temporary workaround for cygwin header problem.
15154
15155         * object.c (mono_object_isinst): Synchronize this with the code
15156         generated by the JIT for casts.
15157
15158 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
15159
15160         * reflection.c (encode_type): Fix #38332.
15161
15162 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
15163
15164         * marshal.c (mono_marshal_method_from_wrapper): New function to return
15165         the original method from the wrapper method.
15166
15167 2003-09-25  Martin Baulig  <martin@ximian.com>
15168
15169         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
15170         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
15171         (ves_icall_Type_get_IsGenericInstance): New interncall.
15172
15173 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
15174
15175         * object.c: fix cast warning in big endian code.
15176
15177 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
15178
15179         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
15180         
15181 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15182
15183         * assembly.c: don't call check_env from mono_assembly_load. It's
15184         already done once in mono_assemblies_init and may cause headaches when
15185         multiple threads are loading assemblies.
15186
15187 2003-09-19  Martin Baulig  <martin@ximian.com>
15188
15189         * reflection.c (mono_reflection_define_generic_parameter): Don't
15190         allocate `klass->methods', set `klass->flags' to
15191         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
15192
15193 2003-09-18  Martin Baulig  <martin@ximian.com>
15194
15195         * class.c (mono_class_init): Don't create `class->methods' if it's
15196         already initialized.
15197
15198         * metadata.c (mono_metadata_load_generic_params): Make this
15199         actually work.
15200
15201         * reflection.c (mono_reflection_define_generic_parameter): Set
15202         parent class and interfaces from the constraints.
15203
15204         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
15205         to keep this struct in sync with the declaration in TypeBuilder.cs.
15206
15207 2003-09-17  Martin Baulig  <martin@ximian.com>
15208
15209         * metadata.h (MonoType): Replaced the data's `int type_param'
15210         field with `MonoGenericParam *generic_param'.
15211         (MonoGenericParam): Added `MonoClass *klass'.
15212
15213         * class.c (mono_class_from_gen_param): Removed the
15214         `MonoImage *image' and `int type_num' arguments.
15215
15216         * metadata.c (mono_metadata_parse_generic_param): New static
15217         method; creates a MonoGenericParam which just contains the index.
15218         (do_mono_metadata_parse_type): Call
15219         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
15220         MONO_TYPE_MVAR.
15221
15222         * reflection.c (mono_image_typedef_or_ref): Generic type
15223         parameters may be in the same assembly, but never use a typedef
15224         for them.
15225         (mono_reflection_define_generic_parameter): We're now creating a
15226         "real" class for the type parameter; it's now safe to call
15227         mono_class_from_mono_type() on the class'es type, it'll do the
15228         right thing.
15229
15230 2003-09-16  Martin Baulig  <martin@ximian.com>
15231
15232         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
15233         `symfile->range_entry_size' and `symfile->class_entry_size' here;
15234         the `symfile' data structure must be fully initialized before it
15235         gets added to the table.
15236
15237 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
15238
15239         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
15240
15241         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
15242         class init trampolines.
15243
15244 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
15245
15246         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
15247         to the built-in profiler to turn off time and allocation profiling
15248         respectively.
15249
15250 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
15251
15252         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
15253         g_direct_equal.
15254
15255         * debug-helpers.c (mono_method_full_name): Print the wrapper type
15256         in human readable form.
15257
15258 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
15259
15260         * reflection.c icall.c: Fixed warnings.
15261
15262         * image.c (load_class_names): Use a temporary hash table to hold the
15263         namespaces in order to avoid doing many string comparisons.
15264
15265         * image.h: Fix typo.
15266
15267         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
15268         Pass NULL instead of g_direct_equal to the GHashTable constructor 
15269         since the NULL case is short-circuited inside g_hash_table_lookup, 
15270         leading to better performance.  
15271
15272         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
15273         obtain the first custom attribute for a given index. Depends on the
15274         CustomAttribute table being sorted by the parent field.
15275
15276         * reflection.c (mono_custom_attrs_from_index): Use the new function 
15277         for better performance.
15278
15279 2003-09-07  Martin Baulig  <martin@ximian.com>
15280
15281         * class.c (mono_class_init): If we're a generic instance, inflate
15282         all our methods instead of loading them from the image.
15283         (mono_class_from_generic): Set `class->methods = gklass->methods'.
15284
15285 2003-09-07  Martin Baulig  <martin@ximian.com>
15286
15287         * mono-debug-debugger.c: Added support for constructors.
15288
15289 2003-09-06  Martin Baulig  <martin@ximian.com>
15290
15291         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
15292         New interncall.
15293
15294         * reflection.c (mono_reflection_setup_generic_class): Call
15295         ensure_runtime_vtable() to create the vtable.
15296
15297 2003-09-05  Martin Baulig  <martin@ximian.com>
15298
15299         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
15300         MONO_TYPE_MVAR.
15301
15302 2003-09-04  Martin Baulig  <martin@ximian.com>
15303
15304         * reflection.c (mono_reflection_define_generic_parameter): Generic
15305         parameters start with zero.
15306
15307 2003-09-04  Martin Baulig  <martin@ximian.com>
15308
15309         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15310
15311         * reflection.h (MonoReflectionGenericParam): New typedef.
15312         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
15313         the generic parameters from the managed TypeBuilder.
15314
15315         * reflection.c (mono_reflection_define_generic_parameter): New function.
15316         (mono_reflection_create_runtime_class): Encode generic parameters.
15317         (mono_reflection_setup_generic_class): New function; this is
15318         called after adding adding all generic params to the TypeBuilder.
15319         (encode_type): Added MONO_TYPE_VAR.
15320
15321 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
15322
15323         * class.h class.c (mono_class_needs_cctor_run): Moved this method
15324         here from the JIT.
15325
15326         * assembly.h assembly.c: Moved the AOT loading code into an assembly
15327         load hook.
15328
15329 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
15330
15331         * reflection.h reflection.c class.h class.c: Delete duplicate 
15332         definition of mono_type_get_name () from reflection.c and export the
15333         one in class.c.
15334
15335         * class.c: Class loading fixes from Bernie Solomon 
15336         (bernard@ugsolutions.com).
15337
15338         * reflection.c: Endianness fixes from Bernie Solomon 
15339         (bernard@ugsolutions.com).
15340         
15341 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
15342
15343         * assembly.h assembly.c: Define a file format version for AOT
15344         libraries.
15345         
15346         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
15347
15348         * appdomain.h (MonoJitInfo): New field to determine whenever the
15349         code is domain neutral.
15350         
15351 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
15352
15353         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
15354
15355 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
15356
15357         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
15358         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
15359         Avoid caching the result since strings must be domain specific. Fixes
15360         #48050.
15361
15362 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
15363
15364         * marshal.c (mono_marshal_init): Make this callable multiple times
15365         since it is hard to find a correct place to call it.
15366
15367         * object.c (mono_runtime_class_init): Execute static constructors in
15368         the correct appdomain.
15369
15370         * image.c (build_guid_table): Handle the case when multiple images have
15371         the same GUID.
15372
15373 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15374
15375         * icall.c: added a couple of icalls for System.Web.
15376
15377 2003-08-28  Martin Baulig  <martin@ximian.com>
15378
15379         * icall.c (ves_icall_Type_BindGenericParameters): Use
15380         `klass->generic_inst' instead of `&klass->byval_arg' in the
15381         mono_type_get_object() call.  The returned type must be
15382         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
15383
15384 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
15385
15386         * NOTES: New file.
15387
15388         * object.c (mono_class_proxy_vtable): Make it thread safe.
15389
15390         * pedump.c: Fix warning.
15391
15392         * object.c appdomain.h: Get rid of metadata_section. 
15393         It is no longer needed and it was causing deadlocks with domain->lock.
15394
15395         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
15396
15397 2003-08-26  Martin Baulig  <martin@ximian.com>
15398
15399         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
15400
15401 2003-08-26  Martin Baulig  <martin@ximian.com>
15402
15403         * pedump.c (main): Call mono_metadata_init(),
15404         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
15405         and mono_loader_init().
15406
15407 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
15408
15409         * loader.h: Add missing include to fix build.
15410
15411         * image.h: mono_image_load_references is no more.
15412
15413         * assembly.c: Reworked assembly loading to make it really thread safe.
15414         After these changes, the assembly returned by mono_assembly_open is
15415         fully initialized, i.e. all its references assemblies are loaded.
15416
15417         * assembly.c (mono_image_load_references): Renamed to 
15418         mono_assembly_load_references, and made private, since clients no
15419         longer need to call it.
15420
15421         * class.c: Removed calls to mono_assembly_load_references, since it was
15422         a source of deadlocks.
15423
15424         * loader.h loader.c class.h class.c: Protect data structures using a 
15425         new lock, the loader lock.
15426
15427         * class.c (mono_class_setup_vtable): Create temporary hash tables and
15428         GPtrArrays only when needed.
15429
15430         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
15431         into empty structures by mcs. Fixes pinvoke7.cs.
15432         
15433         * domain.c (mono_init): Call a new initialization function.
15434
15435         * appdomain.c (mono_runtime_init): Call the new initializer function
15436         of the marshal module.
15437
15438         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
15439         inserted into empty structures by mcs. Fixes pinvoke7.cs.
15440
15441         * marshal.h marshal.c: Added locks around the wrapper caches to make
15442         this module thread safe.
15443
15444         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
15445         this argument. Fixes pinvoke1.exe.
15446
15447 2003-08-25  Lluis Sanchez <lluis@ximian.com>
15448
15449         * object.h: Added call_type field to MonoMethodMessage and the corresponding
15450         enumeration of values. Removed fields to store remote call output values in
15451         MonoAsyncResult. Not needed any more.
15452         * object.c: Initialize call_type and async_result fields in mono_message_init.
15453         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
15454         dispatching the message.
15455         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
15456         async call to finish. To do it use a message with EndInvoke call type.
15457
15458 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
15459
15460         * loader.h loader.c (mono_method_hash_marhal_info): New function which
15461         determines whenever a method has marshalling info.
15462
15463 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15464
15465         * assembly.c: fix the build on windows.
15466
15467 2003-08-22 Lluis Sanchez <lluis@ximian.com>
15468
15469         * object.cs: Fixed bug #47785.
15470
15471 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
15472
15473         * string-icalls.c (StringReplace): If their are no occurances of
15474         the old string found return a reference to the supplied
15475         string. This saves some memory and matches MS behavoir.
15476         
15477 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15478
15479         * socket-io.c: fixed compilation for systems that define AF_INET6
15480         and don't define SOL_IP/SOL_IPV6.
15481
15482 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
15483
15484         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
15485         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
15486
15487         * rawbuffer.c rawbuffer.h: Make this module thread safe.
15488
15489         * domain.c: Make this module thread safe.
15490
15491         * domain.c (mono_init): Call new initialization function.
15492
15493         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
15494         reference types too. Fixes #38812.
15495
15496         * image.c (mono_image_init): Fixed warnings.
15497
15498         * class.c (mono_class_from_typeref): Handle assembly load failure
15499         correctly.
15500
15501         * appdomain.c (add_assemblies_to_domain): Handle the case when
15502         the references of an assembly are not yet loaded.
15503
15504         * metadata.c image.c assembly.c: Moved initialization of global
15505         variables to a separate function called at startup since lazy 
15506         initialization of these variables is not thread safe.
15507         
15508         * image.c assembly.c: Made this module thread safe by adding locks in 
15509         the appropriate places.
15510
15511         * domain.c (mono_init): Call the new initialization functions of the
15512         three modules.
15513
15514 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
15515
15516         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
15517           make a direct call. It is proxy's work to make the call asynchronous.
15518           mono_delegate_end_invoke(): If the targe is a proxy, just collect
15519           the return values.
15520         * object.cs: mono_method_call_message_new(): read AsyncResult and
15521           state object from parameters list, if this info is requested.
15522         * object.h: Added fields to store remote call output values in
15523           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
15524
15525 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
15526
15527         * object.h: add needed fields to MonoThread.
15528         * threads.c, threads.h: allow registering a function to cleanup data
15529         allocated per thread by the JIT.
15530
15531 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
15532
15533         * loader.h: portability fix by Bernie Solomon
15534         * <bernard@ugsolutions.com>.
15535
15536 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
15537
15538         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
15539         return a MonoArray. This simplifies the code and also ensures that
15540         the cache allways contains an object reference as a value.
15541
15542         * icall.c (ves_icall_get_parameter_info): Simplified using the new
15543         function.
15544
15545 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15546
15547         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
15548         fixes a problem with byte ordering when getting the address family for
15549         a socket.
15550
15551 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
15552
15553         * .cvsignore: Added monosn.
15554
15555         * reflection.h reflection.c loader.c: Added support for parameter
15556         marshalling to dynamically created types. Fixes #47295.
15557
15558 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
15559
15560         * rand.c: remove useless warnings.
15561
15562 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
15563
15564         * class.c: implemented ldtoken for methods and fieldrefs.
15565
15566 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15567
15568         * threadpool.c: when mono_async_invoke was called, no one took care of
15569         monitoring the queue. So if the method invoked took some time and we
15570         got new async invoke requests after 500 ms (the thread created waited
15571         that long in WaitForSingleObject), the new async invoke was not called
15572         until the previous one finished.
15573
15574         This is fixed now. Thanks to Totte for helping with it.
15575
15576 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15577
15578         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
15579
15580 2003-08-11  Martin Baulig  <martin@ximian.com>
15581
15582         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
15583
15584 2003-08-06  Martin Baulig  <martin@ximian.com>
15585
15586         * mono-debug-debugger.c: Added support for static fields,
15587         properties and methods.
15588
15589 2003-08-06  Martin Baulig  <martin@ximian.com>
15590
15591         * mono-debug-debugger.c: Don't store the MonoString's vtable to
15592         make this work for applications with multiple application domains.
15593
15594 2003-08-04  Martin Baulig  <martin@ximian.com>
15595
15596         * mono-debug-debugger.c: Completely reworked the type support; the
15597         most important thing is that we're now just using one single
15598         `MonoType' instance per type.
15599
15600 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
15601
15602         * mono-endian.h, mono-endian.c, icall.c: Added icall
15603         ves_icall_System_Double_AssertEndianity to assert double word endianity
15604         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
15605
15606 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
15607
15608         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
15609         support, icalls and fixes.
15610
15611 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
15612
15613         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
15614         classes that are a punctuation character in .NET is not the same a
15615         g_unichar_ispunct.
15616
15617 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
15618
15619         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
15620
15621 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
15622
15623         * icall.c: Add new MemCopy internalcall.
15624         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
15625         Simplified code; It is not necessary to handle all the cases here,
15626         as the C# code takes care of it.  Only handle the case of the name
15627         resource embedded into the assembly.
15628
15629         Changed signature to return the data pointer and the size of the
15630         data. 
15631
15632 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
15633
15634         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
15635         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
15636
15637 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
15638
15639         * socket-io.c: ignore EINTR error in select.
15640
15641 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
15642
15643         * class.h, class.c: removed unused subclasses field in MonoClass.
15644
15645 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
15646
15647         * icall.c: improve fix of get_base_definition(). If the parent class
15648           doesn't have the mehod, look at the parent of the parent.
15649         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
15650           to check if a parameter is an in or out parameter
15651           (PARAM_ATTRIBUTE_IN is not set by default).
15652           mono_method_return_message_restore(): Use mono_class_value_size to
15653           get the size of a value type. mono_type_stack_size (parameterType)
15654           does not return the correct value if parameterType is byRef.
15655           mono_load_remote_field(), mono_load_remote_field_new(),
15656           mono_store_remote_field(), mono_store_remote_field_new():
15657           raise exception if the remote call returns an exception.
15658
15659 2003-07-28  Martin Baulig  <martin@ximian.com>
15660
15661         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
15662         method.  This is a wrapper around mono_runtime_invoke() which
15663         boxes the instance object if neccessary.
15664
15665 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
15666
15667         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
15668         metadata.h, row-indexes.h, verify.c: first cut of generics support.
15669
15670 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
15671
15672         * icall.c: disable mcs bug workaround.
15673
15674 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
15675
15676         * object.c (mono_runtime_class_init): Take the metadata_section
15677         mutex before obtaining the domain mutex.
15678
15679         * appdomain.h: Added definition of metadata_section mutex here. 
15680
15681         * object.c: define metadata_mutex here.
15682
15683 2003-07-24  Ravi Pratap  <ravi@ximian.com>
15684
15685         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
15686         fixed.
15687
15688 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
15689
15690         * reflection.c: Fix bug #46669
15691
15692 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15693
15694         * exception.c:
15695         * exception.h:
15696         * icall.c:
15697         * object.h: fill in the type name for TypeLoadException.
15698
15699 2003-07-23  Ravi Pratap  <ravi@ximian.com>
15700
15701         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
15702         relationship between TypeBuilders while compiling corlib) and bug
15703         45993 (Array types returned from the runtime while compiling
15704         corlib were from the loaded corlib).
15705
15706 2003-07-22  Martin Baulig  <martin@ximian.com>
15707
15708         * mono-debug-debugger.c: Reworked the type support a bit more;
15709         distinguish between types and classes.
15710
15711 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
15712
15713         * icall.c: add IsArrayImpl icall.
15714
15715 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
15716
15717         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
15718         initializing real_size only once. Also fix bug #46602.
15719
15720 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
15721
15722         * object.c: Renamed mono_metadata_section to metadata_section.
15723
15724 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
15725
15726         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
15727           empty array if the type is an array. Fixed.
15728           ves_icall_MonoMethod_get_base_definition: if the base method
15729           is abstract, get the MethodInfo from the list of methods of
15730           the class.
15731         * reflection.c: ParameterInfo.PositionImpl should be zero-based
15732           and it was 1-based. Fixed in mono_param_get_objects.
15733
15734 2003-07-20  Martin Baulig  <martin@ximian.com>
15735
15736         * mono-debug.h: Set version number to 31.
15737         (mono_debug_init): Added `MonoDomain *' argument.
15738
15739         * mono-debug-debugger.c: Reworked the type support; explicitly
15740         tell the debugger about builtin types; pass the `klass' address to
15741         the debugger.
15742
15743 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
15744
15745         * image.c: Allow new metadata tables to be loaded without a
15746         warning. Also update the warning message to give the new constant value.
15747                 
15748 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
15749
15750         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
15751         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
15752         array type representation changes.
15753
15754 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
15755
15756         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
15757         on Environment.Exit () call.
15758
15759 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
15760
15761         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
15762         requires a matching corlib.
15763
15764 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
15765
15766         * Changelog: My editor decided to add a CR to each line. Sorry about that.
15767           Committed again without the CRs.
15768         
15769 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
15770
15771         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
15772           getting it from the "this" socket instance. Did not work
15773           if the socket is a subclass of Socket.
15774           Also fixed bug #35371.
15775
15776 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
15777
15778         * metadata.c: fixed size for TypedByRef.
15779         * loader.c: when searching for a method, consider the vararg amrker.
15780         * unicode.c, decimal.c: constify some arrays.
15781
15782 2003-07-15  Dick Porter  <dick@ximian.com>
15783
15784         * socket-io.c: Fixed compilation for gcc < 3.2.
15785
15786         Fixed compilation for machines that don't have AF_INET6 (thanks to
15787         Bernie Solomon <bernard@ugsolutions.com> for that part.)
15788
15789         Fixed compile warnings.
15790         
15791         Fixed formatting and line endings.
15792
15793 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
15794
15795         * socket-io.h:
15796         * socket-io.c: Added IPv6 support.
15797
15798 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
15799
15800         * class.c (mono_class_is_assignable_from): New function to implement
15801         the is_assignable_from logic. Used by mono_object_isinst, 
15802         Type::IsAssignableFrom () and the interpreter.
15803
15804         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
15805         Object, even interfaces.
15806         
15807         * object.c (mono_object_isinst): Implement in terms of 
15808         is_assignable_from.
15809
15810         * icall.c (ves_icall_type_is_assignable_from): New icall.
15811
15812 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
15813
15814         * domain.c (foreach_domain): fix compiler warning.
15815
15816 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
15817
15818         * image.c (load_metadata_ptrs): use g_strndup because strndup is
15819         not available on all plattforms
15820
15821 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
15822
15823         * image.h image.c: Store the metadata version string in MonoImage.
15824         * icall.c: New icall to retrieve the image version.
15825         * reflection.c (create_dynamic_image): Fill in the image version field
15826         * reflection.c (build_compressed_metadata): Use the image version
15827         from the image structure.
15828
15829 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15830
15831         * appdomain.c: modified comment.
15832         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
15833         That will be its last iteration when mono_gc_cleanup is called from
15834         mono_runtime_cleanup and before the domain is unloaded.
15835
15836         Fixes bug #45962.
15837
15838 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
15839
15840         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
15841         attributes.
15842
15843 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
15844
15845         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
15846         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
15847         Bernie Solomon <bernard@ugsolutions.com>.
15848
15849 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
15850
15851         * object.c, object.h: provide mono_object_new_fast() for faster
15852         allocation in some special cases.
15853
15854 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
15855
15856         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
15857         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
15858
15859 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
15860
15861         * threadpool.c: fix leaks.
15862
15863 2003-07-01  Dick Porter  <dick@ximian.com>
15864
15865         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
15866         using MonoGHashTables.  Fixes threadpool bug posted to list.
15867
15868 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
15869
15870         * image.h, image.c: added support to load an assembly from a byte array.
15871         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
15872         assembly bundle support.
15873
15874 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
15875
15876         * threadpool.c (mono_thread_pool_add): keep a reference to the
15877         AsyncResult to prevent GC
15878
15879 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
15880
15881         * class.c: leak fix.
15882
15883 2003-06-25  Dick Porter  <dick@ximian.com>
15884
15885         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
15886         for the async object, the WaitHandle object will close the handle.
15887         Fixes bug 45321.
15888
15889 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
15890
15891         * class.c: in mono_array_class_get (), lookup from the hash with the
15892         same type we insert: this works around a bug in
15893         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
15894         lluis. The real fix will have to wait for after the release.
15895
15896 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
15897
15898         * icall.c: fix memory leak when getting type members.
15899
15900 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
15901
15902         * reflection.c: added more pubtoken special cases.
15903
15904 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
15905
15906         * class.c: handle field offset correctly when class size
15907         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
15908
15909 2003-06-20  Martin Baulig  <martin@ximian.com>
15910
15911         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
15912         *image' field.
15913
15914 2003-06-20  Martin Baulig  <martin@ximian.com>
15915
15916         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
15917
15918 2003-06-20  Martin Baulig  <martin@ximian.com>
15919
15920         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
15921         just distinguish between variables in registers and variables at
15922         an offset relative to a register.
15923
15924 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15925
15926         * icall.c: #ifdef out latest changes until mcs is fixed.
15927
15928 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
15929
15930         * icall.c: return members in metadata order.
15931
15932 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
15933
15934         * icall.c: avoid infinite loop in GetTimeZoneData.
15935
15936 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
15937
15938         * icall.c: added Marshal.Prelink/All icalls.
15939
15940 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
15941
15942         * object.c, object.h: fix warnings and do some overflow checking
15943         when creating arrays.
15944
15945 2003-06-17  Dick Porter  <dick@ximian.com>
15946
15947         * file-io.h:
15948         * file-io.c: File attributes need to be tweaked slightly when
15949         passed from the managed to the w32 world.
15950
15951 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
15952         * profiler.h profiler-private.h profiler.c: Rework last patch
15953         based on suggestion by Paolo.
15954         
15955 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
15956
15957         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
15958         instruction level coverage data collection.
15959         * profiler.h profiler.c (: Added new callback function which can be
15960         used by the profiler to limit which functions should have coverage
15961         instrumentation.
15962         * profiler.c (mono_profiler_load): Call g_module_build_path to
15963         generate the file name of the profiler library.
15964
15965 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
15966
15967         * profiler.c, profiler.h, profiler-private.h: added basic block 
15968         coverage profiling API.
15969
15970 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
15971
15972         * reflection.c (mono_reflection_create_runtime_class): Add support
15973         for events in dynamically generated code.
15974
15975         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
15976         not allocated.
15977
15978 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
15979
15980         * icall.c: when getting timezone info, return reasonable values if we
15981         can't get the actual data.
15982
15983 2003-06-14  Dick Porter  <dick@ximian.com>
15984
15985         * threads.c (start_wrapper): Remove the reference to the thread
15986         object in the TLS data, so the thread object can be finalized.
15987         This won't be reached if the thread threw an uncaught exception,
15988         so those thread handles will stay referenced :-( (This is due to
15989         missing support for scanning thread-specific data in the Boehm GC
15990         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
15991
15992 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
15993
15994         * reflection.c: ensure streams and tables are first allocated with
15995         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
15996
15997 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
15998
15999         * icall.c: fixed GetElementType for byrefs (bug# 44792).
16000
16001 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
16002
16003         * reflection.c (mono_reflection_create_runtime_class): Add support for
16004         properties to dynamically created classes.
16005         * reflection.c: Fix a few places where non-MonoObjects were inserted
16006         into the tokens hashtable.
16007
16008 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16009
16010         * object.c: some support to handle out of memory exceptions.
16011
16012 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
16013
16014         * marshal.c (mono_marshal_get_native_wrapper): support reference
16015         return types
16016
16017 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16018
16019         * object.h, object.c: more portability stuff from Bernie Solomon.
16020         Unexport mono_object_allocate(). Added mono_object_unbox ().
16021         Set exitcode when an unhandled exception is thrown.
16022
16023 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
16024
16025         * marshal.c (mono_marshal_get_native_wrapper): use custom
16026         marshaler for return types.
16027
16028 2003-06-10  Dick Porter  <dick@ximian.com>
16029
16030         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
16031         ip_mreq is available
16032
16033 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
16034
16035         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
16036         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
16037         by Bernie Solomon <bernard@ugsolutions.com>.
16038
16039 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
16040
16041         * gc.c (mono_gc_init): Avoid error message on shutdown when
16042         GC_DONT_GC=1 is used.
16043
16044         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
16045         New icall to return the GUID of a module.
16046
16047 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16048
16049         * class.c: ensure instance size always includes the parent's size
16050         even whem class size is set explicitly (fixes bug#44294).
16051
16052 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
16053
16054         * profiler.h, profiler.c: made the simple profiler thread-safe,
16055         get more accurate timing info. Allow the loading of an
16056         externally-developed profiler module.
16057
16058 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
16059
16060         * marshal.c (mono_marshal_get_native_wrapper): improved
16061         class/byref arguments.
16062         (mono_marshal_get_native_wrapper): better string marshaling support.
16063
16064 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
16065
16066         * class.c: ensure .pack and .size are handled correctly and
16067         simplified layout of static fields.
16068
16069 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
16070
16071         * appdomain.c
16072         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
16073
16074         * loader.c (mono_lookup_pinvoke_call): look for modules in the
16075         current directory (fix bug 44008)
16076
16077 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
16078
16079         * marshal.c (mono_marshal_get_native_wrapper): started support for
16080         custom marshalers.
16081         (mono_delegate_to_ftnptr): consider marshalling specifications
16082
16083 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
16084
16085         * reflection.c, reflection.h: emit custom marshal info.
16086
16087 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16088
16089         * object.c: free the GError.
16090         * icall.c: added CloseEvent_internal.
16091         * threads.[ch]:
16092         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
16093         call.
16094
16095 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
16096
16097         * loader.c (mono_method_get_signature): Add support for dynamic
16098         assemblies.
16099
16100 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
16101
16102         * reflection.c: fixed bug #43905.
16103
16104 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
16105
16106         * class.c, domain.c, icall.c, metadata.h, object.h: support for
16107         handling TypedReference and ArgIterator.
16108         * loader.c, loader.h: added function to get signature at call site.
16109
16110 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16111
16112         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
16113         data readonly. Buglets and warning fixes. Some MethodSpec support.
16114
16115 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16116
16117         * class.h, class.c, object.c: remove relative numbering support.
16118
16119 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
16120
16121         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
16122         free the string, until we get a chance to fix Gtk#
16123
16124 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16125
16126         * marshal.c: revert last patch.
16127
16128 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
16129
16130         * icall.c: updates for new mono_class_vtable() not calling
16131         the type constructor anymore.
16132
16133 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
16134
16135         * object.h, object.c: separate vtable creation from type
16136         initialization. Make running the .cctor thread safe.
16137
16138 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
16139
16140         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
16141
16142 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
16143
16144         * loader.c (mono_get_method): consider calling convention
16145
16146 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
16147
16148         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
16149         to return the invisible global type for a module.
16150
16151         * reflection.c (mono_image_build_metadata): Emit global fields too.
16152
16153 2003-05-20  Peter Williams  <peterw@ximian.com>
16154
16155         * loader.c (mono_lookup_internal_call): Add a few newlines.
16156
16157 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
16158
16159         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
16160         literal strings.
16161
16162         * appdomain.c (set_domain_search_path): Recalculate search path when
16163         AppDomainSetup.PrivateBinPath changes.
16164
16165         * object.c (mono_class_compute_gc_descriptor): It turns out some
16166         parts of the class libs (like System.Thread) holds pointers to
16167         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
16168         to treat native int a pointer type here.
16169         
16170 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
16171
16172         * appdomain.h, domain.c: add hashtable for jump target resolution.
16173
16174 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
16175
16176         * reflection.h reflection.c icall.c: Added new icalls 
16177         GetManifestResourceInfoInternal, GetModulesInternal and support
16178         infrastructure.
16179
16180 2003-05-16  Dick Porter  <dick@ximian.com>
16181
16182         * icall.c:
16183         * file-io.h:
16184         * file-io.c: Implement System.IO.MonoIO::GetTempPath
16185
16186 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
16187
16188         * object.c: mono_store_remote_field: little fix to previous patch.
16189
16190 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16191
16192         * class.c: add constructors to array classes.
16193         * icall.c: special case array construction for InternalInvoke (),
16194
16195 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
16196
16197         * class.h class.c reflection.c object.c: Added support for field
16198         defaults in dynamically generated classes.
16199
16200 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
16201
16202         * reflection.c: properly encode charset for ddlimport.
16203
16204 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
16205
16206         * threads.c: allow compiling without GC.
16207
16208 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
16209
16210         * appdomain.h, object.c, object.h, threads.c, threads.h: added
16211         handling of thread static data.
16212
16213 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16214
16215         * reflection.h, reflection.c: added mono_custom_attrs_free ().
16216
16217 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
16218
16219         * class.c (mono_array_class_get): always set the serializable flags
16220         (mono_array_class_get): always set the SEALED attribute for array types
16221
16222 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
16223
16224         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
16225         attributes (fix for bug 42021).
16226
16227 2003-05-12  Dick Porter  <dick@ximian.com>
16228
16229         * gc.c: Don't run finalizers when the finalizer thread is
16230         finishing up, because the default domain has already been
16231         destroyed.
16232
16233 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
16234
16235         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
16236         value is null, we should throw an exception.   This is slightly
16237         different than the other conventions used for the constructor.
16238
16239 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16240
16241         * socket-io.c: fixed windows build.
16242
16243 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16244
16245         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
16246
16247 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
16248
16249         * object.c (mono_string_new_wrapper): Compatibility fix for MS
16250         compilers.
16251
16252 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
16253
16254         * class.c (mono_class_layout_fields): Add experimental GC aware
16255         auto layout facility. Requires class library changes to work correctly.
16256
16257         (mono_class_setup_vtable): Avoid overriding explicit interface
16258         method implementations. Fixes iface3.exe test.
16259
16260         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
16261         object reference.
16262         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
16263         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
16264
16265         * metadata.h: Add new type classification macro which determines
16266         whenever the type holds an object reference.
16267
16268 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
16269
16270         * marshal.c (mono_marshal_get_native_wrapper): cleanups
16271
16272 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
16273
16274         * gc.c (finalizer_thread): Work around a GC bug.
16275
16276 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
16277
16278         * marshal.c (emit_struct_conv): allow unions
16279
16280         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
16281
16282 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
16283
16284         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
16285
16286 2003-05-06  Martin Baulig  <martin@ximian.com>
16287
16288         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
16289
16290 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16291
16292         * socket-io.c:
16293         (Select_internal): allow NULLs, don't create arrays if not needed.
16294         Coupled with Socket.cs changes.
16295
16296         * threadpool.c:
16297         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
16298         register a finalizer for it that will close the semaphore handle. This
16299         fixes the leak and make Lupus' test run with > 4080 loops.
16300
16301 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
16302
16303         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
16304         Jerome Laban (bug #42287)
16305
16306 2003-05-02  Martin Baulig  <martin@ximian.com>
16307
16308         * debug-mono-symfile.h
16309         (MonoSymbolFile): Moved declaration into mono-debug.h.
16310         (MonoDebugMethodJitInfo): Likewise.
16311         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
16312         argument.
16313         (_mono_debug_address_from_il_offset): Take a
16314         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
16315
16316         * mono-debug.h
16317         (MonoDebugDomainData): New struct.
16318         (mono_debug_get_domain_data): New function.
16319         (mono_debug_add_method): Take an additional `MonoDomain *'
16320         argument.
16321         (mono_debug_source_location_from_address): Likewise.
16322         (mono_debug_il_offset_from_address): Likewise.
16323         (mono_debug_address_from_il_offset): Likewise.
16324
16325 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
16326
16327         * reflection.c: one more check for null type in custom attrs.
16328
16329 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16330
16331         * reflection.c: avoid warning (comparison is always false due to limited
16332         range of data type).
16333
16334 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16335
16336         * icall.c: throw an exception in Type.GetField if the argument 'name'
16337         is NULL.
16338
16339 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
16340
16341         * reflection.c: fixed handling of enums in named arguments to custom
16342         attributes (bug #42123).
16343
16344 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
16345
16346         * reflection.c: use the right array element type and handle
16347         a null for a Type argument, too.
16348
16349 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
16350
16351         * reflection.c: handle arrays as arguments to custom attributes.
16352
16353 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
16354
16355         * reflection.c: handle a string value in a custom attr
16356         ctor that takes an object.
16357
16358 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
16359
16360         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
16361         (fix bug #42063)
16362
16363 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
16364
16365         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
16366
16367 2003-04-27  Martin Baulig  <martin@ximian.com>
16368
16369         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
16370         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
16371         MONO_DEBUGGER_EVENT_BREAKPOINT.
16372         (mono_breakpoint_trampoline_code): Removed.
16373         (mono_debugger_event_handler): The last argument is now a
16374         `guint32'.
16375         (mono_debugger_insert_breakpoint_full): Removed the
16376         `use_trampoline' argument.
16377         (mono_debugger_method_has_breakpoint): Likewise.
16378         (mono_debugger_trampoline_breakpoint_callback): Renamed to
16379         mono_debugger_breakpoint_callback(); take the method and
16380         breakpoint number as arguments.
16381
16382 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
16383
16384         * metadata.c: fix off by one when loading parameters attributes.
16385
16386 2003-04-24  Martin Baulig  <martin@ximian.com>
16387
16388         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
16389
16390 2003-04-24  Martin Baulig  <martin@ximian.com>
16391
16392         * mono-debug-debugger.c: Moved all code which interacts with the
16393         Mono Debugger here.
16394
16395         * debug-mono-symfile.c: This code now just deals with the symbol
16396         file itself, the debugger code is now in mono-debug-debugger.c.
16397
16398 2003-04-23  Martin Baulig  <martin@ximian.com>
16399
16400         * mono-debug.c (mono_debug_source_location_from_il_offset):
16401         New method; like mono_debug_source_location_from_address(), but
16402         takes an IL offset instead of a machine address.
16403
16404 2003-04-23  Martin Baulig  <martin@ximian.com>
16405
16406         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
16407         `line' field; this is now computed by the debugger.
16408
16409 2003-04-23  Martin Baulig  <martin@ximian.com>
16410
16411         * mono-debug.[ch]: New files.  This is the new debugging interface.
16412
16413         * mono-debug-debugger.[ch]: New files.  Moved all code which
16414         interacts with the Mono Debugger here.
16415
16416 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
16417
16418         * domain.c (mono_init): initialize mono_defaults.monitor_class
16419
16420 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
16421
16422         * reflection.c (method_encode_code): Add a spicy exception to help
16423         future compiler authors.
16424
16425 2003-04-21  Martin Baulig  <martin@ximian.com>
16426
16427         * icall.c
16428         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
16429         Make this work with relative pathnames; g_filename_to_uri() needs
16430         an absolute filename.
16431
16432 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
16433
16434         * icall.c: Track name changes in Object and ValueType.
16435
16436 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
16437
16438         * metadata.c (mono_type_stack_size): size should be a multiple of
16439         sizeof (gpointer)
16440
16441 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16442
16443         * gc.c:
16444         (internal_domain_finalize): moved into mono_domain_finalize. No need
16445         to create another thread because the finalizers will be run in the
16446         finalizer thread.
16447         
16448         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
16449         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
16450         to be run (MS does this too).
16451
16452 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
16453
16454         * object.c (mono_class_compute_gc_descriptor): Update comment.
16455
16456         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
16457
16458         * image.h: Add synchronized wrapper cache.
16459
16460         * image.c (do_mono_image_open): Initialize cache.
16461
16462         * reflection.c (create_dynamic_mono_image): Initialize cache.
16463
16464 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16465
16466         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
16467         ves_icall_System_Buffer_ByteLengthInternal.
16468
16469 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16470
16471         * reflection.c: setup klass->nested_in earlier. Allow
16472         a dash in the assembly name.
16473
16474 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
16475
16476         * metadata.c (mono_type_to_unmanaged): dont access
16477         type->data.klass for MONO_TYPE_OBJECT
16478         (mono_type_to_unmanaged): consider System.Delegate class
16479
16480 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
16481
16482         * class.c: just setup supertypes in the proper place instead of
16483         initializing the full element class for arrays.
16484
16485 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
16486
16487         * class.c: ensure the element class of arrays is initialized.
16488         Setup the supertype info for array classes, too.
16489
16490 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
16491
16492         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
16493
16494 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16495
16496         * Makefile.am: re-added -m option when running cygpath. This way,
16497         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
16498         separator.
16499         * mono-config.c: same codepath for locating mono config file for WIN32
16500         and the rest.
16501         * assembly.c: if mono_assembly_setrootdir is called, don't override
16502         the value set.
16503
16504 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16505
16506         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
16507         MONO_ASSEMBLIES variable.
16508
16509 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
16510
16511         * icall.c: added Assembly::GetNamespaces() icall.
16512
16513 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16514
16515         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
16516
16517 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
16518
16519         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
16520         * object.c: fixed bug in the construction of vtable for proxies
16521
16522 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
16523
16524         * object.c (mono_array_new): Mark mono_array_new as an icall.
16525
16526 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16527
16528         * class.c: fixed test for public method when overriding interfaces.
16529         Closes bug #40970.
16530
16531 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
16532
16533         * appdomain.h, domain.c: added mono_domain_foreach() to
16534         be able to access the currently loaded appdomains.
16535         * object.c: make string interning work across sppdomains.
16536         Mark some functions for use as icalls.
16537
16538 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
16539
16540         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
16541
16542         * reflection.h reflection.c: Allocate long living data using 
16543         GC_MALLOC_ATOMIC so the collector does not need to scan it.
16544
16545         * reflection.c: Double the allocation size in streams instead of
16546         increasing it, to prevent unneccesary copying on large assemblies.
16547         
16548         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
16549         creation if the assembly does not have the Run flag set.
16550
16551 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
16552
16553         * class.h: avoid the C++ keywords in header files (Jerome Laban
16554         spotted and fixed this).
16555
16556 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16557
16558         * object.c:
16559         (mono_unhandled_exception): fill in the arguments for the
16560         UnhandledException event. Only trigger that event for the default
16561         domain (as MS does).
16562
16563 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
16564
16565         * object.c: Improve typed allocation stuff based on suggestions from
16566         Paolo. Also turn it on if the GC library supports it.
16567
16568 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
16569
16570         * object.c object.h class.h: Added experimental typed allocation
16571         facility using the interfaces in gc_gcj.h.
16572
16573         * os/gc_wrapper.h: Added new include files.
16574         
16575 2003-04-03  Martin Baulig  <martin@ximian.com>
16576
16577         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
16578         which is not yet enabled by default.
16579
16580         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
16581         functions.
16582         (mono_gc_lock, mono_gc_unlock): New static functions.
16583
16584         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
16585         functions; stop/start the world for the garbage collector.  This
16586         is using the windows API; we need to complete the SuspendThread()/
16587         ResumeThread() implementation in the io-layer to make this work on Unix.
16588         (mono_gc_push_all_stacks): New public function; tells the garbage
16589         collector about the stack pointers from all managed threads.
16590
16591 2003-04-03  Martin Baulig  <martin@ximian.com>
16592
16593         * object.h (MonoThread): Added `gpointer stack_ptr'.
16594
16595         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
16596
16597 2003-04-03  Martin Baulig  <martin@ximian.com>
16598
16599         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
16600
16601 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
16602
16603         * reflection.c (typebuilder_setup_fields): Initialize field.first and
16604         field.last.
16605
16606 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
16607
16608         * loader.c (mono_lookup_internal_call): Report the corlib that is
16609         out of sync.
16610
16611 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
16612
16613         * icall.c (ves_icall_type_GetTypeCode): fixed check for
16614         System.DBNull (it's class not valuetype).
16615
16616 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
16617
16618         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
16619         if the array method was already assigned a token (fixes bug#40646).
16620
16621 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
16622
16623         * reflection.c (mono_reflection_get_type): Attempt type resolve even
16624         if no assembly is given.
16625
16626 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
16627
16628         * metadata.h: Added the new tables.
16629
16630         * row-indexes.h: Added definitions for new tables.
16631
16632         * metadata.c: Add schemas for new tables, and add support for
16633         computing the sizes of them.
16634
16635         * class.c: Update for handling the new type cases.
16636
16637 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
16638
16639         * metadata.h (MONO_TYPE_IS_VOID): new macro
16640
16641 2003-03-31  Martin Baulig  <martin@ximian.com>
16642
16643         * threads.h (MonoThreadCallbacks): Added `thread_created'.
16644
16645         * threads.c (mono_thread_new_init): Call `thread_created' in the
16646         mono_thread_callbacks.
16647
16648 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
16649
16650         * loader.h: added marshalbyrefobject_class to mono_defaults
16651         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
16652         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
16653           generation of output parameters.
16654           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
16655         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
16656           contextbound and the target object belongs to the context of the caller.
16657         * object.h: added context and unwrapped_server variables in MonoRealProxy.
16658         * object.c: Implemented support for interfaces and abstract classes
16659           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
16660           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
16661
16662 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
16663
16664         * class.h class.c (mono_class_is_subclass_of): New function.
16665         
16666         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
16667         routines for most common case (calls from ArrayList::ToArray).
16668
16669         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
16670         routine so programs which call Environment::Exit() can be profiled.
16671
16672         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
16673         Added MONO_ARCH_SAVE_REGS.
16674
16675         * icall.c (ves_icall_type_is_subtype_of): Use new function.
16676
16677 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
16678
16679         * blob.h: Add a couple of new MonoType types definitions.
16680
16681         * tabledefs.h: Add a couple of new call convs.
16682
16683 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
16684
16685         * reflection.h (MonoReflectionDynamicAssembly): track changes in
16686         the layout of the class.
16687
16688         * reflection.c (alloc_table): double the size on overflow to avoid
16689         unnecessary copying.
16690
16691         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
16692         avoid filling out metadata tables and blobs. Also set mb->ilgen to
16693         null so it can be garbage collected.
16694         
16695 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
16696
16697         * reflection.c (mono_reflection_get_type): Return the resolved type
16698         only if it is in the assembly we searched.
16699
16700         * reflection.c (ensure_runtime_vtable): Initialize method slots.
16701
16702         * class.c (mono_class_setup_vtable): Set the slot of the overriding
16703         method.
16704
16705 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16706
16707         * appdomain.c:
16708         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
16709         the right one is 'file:///blah', but MS allows it.
16710         * assembly.c:
16711         (mono_assembly_open): allow 'file://blah'
16712
16713         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
16714
16715 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
16716
16717         * socket-io.c: fixes bug #40310.
16718
16719 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
16720
16721         * reflection.c (mono_reflection_parse_type): handle deeply nested
16722         types correctly.
16723
16724         * reflection.c (mono_image_create_token): Use unique token values
16725         since they will be put into a hash table.
16726
16727         * class.c (mono_class_setup_vtable): If a method occurs in more than
16728         one place in the vtable, and it gets overriden, then change the
16729         other occurances too.
16730
16731         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
16732         object as return type.
16733
16734 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
16735
16736         * icall.c: Deleted "ToString" implementation for double and float
16737         because they are full implemented in managed code.
16738
16739 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
16740
16741         * reflection.c, reflection.h: implemented and exported functions
16742         to retrieve info about custom attributes.
16743
16744 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16745
16746         * appdomain.c: moved Uri handling to assembly.c
16747         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
16748         work when using a file Uri in *nix and windows.
16749
16750         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
16751         GetReferencedAssemblies.
16752
16753 2003-03-18  Dick Porter  <dick@ximian.com>
16754
16755         * icall.c: Rename a couple of internal calls
16756
16757         * threads.c: Set the thread state to Stopped when a thread exits.
16758         Fixes bug 39377.
16759
16760 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
16761
16762         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
16763         New icall.
16764
16765         * object.c (mono_class_vtable): fix warning.
16766
16767 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
16768
16769         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
16770
16771         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
16772         memory.
16773         (method_encode_clauses): Create exception info structures in the right
16774         order.
16775         (mono_reflection_setup_internal_class): Initialize supertypes field.
16776
16777         * class.c object.c: Handle interfaces which implement other interfaces 
16778         correctly.
16779
16780         * class.h class.c: Move the supertypes array initialization code into 
16781         a separate function so it can be used for dynamic types too. Also call
16782         it earlier, in mono_class_init(), since it can be used before the
16783         type is initialized.
16784
16785 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16786
16787         * Makefile.am:
16788         * assembly.c:
16789         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
16790
16791         * appdomain.c:
16792         * appdomain.h:
16793         * marshal.c:
16794         * object.c: remove warnings.
16795
16796 2003-03-13  Martin Baulig  <martin@ximian.com>
16797
16798         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
16799         (MonoDebugLexicalBlockEntry): New types.
16800
16801         * debug-mono-symfile.c
16802         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
16803
16804 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16805
16806         * process.c: ret can be any non-zero value accroding to MS doc.
16807
16808 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
16809
16810         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
16811         fixing a warning for a miss-used prototype, would have cause
16812         random memory corruption.
16813
16814 2003-03-07  Martin Baulig  <martin@ximian.com>
16815
16816         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
16817         getting really annoying ....
16818
16819 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
16820
16821         * reflection.c (fixup_method): added support for array methods.
16822
16823 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
16824
16825         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
16826         (pointed out by Michael Adams).
16827
16828 2003-03-04  Dick Porter  <dick@ximian.com>
16829
16830         * icall.c: Temporarily reverted the Double and Single ToString()
16831         change, because it broke nunit.
16832
16833 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
16834
16835         * object.h, threads.h: make include files compatible with C++
16836         (patch by Jerome Laban <jlaban@wanadoo.fr>).
16837
16838 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
16839
16840         * icall.c: Erased ToString helper functions for Double and Single.
16841         Now, that implementations ar all in managed code (Double and Single
16842         Formatters).
16843
16844 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
16845
16846         * appdomain.c: Added method for initializing the default context of
16847         a domain. Added internal call for getting the default context.
16848         * appdomain.h: Added context variable in MonoDomain struct.
16849         * domain.c: mono_domain_set also sets the default context of the domain
16850         * icall.c: Mapped internal method InternalGetDefaultContext.
16851         * object.c: mono_object_get_virtual_method returns always a remoting
16852         wrapper if the object is a transparent proxy.
16853         mono_runtime_invoke_array: when creating an object by calling the
16854         constructor, if the created object is a proxy, then the constructor should
16855         be called using the a remoting wrapper.
16856
16857 2003-03-03  Dick Porter  <dick@ximian.com>
16858
16859         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
16860         variable so it compiles on solaris.  Problem spotted by
16861         Christopher Taylor <ct@cs.clemson.edu>
16862
16863 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16864
16865         * appdomain.c:
16866         (get_info_from_assembly_name): don't leak value.
16867
16868         * icall.c:
16869         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
16870         result.
16871
16872 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
16873
16874         * assembly.c: export mono_image_load_references ().
16875         * class.c: handle function pointers. mono_class_from_name() now
16876         supports nested type names directly.
16877
16878 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
16879
16880         * reflection.h reflection.c: Encode already created dynamic methods 
16881         and fields correctly as a DEF instead of a REF.
16882
16883         * reflection.c: Get rid of the force_ref argument to 
16884         mono_image_typedef_or_ref since it was wrong in the first place.
16885
16886         * string-icalls.c: add error checking to string constructors according
16887         to the MSDN docs.
16888
16889         * reflection.c: Emit types in the order their TypeBuilders were 
16890         created. Previously, a new table index was assigned to each type before
16891         the tables were emitted. This was wrong because the signature blob
16892         might already refer to a type by its original table index.
16893
16894 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
16895
16896         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
16897         change.
16898         
16899 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16900
16901         * Makefile.am: make assemblies dir have \ instead of / on windows.
16902
16903 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
16904
16905         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
16906         iterate over the NESTEDCLASS table using a linear search since the
16907         table is not guaranteed to be sorted by the secondary key.
16908
16909         * class.c (mono_class_create_from_typedef): fixed up call to
16910         mono_metadata_nesting_typedef.
16911         
16912 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
16913
16914         * marshal.c (mono_string_to_byvalstr): clear the memory as
16915         suggested by Jerome Laban <jlaban@wanadoo.fr>
16916
16917 2003-02-26  Dick Porter  <dick@ximian.com>
16918
16919         * process.c: Cope with padding in .rsrc blocks
16920
16921 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
16922
16923         * metadata.h: reverted the filter_len change, it breaks reflection
16924         
16925 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
16926
16927         * metadata.h: added a new field to store the filter_len
16928         
16929
16930 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
16931
16932         * reflection.c: handle custom attributes for types and members
16933         created with Reflection.Emit (bug#38422).
16934
16935 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
16936
16937         * reflection.c: define RTSpecialName automatically for constructors for
16938         compatibility with MS.NET.
16939
16940         * reflection.c (mono_reflection_create_runtime_class): initialize
16941         nested_in field of dynamically created classes.
16942
16943 2003-02-22  Martin Baulig  <martin@ximian.com>
16944
16945         * debug-mono-symfile.h: Incremented version number.
16946
16947 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
16948
16949         * object.h icall.c process.c: fix warnings.
16950
16951 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
16952
16953         * appdomain.h appdomain.c:
16954         (mono_domain_try_type_resolve): split the 
16955         name_or_tb argument into a name and a tb argument.
16956         (mono_domain_has_type_resolve): new function to check whenever the
16957         application has registered a TypeResolve event handler.
16958         
16959         * icall.c reflection.h reflection.c: move the type resolve logic into
16960         mono_reflection_get_type () so it will be invoked when 
16961         Assembly::GetType () is called.
16962
16963         * reflection.c:
16964         (mono_reflection_get_type): renamed to get_type_internal.
16965         (mono_reflection_get_type): fixed type name generation so it works 
16966         for nested types too.
16967         (mono_reflection_get_type): call has_type_resolve () to avoid the 
16968         costly type name generation if there is no resolve event handler.
16969
16970 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
16971
16972         * class.c, image.c: load exported types from file references.
16973
16974 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
16975
16976         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
16977           used to cache the managed methods used to create proxies and make 
16978           remote invocation of methods.
16979         * class.h: Added in MonoVTable a flag to indicate that a class needs 
16980           to be remotely created.
16981         * object.c: Modified the method mono_class_vtable(). It now initializes 
16982           the remote flag of the vtable. Modified mono_object_new_specific(), 
16983           so now it checks the remote flag.
16984         * icall.c: Added a couple of internal methods, one for enabling instance 
16985           creation interception for a type, and one for creating objects bypassing
16986           the remote check.
16987
16988 2003-02-18  Martin Baulig  <martin@ximian.com>
16989
16990         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
16991         New interncall to get a method's metadata token.
16992
16993         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
16994         New interncall for the debugger.
16995
16996 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
16997
16998         * class.c (mono_class_setup_vtable): allocate supertype array
16999
17000 2003-02-18  Martin Baulig  <martin@ximian.com>
17001
17002         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
17003
17004 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17005
17006         * reflection.c:
17007         (assembly_name_to_aname): jump over unknown properties (i've found
17008         something like: 'type, assembly, version=xxx, custom=null, public...',
17009         so now will ignore custom=null and still get the rest of the values).
17010
17011 2003-02-17  Dick Porter  <dick@ximian.com>
17012
17013         * threads.c: Have Thread.Start() wait for a semaphore to signal
17014         that the thread has set up all its local data.  This fixes bug
17015         34323, where Abort() raced the new thread's TLS data.
17016
17017         Also removes the handle_store() call from start_wrapper, because
17018         threads are now always created suspended and there is no longer a
17019         race between the parent and child threads to store the info.
17020
17021 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
17022
17023         * image.c: explain the #- heap issue in a message, hopefully
17024         avoiding FAQs on mono-list.
17025
17026 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17027
17028         * icall.c:
17029         (GetEntryAssembly): if the domain has not invoked
17030         AppDomain.ExecuteAssembly yet, return the assembly of the default
17031         AppDomain.
17032
17033 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
17034
17035         * class.c (mono_ldtoken): make it work in dynamic assemblies.
17036
17037 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
17038
17039         * metadata.c, reflection.c: simple speedup to type hash
17040         and equals code.
17041
17042 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
17043
17044         * image.c, image.h, class.c, assembly.c: move module loading
17045         to MonoImage. When loading metadata, consider alignemnet from
17046         the start of metadata, not from the metadata address in memory.
17047
17048 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
17049
17050         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
17051         AssemblyBuilder objects. Factored out custom attribute creation into
17052         a separate function.
17053         (create_custom_attr): new function to create custom attributes.
17054
17055 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
17056
17057         * Makefile.am: Got tired of typing the full pathname to pedump.
17058         Until there is another option, am installing this.
17059
17060 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
17061
17062         * class.c (class_compute_field_layout): always set field->parent 
17063         (mono_ldtoken): use mono_defaults.fieldhandle_class;
17064
17065 2003-02-11  Dick Porter  <dick@ximian.com>
17066
17067         * threads-types.h:
17068         * monitor.c: Rewrote Monitor, making lock much faster and
17069         Pulse/Wait work as specified.  Also uses much fewer handles, and only
17070         creates them as needed.
17071
17072         * exception.c: Added SynchronizationLockException
17073
17074         * threads.c: Deleted old Monitor implementation.  The new one is
17075         in a new file.
17076
17077 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
17078
17079         * class.c: handled TypedReference type code. Set the correct size for
17080         class data. Setup interface_offsets for interface classes, too.
17081
17082 2003-02-09  Martin Baulig  <martin@ximian.com>
17083
17084         * debug-mono-symfile.h: Reflect latest symbol writer changes.
17085
17086 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
17087
17088         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
17089         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
17090         * object.c: fixed mono_object_get_virtual_method () for interfaces.
17091         * verify.c: check for code that runs after the end of the method.
17092
17093 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17094
17095         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
17096         "System.Math::Round2".
17097         * sysmath.h: Added Floor, Round and Round2 definitions.
17098         * sysmath.c: Modified certain functions that were not 100% compliant
17099         with MS.NET (math precision) and added the implementation of Floor,
17100         Round and Round2.
17101
17102 2003-02-07  Martin Baulig  <martin@ximian.com>
17103
17104         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
17105
17106 2003-02-07  Martin Baulig  <martin@ximian.com>
17107
17108         * debug-mono-symfile.c: Reflected latest symwriter changes.
17109         (mono_debug_create_mono_symbol_file): Removed.
17110         (mono_debug_open_mono_symbol_file): Take an argument which
17111         specifies whether to create a dynamic symbol file.
17112
17113 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
17114
17115         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
17116
17117 2003-02-05  Martin Baulig  <martin@ximian.com>
17118
17119         * reflection.c (mono_image_build_metadata): Make this public,
17120         protect it against being called multiple times, don't create
17121         resources and don't build the compressed metadata here.
17122         (mono_image_create_pefile): Do this here.
17123
17124         * icall.c
17125         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
17126
17127 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17128
17129         * socket-io.c: fixed bug #36322.
17130
17131 2003-02-06  Piers Haken <piersh@friskit.com>
17132
17133         * appdomain.[ch]:
17134         * class.h:
17135         * debug-mono-symfile.c:
17136         * icall.c:
17137         * loader.c:
17138         * mono-config.c:
17139         * monosn.c:
17140         * reflection.c:
17141         * socket-io.c: warning cleanups
17142
17143 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
17144
17145         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
17146         function. works like remoting invoke, but does a check for the Proxy first.
17147
17148 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
17149
17150         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
17151
17152 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
17153
17154         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
17155         array of pointers.
17156         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
17157         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
17158
17159         * object.c (mono_store_remote_field_new): used by the new jit
17160         instead of mono_store_remote_field
17161         (mono_load_remote_field_new): used by the new jit
17162         instead of mono_load_remote_field
17163
17164 2003-02-05  Patrik Torstensson
17165
17166         * appdomain.c: changed unload to take the domain id instead
17167         of domain
17168         
17169         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
17170
17171
17172 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17173
17174         * appdomain.c: don't look for assemblies in ApplicationBase if
17175         PrivateBinPathProbe is set.
17176
17177 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17178
17179         * object.c: make the first argument in main_args contain the absolute
17180         path to the assembly. Fixes bug #37511.
17181
17182 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17183
17184         * icall.c: get correct UTC offset for countries not using daylight
17185         time saving. Fixes bug #30030.
17186
17187 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17188
17189         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
17190         and 1 are the family).
17191
17192 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
17193
17194         * icall.c (ves_icall_InternalExecute): removed wrong assertion
17195
17196         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
17197
17198 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
17199
17200         * reflection.c: added support for SignatureHelper tokens, which is
17201         needed by the Calli opcode.
17202
17203         * reflection.h: track changes to SignatureHelper class.
17204
17205         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
17206
17207 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17208
17209         * appdomain.c: fixed loading assemblies from PrivateBinPath.
17210
17211 2003-02-03  Patrik Torstensson
17212         * appdomain.[c|h], domain.c : 
17213          - Added support for getting a domain via domain id
17214          - Support for setting and getting domain from System.AppDomain 
17215            (used in cross appdomain channel)
17216          - Added support for get/set for a MonoAppContext on a thread 
17217            (Context class in System.Runtime.Remoting.Contexts),
17218          - Removed hack in Get/SetData and ExecuteAssembly.
17219         
17220         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
17221         the managed world to get control when a proxy is created.
17222
17223         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
17224         
17225 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
17226
17227         * icall.c
17228         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17229         Populate the codebase field as well.
17230
17231 2003-02-02  Martin Baulig  <martin@ximian.com>
17232
17233         * debug-mono-symfile.c
17234         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
17235         (mono_debug_symfile_add_method): Allow interncalls.
17236
17237 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17238
17239         * icall.c: throw parse exception if strtod fails or the string is empty.
17240
17241 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
17242
17243         * marshal.c: handle object type separately from defined
17244         class types.
17245
17246 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
17247
17248         * marshal.c: handle NATIVE_LPSTR for strings when it's
17249         explicitly specified.
17250
17251 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
17252
17253         * reflection.c, reflection.h, icall.c: setup the reflection
17254         handle cache for ModuleBuilders and AssemblyBuilders.
17255
17256 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
17257
17258         * reflection.c (reflection_methodbuilder_to_mono_method): set
17259         pinvoke flag
17260
17261 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17262
17263         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
17264
17265 2003-01-29  Dick Porter  <dick@ximian.com>
17266
17267         * threads.c: No need for the fake_thread kludge now that Thread
17268         doesn't run a class constructor
17269         
17270 2003-01-29  Dick Porter  <dick@ximian.com>
17271
17272         * threads.c: Use g_direct_hash instead of the rather bogus
17273         g_int_hash
17274
17275 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
17276
17277         * marshal.c (mono_marshal_get_native_wrapper): add check for null
17278         (fix pinvoke12.exe)
17279         (mono_marshal_get_struct_to_ptr): generate valid IL code
17280         (mono_marshal_get_ptr_to_struct): generate valid IL code
17281         (*): correctly set sig->pinvoke, we need to memdup the signature
17282         to do that
17283
17284 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17285
17286         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
17287         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
17288
17289 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
17290
17291         * profiler.c: provide more callers information.
17292
17293 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
17294
17295         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
17296
17297         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
17298
17299         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
17300
17301 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
17302
17303         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
17304         exception instead of going into an infinite loop on dates which it 
17305         can't yet handle.
17306
17307         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
17308         out-of-range exception if needed.
17309
17310         * class.c (mono_class_setup_vtable): allow a virtual method to provide
17311         an implementation for an interface method and to override an inherited
17312         method at the same time. 
17313         Imagine a scenario when a virtual method is used to override a
17314         virtual abstract method in a parent class, and this same method 
17315         provides an implementation for an method inherited from an interface. 
17316         In this case, the interface resolution code will set im->slot, which 
17317         means that the virtual method override pass will skip this method 
17318         which means a pointer to the abstract method inherited from the parent
17319         will remain in the vtable of this non-abstract class.
17320
17321         * class.c: (mono_class_setup_vtable): continue search for a real 
17322         method if only an abstract method is found.     
17323
17324 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
17325
17326         * reflection.c: add size to encoding for ByValStr and ByValArray
17327         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
17328
17329 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
17330
17331         * class.c (mono_class_setup_vtable): pass the override info as an
17332         argument.
17333
17334         * class.c (mono_class_setup_vtable): set the slot of overriding methods
17335         correctly.
17336         
17337         * reflection.c (ensure_runtime_vtable); add support for method 
17338         overrides.
17339         
17340 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
17341
17342         * reflection.c (resolution_scope_from_image): Hack to work to work with
17343         dynamic assemblies.
17344
17345         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
17346         added a 'force_ref' argument to force this function to allways return 
17347         a TypeRef. This is needed by mono_image_get_memberref_token ().
17348         
17349 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
17350
17351         * reflection.c (mono_image_get_type_info): interfaces really don't have
17352         a parent.
17353
17354         * reflection.c (mono_image_basic_init): fill out missing fields of
17355         image structure.
17356
17357         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
17358         dynamic assemblies. This is required so dynamic assemblies show up in
17359         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
17360         Type::GetType() etc. This is consistent with MS behaviour.
17361
17362         * image.c image.h reflection.c: add newly created classes to the name 
17363         cache so mono_class_get () will find them.      
17364
17365 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
17366
17367         First part of changes to get IKVM.NET running under mono.
17368         
17369         * appdomain.h, appdomain.c: added new function 
17370         mono_domain_try_type_resolve() which will emit TypeResolve events. 
17371         This function will call AppDomain::DoTypeResolve to do the actual work.
17372
17373         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
17374         moved existing code dealing with dynamic tokens to a new function 
17375         called mono_reflection_lookup_dynamic_token (). This function will 
17376         raise TypeResolve events when appropriate. Since reflection.c is not 
17377         part of libmetadata, a new hook function called 
17378         mono_lookup_dynamic_token() is added to class.c which will call this.
17379
17380         * assembly.h assembly.c: make the invoke_load_hook function public,
17381         so it can be called for dynamic assemblies.
17382
17383         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
17384
17385         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
17386         type isn't found.
17387
17388         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
17389         MonoGHashTable, since it contains pointers to objects which the GC 
17390         needs to track.
17391
17392         * assembly.c (search_loaded): remove unused variable.
17393         
17394 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
17395
17396         * object.c: fixed issue exposed by gcc-generated IL programs
17397         that use RVA data for pointers.
17398
17399 2003-01-25  Martin Baulig  <martin@ximian.com>
17400
17401         * threads.c (start_wrapper): Moved the initialization of
17402         `start_func' above the mono_new_thread_init() call to which we
17403         pass it as argument.
17404
17405 2003-01-24  Martin Baulig  <martin@ximian.com>
17406
17407         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
17408         the MonoThread pointer.
17409
17410 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
17411
17412         * icall.c: Rename `PowImpl' to Pow.
17413
17414 2003-01-23  Dick Porter  <dick@ximian.com>
17415
17416         * threads.c (start_wrapper): Create a Thread object if needed, so
17417         the Main() thread can do the class initialisation in a subthread
17418         that has been set up to allow managed code execution.
17419
17420         Pass the thread ID instead of the MonoThread pointer to the thread
17421         start and attach callbacks.  This change is required, because the
17422         jit thread start callback must be called _before_ the Thread
17423         object can be created.
17424         
17425         (mono_thread_init): Removed much object creation code that is no
17426         longer needed.  No managed code is called from here now.
17427
17428         * object.c (mono_runtime_exec_managed_code): Create a subthread
17429         for Main, and call back to the runtime to use it.
17430         Set the exit code when Main exits.
17431
17432         * gc.c: Make sure domain finalisation happens in a subthread.
17433         Re-enable threaded GC, fixing bug 31333 (again).
17434
17435         * environment.c: System.Environment internall calls (so far just
17436         ExitCode is here, the others are still in icall.c)
17437
17438         * appdomain.c (mono_runtime_cleanup): All threads running managed
17439         code should have finished before mono_runtime_cleanup() is
17440         reached, so no need to clean up threads.
17441
17442 2003-01-22  Martin Baulig  <martin@ximian.com>
17443
17444         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
17445         `gpointer func' arguments.      
17446         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
17447         but added `MonoThread *thread' argument.
17448         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
17449
17450         * threads.c (mono_new_thread_init): Added `gpointer func' argument
17451         and pass it to the mono_thread_start_cb callback.
17452         (mono_install_thread_callbacks): New public function to install a
17453         set of callbacks which are set by the debugger.
17454         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
17455
17456 2003-01-22  Martin Baulig  <martin@ximian.com>
17457
17458         * Makefile.am: Install debug-mono-symfile.h.
17459
17460 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
17461
17462         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
17463
17464 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
17465
17466         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
17467         * class.c (mono_ptr_class_get): correctly set access levels of pointers
17468         (mono_array_class_get): correctly set access levels of arrays
17469
17470 2003-01-20      Patrik Torstensson
17471         * image.h (MonoAssemblyName): changed major, minor, build, revision
17472         from signed to unsigned.
17473
17474 2003-01-20  sean kasun <skasun@azstarnet.com>
17475
17476         * reflection.c (load_cattr_value): Now this handles
17477         MONO_TYPE_SZARRAY.  Fixes bug #35629
17478
17479 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
17480
17481         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
17482         integer value
17483
17484 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17485
17486         * decimal.c: fixed bug #26056.
17487
17488 2003-01-17  Martin Baulig  <martin@ximian.com>
17489
17490         * gc.c: Raise an ExecutionEngineException instead of using g_error().
17491
17492 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17493
17494         * exception.[ch]:
17495         (mono_get_exception_type_initialization): new function.
17496
17497         * object.c: throw a TypeInitializationException when an exception is
17498         thrown invoking the class constructor.
17499
17500 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17501
17502         * reflection.c: fixed attribute reading.
17503
17504 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17505
17506         * icall.c:
17507         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
17508         provided, look for the type in the calling assembly and then in
17509         mscorlib; if the assembly name is provided, only try that one.
17510
17511 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
17512
17513         * object.c: register the vtable before there is a chance it's
17514         queried again recursively.
17515
17516 2003-01-13  Duncan Mak  <duncan@ximian.com>
17517
17518         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
17519         gc-internal.h. 
17520         
17521 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
17522
17523         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
17524
17525 2003-01-11  Martin Baulig  <martin@ximian.com>
17526
17527         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
17528         this to 20 for the release.
17529
17530 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
17531
17532         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
17533
17534         * loader.c (mono_method_get_marshal_info): bug fix
17535
17536         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
17537         structures with explicit layout
17538
17539 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
17540
17541         * profiler.c: made the output more readable (and sorted). 
17542         Added caller information for the allocation profiler.
17543
17544 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
17545
17546         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
17547
17548 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17549
17550         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
17551         to get value types.
17552         
17553 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
17554
17555         * object.c, profiler.h, profiler.c, profiler-private.h:
17556         Added object allocation profiler.
17557
17558 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
17559
17560         * reflection.h, reflection.c: handle global methods.
17561         Compress blob entries.
17562
17563 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
17564
17565         * marshal.c: fix compilation.
17566
17567 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
17568
17569         * loader.c (mono_method_get_marshal_info): impl.
17570
17571         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
17572
17573 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17574
17575         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
17576         for reference types.
17577
17578 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
17579
17580         * loader.c: fixed off by one error in loaded parameter names.
17581
17582 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
17583
17584         * marshal.c (mono_marshal_get_icall_wrapper): like
17585         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
17586         instead of a MonoMethod.
17587
17588 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17589
17590         * decimal.c: fixed bug #36537.
17591
17592 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
17593
17594         * marshal.c: throw a missing method exception if a
17595         P/Invoke method is not found.
17596
17597 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
17598
17599         * icall.c: allow a null this for constructors.
17600
17601 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
17602
17603         * icall.c: raise the proper exceptions if the arguments to the
17604         internal Invoke are incorrect.
17605
17606 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
17607
17608         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
17609
17610 2003-01-03  Martin Baulig  <martin@ximian.com>
17611
17612         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
17613
17614 2002-12-31  Martin Baulig  <martin@ximian.com>
17615
17616         * debug-mono-symfile.c: Completely rewrote the type section.
17617         Instead of using individual malloc()ed fields, we use one big
17618         continuous memory area and offsets into this area.
17619         See the comments in the source code for details.
17620
17621 2002-12-30  Martin Baulig  <martin@ximian.com>
17622
17623         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
17624
17625 2002-12-30  Martin Baulig  <martin@ximian.com>
17626
17627         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
17628         line number table in this data blob instead of using an external
17629         pointer.
17630
17631 2002-12-28  Martin Baulig  <martin@ximian.com>
17632
17633         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
17634
17635 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
17636
17637         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
17638         as a boxed return type.
17639
17640 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
17641
17642         * appdomain.c
17643         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
17644         g_build_filename to properly get separators on the filename created.
17645
17646         * object.h: Small change, introduce MonoMarshalByRefObject to
17647         track the layout of that structure in the C# universe as we make
17648         changes there.
17649
17650 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
17651
17652         * object.c: removed assert to allow static fields on interfaces.
17653         * loader.c: a TypeSpec may be used for any type, not just arrays.
17654
17655 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
17656
17657         * class.c, class.h: added mono_class_array_element_size ().
17658         Ignore static methods in interfaces.
17659
17660 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17661
17662         * threads.c: fixed the build under cygwin.
17663
17664 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
17665
17666         * reflection.c: handle nullref constants. Allocate keys for
17667         reflection handles with the GC.
17668
17669 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
17670
17671         * threads.c, threads.h: added mono_thread_get_abort_signal()
17672         to get a suitable signal for thread abort.
17673
17674 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
17675
17676         * metadata.c: fix handling of ExportedType table.
17677
17678 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17679
17680         * icall.c: added WriteWindowsDebugString internal call.
17681
17682 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17683
17684         * reflection.h: added fields to match C# implementation.
17685
17686 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17687
17688         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
17689
17690 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
17691
17692         * gc.h, gc-internal.h: Rename header for GC internal calls to
17693         gc-internal.h from gc.h as to not clash with Boehm GC having its
17694         header installed as <gc.h> in outside include paths.
17695         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
17696         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
17697
17698 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17699
17700         * icall.c: assign minor, build and revision in FillName.
17701
17702 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
17703
17704         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
17705         Added support for running code generated by Reflection.Emit.
17706
17707 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17708
17709         * appdomain.c: check for NULL argument in LoadFrom.
17710
17711 2002-12-10  Dick Porter  <dick@ximian.com>
17712
17713         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
17714
17715 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17716
17717         * appdomain.c: fix buglet when building exe file name.  Handle full
17718         assembly name (needed after latest changes to AssemblyName).
17719         * image.c:
17720         (mono_image_close): free some hashtables.
17721
17722 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
17723
17724         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
17725         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
17726         on some systems (redhat 7.3) 
17727
17728 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
17729
17730         * threads.c: delete the critical section of a sync block,
17731         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
17732
17733 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
17734
17735         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
17736
17737 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17738
17739         * appdomain.[ch]: handle the assembly preload event to try loading the
17740         assemblies using the paths we have in the current domain.
17741
17742         * assembly.[ch]: created an assembly preload hook that is called to try
17743         loading the assembly by other means that the ones provided here.
17744
17745         * domain.c: initialize the domain search path.
17746
17747         From now on, assemblies (TODO: except corlib and System) are loaded
17748         according to these rules when using mono_assembly_load ():
17749
17750                 1. It tries to load the assembly from the ApplicationBase
17751                 of the current domain appending .dll and .exe (TODO: have to
17752                 try loading from name/name.dll and name/name.exe).
17753
17754                 2. It tries the search path specified in PrivateBinPath for the
17755                 current domain (if any).
17756
17757                 3. Previous behavior.
17758
17759 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
17760
17761         * icall.c: implemented GetInterfaceMap() related icall.
17762         * domain.c, loader.h: load MethodInfo in mono_defaults.
17763
17764 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
17765
17766         * gc.c: disable the finalizer thread for now, untill all the issues
17767         with it are resolved.
17768
17769 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
17770
17771         * string-icalls.c: handle embedded nulls in string ctor when the
17772         length is specified.
17773
17774 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
17775
17776         * class.c: look for explicit interface implementation in parent
17777         classes, too.
17778
17779 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
17780
17781         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
17782
17783 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
17784
17785         * gc.c: protect handles with a critical section.
17786
17787 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17788
17789         * icall.c:
17790         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
17791         parameters. If no assembly specified, try getting the type from all
17792         the assemblies in the current domain, else, load the assembly and get
17793         the type from it.
17794
17795 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17796
17797         * marshal.c: applied patch from Aleksey Demakov that fixes
17798         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
17799
17800 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17801
17802         * icall.c: fixed get_location.
17803
17804 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
17805
17806         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
17807         declarations to make it work with older gcc. 
17808
17809         * loader.c (mono_get_method): set signature->pinvoke for native calls
17810
17811 2002-11-20  Dick Porter  <dick@ximian.com>
17812
17813         * threads.c (mono_thread_init): Set the main thread's handle
17814
17815 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
17816
17817         * gc.c: allow compilation without GC support. Changed to match the
17818         mono coding style.
17819
17820 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
17821
17822         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
17823
17824 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
17825
17826         * reflection.c: set a public key token on the core assemblies.
17827
17828 2002-11-18  Dick Porter  <dick@ximian.com>
17829
17830         * threads.c: Split out some thread initialisation so that other
17831         files can set the start callback function.
17832
17833         * gc.c: Run finalisers in a separate thread, to avoid stack
17834         overflow.  Fixes bug 31333.
17835
17836         * appdomain.c: Set up GC finalisation thread.
17837
17838         * reflection.c: 
17839         * object.c: 
17840         * domain.c: Use gc.h macros for GC_malloc
17841         
17842 2002-11-15  Dick Porter  <dick@ximian.com>
17843
17844         * threadpool.c: 
17845         * threads.c:
17846         * appdomain.c: Removed mono_runtime_init_with_attach(),
17847         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
17848         merging the extra parameter with the existing function.  Removed
17849         unneeded code in mono_thread_attach().
17850
17851 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
17852
17853         * image.c (mono_image_loaded_by_guid): a method to get loaded
17854         images by guid. 
17855         (load_metadata_ptrs): we store the guid as string.
17856
17857 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
17858
17859         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
17860
17861         * metadata.c (mono_guid_to_string): imported method form Zoltan
17862         Varga (slightly modified)
17863
17864         * assembly.c (mono_assembly_open): load precompiled code
17865
17866         * loader.h (MonoMethod): we store the method token for use in the
17867         aot compiler. 
17868
17869 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17870
17871         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
17872         the hook function called when an assembly is loaded.
17873         
17874         * domain.c: Modified file.
17875         (mono_domain_assembly_load): removed hash table insertion of assemblies.
17876
17877         Fixes bug #33196.
17878
17879 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
17880
17881         * reflection.c: Map PEFileKind to the value expected by the WinNT
17882         image loader. 
17883
17884 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17885
17886         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
17887         Read until the buffer is filled completely.
17888
17889 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17890
17891         * icall.c: implemented MonoType.InternalGetEvent ().
17892
17893 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17894
17895         * appdomain.c: implemented InitAppDomainSetup. Delayed
17896         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
17897         the entry_assembly.
17898
17899         * assembly.c: base_dir is now an absolute path ending with
17900         G_DIR_SEPARATOR.
17901
17902         * icall.c: modified get_location according to the above changes.
17903
17904         * object.c: init AppDomain.SetupInformation for the default domain after
17905         we have the entry assembly.
17906
17907         * domain.c: when unloading a domain, setup = NULL.
17908
17909 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
17910
17911         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
17912
17913 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
17914
17915         * object.h, object.c: introduced mono_object_get_virtual_method ()
17916         to lookup the method invoked on an object when a callvirt is done on
17917         a method.
17918         * icall.c: make MethodInfo::Invoke() always do a virtual call.
17919
17920 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17921
17922         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
17923         current domain when loaded an assembly and failed to load it.
17924
17925         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
17926
17927 2002-10-31  Dick Porter  <dick@ximian.com>
17928
17929         * icall.c: 
17930         * file-io.h: 
17931         * file-io.c: Return the error status in a parameter, as the
17932         GetLastError() value has long since been blown away if we try and
17933         look it up in a subsequent internal call invocation.  Delete the
17934         GetLastError() internal call, because it's useless.
17935
17936 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
17937
17938         * class.[ch]: added cast_class to fix bug 29517
17939
17940 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
17941
17942         * marshal.c: create valid IL code in the filter clause:
17943         the new JIT is less forgiving:-)
17944
17945 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17946
17947         * icall.c: removed get_property internal call.
17948
17949 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
17950
17951         * appdomain.h domain.c: Added an ID to appdomains.
17952         
17953         * threads.c threads.h icall.c: Implement icall
17954         Thread:GetDomainID(), and remove unused icall 
17955         CurrentThreadDomain_internal.
17956
17957 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17958
17959         * icall.c: Don't recurse through the base types in GetConstructor.
17960         Fixes bug #32063. 
17961
17962 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
17963
17964         * mempool.h, mempool.c: added mono_mempool_empty() and
17965         mono_mempool_stats().
17966
17967 2002-10-23  Dick Porter  <dick@ximian.com>
17968
17969         * file-io.c: 
17970         * file-io.h: 
17971         * icall.c: Added MonoIO.GetFileType internal call
17972
17973 2002-10-17  Dick Porter  <dick@ximian.com>
17974
17975         * appdomain.c (mono_runtime_cleanup): Don't signal the async
17976         delegate semaphore before waiting for all threads to finish,
17977         because new threads can also call async delegates.  Fixes bug
17978         32004.
17979
17980         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
17981         of 3 seconds, in case another async job is queued.  (This part is
17982         needed because the bug fix reintroduced the 3s exit lag.)  This
17983         makes the mono_runtime_shutdown flag superfluous.
17984
17985 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
17986
17987         * reflection.c: include ehader size in method section headers.
17988         Really check for suplicated modules entries.
17989
17990 2002-10-17  Martin Baulig  <martin@gnome.org>
17991
17992         * debug-mono-symfile.c: Added back support for locals.
17993
17994 2002-10-14  Martin Baulig  <martin@gnome.org>
17995
17996         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
17997         MONO_TYPE_VOID.
17998
17999 2002-10-14  Martin Baulig  <martin@gnome.org>
18000
18001         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
18002         mono_class_get() instead of looking in the class cache. 
18003
18004 2002-10-13  Martin Baulig  <martin@gnome.org>
18005
18006         * debug-mono-symfile.c: Set version number to 28, include the
18007         signature in method names.
18008
18009 2002-10-13  Martin Baulig  <martin@gnome.org>
18010
18011         * debug-mono-symfile.h: Set version number to 27.
18012
18013 2002-10-11  Martin Baulig  <martin@gnome.org>
18014
18015         * gc.c: Don't register/unregister NULL pointers as disappearing links.
18016
18017 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
18018
18019         * metadata.c, metadata.h: added helper function to allocate signatures.
18020
18021 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18022
18023         * icall.c: added internal call to get the location of machine.config.
18024
18025 2002-10-08  Martin Baulig  <martin@gnome.org>
18026
18027         * debug-mono-symfile.c: Ignore classes with a pending init for the
18028         moment.
18029
18030 2002-10-03  Dick Porter  <dick@ximian.com>
18031
18032         * threads.c: Freebsd pthread_t is a pointer
18033
18034 2002-10-03  Dick Porter  <dick@ximian.com>
18035
18036         * socket-io.c: Implemented GetHostName_internal
18037
18038 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18039
18040         * mono-config.c:
18041         (mono_config_parse_file): don't leak the text.
18042
18043 2002-10-02  Martin Baulig  <martin@gnome.org>
18044
18045         * debug-mono-symfile.c: Added support for methods.
18046
18047 2002-10-01  Martin Baulig  <martin@gnome.org>
18048
18049         * debug-mono-symfile.c: Don't emit methods and line numbers for
18050         the dynamic symbol file, just write the type table.  We can easily
18051         have an external helper program which creates a symbol file for an
18052         IL file.        
18053
18054 2002-10-01  Dick Porter  <dick@ximian.com>
18055
18056         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
18057         Only add the handle to the cleanup array when we're about to
18058         launch the thread.  Bug 31425 deadlocked when the test was run on
18059         mono under w32.
18060
18061 2002-10-01  Martin Baulig  <martin@gnome.org>
18062
18063         * debug-mono-symfile.c: Added support for properties.
18064
18065 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
18066
18067         * reflection.c: unaligned store fix from Mark Crichton
18068         <crichton@gimp.org>.
18069
18070 2002-09-27  Martin Baulig  <martin@gnome.org>
18071
18072         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
18073         New interncall.
18074
18075 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
18076
18077         * assembly.h, assembly.c: use a sane API to hook into the assembly
18078         loading process instead of a useless special-purpouse hack
18079         (ngen needs a hook, too, for example).
18080
18081 2002-09-27  Dick Porter  <dick@ximian.com>
18082
18083         * threads.c (mono_thread_init): Call GetCurrentProcess() so
18084         io-layer can set up some process handle info.  Not needed on w32,
18085         but doesn't hurt either.
18086
18087         * process.c: Pass the program name in the second parameter to
18088         CreateProcess, so the path is searched.  Include the working
18089         directory. Implemented process name, process enumeration, and some
18090         process detail internal calls.
18091         
18092         * icall.c: Added internal calls for process lookup, and some
18093         process details
18094
18095 2002-09-26  Martin Baulig  <martin@gnome.org>
18096
18097         * assembly.c (mono_install_open_assembly_hook): New global
18098         function to install a function to be invoked each time a new
18099         assembly is loaded.
18100         (mono_assembly_open): Run this callback function if set.
18101
18102         * debug-mono-symfile.c: Put back line numbers for the dynamic
18103         symbol file and also record the .il file as source file.  This
18104         allows us to install the temporary symbol file as `file.dbg' just
18105         like a compiler-generated one.
18106
18107 2002-09-26  Nick Zigarovich <nick@chemlab.org>
18108
18109         * Corrected typo in gc.c (BOHEM vs BOEHM).
18110
18111 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18112
18113         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
18114         GetProperties. Also avoid calling g_slist_length in GetProperties and
18115         GetMethods.
18116
18117 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
18118
18119         * reflection.c: avoid unaligned stores (bug spotted by
18120         Mark Crichton  <crichton@gimp.org>).
18121
18122 2002-09-25  Martin Baulig  <martin@gnome.org>
18123
18124         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
18125         instead of guint64 for addresses and added prologue/epilogue info.
18126
18127 2002-09-25  Martin Baulig  <martin@gnome.org>
18128
18129         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
18130         store line number info.  For the dynamic symbol file, we only need
18131         to provide the JIT generated dynamic line number info for the dynamic
18132         symbol file.
18133
18134 2002-09-25  Martin Baulig  <martin@gnome.org>
18135
18136         * debug-mono-symfile.h: Incremented version number.
18137
18138 2002-09-24  Martin Baulig  <martin@gnome.org>
18139
18140         * class.c (mono_debugger_class_init_func): New global function
18141         pointer variable.
18142         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
18143         call it.
18144
18145         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
18146         function.  This is called via the mono_debugger_class_init_func
18147         hook to add all types to the dynamic type table.
18148         (ves_icall_MonoDebugger_GetType): New interncall to get a class
18149         from its metadata token.
18150
18151         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
18152         New interncall for the debugger.
18153
18154 2002-09-24  Nick Drochak <ndrochak@gol.com>
18155
18156         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
18157         before using it in case it is null.
18158         
18159 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18160
18161         * metadata.c: allow custom modifiers in local var signatures
18162         (bug spotted by Zoltan Varga).
18163
18164 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
18165
18166         * class.c: deal with the <Module> class that may have a NULL vtable.
18167         Eliminate warnings.
18168
18169 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
18170
18171         * image.c, image.h: more strong name helpers.
18172         * monosn.c: more work: convert pem keys to cryptoapi format.
18173
18174 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
18175
18176         * string-icalls.c: speedup IndexOf.
18177
18178 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
18179
18180         * icall.c: updates from Zoltan.2.Varga@nokia.com.
18181
18182 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
18183
18184         * icall.c: cleanup: use mono_object_domain ().
18185
18186 2002-09-23  Martin Baulig  <martin@gnome.org>
18187
18188         * debug-mono-symfile.c: Improved type support.
18189
18190 2002-09-22  Martin Baulig  <martin@gnome.org>
18191
18192         * debug-mono-symfile.c: Added support for reference types and strings.
18193
18194 2002-09-22  Martin Baulig  <martin@gnome.org>
18195
18196         * debug-mono-symfile.c: Started to work on the type table.
18197
18198 2002-09-21  Martin Baulig  <martin@gnome.org>
18199
18200         * debug-mono-symfile.c: Largely reworked the symbol table format.
18201         The symbol table is now incrementally updated each time a new
18202         method is added.  We're now also using our own magic and version
18203         so that you don't need to recompile all your classes if the
18204         dynamic table changes.
18205         (mono_debug_update_mono_symbol_file): Removed.
18206         (mono_debug_symfile_add_method): New function to add a method.
18207
18208 2002-09-21  Martin Baulig  <martin@gnome.org>
18209
18210         * icall.c
18211         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
18212         New interncall.
18213
18214         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
18215         New interncall to get a method from its metadata token.
18216
18217 2002-09-21  Martin Baulig  <martin@gnome.org>
18218
18219         * debug-mono-symfile.c: Create type table.
18220
18221 2002-09-20  Martin Baulig  <martin@gnome.org>
18222
18223         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
18224
18225 2002-09-20  Martin Baulig  <martin@gnome.org>
18226
18227         * debug-mono-symfile.c: Provide information about params and locals.
18228
18229 2002-09-20  Martin Baulig  <martin@gnome.org>
18230
18231         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
18232         New interncall.
18233
18234         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
18235         interncall to get a method from its metadata token.
18236
18237 2002-09-20  Martin Baulig  <martin@gnome.org>
18238
18239         * debug-mono-symfile.c: Added a few checks for method->header
18240         being non-NULL.  This should never happen, but for the moment
18241         let's use a g_warning() rather than a g_assert().
18242
18243 2002-09-19  Mark Crichton  <crichton@gimp.org>
18244
18245         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
18246         even if support for it isn't present.  Added an #ifdef to fix this.
18247
18248         * socket-io.c: Added checks back for Solaris support.
18249
18250 2002-09-19  Martin Baulig  <martin@gnome.org>
18251
18252         * debug-mono-symfile.c (read_string, write_string): Reflect latest
18253         changes in the symbol file format.
18254
18255 2002-09-18  Martin Baulig  <martin@gnome.org>
18256
18257         * debug-mono-symfile.c: Set version number to 21.
18258
18259 2002-09-18  Dick Porter  <dick@ximian.com>
18260
18261         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
18262         on netbsd.  Fixes bug 30051.
18263
18264 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18265
18266         * reflection.c:
18267         (set_version_from_string): little fix.
18268
18269 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
18270
18271         * monosn.c, Makefile.am: added strong name utility.
18272         * reflection.h, reflection.c: implemented delayed signing,
18273         locale, version and hash id assembly attributes.
18274
18275 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
18276
18277         * loader.c, metadata.c: load param attributes in signatures.
18278
18279 2002-09-16  Martin Baulig  <martin@gnome.org>
18280
18281         * debug-mono-symfile.c: Added string table with all method names.
18282
18283 2002-09-14  Martin Baulig  <martin@gnome.org>
18284
18285         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
18286         fast method lookup.
18287
18288 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
18289
18290         * reflection.c: record the public key token of referenced assemblies.
18291
18292 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
18293
18294         * image.c, image.h: added functions to get the strong name and the
18295         public key of an assembly.
18296         * pedump.c: use them.
18297
18298 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
18299
18300         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
18301
18302 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
18303
18304         * marshal.c (mono_marshal_get_managed_wrapper): Added
18305         MONO_TYPE_BOOLEAN 
18306
18307 2002-09-11  Martin Baulig  <martin@gnome.org>
18308
18309         * gc.c: Call GC_unregister_disappearing_link() on all links when
18310         finalizing them, this is necessary to aviod a crash in boehm's
18311         finalize handler.
18312
18313 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
18314
18315         * gc.c: handle GetTarget for finalized objects spotted and fixed by
18316         nick@chemlab.org.
18317
18318 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
18319
18320         * icall.c: implemented MonoType::Module.
18321         * reflection.c, reflection.h: mono_module_get_object () from
18322         Tomi Pakarinen <tomi.pakarinen@welho.com>.
18323
18324 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
18325
18326         * icall.c: ignore overridden methods in GetMethods ().
18327         Fix for FieldInfo::SetValue().
18328         * object.c: handle float/double in runtime invoke.
18329
18330 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
18331
18332         * object.c: allow a constructor to be called again on an object.
18333
18334 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
18335
18336         * class.h, class.c: move field layout code to it's own function and
18337         export it. Get an interface id earlier. Move fields in MonoClass
18338         so they are more cache friendly and align the bitfields.
18339         * loader.c: temporary handle get_param_names() for a runtime method.
18340         * reflection.c, reflection.h: more code to handle runtime creation of
18341         types.
18342
18343 2002-09-09  Martin Baulig  <martin@gnome.org>
18344
18345         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
18346         signature with the pinvoke field being set for the actual call.
18347
18348 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
18349
18350         * icall.c: removed some unused icalls. Start of map of glib charsets
18351         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
18352
18353 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
18354
18355         * debug-helpers.c: break infinite loop (found and fixed by
18356         Holger Arnold <harnold@gmx.de>).
18357
18358 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
18359
18360         * icall.c: target may be null in create_delegate.
18361
18362 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
18363
18364         * marshal.c: handle a boolean return type.
18365
18366 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
18367
18368         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
18369
18370 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
18371
18372         * gc.c: fix weakreferences.
18373
18374 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
18375
18376         * icall.c: added icall to get default codepage.
18377
18378 2002-09-03  Dick Porter  <dick@ximian.com>
18379
18380         * threads.h: 
18381         * threads.c: Use MonoThread instead of MonoObject where
18382         apropriate.
18383
18384         Store running thread objects in a hash table, so that we have all
18385         the info to hand when waiting for them to finish
18386         (means we don't need OpenThread() any more, so mingw builds should
18387         be fully functional again.)
18388
18389         * verify.c:
18390         * object.h: Added thread ID to MonoThread
18391
18392 2002-09-03  Martin Baulig  <martin@gnome.org>
18393
18394         * icall.c (System.Reflection.Assembly::get_location): New interncall.
18395
18396 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18397
18398         * icall.c: fixed leak in get_temp_path. Thanks lupus.
18399
18400 2002-09-03  Martin Baulig  <martin@gnome.org>
18401
18402         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
18403         argument to store the end address of the disassembled instruction.
18404
18405         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
18406         here from debug-symfile.h.
18407         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
18408         JIT into this struct.
18409         (MonoSymbolFile): Added `char *image_file' field.
18410         (MonoDebugGetMethodFunc): Removed.
18411         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
18412         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
18413         (mono_debug_find_method): New method.
18414
18415         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
18416         create a full symbol file.
18417         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
18418         and static symbol files.
18419         (mono_debug_find_method): The symbol file keeps an internal method hash,
18420         call this to get a MonoDebugMethodInfo from a MonoMethod.
18421
18422         * debug-symfile.[ch]: Removed.
18423
18424 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
18425
18426         * image.c (do_mono_image_open): Remove linker version check.
18427
18428 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
18429
18430         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
18431         wrappers for instance methods.
18432         
18433 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18434
18435         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
18436
18437 2002-08-28  Dick Porter  <dick@ximian.com>
18438
18439         * Makefile.am: Export HOST_CC for w32 builds
18440
18441 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
18442
18443         * file-io.c process.c: MonoString are null terminated, no
18444         need for mono_string_to_utf16() anymore.
18445
18446 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
18447
18448         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
18449
18450 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
18451
18452         * icall.c, reflection.h: speedup System.MonoType.
18453
18454 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
18455
18456         * reflection.c: allow null as the value of a string argument in
18457         custom attributes constructors.
18458
18459 2002-08-27  Martin Baulig  <martin@gnome.org>
18460
18461         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
18462         `trampoline_address' field.
18463
18464 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
18465
18466         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
18467         check (fixes bug #29486) 
18468
18469 2002-08-27  Martin Baulig  <martin@gnome.org>
18470
18471         * debug-mono-symfile.c: Changed the file format in a way that allows us
18472         open it read-only and to use a specially malloced area for all the
18473         dynamic data.  We can now also generate a symbol file on-the-fly if we're
18474         debugging IL code and there is no MCS generated symbol file for it.
18475
18476 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
18477
18478         * object.c: added a define for a good string and array
18479         creation speedup (not enabled by default because we need to deal with
18480         the synch stuff).
18481
18482 2002-08-26  Martin Baulig  <martin@gnome.org>
18483
18484         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
18485         function to create a dynamic symbol file.  This is used by the
18486         debugger to create a symbol file for IL code on-the-fly.
18487
18488 2002-08-26  Martin Baulig  <martin@gnome.org>
18489
18490         * loader.c (mono_lookup_pinvoke_call): Include the error message
18491         from g_module_error() in the error message.
18492
18493 2002-08-24  Martin Baulig  <martin@gnome.org>
18494
18495         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
18496         function to update the symbol file.  The symbol file is mmap()ed
18497         writable, but private.  This allows us to install the symbol file
18498         together with the assembly.
18499
18500 2002-08-24  Martin Baulig  <martin@gnome.org>
18501
18502         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
18503         but they can read the new symbol file format which mcs is now creating.
18504
18505         * debug-symfile.c (mono_debug_find_source_location): Moved to
18506         debug-mono-symfile.c; this is now operating on the new symbol file.
18507
18508 2002-08-23  Martin Baulig  <martin@gnome.org>
18509
18510         * debug-helpers.c (mono_method_desc_from_method): New function to get
18511         a MonoMethodDesc from a MonoMethod.
18512
18513 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
18514
18515         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
18516         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
18517
18518 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
18519
18520         * string-icalls.[ch]: make helper methods static.
18521
18522 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18523
18524         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
18525         types to it and to SetValueInternal.
18526
18527         * object.c: Moved handle_enum label to its proper place. This was the
18528         f... bug! ;-)
18529
18530         This time i compiled mcs and gtk-sharp and they both work.
18531
18532 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18533
18534         * icall.c: reverted partially my previous patch until 
18535         object.c:set_value handles enums correcly.
18536
18537 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18538
18539         * icall.c:
18540         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
18541         (ves_icall_System_Environment_get_MachineName): removed warning when
18542         compiling under cygwin.
18543
18544 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
18545
18546         * object.c: fixed field_get_value() for reference types.
18547
18548 2002-08-22  Dick Porter  <dick@ximian.com>
18549
18550         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
18551         Don't free a buffer while it's still needed.  Patch from Jonathan
18552         Liger <Jonathan.liger@wanadoo.fr>
18553
18554 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
18555
18556         * icall.c (ves_icall_System_Environment_get_Platform): Add new
18557         internal call.
18558
18559 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
18560
18561         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
18562         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
18563
18564         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
18565         we call unmanaged code which throws exceptions.
18566
18567 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
18568
18569         * appdomain.h: added per-domain entry_assembly.
18570         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
18571         arguments.
18572         * icall.c: Assembly::GetEntryAssembly icall.
18573         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
18574         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
18575
18576 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
18577
18578         * appdomain.h, gc.c: added mono_domain_finalize ().
18579
18580 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18581
18582         * object.c:
18583         (mono_print_unhandled_exception): changed g_warning by g_printerr
18584         because g_log has a 1024 characters limit (yeah, i got a big stack
18585         trace). Don't print exception name, that should be in ToString 
18586         returned string.
18587
18588 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18589
18590         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
18591         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
18592
18593 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18594
18595         * object.c:
18596         (mono_print_unhandled_exception): after previous commit, i realized
18597         that MS calls ToString on the exception. I changed this function to
18598         do that. This way we get stack_trace for free.
18599
18600 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18601
18602         * object.c:
18603         (mono_print_unhandled_exception): invoke Message property instead of
18604         getting 'message' field from Exception. Don't allocate memory for
18605         'trace' and 'message' if not needed.
18606
18607 2002-08-18  Dick Porter  <dick@ximian.com>
18608
18609         * unicode.c: Fix asserts to match Encoder.cs checks
18610
18611 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
18612
18613         * marshal.c: fix unaligned store issue and a few wrong
18614         opcode argument types.
18615
18616 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18617
18618         * icall.c: added GetUninitializedObjectInternal internal call.
18619
18620 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
18621
18622         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
18623         to the right domain.
18624
18625 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
18626
18627         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
18628
18629         * class.c (class_compute_field_layout): set blittable to false for Strings
18630
18631         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
18632
18633 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
18634
18635         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
18636         first chunk of code to create types at runtime. Code to
18637         handle ReflectedType/DeclaringType. Make reflection handles
18638         domain specific.
18639
18640 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
18641
18642         * class.c: set correct name in arrays.
18643
18644 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
18645
18646         * appdomain.c (mono_domain_transfer_object): make it work with
18647         valuetypes. bug fixes.
18648
18649 2002-08-12  Dick Porter  <dick@ximian.com>
18650
18651         * object.h: Rename some parameters to avoid c++ keywords (Patch
18652         from Joseph Wenninger <kde@jowenn.at>)
18653
18654 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
18655
18656         * icall.c: added icall to implement Assembly.GetFile*.
18657
18658 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
18659
18660         * reflection.h, reflection.c: code to embed managed resources.
18661
18662 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
18663
18664         * class.c: move all the type size stuff into
18665         class_compute_field_layout().
18666
18667 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
18668
18669         * class.c: ensure enums have always the correct instance size.
18670         * unicode.c: remove wrong assert.
18671
18672 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
18673
18674         * assembly.c: fix mem corruption issue.
18675         * image.h, image.c: added mono_image_get_resource () to access
18676         managed resources.
18677         * icall.c: implemented Assembly.EntryPoint property and some
18678         Managed Resources related internalcalls.
18679
18680
18681 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
18682
18683         * image.c, image.h: impemented mono_image_get_entry_point ().
18684         * appdomain.c: use mono_image_get_entry_point.
18685
18686 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
18687
18688         * reflection.c: support the object type argument when loading
18689         custom attributes.
18690
18691 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
18692
18693         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
18694         String as return type.
18695
18696 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
18697
18698         * reflection.c: fix encoding of named args for custom attrs to match
18699         the ms implementation. Read them back when instantiating custom
18700         attributes.
18701
18702 2002-08-02  Radek Doulik  <rodo@ximian.com>
18703
18704         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
18705         by Dietmar as quick fix
18706         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
18707         16 as stack size, used on more places as quick fix before Dietmar
18708         will fix it properly
18709
18710 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
18711
18712         * object.h, object.c: added accessors for fields and properties.
18713
18714 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
18715
18716         * class.c, class.h: made mono_class_get_field_from_name ()
18717         loop on parent types.
18718         Added mono_class_get_property_from_name ().
18719
18720 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
18721
18722         * class.c, class.h: move the code to setup the type vtable in its own
18723         function so that it can be reused also for types created at runtime.
18724         Eliminate the "class" identifier from the header file.
18725         * reflection.c: setup the vtable for enums so that we can create
18726         objects for use in SetConstant ().
18727
18728 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
18729
18730         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
18731         instead of the delegate itself as this pointer (bug #28383)
18732
18733 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
18734
18735         * marshal.c (mono_marshal_get_managed_wrapper): added return type
18736         conversions.
18737
18738 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
18739
18740         * loader.c: don't set the pinvoke bit on icalls.
18741
18742 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
18743
18744         * debug-helpers.c (mono_method_full_name): only print a number to
18745         indicate wrapper type (so that the output is more readable in traces).
18746
18747 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
18748
18749         * class.c (mono_class_init): include method override patch from Paolo
18750
18751 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
18752
18753         * icall.c: fixed GetTypeCode().
18754
18755 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
18756
18757         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
18758         use real delegate invoke function to make it work with multicast
18759         delegates (fix bug# 28291).
18760
18761 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
18762
18763         * object.c: load constant strings.
18764
18765 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
18766
18767         * reflection.c: no magic numbers.
18768         * tabledefs.h: security action enum.
18769
18770 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
18771
18772         * assembly.c: fix possible memory corruption.
18773
18774 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
18775
18776         * reflection.h, reflection.c: added support for linking resources.
18777         * verify.c: check we have an updated corlib.
18778
18779 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
18780
18781         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
18782         string arrays.
18783         (mono_marshal_string_array): null terminate unmanaged string arrays.
18784         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
18785
18786 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
18787
18788         * icall.c: Type.GetType () can now return also types from the
18789         calling assembly.
18790
18791 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
18792
18793         * loader.h, loader.c: stack walking support.
18794         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
18795         GetCallingAssembly.
18796
18797 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
18798
18799         * marshal.c: added optimisations for blittable types 
18800
18801         * class.c (mono_array_class_get): do not set blittable attribute on arrays
18802         (mono_class_setup_mono_type): set blittable attribute for single
18803         and double.
18804
18805         * marshal.c (mono_string_utf8_to_builder): impl.
18806         (mono_string_builder_to_utf8): impl.
18807         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
18808
18809 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
18810
18811         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
18812         (mono_marshal_get_managed_wrapper): impl. byref types
18813
18814 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18815
18816         * icall.c:
18817         (search_method): don't display debug message. 
18818
18819 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
18820
18821         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
18822
18823 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
18824
18825         * appdomain.c: set the missing filename when throwing exception.
18826
18827 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
18828
18829         * metadata.c (mono_type_size): code cleanup
18830         (mono_type_stack_size): removed some test code
18831
18832 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
18833
18834         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
18835         mono_get_exception_file_not_found now.
18836
18837         * exception.c (mono_exception_from_name_two_strings): New version
18838         that will call a constructor with two string arguments. 
18839         (mono_get_exception_file_not_found): New helper routine, used to
18840         report file-not-found errors.
18841
18842 2002-07-20  Dick Porter  <dick@ximian.com>
18843
18844         * process.h:
18845         * process.c: Pass file handles to CreateProcess
18846         
18847         * icall.c:
18848         * file-io.h:
18849         * file-io.c: Implemented CreatePipe
18850
18851 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
18852
18853         * metadata.c (mono_get_param_info): set alignment for value types
18854
18855 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
18856
18857         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
18858         Constify mono_domain_assembly_open().
18859         * loader.c: handle null namespace in icalls.
18860
18861 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
18862
18863         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
18864         (emit_str_to_ptr_conv): marshal object as structs
18865
18866         * metadata.c (mono_type_to_unmanaged): marshal object as structs
18867
18868         * marshal.c (mono_marshal_get_runtime_invoke): support value types
18869
18870 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
18871
18872         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
18873         (mono_marshal_get_native_wrapper): we an now return value types
18874
18875 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
18876
18877         * verify.c: more checks implemented.
18878
18879 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
18880
18881         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
18882         (fix bug #27695)
18883         (mono_marshal_get_native_wrapper): allow byref arguments
18884         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
18885         impl. PtrToStringXXX methods
18886         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
18887         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
18888         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
18889         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
18890         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
18891
18892 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
18893
18894         * reflection.c: fix buglet in parsing an assembly name.
18895
18896 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
18897
18898         * marshal.c (emit_ptr_to_str_conv): first impl.
18899
18900 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
18901
18902         * object.c, class.h: cache the vtable in the class as suggested by
18903         vargaz@freemail.hu (Zoltan Varga).
18904
18905 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
18906
18907         * class.h, loader.c: added mono_field_from_token().
18908         * verify.c: first cut of type checking code.
18909
18910 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
18911
18912         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
18913
18914 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
18915
18916         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
18917         (fix bug #27782)
18918         (mono_marshal_get_remoting_invoke): impl.
18919         (mono_delegate_begin_invoke): impl.
18920         (mono_mb_emit_save_args): impl.
18921         (mono_delegate_end_invoke): impl.
18922         (mono_marshal_get_delegate_begin_invoke):
18923         (mono_marshal_get_delegate_end_invoke):
18924         (mono_marshal_get_delegate_invoke): generate a special name for
18925         those methods (including the signature) and associate them whith
18926         the delegate class. 
18927
18928 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
18929
18930         * reflection.[ch]: 
18931         (mono_reflection_type_from_name): now it has a MonoImage parameter
18932         which is used as the default image to search the type in. If the image
18933         is NULL or getting the type from it fails, it defaults to corlib.
18934
18935         * icall.c: changed 1 call to mono_reflection_type_from_name to match
18936         new parameter.
18937
18938 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
18939
18940         * reflection.c: update the parameter table index.
18941
18942 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
18943
18944         * domain.c: don't include the mark byte in the string hash.
18945
18946 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
18947
18948         * icall.cs: icall for Type.GetTypeCode ().
18949         * verify: a couple of fixes and disabled local initialization checks.
18950
18951 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
18952
18953         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
18954
18955         * debug-helpers.c (mono_method_full_name): print the type of the
18956         runtime wrapper
18957
18958         * metadata.c (mono_signature_hash): a hash function for signatures
18959         (mono_signature_hash): better hash algorithm
18960
18961         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
18962
18963         * debug-helpers.c (mono_method_full_name): this can now generate
18964         method names with signatures
18965
18966         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
18967         method dont have this pointers.
18968
18969 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
18970
18971         * reflection.c: fixup typebuilder tokens.
18972         * image.c: fix buglet.
18973         * marshal.h: remove whitespace.
18974         * metadata.h, metadata.c: reinstate code that was removed.
18975         * verify.c: handle catch directives and fix another couple of bugs.
18976
18977 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
18978
18979         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
18980         (mono_marshal_get_native_wrapper): make it comp. with the old code
18981         (mono_marshal_get_native_wrapper): support boolean
18982         (mono_marshal_get_managed_wrapper): support more types
18983
18984 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
18985
18986         * class.c (class_compute_field_layout): compute class->blittable attribute.
18987
18988 2002-07-09  Dick Porter  <dick@ximian.com>
18989
18990         * threads.c: Make the thread cleaning up cope with threads that
18991         call ExitThread()
18992
18993 2002-07-08  Radek Doulik  <rodo@ximian.com>
18994
18995         * reflection.c (method_encode_code): use non-translated values to
18996         compute finally_start, this fixes exception handling on ppc, yay!
18997
18998         * decimal.h (struct signscale): fix endianess
18999
19000 2002-07-07  Radek Doulik  <rodo@ximian.com>
19001
19002         * reflection.c: swap box_val and not val
19003
19004 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
19005
19006         * reflection.c, reflection.h: handle full assembly info in type name.
19007         Handle Type arguments when loading custom attributes.
19008         * icall.c: updated to use new mono_reflection_type_from_name () method.
19009
19010 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19011
19012         * loader.c:
19013         (method_from_memberref): also print assembly name when method not found.
19014
19015 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19016
19017         * icall.c:
19018         (ves_icall_TypeGetProperties): fixed bug #27473. 
19019
19020 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19021
19022         * reflection.c: display image name and token when cannot find the
19023         .ctor for an attribute.
19024
19025 2002-07-05  Martin Baulig  <martin@gnome.org>
19026
19027         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19028
19029 2002-07-04  Dick Porter  <dick@ximian.com>
19030
19031         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
19032         compile on mingw.  This will cause mingw builds to not wait for
19033         subthreads to terminate after the main thread does.  I've lodged a
19034         bug with the mingw developers for them to wrap OpenThread().
19035
19036 2002-07-03  Dick Porter  <dick@ximian.com>
19037
19038         * threads.c: Store thread IDs instead of handles, because
19039         GetCurrentThread() returns a pseudohandle and therefore stores
19040         useless values.  mono_thread_cleanup() continues checking the
19041         array of threads until it is empty, to cope with subthreads
19042         spawning new threads after the main thread has finished.
19043
19044         * profiler.h:
19045         * profiler.c:
19046         * profiler-private.h: Pass the thread ID to thread profiler
19047         functions, instead of a handle
19048
19049 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19050
19051         * verify.c: fixes to make it more usable.
19052         * pedump.c: added --verify code to verify IL code in an assembly.
19053
19054 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19055
19056         * reflection.c: turn errors into warnings to allow compiling corlib.
19057
19058 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19059
19060         * reflection.c: add special cases to compile corlib.
19061
19062 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19063
19064         * reflection.c: handle properties with only a set method.
19065
19066 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19067
19068         * opcodes.h: add enum with opcodes in opval order.
19069
19070 2002-07-01  Dick Porter  <dick@ximian.com>
19071         
19072         * object.h:
19073         * object.c (mono_runtime_run_main): Removed unneeded argument
19074
19075 2002-06-28  Martin Baulig  <martin@gnome.org>
19076
19077         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19078
19079 2002-06-27  Dick Porter  <dick@ximian.com>
19080
19081         * threads.c: Store the handle in both the parent thread and in the
19082         subthread, to minimise the time between starting a new thread and
19083         storing its ID.
19084
19085 2002-06-26  Dick Porter  <dick@ximian.com>
19086
19087         * appdomain.c (mono_runtime_cleanup): Close the socket library
19088         after all the threads have finished, not before
19089
19090 2002-06-26  Martin Baulig  <martin@gnome.org>
19091
19092         * debug-symfile.c (mono_debug_find_source_location): Added
19093         `guint32 *line_number' argument.  If it's not NULL, store the line number
19094         there and return the file name without the line number.
19095
19096 2002-06-25  Dick Porter  <dick@ximian.com>
19097
19098         * icall.c:
19099         * process.h:
19100         * process.c: Process forking and other support functions
19101
19102 2002-06-25  Dick Porter  <dick@ximian.com>
19103
19104         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
19105         things dont happen when the image is closed.
19106         (mono_image_lookup_resource): Walk the resource section looking
19107         for a particular entry
19108
19109         * cil-coff.h: PE resource section decoding
19110
19111 2002-06-25  Dick Porter  <dick@ximian.com>
19112         
19113         * assembly.h:
19114         * assembly.c: 
19115         (mono_assembly_foreach): Accessor functions to walk the list of
19116         loaded assemblies
19117         (mono_assembly_set_main):
19118         (mono_assembly_get_main): Process methods need to know which
19119         assembly is the "main" one
19120
19121         * object.c (mono_runtime_run_main): Record the main assembly
19122
19123         * debug-helpers.c: Fix typo
19124
19125 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
19126
19127         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
19128         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
19129
19130 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
19131
19132         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
19133
19134 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
19135
19136         * image.c (do_mono_image_open): Initialize reference count,
19137         otherwise we leak the MonoImage.
19138
19139 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19140
19141         * reflection.c: small tweak to handle self-hosting.
19142
19143 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19144
19145         * reflection.c: fix type name parse code.
19146
19147 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19148
19149         * reflection.c: break out of the loop.
19150         * image.c: special case corlib.
19151
19152 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19153
19154         * reflection.c: add all the custom attrs at the end to ensure the
19155         ctors have been properly initialized when the attributes are defined
19156         in the current assembly.
19157
19158 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19159
19160         * reflection.c: handle correctly multiple-nested types.
19161
19162 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19163
19164         * row-indexes.h: fix typos.
19165         * reflection.c: adjust for typos and fix method_def_or_ref
19166         encoding in MethodImpl table.
19167
19168 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19169
19170         * reflection.c: fix entry point patching (thanks Serge!).
19171
19172 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
19173
19174         * verify.c: add check for System.Exception
19175
19176 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19177
19178         * image.c, class.c: minifix for code just c&p'ed.
19179         * reflection.c: warning fix.
19180         * object.h, loader.h, domain.c: load also StringBuilder.
19181
19182 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19183
19184         * marshal.h, marshal.c: some support code to handle complex marshaling.
19185
19186 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19187
19188         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
19189         Better signatures with vtable error dump.
19190
19191 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
19192
19193         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
19194
19195 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
19196
19197         * icall.c (ves_icall_Type_GetField): impl.
19198
19199 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19200
19201         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
19202         to retrieve a marshal description blob for a field or param.
19203
19204 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19205
19206         * reflection.h, reflection.c: change order of nested type emission
19207         to avoid table corruption. The NestedTypes table is sorted.
19208         * icall.c: change order of GetConstructor results to workaround mcs bug.
19209
19210 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19211
19212         * reflection.h, reflection.c: handle field and param marshal
19213         information.
19214
19215 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19216
19217         * icall.c, marshal.c marshal.h: more Marshal class implementation.
19218
19219 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19220
19221         * reflection.c: fix call convention.
19222
19223 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19224
19225         * reflection.h, reflection.c: mono_image_get_memberref_token()
19226         takes a type instead of a class, now. Added
19227         mono_image_get_array_token() to create tokens for the special
19228         multi-dim array methods.
19229
19230 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19231
19232         * assembly.c: handle modules (no assembly table). Split
19233         loading references in its own function.
19234         * class.c: handle moduleref resolution scope.
19235         * image.c, image.h: cache module name in image.
19236
19237 2002-06-07  Martin Baulig  <martin@gnome.org>
19238
19239         * reflection.c (mono_image_get_type_info): Only add a class layout entry
19240         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
19241
19242 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
19243
19244         * icall.c: more signature fixes that used uint instead of int.
19245
19246 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19247
19248         * reflection.c: fixed signature of field refs.
19249
19250 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19251
19252         * class.c, reflection.c: handle typerefs of nested types
19253         (both on read and when writing files).
19254
19255 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
19256
19257         * icall.c: fix method signatures that tried to workaround the previous
19258         typo, d'oh!
19259
19260 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
19261
19262         * debug-helpers.c: fix typo.
19263
19264 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19265
19266         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
19267         rewrote the PE/COFF writing code (our programs are understood by the
19268         ms runtime, now).
19269
19270 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19271
19272         * gc.c, gc.h, icall.c: weakreference support.
19273
19274 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19275
19276         * Makefile.am, mono-config.c: use $(sysconfdir).
19277
19278 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19279
19280         * icall.c: changed default precision of Double.ToString() to 15.
19281         Fixed memory leak. Unified with Single.ToString.
19282
19283 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
19284
19285         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
19286
19287 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19288
19289         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
19290         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
19291         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
19292         and myself.
19293
19294 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19295
19296         * debug-symfile.c, sysmath.c: yet more compilation fixes.
19297
19298 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19299
19300         * reflection.c, socket-io.c: more compilation fixes.
19301
19302 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
19303
19304         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
19305         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
19306         unicode.c: warning and compiler compatibility fixes.
19307
19308 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19309
19310         * class.h, metadata.c: fixed warnings/compilation errors.
19311
19312 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
19313
19314         * Makefile.am, mono-config.c, mono-config.h: configuration file
19315         support routines.
19316         * loader.c, loader.h: make Dll mapping configurable at runtime in the
19317         config file. Export methods to insert and lookup mappings.
19318
19319 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19320
19321         * reflection.c: handle types and boxed objects in custom attr
19322         constructors.
19323
19324 2002-05-30  Martin Baulig  <martin@gnome.org>
19325
19326         * debug-symfile.c
19327         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
19328
19329 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
19330
19331         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
19332         to lookup the implmap row for a P/Invoke method.
19333         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
19334         P/Invoke method from the runtime on an as needed basis.
19335
19336 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
19337
19338         * metadata.c (mono_metadata_parse_signature): impl.
19339
19340 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19341
19342         * class.c: handle .pack directive.
19343
19344 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19345
19346         * object.c: initialize static fields with RVA data.
19347
19348 2002-05-25  Martin Baulig  <martin@gnome.org>
19349
19350         * debug-symfile.c
19351         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
19352
19353 2002-05-24  Martin Baulig  <martin@gnome.org>
19354
19355         * debug-symfile.c
19356         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
19357         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
19358         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
19359
19360 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19361
19362         * object.c: special case string ctros in invoke.
19363         * gc.c: silly whitespace changes.
19364
19365 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
19366
19367         * threadpool.[ch]: impl. a threadpool that can
19368         be used by mint and mono.
19369
19370 2002-05-22  Martin Baulig  <martin@gnome.org>
19371
19372         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
19373         The first argument is now a `MonoReflectionModuleBuilder *', the return
19374         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
19375         `methods' field to get the method builder.  The `token' argument is the
19376         unfixed token.
19377
19378         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
19379         invalid characters instead of g_assert_not_reached()ing.  This seems
19380         to be the behaviour of mscorlib.
19381
19382 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
19383
19384         * object.c (mono_runtime_invoke_array): applied patch from Rachel
19385         Hestilow to fix bug #25104
19386
19387 2002-05-21  Martin Baulig  <martin@gnome.org>
19388
19389         * debug-symfile.c (mono_debug_find_source_location): New function.
19390         Looks up an IL offset in the line number table and returns the source
19391         location as a string.
19392
19393 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19394
19395         * icall.c:
19396         (mono_double_ToStringImpl): changed %f by %g until we have something
19397         better.
19398
19399 2002-05-21  Nick Drochak  <ndrochak@gol.com>
19400
19401         * icall.c : Use different name for Math.Pow's icall.  Needed to check
19402         parameters first in C#.
19403
19404 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19405
19406         * icall.c, reflection.h: added icall to get info about an event.
19407
19408 2002-05-20  Radek Doulik  <rodo@ximian.com>
19409
19410         * object.c (mono_value_box): don't use memcpy for boxing on BIG
19411         endian
19412         (mono_value_box): don't use memcpy for small sizes on
19413         architectures with unaligned access
19414
19415 2002-05-20  Martin Baulig  <martin@gnome.org>
19416
19417         * reflection.c (mono_reflection_setup_internal_class): Don't crash
19418         if `tb->parent == NULL'.
19419         (mono_reflection_create_internal_class): New function.  This is
19420         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
19421         for enum types.
19422
19423         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
19424         New interncall.
19425
19426 2002-05-19  Martin Baulig  <martin@gnome.org>
19427
19428         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
19429         argument to get the length, don't default to the array length.
19430
19431 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
19432
19433         * assembly.c (mono_assembly_setrootdir): New function used to
19434         override the MONO_ASSEMBLIES directory.
19435
19436 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19437
19438         * icall.c: ValueType_GetHashCode() initialize local var.
19439
19440 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
19441
19442         * reflection.c: sort custom attributes table.
19443
19444 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19445
19446         * reflection.c: support named args in custom attributes (write support).
19447
19448 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
19449
19450         * reflection.c: fix finally position calculation.
19451
19452 2002-05-15  Radek Doulik  <rodo@ximian.com>
19453
19454         * reflection.c: fixed endianess at many places
19455
19456         * icall.c (ves_icall_InitializeArray): comment out debug msg
19457
19458 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
19459
19460         * object.c (mono_unhandled_exception): new function to handle
19461         unhandled exceptions.
19462         (mono_unhandled_exception): call the UnhandledException event.
19463         (mono_runtime_delegate_invoke): impl.
19464
19465 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
19466
19467         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
19468         returns the RVA, not the direct pointer to the data. Handle the case
19469         when the class size is fixed.
19470
19471 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19472
19473         * reflection.c: fix some endianess issues.
19474
19475 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
19476
19477         * object.c (mono_runtime_invoke): is now able to catch exceptions.
19478
19479         * threads.c (mono_thread_init): added a callback which is invoked
19480         at thread start.
19481
19482 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
19483         
19484         * icall.c: make GetHashCode return non-negative values.
19485
19486 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
19487
19488         * object.c, icall.c, gc.c: revert to address-based hashcode.
19489
19490 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
19491
19492         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
19493
19494 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19495
19496         * icall.c, class.c: special case <Module>.
19497
19498 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
19499
19500         * icall.c: fix bug in GetNow().
19501
19502 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
19503
19504         * object.c (mono_runtime_class_init): make sure that we call all
19505         static class constructors.
19506
19507 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19508
19509         * reflection.c: sort methodsemantics table.
19510
19511 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19512
19513         * reflection.h, reflection.c: honour init locals setting.
19514
19515 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
19516
19517         * icall.c: copied Double ToStringImpl for Single ToStringImpl
19518
19519 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19520
19521         * reflection.c: support ContructorBuilders in attribute blob creation.
19522
19523 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19524
19525         * reflection.c: some changes to build a binary that can be run
19526         directly in windows.
19527
19528 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
19529
19530         * loader.c: print a big message when an icall can't be found.
19531
19532 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19533
19534         * string-icalls.c: fix bug 24248.
19535
19536 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
19537
19538         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
19539         icall.c, reflection.h: separate assembly loading by pathname and by
19540         assembly name. Use the MONO_PATH env var to search for assemblies.
19541
19542 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19543
19544         * assembly.c, image.h: add some support for assemblies
19545         with multiple modules.
19546         * class.c, class.h: export mono_class_from_typeref().
19547         * loader.c: remove duplicated code and use mono_class_from_typeref(),
19548         instead.
19549
19550 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19551
19552         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
19553         documentation says (the ECMA one is correct).
19554
19555 2002-05-02  Dick Porter  <dick@ximian.com>
19556
19557         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
19558         Don't name the synchronisation mutex.
19559
19560 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
19561
19562         * rand.c
19563         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
19564         Make the prototypes match.
19565         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
19566         Same.
19567
19568         * icall.c
19569         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
19570         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
19571         all systems have tm.tm_zone, so use strftime() with %Z to print
19572         the timezone abreviation into a temp string.
19573
19574         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
19575         rather than mono_array_addr() on a MonoString on Big Endian
19576         machines.
19577
19578 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
19579
19580         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
19581         fix bug 24041
19582
19583 2002-04-30  Dick Porter  <dick@ximian.com>
19584
19585         * socket-io.c: Cope with SOCKET being an integer rather than a
19586         pointer now.
19587
19588         * threads.c: Added Thread_free_internal, to deal with thread
19589         handle cleanup.  Moved calls to handle_store() and handle_remove()
19590         to start_wrapper(), so each can only be called once.  Allocate
19591         synchronisation blocks with GC_malloc(), and use GC finalisation
19592         to close the handles.
19593
19594         * icall.c: added System.Threading.Thread::Thread_free_internal
19595
19596 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19597
19598         * icall.c: support Environment.Exit, CommandLineArgs().
19599
19600 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19601
19602         * object.c, object.h: added mono_runtime_run_main () and
19603         mono_runtime_get_main_args () for use in System.Environment.
19604
19605 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19606
19607         * gc.c: fix thinko, enable actual finalization since the jit is now
19608         fixed.
19609
19610 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19611
19612         * gc.c, object.c: take into account that an object may be offset wrt the address
19613         returned by GC_malloc().
19614
19615 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
19616
19617         * image.c: handle files without entries in the assembly table (modules).
19618
19619 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
19620
19621         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
19622         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
19623         allowed to be null when it's System.Object class setup.
19624
19625 2002-04-27  Martin Baulig  <martin@gnome.org>
19626
19627         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
19628         if `tb->parent == NULL' rather than crashing.
19629
19630 2002-04-28  Nick Drochak  <ndrochak@gol.com>
19631
19632         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
19633         calling acos() where asin() should have been called.
19634
19635 2002-04-26  Martin Baulig  <martin@gnome.org>
19636
19637         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
19638         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
19639         there's a subdirectory called `System', but we don't want to read that
19640         subdirectory as an assembly.
19641
19642 2002-04-25  Martin Baulig  <martin@gnome.org>
19643
19644         * debug-symfile.c: Reflect latest MonoString changes.
19645
19646 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19647
19648         * rand.c, rand.h: instance method icalls need to have an explicit
19649         this pointer as first argument in the C implementation.
19650
19651 2002-04-25  Nick Drochak <ndrochak@gol.com>
19652
19653         * icall.c: Fix typo in map for GetNonZeroBytes
19654
19655 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
19656
19657         * string-icalls.c : String does now passes unit tests without any 
19658         errors, the following changes has been made:
19659         
19660         Implemented replace methods.
19661         Renaming of methods to (try) follow the standard.
19662         Fixed compare ordinal
19663         Made all memory allocated directly to function instead of via icall function.
19664         Small performance fix in is_in_array function
19665                         
19666  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
19667
19668         c (mono_string_Internal_ctor_charp_int_int):
19669         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
19670         sindex < 0, throw ArgumentOutOfRangeException instead of
19671         ArgumentNullException.
19672
19673         Added new check for length == 0, however
19674         I need to make it return String.Empty from the C code.
19675         
19676         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
19677         that calculate the length for us here.
19678         
19679         (mono_string_Internal_ctor_sbytep_int_int): Replaced
19680         mono_string_new_utf16 with mono_string_new, since value is utf8.
19681
19682 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19683
19684         * object.c: register the object for finalization if needed.
19685         Allocate one more char in the string for the terminating 0 char.
19686
19687 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19688
19689         * class.c, class.h, image.c: check if a type implemenst a destructor.
19690         Use the proper key for array class lookups.
19691         * icall.c: register the icalls in the System.GC class.
19692         * gc.c, gc.h: GC-related functions and icalls.
19693
19694 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19695
19696         * icall.c:
19697         * socket-io.c:
19698         * unicode.c: free some strings gotten from mono_string_to_utf8 and
19699         changed a couple of free () by g_free ().
19700
19701         * decimal.c: one-liner in the comments for decimal2string ().
19702
19703 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
19704
19705         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
19706
19707 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
19708
19709         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
19710         * object.c (mono_runtime_invoke_array) : handle null in params
19711
19712 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
19713
19714         * string-icalls.c: fixed bug in split (one off bug)
19715
19716 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
19717
19718         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
19719         * icalls.c: added String::Equals as internal method
19720
19721 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
19722
19723         * threads.c: fixed bug in the double interlocked functions
19724
19725 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
19726
19727         * threads.c: implemented all of the new interlocked icalls.
19728         * string-icalls.c: fix a bug in insert.
19729         * icalls.c: added the icalls for interlocked, removed old string functions.
19730         
19731 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
19732
19733         * loader.c: fix off-by-one error when reading argument names.
19734
19735 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19736
19737         * profiler.c: win32 counter implementation (untested).
19738         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
19739         (the latter needs testing and more complete impl. from win32 folks).
19740
19741 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
19742
19743         * object.c: mono_array_new_full workaround mono_array_class_get
19744         problem.
19745
19746 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
19747
19748         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
19749         * object.h (mono_string_chars): Changed casting type.
19750
19751 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
19752
19753         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
19754                            method signatures to use gunichar2 instead of gint16.
19755
19756 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
19757
19758         * object.h, object.c: domain-specific versions of mono_object_new and
19759         mono_array_new.
19760
19761 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
19762
19763         * object.c: changed String layout
19764
19765         * string-icalls.c (mono_string_Internal_ctor_chara): added
19766         internal string constructors.
19767
19768 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
19769
19770         * threads.c: pass 'this' to the thread start routine.
19771
19772 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19773
19774         * string-icalls.c: fix IndexOf and LastIndexOf. Now
19775         InternalCompareStr don't call twice mono_string_cmp_char for the last
19776         character. Improved performance in mono_string_cmp_char.
19777
19778 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19779
19780         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
19781         code into its own library: libmonoruntime.
19782
19783 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
19784
19785         * object.h, object.c: changed array format so that szarrays do not
19786         require a bounds structure.
19787         * icall.c, appdomain.c: support for new szarray format.
19788
19789 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
19790
19791         * metadata.c: compare also the retuns type when comparing signatures:
19792         we didn't do this as an optimization since really overloaded methods
19793         must differ also in the arguments, but this doesn't work with
19794         low-level IL code (or when using explicit conversion operators: see
19795         bug#23498 for an example).
19796
19797 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19798
19799         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
19800
19801 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19802
19803         * icall.c: make MonoType::GetElementType its own icall.
19804
19805 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19806
19807         * icall.c: remove MonoMethod_get_Name().
19808         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
19809         object.
19810
19811 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
19812
19813         * string-icalls.c: optimized a few methods.
19814
19815 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
19816
19817         * icall.c: added all new string internal calls
19818         * string-icalls.c: added, new string internal call implementation.
19819         * object.c: added mono_string_new_size for allocating a string a size
19820
19821 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
19822
19823         * object.c (mono_object_isinst): use the same code as in the
19824         optimized x86 version.
19825
19826 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19827
19828         * profiler.c: TSC-based timer code (faster and more accurate).
19829         Not hooked up in configure, yet (set USE_X86TSC to 1).
19830
19831 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
19832
19833         * profiler.c, profiler.h: track time spent compiling methods.
19834         * threads.c: track thread creation/destruction.
19835
19836 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
19837
19838         * profiler.c, profiler.h, profiler-private.h: profiling interface
19839         and sample implementation. Moved here so that it can be used also by
19840         the jit.
19841
19842 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
19843
19844         * reflection.c, reflection.h: keep types and other handles separate in
19845         the hash tables for referred tokens. Add guid for modules.
19846
19847 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
19848
19849         * assembly.c: fix bugs found with valgrind.
19850         * metadata.h, metadata.c: added mono_metadata_guid_heap().
19851
19852 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
19853
19854         * threads: added icall support for getting current domain for
19855                    the thread.
19856  
19857 2002-04-13  Martin Baulig  <martin@gnome.org>
19858
19859         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
19860         (MonoDebugVarInfo): Added `index' field for register based addresses.
19861         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
19862         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
19863         `MonoDebugVarInfo *params' and `guint32 this_offset' with
19864         `MonoDebugVarInfo *this_var'.
19865
19866         * debug-symfile.c (relocate_variable): New static function to write
19867         a location description for a local variable or method parameter.
19868
19869 2002-04-12  Martin Baulig  <martin@gnome.org>
19870
19871         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
19872         stack offset and begin/end scope address of a local variable.
19873         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
19874         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
19875         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
19876
19877         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
19878         Added new relocation types for start/end scope of a local variable.
19879
19880 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19881
19882         * object.h: add mono_object_domain() macro.
19883         * reflection.c: handle typespecs.
19884         * icall.c: MonoMethod::get_Name() implementation.
19885
19886 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19887
19888         * icall.c: String::GetHashCode() icall implementation.
19889
19890 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19891
19892         * icall.c: String::IndexOfAny icall.
19893         * object.c, object.h: make array->max_length more useful.
19894         Intrduced mono_object_class() and mono_string_length() macros.
19895
19896 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19897
19898         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
19899         instead of g_unichar_isdigit.
19900
19901 2002-04-11  Nick Drochak  <ndrochak@gol.com>
19902
19903         * icall.c: Implement a simple Double.ToString().
19904
19905 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
19906
19907         * appdomain.h: only io-layer.h is supposed to be included.
19908         * icall.c: explicitly import environ. Fix warning.
19909
19910 2002-04-10  Nick Drochak  <ndrochak@gol.com>
19911
19912         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
19913                 return true even if it's not Daylight Savings time.
19914                 Only return false for the case where the function isn't
19915                 implemented for a plaform (read Windows).
19916
19917 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19918
19919         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
19920         data with a mutex.
19921
19922 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
19923
19924         * mempool.c (mono_mempool_alloc): only use g_malloc when
19925         absolutely necessary.
19926
19927 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
19928
19929         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
19930
19931         * class.c (mono_class_vtable): use domain mempool to allocate vtable
19932         (mono_class_proxy_vtable): use domain mempool
19933
19934 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19935
19936         * appdomain.h, appdomain.c: split initialization that requires the
19937         execution engine support into mono_runtime_init().
19938
19939 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
19940
19941         * class.c (mono_class_init): don't include vtable inside MonoClass
19942         to save some memory, gather some statistics.
19943         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
19944
19945 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
19946
19947         * icall.c: internalcall implementation for ValueType.Equals().
19948
19949 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
19950
19951         * object.c (mono_message_init): moved 
19952         (mono_runtime_exec_main): new arch. independent impl.
19953         (mono_runtime_invoke_array): new method - like
19954         mono_runtime_invoke, but you can pass an array of objects.
19955         (mono_remoting_invoke): new arch. independent impl.
19956         (mono_message_invoke): new arch. independent impl.
19957         (mono_runtime_class_init): new arch. independent impl.
19958         (mono_runtime_object_init): new arch. independent impl.
19959
19960 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19961
19962         * metadata.c, object.c, reflection.c: documented the exported
19963         functions.
19964
19965 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
19966
19967         * icall.c: simpler code to pass the assembly builder data to corlib.
19968         Implement GetNestedTypes() internalcall.
19969
19970 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
19971
19972         * class.c: warn if a type can't be loaded.
19973
19974 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
19975
19976         * image.h: typedef MonoImageOpenStatus
19977         * types.h: removed unused file
19978         
19979 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
19980
19981         * icall.c: Enum_ToObject accepts enum value arguments.
19982
19983 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19984
19985         * class.c: move initialization of properties, events and nested
19986         classes, so that they happen for interfaces, too.
19987
19988 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19989
19990         * icall.c: cleanup some ugly casts in Array_SetValue*.
19991
19992 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19993
19994         * icall.c: the values array fro enums is of the correct type, now.
19995         Implement (correctly) getFullName instead of assQualifiedName for
19996         MonoType.
19997         * reflection.h, reflection.c: added mono_type_get_name ().
19998
19999 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20000
20001         * assembly.c, image.h: for each MonoImage, record from wich assembly
20002         it was loaded.
20003         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
20004         Make Type.Assembly work.
20005
20006 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
20007
20008         * debug-symfile.h: use char* instead of gpointer to avoid
20009         unnecessary casts.
20010
20011         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
20012
20013         * icall.c (ves_icall_InternalExecute): impl. FielSetter
20014         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
20015
20016 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
20017
20018         * icall.c (mono_message_init): impl. (code cleanup)
20019         (ves_icall_InternalExecute): impl. FieldGetter
20020
20021         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
20022         defined we call all (non-static)methods through the vtable. 
20023
20024 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
20025
20026         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
20027         finalizer even though the memory is still referenced (and the chunk of
20028         memory is not freed).
20029
20030 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
20031
20032         * assembly.c: fix brokeness.
20033
20034 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
20035
20036         * class.c: kill some warnings. Check explicit interface method
20037         implementation also without considering the namespace.
20038         Load also literal strings in static class data.
20039
20040 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
20041
20042         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
20043         (default_assembly_name_resolver): Make the resolver take the
20044         "base" directory where the assembly was originally defined, so we
20045         can load DLLs that are in the same directory as the assembly that
20046         is being referenced.
20047
20048 2002-03-28  Dick Porter  <dick@ximian.com>
20049
20050         * file-io.h: 
20051         * file-io.c:
20052         * socket-io.c: 
20053         * unicode.h: 
20054         * unicode.c: Warning cleanups
20055
20056 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
20057
20058         * object.h, reflection.h: use the correct type instead of MonoObject.
20059
20060 2002-03-28  Martin Baulig  <martin@gnome.org>
20061
20062         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
20063         (mono_debug_update_symbol_file): Initialize classes if necessary.
20064
20065 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
20066
20067         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
20068         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
20069
20070 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
20071
20072         * assembly.h: fix function prototype.
20073         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
20074         * mono-endian.h: use const cast.
20075
20076 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20077
20078         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
20079
20080 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
20081
20082         * loader.c: don't assert when a typeref can't be loaded, give
20083         a chance to the runtime to trow an exception instead.
20084         * loader.h: fix warning.
20085
20086 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20087
20088         * class.c (mono_class_proxy_vtable): added proxy support
20089
20090 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
20091
20092         * icall.c: removed last of PAL calls, added System.Environment
20093         * file-io.h, file-io.c: MonoIO implementation
20094         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
20095
20096 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
20097
20098         * appdomain.c: do not use the byte marker in ldstr table lookup.
20099         * debug-helpers.c: allow two ':' to separate class and method name.
20100         * object.c: allocate arrays bounds with the GC, too.
20101         * verify: add a few more checks.
20102
20103 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
20104
20105         * reflection.c: output also literal strings. Allocate parameter data
20106         with GC_malloc() (thanks, Martin, for catching this!).
20107
20108 2002-03-26  Martin Baulig  <martin@gnome.org>
20109
20110         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
20111         include the `this' offset in the `param_offsets'.
20112
20113 2002-03-25  Martin Baulig  <martin@gnome.org>
20114
20115         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
20116         mono_debug_get_class() function to get the classes. Added new
20117         relocation types for arrays and strings.
20118         (mono_debug_get_class): New static function to search in all
20119         referenced assemblies for a metadata token.
20120
20121         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
20122
20123 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20124
20125         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
20126         hold gc-allocated objects. Make the string heap a stream like the
20127         others. Removed duplicated code when writing stream info.
20128         Added asserts to catch possible buffer overflows. Set the sorted map
20129         for tables that need sorting. Added some documentation.
20130
20131 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
20132
20133         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
20134         for interned strings and vtables.
20135
20136 2002-03-24  Martin Baulig  <martin@gnome.org>
20137
20138         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
20139         it in the array since it was created with g_slist_prepend().
20140
20141 2002-03-24  Martin Baulig  <martin@gnome.org>
20142
20143         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
20144         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
20145         (mono_debug_method_from_token): Renamed to
20146         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
20147         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
20148
20149         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
20150         relocation types.
20151
20152         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
20153
20154 2002-03-24  Martin Baulig  <martin@gnome.org>
20155
20156         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
20157         (mono_debug_method_from_token): New func.
20158
20159         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
20160         New interncall, calls mono_debug_local_type_from_signature().
20161         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
20162         calls mono_debug_method_from_token().
20163
20164 2002-03-23  Martin Baulig  <martin@gnome.org>
20165
20166         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
20167         specifies the number of bytes to be converted, not the array size.
20168         Return the number of chars, not the number of bytes.
20169         (ves_icall_iconv_get_chars): The `byteCount' argument
20170         specifies the number of bytes to be converted, not the array size.
20171
20172 2002-03-23  Martin Baulig  <martin@gnome.org>
20173
20174         * reflection.h (MonoReflectionSigHelper): New type.
20175
20176         * reflection.c (mono_reflection_sighelper_get_signature_local),
20177         (mono_reflection_sighelper_get_signature_local): New functions.
20178
20179         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
20180         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
20181         interncalls.
20182
20183 2002-03-23  Martin Baulig  <martin@gnome.org>
20184
20185         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
20186         is_writeable is set.
20187         (mono_raw_buffer_update): New function to write the modified map
20188         back to disk.
20189
20190         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
20191
20192         * debug-symfile.c (mono_debug_update_symbol_file): Call
20193         mono_raw_buffer_update() when done writing.
20194
20195 2002-03-23  Martin Baulig  <martin@gnome.org>
20196
20197         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
20198
20199         * debug-symfile.c: Added support for arguments and local variables.
20200
20201 2002-03-23  Dick Porter  <dick@ximian.com>
20202
20203         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
20204         protected by ifdefs, hence breaking the w32 build.
20205
20206 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20207
20208         * object.c: implement is_interned() the right way.
20209
20210 2002-03-21  Martin Baulig  <martin@gnome.org>
20211
20212         * debug-symfile.[ch]: New files to handle debugging information
20213         files. There's also support to dynamically update these symbol
20214         files to include machine dependent information.
20215
20216 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
20217
20218         * threads.c (mono_thread_create): new function to create thread
20219         from C
20220
20221 2002-03-20  Martin Baulig  <martin@gnome.org>
20222
20223         * icall.c (ves_icall_InternalInvoke): Create a new object if the
20224         method is a constructor.
20225         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
20226         points to ves_icall_InternalInvoke().
20227
20228 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
20229
20230         * file-io.c: Flush shouldn't throw exceptions.
20231
20232 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
20233
20234         * file-io.c: FileStream flush support; FileSetLength now
20235         restores file pointer.
20236
20237 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
20238
20239         * class.c: set image for pointer classes.
20240
20241 2002/03/19  Nick Drochak <ndrochak@gol.com>
20242
20243         * sysmath.c: Forgot one.
20244
20245 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
20246
20247         * sysmath.c: Avoid redefining existing names.
20248
20249 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
20250
20251         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
20252         handled by runtime as icall rather than dllimport from libm.so
20253         * file-io.c, file-io.h: fixed handle argument type.
20254
20255 2002-03-18  Dick Porter  <dick@ximian.com>
20256
20257         * reflection.c (mono_image_get_type_info): rename interface to
20258         iface, because of "#define interface struct" on windows.
20259
20260 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
20261
20262         * class.c, class.h: rename and export mono_ptr_class_get().
20263         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
20264         * reflection.c, reflection.h, icall.c: better/saner type name
20265         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
20266         method signatures.
20267
20268 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
20269
20270         * class.c (mono_class_init): removed hardcoded GHC_SLOT
20271
20272         * icall.c (ves_icall_InternalInvoke): impl.
20273
20274 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
20275
20276         * reflection.c: output the interface map table, too.
20277
20278 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
20279
20280         * class.c (class_compute_field_layout): separate computation of 
20281         static field layout
20282
20283 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
20284
20285         * icall.c: added System.Buffer support.
20286         * file-io.c: moved file icalls from PAL to FileStream.
20287
20288 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
20289
20290         * icall.c (ves_icall_System_Object_GetHashCode): impl.
20291
20292 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
20293
20294         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
20295
20296 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20297
20298         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
20299
20300 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
20301
20302         * debug-helpers.{c,h}: moved here from monograph some useful functions
20303         to locate a method by name/signature in a class or image. Included
20304         also a small and flexible IL disassembler.
20305
20306 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
20307
20308         * reflection.c: fixup tokens in methods with small header size, too.
20309
20310 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
20311
20312         * object.c (mono_string_to_utf8): remove assert(!error), instead
20313         print a warning. 
20314
20315 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
20316
20317         * icall.c: update to the new mono_Array_class_get interface.
20318
20319 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
20320
20321         * appdomain.c, object.c: Boehm-GC enable.
20322         * icall.c: make get_data_chunk() support split data requests.
20323         Ensure a class is initialized in more cases. Return only the first
20324         property found in GetProperties() or the compiler gets confused. 
20325         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
20326         * reflection.h, reflection.c: add fixup mechanism for field and method
20327         tokens. Initialize assembly->typeref in a single place. Output
20328         properties after events. Support custom attributes for events, too.
20329         Typo fix for paramter custom attrs.
20330
20331 2002-03-07  Martin Baulig  <martin@gnome.org>
20332
20333         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
20334
20335 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
20336
20337         * class.c (mono_array_class_get): fix. for multi. dim. arrays
20338
20339 2002-03-06  Martin Baulig  <martin@gnome.org>
20340
20341         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
20342         non-zero lower bounds. See testcases #F10-#F13.
20343
20344 2002-03-05  Martin Baulig  <martin@gnome.org>
20345
20346         * exception.c (mono_get_exception_argument_out_of_range): New exception.
20347
20348         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
20349         ves_icall_System_Array_GetValue(), only calculate the absolute array position
20350         here.
20351         (ves_icall_System_Array_SetValue): Likewise.
20352         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
20353         as argument and does the actual work. This function is used when copying a
20354         multi-dimensional array.
20355         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
20356         now do all the widening conversions of value types.
20357         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
20358
20359 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20360
20361         * class.c: remove some magic numbers and use the smbolic names,
20362         instead. Added init_events() to load event info at class init time.
20363         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
20364         and mono_metadata_methods_from_event().
20365         * reflection.h, reflection.c: added support for writing out the evnets
20366         related information.
20367
20368 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
20369
20370         * reflection.h, icall.c: use a different method (GetInterfaces)
20371         to gather interface info and add isbyref, isprimitive and
20372         ispointer to the ves_icall_get_type_info() return value.
20373
20374 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
20375
20376         * class.h: stared adding support for events.
20377         * icall.c: split find_members implementation. Added debug icall to get
20378         the address of an object.
20379         * reflection.c: handle TypeBuilders in mono_type_get_object().
20380
20381 2002-03-01  Martin Baulig  <martin@gnome.org>
20382
20383         * icall.c (ves_icall_System_Array_GetLength): This must throw an
20384         ArgumentOutOfRangeException(), not an ArgumentException().
20385         (ves_icall_System_Array_GetLowerBound): Likewise.
20386         (ves_icall_System_Array_GetValue): Improved argument checking.
20387         (ves_icall_System_Array_SetValue): Improved argument checking.
20388
20389 2002-03-01  Martin Baulig  <martin@gnome.org>
20390
20391         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
20392         called with invalid arguments rather than just dying with g_assert().
20393         (ves_icall_System_Array_SetValue): Likewise.
20394         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
20395         raise a NotImplementedException instead.
20396         (ves_icall_System_Array_GetLength): Added argument checking.
20397         (ves_icall_System_Array_GetLowerBound): Added argument checking.
20398
20399 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
20400
20401         * object.h (mono_assert): new macros mono_assert and
20402         mono_assert_not_reached
20403
20404 2002-02-28  Martin Baulig  <martin@gnome.org>
20405
20406         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
20407         and "System::String::IsInterned" to "System::String::_IsInterned".
20408
20409 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
20410
20411         * icall.c: remove hacks for typebuilder. Added icall to create a
20412         modified type from a tybebuilder.
20413         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
20414         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
20415         to create a backing MonoClass for a TypeBuilder.
20416
20417 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
20418
20419         * class.c, class.h: more refactoring of class init.
20420         Export mono_class_setup_mono_type() and mono_class_setup_parent().
20421
20422 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
20423
20424         * marshal.c, marshal.h: start of marshaling interface.
20425
20426 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
20427
20428         * icall.c: fix order in assembly qualified name icall.
20429
20430 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
20431
20432         * class.c: do not free str, since we store it in the hash table.
20433         * reflection.h: add label field to MonoILExceptionInfo.
20434         * reflection.c: handle references to more than one assembly. Handle
20435         case when there isn't a module created in the assembly.
20436
20437 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
20438
20439         * class.c: Fix typo. Start refactoring of class init code.
20440
20441 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
20442
20443         * appdomain.c: exit with 1 on error.
20444         * class.c: we already have the name in MonoClassField.
20445         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
20446         MonoStreamHeader instead of an offset of image->raw_metadata.
20447
20448 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
20449
20450         * appdomain.c (mono_init): Be even more descriptive about the error.
20451
20452 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
20453
20454         * appdomain.c: give the user an informative message when corlib can't
20455         be loaded.
20456
20457 2002-02-26  Martin Baulig  <martin@gnome.org>
20458
20459         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
20460         New icall to get the time zone data.
20461
20462 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
20463
20464         * reflection.c: set virtual and raw size of section correctly.
20465         * threads.c: transfer domain information to newly created threads.
20466
20467 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
20468
20469         * class.c: when instancing a class in a domain, load the default
20470         vaules for static fields from the constant table. Fix System.Enum to
20471         not be an enum.
20472         * icall.c: implement Object::GetType() internalcall. Implemented
20473         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
20474         Fixed checking of binding flags in find_members().
20475         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
20476         * reflection.c: handle enumerations when writing to the constant
20477         table. Use a different object cache for types.
20478
20479
20480 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
20481
20482         * object.c (mono_object_isinst): fix for arrays
20483
20484         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
20485
20486 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
20487
20488         * object.c: don't use mprotect ()  and fix intern pool hash table
20489         lookup for big endian systems.
20490
20491 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
20492
20493         * icall.c: change type_is_subtype_of () signature.
20494
20495 2002-02-21  Mark Crichton  <crichton@gimp.org>
20496
20497         * rand.c, rand.h: Added random number generator for
20498         System.Security.Cryptography classes.
20499
20500         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
20501
20502         * icall.c: Added System.Security.Cryptography calls.
20503
20504 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
20505
20506         * class.c, icall.c, metadata.c: better support for pointer types.
20507         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
20508         * reflection.c: Add support for getting custom attrs for properties
20509         and simplify some code.
20510
20511 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
20512
20513         * icall.c: change getToken () and add custom attribute GetBlob()helper
20514         method.
20515         * reflection.h: add custom attrs array to the reflection builder structures.
20516         * reflection.c: encode and emit custom attributes for all the relevant
20517         reflection objects. Cache fieldref and methodref tokens. Change
20518         mono_image_create_token() interface to take a MonoDynamicAssembly.
20519         More complete custom attributes decoder. Load custom attributes for
20520         Assembly, Field, Method and Constructor objects, too. Make the
20521         returned array an Attribute[] one, not object[]. Added
20522         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
20523         custom attribute constructor.
20524
20525 2002-02-20  Dick Porter  <dick@ximian.com>
20526
20527         * icall.c:
20528         * rawbuffer.c:
20529         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
20530         problem code out for now).
20531
20532 2002-02-19  Radek Doulik  <rodo@ximian.com>
20533
20534         * object.c (mono_ldstr): use hash table to avoid multiple swapping
20535
20536 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
20537
20538         * icall.c: register the GetCustomAttributes method.
20539         * object.c, object.h: add mono_string_new_len ().
20540         * reflection.h, reflection.c: added mono_runtime_invoke(),
20541         mono_install_runtime_invoke(). Added
20542         mono_reflection_get_custom_attrs () to load custom attributes and
20543         create the attribute objects.
20544
20545 2002-02-19  Dick Porter  <dick@ximian.com>
20546         * threads-dummy-types.c:
20547         * threads-dummy-types.h:
20548         * threads-dummy.c:
20549         * threads-dummy.h:
20550         * threads-pthread-types.c:
20551         * threads-pthread-types.h:
20552         * threads-pthread.c:
20553         * threads-pthread.h:  Deleted obsolete files
20554
20555 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
20556
20557         * class.c (mono_class_vtable): runtime init the class when we
20558         allocate static class data.
20559
20560         * icall.c (ves_icall_System_Array_SetValue): check for null values.
20561
20562         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
20563         and String - but we will need generic marshalling support in the
20564         future. 
20565         (mono_init): set the domain name in a ms compatible way
20566
20567         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
20568         String[].
20569
20570 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
20571
20572         * object.c (mono_array_clone): use alloca() instead of g_malloc  
20573         for sizes
20574
20575         * appdomain.c (mono_domain_unload): impl.
20576
20577 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
20578
20579         * appdomain.c, object.c: fix intern pool implementation.
20580         * class.c: fix alignment code.
20581
20582 2002-02-16  Radek Doulik  <rodo@ximian.com>
20583
20584         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
20585         and s2 > s1, just copy lower bytes to be compatible with little
20586         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
20587         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
20588
20589         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
20590         force big_endian to be 1 for big endian machines 
20591         (ves_icall_iconv_new_decoder): ditto
20592
20593 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
20594
20595         * socket-io.c (convert_sockopt_level_and_name): If the system
20596         doesn't define SOL_IP or SOL_TCP, get them by hand using
20597         getprotobyname() and caching the values (because this could be a
20598         slow operation).
20599         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
20600         Use the appropriate struct when the system does support it. Ie,
20601         not all systems have struct ip_mreqn so use struct ip_mreq when
20602         appropriate.
20603
20604 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
20605
20606         * reflection.c: handle finally clauses.
20607
20608 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
20609
20610         * socket-io.c: use g_snprintf() instead of snprintf.
20611
20612 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
20613
20614         * reflection.c (mono_param_get_objects): Cast second argument to
20615         mono_method_get_param_names to a const char** to silence the
20616         compiler warning.
20617
20618         * appdomain.c (mono_domain_assembly_open): Put parens around the
20619         truth statement in the for-loop.
20620
20621         * unicode.c (iconv_convert): Got rid of a compiler warning about
20622         int i being unused when the system has a new iconv.
20623         (iconv_get_length): Same.
20624
20625         * image.c (load_class_names): Cast the second argument to
20626         g_hash_table_insert() to char* to hush compiler warnings about the
20627         arg being a const.
20628         (mono_image_open): Same here.
20629
20630         * socket-io.c: Don't conditionally include sys/filio.h or
20631         sys/sockio.h here anymore since we now get them from
20632         io-layer/io-layer.h
20633         (inet_pton): If the system doesn't support inet_aton, implement
20634         using inet_addr and also #define INADDR_NONE if it isn't defined
20635         by the system.
20636
20637 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
20638
20639         * metadata.c, metadata.h: added function to get packing and size info
20640         of a typedef.
20641         * reflection.h, reflection.c: handle field RVA data. Save info about
20642         the table layout if needed. Assign typedef indexes to all the types
20643         before dumping the info about them to avoid forward reference problems.
20644
20645 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
20646
20647         * socket-io.c (convert_sockopt_level_and_name): ifdef
20648         SO_ACCEPTCONN because it is not defined on my system (old debian)
20649
20650 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
20651
20652         * opcode.c: use stddef.h to get NULL.
20653
20654 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
20655
20656         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
20657         for FIONBIO, FIONREAD and SIOCATMARK.
20658         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
20659         define INADDR_NONE and besides, inet_addr() is deprecated and
20660         should not be used. Use inet_pton() instead - it also has the
20661         added bonus that it can easily handle IPv6 addresses as well.
20662         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
20663
20664 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
20665
20666         * decimal.c: remove _MSC_VER conditional.
20667
20668 2002-02-13  Dick Porter  <dick@ximian.com>
20669
20670         * socket-io.c: 
20671         * icall.c: Internal calls for Blocking, Select, Shutdown,
20672         GetSocketOption and SetSocketOption
20673
20674 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20675
20676         * assembly.cs: better resolver: use it instead of some kludgy
20677         code.
20678
20679 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
20680
20681         * reflection.c: the best way to speed-up the compiler is to avoid
20682         infinite loops.
20683
20684 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
20685
20686         * class.c (mono_class_vtable): changed the object layout
20687         (obj->vtable->class). 
20688         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
20689
20690 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20691
20692         * assembly.c: look for assemblies in the assembly dir, too.
20693
20694 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20695
20696         * class.c: fix thinko in mono_class_from_type().
20697
20698 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
20699
20700         * exception.h, exception.c: added TypeLoadException.
20701         * object.h, object.c: added mono_array_clone ().
20702         * icall.c: handle throwOnError in AssemblyGetType().
20703         Added Array.Clone().
20704         * opcode.h, opcode.c: use a single value for the opcode val.
20705         Compile fix for non-gcc compilers.
20706
20707 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
20708
20709         * opcodes.c, opcodes.h: export interesting info about opcodes.
20710
20711 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
20712
20713         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
20714         icalls. 
20715
20716         * class.c (class_compute_field_layout): set element_class for enums
20717         (mono_class_create_from_typedef): set element_class for normal classes
20718
20719         * icall.c (ves_icall_System_Enum_get_value): impl.
20720
20721         * class.c (mono_class_create_from_typedef): do not set valuetype
20722         flag for System.ValueType and System.Enum
20723
20724 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
20725
20726         * unicode.c (iconv_convert): fix big endian problem.
20727
20728 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
20729
20730         * class.c: add asserts if we are ever going to scribble over memory.
20731         * socket-io.c: not all systems have AF_IRDA defined.
20732
20733 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
20734
20735         * class.c (class_compute_field_layout): do not consider static
20736         fields to compute alignment
20737
20738 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
20739
20740         * appdomain.c (mono_appdomain_get): impl.
20741         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
20742
20743 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
20744
20745         * icall.c: ignore "file://" prefix when loading an assembly.
20746
20747 2002-01-23  Dick Porter  <dick@ximian.com>
20748
20749         * socket-io.c:
20750         * icall.c:
20751         * Makefile.am: Added socket support
20752
20753 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
20754
20755         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
20756         code back.  This should return the assemblies that are loaded by
20757         the runtime on behalf of an application domain. 
20758
20759         The current implementation is still broken, it just returns every
20760         assembly loaded, but until we get real applications domain this
20761         will do.
20762
20763 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
20764
20765         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
20766         AppDomain object.
20767
20768 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
20769
20770         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
20771         the mono_class_from_name lookup.
20772         (ves_icall_get_parameter_info): ditto.
20773         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
20774         method.
20775         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
20776
20777 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
20778
20779         * class.c: load also nested classes on class init.
20780         System.ValueType instance methods gets passed boxed
20781         values, unless methods in derived classed that get a pointer to the
20782         data.
20783         * icall.c: use better name parsing code in GetType().
20784         * image.c, image.h: add mono_image_loaded ().
20785         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
20786         * reflection.c, reflection.h: added mono_reflection_parse_type().
20787
20788 2002-01-22  Veronica De Santis <veron78@interfree.it>
20789
20790         * icall.c : Added mapping of internal calls for Manual and Auto reset events
20791         * threads.c : Added the implementation of internal calls for events
20792         * threads.h : Added prototypes of internal calls for events
20793         
20794 2002-01-21  Radek Doulik  <rodo@ximian.com>
20795
20796         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
20797
20798 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
20799
20800         * class.c (mono_class_init): set min_align to 1 (instead of 0)
20801         (mono_class_value_size): use min_align
20802
20803 2002-01-20  Dick Porter  <dick@ximian.com>
20804
20805         * threads.h:
20806         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
20807         so it compiles on w32.
20808
20809 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
20810
20811         * metadata.c (mono_type_stack_size): impl.
20812
20813         * class.c (mono_class_get_field): impl. memberref token
20814
20815 2002-01-16 Veronica De Santis <veron78@@interfree.it>
20816
20817         * icall.h : Added the internal calls mapping for CreateMutex_internal
20818                     and ReleaseMutex_internal.
20819         * threads.h : Added the prototype of mutexes internal calls.
20820         * threads.c : Added the implementations of mutexes internal calls.
20821
20822 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
20823
20824         * metaparse.h: removed unused file.
20825         * reflection.c, reflection.h: added stream_data_align () function 
20826         to align data in streams and keep stream aligned. Add support for
20827         exception support in method headers.
20828
20829 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
20830
20831         * unicode.c: make iconv_convert () return the number of bytess written
20832         in the output buffer.
20833
20834 2002-01-15  Dick Porter  <dick@ximian.com>
20835         * threads.c: Make the runtime's idea of infinite timeouts coincide
20836         with the class library's
20837
20838         Fix a particularly egregious bug in mono_thread_cleanup(). That
20839         code was so utterly bogus it must have been written on a Monday.
20840
20841 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
20842
20843         * reflection.h: add subtypes field to TypeBuilder.
20844         * reflection.c: encode constants for literal fields.
20845         Handle subtypes. Fix user string token (and add a zero byte)
20846         at the end.
20847         
20848 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
20849
20850         * class.c (mono_class_init): bug fix: assign slot numbers for
20851         abstract methods.
20852
20853 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20854
20855         * reflection.c: don't try to output a code RVA for abstract methods.
20856         Small fixes for method header format. Output parameter info to the
20857         ParamDef table. Save method overriding info to MethodImpl table.
20858         Fix property support. Allow typedef.extends to be a type in the
20859         building assembly.
20860         * verify.c: fix off-by-one error.
20861
20862 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
20863
20864         * class.c: fix mono_class_from_mono_type () for szarray types.
20865         Remove unused cache check in mono_class_from_type_spec().
20866         * icall.c: *type_from_name () functions handle simple arrays and byref.
20867         * reflection.c: handle byref and szarray types. Handle methods without
20868         body (gets P/Invoke compilation working). Handle types and fields in
20869         get_token ().
20870         * reflection.h: add rank to MonoTypeInfo.
20871
20872 2002-01-10  Dick Porter  <dick@ximian.com>
20873
20874         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
20875         internal calls
20876
20877 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
20878
20879         * icall.c: initialize class in type_from_handle ().
20880         Loop also in parent classes for get_method ().
20881         * reflection.c: properly encode class and valuetype types.
20882         Start on encoding TypeBuilder types. Handle fieldrefs.
20883         Use correct length when registering a user string.
20884         Handle ConstructorBuilder and MonoMethod in get_token ().
20885         Make mono_type_get_object () aware of cached types.
20886         * object.c: back out change to mono_string_new ().
20887
20888 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
20889         * object.c: mono_string_new should return a NULL when the string 
20890         passed in is NULL -- not try to deference it.
20891         
20892 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
20893
20894         * icall.c: hack to make IsSubType work for TypeBuilders.
20895         * reflection.c: emit constructors before methods.
20896         Retrieve param names in mono_param_get_objects().
20897
20898 2002/01/05  Nick Drochak  <ndrochak@gol.com>
20899
20900         * Makefile.am: fix list of headers and sources so automake 1.5
20901         doesn't complain. Removed \# at end of list.
20902
20903 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
20904
20905         * reflection.c: get token for a method ref. Set return type of
20906         constructor to void.
20907         * loader.c: debug message.
20908         * class.c: typo fix.
20909
20910 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
20911
20912         * icall.c: fix array init with rank > 1. FindMembers
20913         loops in parent class as well.
20914         * image.c: do not insert nested types in name cache.
20915         * reflection.c: warning fix.
20916         * reflection.h: add override method (for interface impl).
20917
20918 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
20919
20920         * metadata.c: fix customattr decoding.
20921
20922 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
20923
20924         * rawbuffer.cs: Added native Win32 implementation, avoids using
20925         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
20926
20927 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
20928
20929         * class.c: make the low-level routines handle the cache.
20930
20931 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
20932
20933         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
20934
20935 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
20936
20937         * class.c: fix mono_array_element_size() for objects.
20938         * class.h, class.c: add properties to MonoClass and load them
20939         at init time.
20940         * icall.c: check with isinst() when assigning a value to an array
20941         instead of requiring the classes to match exactly.
20942         Implemented icall for System.Type::GetType().
20943         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
20944         enums. Handle bindingflags when looking for methods and fields.
20945         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
20946         and mono_metadata_methods_from_property().
20947         * reflection.h, reflection.c: added structures for propreties,
20948         parameters and enums. Implemented mono_property_get_object() and
20949         mono_param_get_objects().
20950
20951 2001-12-18  Dick Porter  <dick@ximian.com>
20952
20953         * file-io.c: Use mono_string_to_utf16() instead of
20954         mono_string_chars()
20955
20956         * object.c: Added mono_string_to_utf16(), which copies the non
20957         NULL-terminated MonoString into a new double-null-terminated
20958         buffer.
20959
20960 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
20961
20962         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
20963
20964 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
20965
20966         * file-io.c: raise exceptions if handle is invalid.
20967
20968 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
20969
20970         * assembly.c: yet another check for mscorlib.
20971         * class.c, class.h: load nesting info for classes.
20972         * icall.c: many new functions to support the Reflection classes.
20973         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
20974         * reflection.h, reflection.c: mono_image_create_token(),
20975         mono_assembly_get_object(), mono_type_get_object(),
20976         mono_method_get_object(), mono_field_get_object(): methods to return
20977         objects that parallel the C representation of assemblies, types,
20978         methods, fields.
20979
20980 2001-12-11  Dick Porter  <dick@ximian.com>
20981
20982         * icall.c:
20983         * file-io.c: Internal calls for file IO.
20984
20985 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
20986
20987         * tabledefs.h: missing FileAttributes.
20988         * verify.h, verify.c: use is_valid_string () to simplify and check for
20989         valid strings more correctly. Fix warnings and speeling.
20990         Check more tables: Filed, File, ModuleRef, StandAloneSig.
20991         Check code: branches, maxstack, method calls.
20992
20993 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
20994
20995         * object.c (mono_object_allocate): removed static, so that the jit
20996         can allocate value types.
20997
20998         * icall.c (ves_icall_System_DateTime_GetNow): impl.
20999
21000 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21001
21002         * class.c: init enum types right away and register the
21003         token->MonoClass map in mono_class_create_from_typedef ().
21004         * verify.h, verify.c: first cut of the verifier.
21005         * pedump.c: add --verify switch to verify metadata tables.
21006         * tabledefs.h: add some missing enums.
21007
21008 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
21009
21010         * class.c (mono_install_runtime_class_init): impl.
21011         (mono_class_init): renamed mono_class_metadata_init to
21012         mono_class_init, also removed the metadata_inited flag
21013
21014         * object.c (mono_object_isinst): use faster algorithm
21015
21016 2001-11-30  Radek Doulik  <rodo@ximian.com>
21017
21018         * mono-endian.h: reverted last change
21019         added function prototypes
21020
21021         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
21022         add mono-endian.c back
21023
21024         * mono-endian.c: returned back, as Paolo pointed out, it's needed
21025         for unaligned access, I've mistaked it with endianess. I am
21026         sorry.
21027         (mono_read16): fix reverted endianess
21028         (mono_read64): ditto
21029         (mono_read32): ditto
21030
21031 2001-11-30  Dick Porter  <dick@ximian.com>
21032
21033         * exception.c: Implement mono_exception_from_name()
21034
21035 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21036
21037         * metadata.h, metadata.c: remove params_size and locals_size and their
21038         calculation from the metadata code: they are only usefult to the
21039         interp.
21040
21041 2001-11-29  Radek Doulik  <rodo@ximian.com>
21042
21043         * object.c (mono_ldstr): swap bytes here, it's probably not the
21044         best place, but works for me now, I'll redo it once I know mono
21045         better, also note that I add PROT_WRITE and don't reset back, also
21046         note that it's only affects big endians, so x86 should be OK
21047
21048         * mono-endian.h (read16): use just glib macros for both endians
21049
21050         * mono-endian.c: removed as glib macros are used in in
21051         mono-endian.h so we don't need to care about endianess for read
21052         macros as glib does that for us already
21053
21054 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
21055
21056         * class.h, class.h: take minimum alignment into consideration so
21057         that the fields of a class remain aligned also when in an array.
21058
21059 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21060
21061         * loader.h, loader.c: add mono_method_get_param_names().
21062         * class.c: 0-init class fields.
21063
21064 2001-11-26  Dick Porter  <dick@ximian.com>
21065
21066         * icall.c:
21067         * threads-types.h:
21068         * threads.c: New file that handles System.Threading on all platforms
21069
21070         * object.c: 
21071         * object.h: Remove the synchronisation struct from MonoObject,
21072         replace it with a pointer that gets initialised on demand
21073
21074         * Makefile.am: Replace all the system-specific threading code with
21075         a single file that uses the new wrapper library
21076
21077 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
21078
21079         * class.c, class.h: add mono_install_trampoline() so that the runtime
21080         can register a function to create a trampoline: removes the ugly
21081         requirement that a runtime needed to export arch_create_jit_trampoline.
21082         * object.h, object.c: added mono_install_handler() so that the runtime
21083         can install an handler for exceptions generated in C code (with
21084         mono_raise_exception()). Added C struct for System.Delegate.
21085         * pedump.c: removed arch_create_jit_trampoline.
21086         * reflection.c: some cleanups to allow registering user strings and
21087         later getting a token for methodrefs and fieldrefs before the assembly
21088         is built.
21089         * row-indexes.h: updates and fixes from the new ECMA specs.
21090
21091 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
21092
21093         * class.h, class.c: add enum_basetype field to MonoClass.
21094         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
21095         to get index in the constant table reated to a field, param or
21096         property.
21097         * reflection.h, reflection.c: handle constructors. Set public-key and
21098         version number of the built assembly to 0.
21099         * row-indexes.h: update from new ECMA spec.
21100
21101 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
21102
21103         * class.h, class.c: add a max_interface_id to MonoClass.
21104         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
21105         since it's used to do that. Added mono_type_type_from_obj().
21106         Make GetType() return NULL instead of segfaulting if the type was not
21107         found. Handle simple arrays in assQualifiedName.
21108         * object.h: add a struct to represent an Exception.
21109         * reflection.c: output call convention in method signature.
21110         Add code to support P/Invoke methods and fixed offsets for fields.
21111
21112 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
21113
21114         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
21115         the value.
21116         * icall.c: use mono_array_addr instead of array->vector: fixes the
21117         reflection image writing.
21118         * reflection.c: init call convention byte to 0 in method signature.
21119         Encode the property signature. Don't output property-related methods
21120         twice. Really process the properties for a type (don't cast a field to
21121         a property, my mom always told me that).
21122         Fix 64 bit issues in pointer alignment in a different and more
21123         readable way.
21124
21125 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
21126
21127         * loader.h: Removed type class from MonoDefaults, added monotype
21128
21129         * loader.c: Loaded MonoType, removed loading of Type
21130
21131         * icall.c (my_mono_new_object): Now returns a System.MonoType,
21132         and fills in System.Type._impl with a RuntimeTypeHandle rather
21133         than the actual MonoClass *
21134
21135         (ves_icall_type_from_handle): change from type_class to
21136         monotype_class
21137
21138         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
21139         implemented
21140
21141         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
21142         implemented
21143
21144         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
21145
21146         (ves_icall_System_Reflection_Assembly_GetType): implemented
21147
21148         (ves_icall_System_MonoType_assQualifiedName): implemented
21149
21150         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
21151
21152 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
21153
21154         * assembly.c (mono_assembly_open): Implement a cache for the
21155         assemblies. 
21156
21157         (mono_assembly_close): only destroy the assembly when the last
21158         reference is gone.
21159         
21160 2001-11-09  Dick Porter  <dick@ximian.com>
21161
21162         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
21163
21164 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
21165
21166         * class.c (mono_class_metadata_init): bug fix: compute the right slot
21167
21168 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21169
21170         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
21171         from Martin Weindel.
21172         * object.h: add mono_string_chars ().
21173
21174 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
21175
21176         * reflection.c (build_compressed_metadata): Eliminates warnings
21177         and uses 64-bit clean code.
21178
21179         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
21180         (mono_type_equal): Change signature to eliminate warnings.
21181
21182 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21183
21184         * icall.c, loader.c: remove the internalcall array constructors.
21185         Changes to match the new MonoArray structure.
21186         * object.h, object.c: an array object doesn't allocate an extra
21187         vector. Add mono_array_new_full () to create jagged arrays easily.
21188
21189 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
21190
21191         * metadata.h, metadata.c: add mono_metadata_field_info () to
21192         retreive all the info about a field from vairous tables.
21193         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
21194         * class.h, class.c: augment MonoClassField with more info.
21195         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
21196         policy and load a field's RVA if needed.
21197
21198 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
21199
21200         * class.c (mono_class_metadata_init): create a trampoline for all
21201         virtual functions instead of actually compiling them.
21202
21203 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
21204
21205         * class.h, class.c: include name in MonoClassField.
21206         * class.c: fix fundamental type of System.Object and System.String.
21207         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
21208         tokens in ldtoken.
21209         * icall.c: remove internalcalls for the Reflection stuff that is now
21210         done in C# code.
21211         * loader.c: mono_field_from_memberref () implementation.
21212         * mono-endian.c: thinko (s/struct/union/g).
21213         * object.c, object.h: make the mono_string_* prototypes actually use
21214         MonoString instead of MonoObject.
21215         * reflection.c, reflection.h: updates for changes in the reflection
21216         code in corlib: we use C structures that map to the actual C# classes.
21217         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
21218         fat method header if needed and use the info from the ILGenerator for
21219         methods. Handle fields in types. Misc fixes.
21220
21221 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
21222
21223         * class.c (mono_class_metadata_init): bug fix: always allocate
21224         space for static class data
21225
21226 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
21227
21228         * class.c (mono_compute_relative_numbering): use relative
21229         numbering to support fast runtime type checks.
21230
21231 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
21232
21233         * class.c (mono_class_create_from_typeref): added debugging output
21234         to print class name when MonoDummy is returned instead of real class
21235
21236 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
21237
21238         * class.c (mono_class_metadata_init): interface offset table now
21239         contains pointers into the vtable - this is more efficient for the jit
21240
21241 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
21242
21243         * class.c (mono_class_metadata_init): use a temporary vtable (the
21244         old algorithm only worked for the interpreter, but not for the jit)
21245
21246 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
21247
21248         * loader.c (method_from_memberref): use mono_class_get to get the
21249         class of an array instead of using System.Array directly.
21250         (mono_get_method): also add MEMBERREF methods to the method cache
21251         which usefull for arrays.
21252
21253 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
21254
21255         * pedump.c (arch_compile_method): added to compute vtable entry
21256
21257         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
21258         number of interfaces.
21259         
21260         * class.h: merged MonoArrayClass into MonoClass
21261
21262         * class.c (mono_class_create_from_typedef): compute the vtable size and
21263         allocate space to include the vtable inside MonoClass
21264         (mono_class_metadata_init): initialize the vtable
21265
21266 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
21267
21268         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
21269         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
21270         * image.c: endian fixes by Laurent Rioux.
21271         * object.h, object.c: rename MonoStringObject to MonoString and
21272         MonoArrayObject to MonoArray. Change some function names to conform to
21273         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
21274         guint16* as first argument, so don't use char*.
21275         Provide macros to do the interesting things on arrays in a portable way.
21276         * threads-pthread.c: updates for the API changes and #include <sched.h>
21277         (required for sched_yield()).
21278         * icall.c: updates for the API changes above.
21279         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
21280         platforms that need them.
21281
21282 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
21283
21284         * class.c: set the correct type for all the fundamental
21285         type when loading the class.
21286
21287 2001-10-05  Dick Porter  <dick@ximian.com>
21288
21289         * threads-pthread.c (pthread_mutex_timedlock): Simple
21290         compatibility version for C libraries that lack this call.
21291
21292 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
21293
21294         * class.c: MonoTypes stored in MonoClass are stored as
21295         fundamental MonoTypes when the class represents a
21296         fundamental type (System.Int32, ...).
21297         The TypeHandle return by ldtoken is a MonoType*.
21298         * icall.c: ves_icall_get_data_chunk () write out all the
21299         PE/COFF stuff. Implement ves_icall_define_method (),
21300         ves_icall_set_method_body (), ves_icall_type_from_handle ().
21301         * image.c: properly skip unknown streams.
21302         * loader.h, loader.c: add type_class to mono_defaults.
21303         * metadata.c, metadata.h: export compute_size () as
21304         mono_metadata_compute_size () with a better interface.
21305         Typo and C&P fixes.
21306         * pedump.c: don't try to print the entry point RVA if there is no entry point.
21307         * reflection.c, reflection.h: many cleanups, fixes, output method
21308         signatures and headers, typedef and typeref info, compress the metadata
21309         tables, output all the heap streams, cli header etc.
21310         * row-indexes.h: typo fixes.
21311
21312 2001-10-04  Dick Porter  <dick@ximian.com>
21313
21314         * object.h: Add a synchronisation mutex struct to MonoObject
21315
21316         * object.c (mono_new_object): Initialise the object
21317         synchronisation mutexes
21318
21319         * icall.c: System.Threading.Monitor internal calls
21320         
21321         * threads-pthread.h:
21322         * threads-pthread.c: System.Threading.Monitor internal calls
21323
21324         * threads-types.h: New file, includes the system-specific thread
21325         structures
21326         
21327         * threads-pthread-types.h:
21328         * threads-pthread-types.c: New files, handle pthread-specific
21329         synchronisation types
21330
21331         * threads-dummy-types.h: 
21332         * threads-dummy-types.c: New files of dummy support for
21333         thread-specific types
21334
21335         * metadata.c:
21336         * image.c:
21337         * pedump.c: include mono-endian.h not endian.h
21338         
21339         * Makefile.am: More threads files.
21340         Name mono-endian.h not endian.h
21341
21342 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
21343
21344         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
21345         stuff and implement a few more bits.
21346         * icall.c: a field needs to be dereferenced twice. Do not use the same
21347         name for two variables in the same scope.
21348         * image.c, image.h: cleanups.
21349
21350 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
21351
21352         * class.c (mono_class_metadata_init): bug fix: compute the right size
21353
21354 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
21355
21356         * icall.c: implemented some of the Reflection internalcalls.
21357         * image.c, image.h: start writing out the PE/COFF image.
21358         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
21359         that does the reverse than decode_blob_size ().
21360         * object.c: use mono_metadata_encode_value (). Move here
21361         temporary implementation of mono_string_to_utf8 ().
21362         * rawbuffer.c: make malloc_map static.
21363
21364 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
21365
21366         * metadata.c: fix type comparison for arrays.
21367         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
21368         Added a couple of new classes to monodefaults.
21369         * icall.c: added a couple of Reflection-related internalcalls.
21370         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
21371         Added a byval_arg MonoType to MonoClass.
21372
21373 2001-09-28  Dick Porter  <dick@ximian.com>
21374
21375         * icall.c:
21376         * threads-pthread.h: 
21377         * threads-pthread.c: Implemented internal calls for
21378         LocalDataStoreSlot operations.  Applied mutexes around all shared
21379         data.  Reworked the thread creation and Start() operations to
21380         avoid a race condition.
21381         
21382         * threads-dummy.h:
21383         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
21384
21385 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
21386
21387         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
21388
21389 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
21390
21391         * class.c, loader.c: warn and return NULL instead of erroring out.
21392         * icall.c: added System.AppDomain::getCurDomain().
21393         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
21394
21395 2001-09-25  Dick Porter  <dick@ximian.com>
21396
21397         * threads-pthread.h:
21398         * threads-pthread.c: Implemented timed thread joining and added
21399         System.Threading.Thread::Join_internal internal call
21400
21401         * icall.c: Added System.Threading.Thread::Join_internal internal call
21402
21403         * threads-dummy.h:
21404         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
21405
21406 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
21407
21408         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
21409         mono_string_intern () to implement the semantics of the ldstr opcode
21410         and the interning of System.Strings.
21411         * icall.c: provide hooks to make String::IsIntern and String::Intern
21412         internalcalls.
21413
21414 2001-09-23  Dick Porter  <dick@ximian.com>
21415
21416         * threads-dummy.c: 
21417         * threads-dummy.h: New files of dummy threading routines
21418
21419         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
21420         support code based on system specifics
21421
21422         Rename PTHREAD_LIBS to THREAD_LIBS
21423         
21424 2001-09-23  Dick Porter  <dick@ximian.com>
21425
21426         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
21427         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
21428         internal calls.
21429         (mono_thread_init): Set up a Thread object instance to return when
21430         the main thread calls Thread.CurrentThread
21431         (mono_thread_cleanup): Wait for all subthreads to exit
21432
21433         * icall.c: New internal calls for System.Threading.Thread::Sleep
21434         (including Schedule) and CurrentThread
21435
21436         * threads.h: New file, to insulate thread-specific stuff from the
21437         rest of the code
21438
21439 2001-09-21  Dick Porter  <dick@ximian.com>
21440
21441         * threads-pthread.h: 
21442         * threads-pthread.c: New file, for handling pthreads-style
21443         threading support.  Start() now starts a new thread and executes
21444         the ThreadStart delegate instance.
21445
21446         * icall.c: Added the internalcall for
21447         System.Threading.Thread::Start_internal
21448
21449         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
21450
21451 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
21452
21453         * loader.c: work around the different signatures for delegates
21454         constructors csc generates in compiled code vs the ones compiled in mscorlib.
21455
21456 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
21457
21458         * class.h, class.c: add mono_class_get_field_from_name ().
21459         * *: Fix C comments and other ANSI C issues.
21460
21461 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
21462
21463         * endian.h, assembly.c: fix some endianness issues.
21464
21465 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
21466
21467         * loader.h, load.c: add delegate_class to mono_defaults.
21468         Handle runtime provided methods in mono_get_method ().
21469
21470 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
21471
21472         * loader.c (mono_get_method): use pinvoke for internal call
21473
21474         * icall.c: use pinvoke for internal call
21475
21476         * loader.c (method_from_memberref): set the method name
21477
21478 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
21479
21480         * metadata.c: help the compiler generate better code for
21481         mono_class_from_mono_type ().
21482
21483 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
21484
21485         * class.c (mono_class_metadata_init): delayed computing of the
21486         class size to mono_class_metadata_init ()
21487
21488 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
21489
21490         * class.c, class.h: add an interfaces member to MonoClass.
21491         * image.c, image.h: add assembly_name field to MonoImage
21492         from the assembly table.
21493         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
21494
21495 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
21496
21497         * class.c: Handle Array in mono_class_from_mono_type ().
21498         * metadata.c, pedump.c: some endian fixes.
21499
21500 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
21501
21502         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
21503         * metadata.c: fix small problem introduced with the latest commit.
21504
21505 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
21506
21507         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
21508         We don't need a MonoMetadata pointer anymore to compare signatures in
21509         mono_metadata_signature_equal (), update callers.
21510         Reduced memory usage an number of allocations for MonoMethodHeader and
21511         MonoMethodSignature.
21512
21513 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
21514
21515         * metadata.c: added compare for szarray.
21516
21517 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
21518
21519         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
21520         and add a couple more types to it and mono_defaults. Give an hint on
21521         classes that need implementing in our corlib and are referenced
21522         in mscorlib.
21523
21524 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
21525
21526         * class.h, class.c: keep track if a class is also an Enum.
21527         * loader.c: Implement a couple more types for use in libffi
21528         marshalling. Gives better diagnostics when failing to dlopen
21529         a library. Set method->klass for P/Invoke methods, too.
21530
21531 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
21532
21533         * class.c, class.h: add a MonoType this_arg to MonoClass that
21534         represents a pointer to an object of the class' type that
21535         can be used by the interpreter and later the type cache.
21536         Add best guess alignment info for valuetype objects.
21537
21538 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
21539
21540         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
21541         into MonoType: one less level of indirection and allocation and
21542         simplifies quite a bit of code. Added cache for MonoTypes that are
21543         used frequently, so that we don't need to allocate them all the time.
21544
21545 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
21546
21547         * class.c (mono_class_create_from_typedef): System.Enum is also a
21548         value type, although it does not derive from System.ValueType
21549         (maybe a bug in the ms compiler?)
21550
21551         * metadata.c (mono_type_size): return the right size for value types
21552
21553         * loader.c (mono_get_method): only initialize method header if not abstract
21554
21555         * class.c (mono_class_from_mono_type): use mono_default values. 
21556
21557 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
21558
21559         * *: use MonoClass pointers instead of <type_tokens>
21560         
21561         * class.h: new flag: metadata_inited.
21562
21563         * class.c (mono_class_metadata_init): impl.
21564         (mono_class_instance_size): impl.
21565         (mono_class_data_size): impl.
21566
21567 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
21568
21569         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
21570         MonoClass now has the name and name_space fields. 
21571         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
21572         mono_get_method () takes and optional MonoClass as argument.
21573         Removed mono_typedef_from_name() and added mono_class_token_from_name()
21574         instead that takes advantage of a map from class names to typedef
21575         tokens in MonoImage.
21576
21577 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
21578
21579         * metadata.c: zero is not a valid alignment boundary.
21580         Merge MONO_TYPE_VOID in default decoding code.
21581
21582 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
21583
21584         * image.h: merged MonoMetadata into MonoImage
21585
21586         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
21587         identify the type of elements.
21588
21589 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
21590
21591         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
21592         * cil-coff.h: split MonoMSDOSHeader and add size info.
21593         * image.c: add some consistency checks.
21594         * metadata.c: fix row size computation: one programmer
21595         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
21596         add explanation for the locator routine.
21597         Fix decoding of size in method header.
21598         
21599 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
21600
21601         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
21602         (g_concat_dir_and_file): Bring g_concat_dir_and_file
21603         function from gnome-libs.  This uses the right path separator
21604         based on the OS, and also works around a bug in some systems where
21605         a double slash is not allowed. 
21606         (default_assembly_name_resolver): Use g_concat_dir_and_file
21607         (mono_assembly_open): ditto.
21608
21609 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
21610
21611         * metadata.c (mono_metadata_signature_equal): impl.
21612
21613         * *: void is now a realy MonoType (instead of using NULL)
21614         
21615         * metadata.c (do_mono_metadata_parse_type): use
21616         mono_metadata_parse_type to parse void value.
21617
21618 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
21619
21620         * metadata.c, metadata.h: in the signature and method header store
21621         only the space required for holding the loca vars and incoming arguments.
21622
21623 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
21624
21625         * metadata.c (do_mono_metadata_parse_type): treat void like any
21626         other type (instead of assigning NULL);
21627
21628 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
21629
21630         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
21631
21632 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
21633
21634         * image.c (do_mono_image_open): added a cache for arrays.
21635
21636 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
21637
21638         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
21639         decode a single column from a row in a metadata table and changes
21640         to take advantage of it in the typedef locator (gives a nice speed up).
21641         Store offset info for function params.
21642
21643 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
21644
21645         * image.h (MONO_IMAGE_IS_CORLIB): removed 
21646
21647 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
21648
21649         * assembly.c: how could mono_assembly_close () had ever worked?
21650         * metadata.c, metadata.h: provide offset info for local vars.
21651         Implement mono_type_size () to take care of alignment as well
21652         as size (it was mono_field_type_size in cli/class.c before).
21653
21654 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
21655
21656         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
21657
21658         * assembly.h (CORLIB_NAME): set to corlib.dll
21659
21660         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
21661
21662 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
21663
21664         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
21665         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
21666         tokentype.h: massive namespace cleanup.
21667
21668 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
21669
21670         * metadata.h, metadata.c: decode exception clauses when parsing method header.
21671
21672 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
21673
21674         * metadata.c (mono_metadata_free_type): added check for type !=
21675         NULL (void) before calling mono_metadata_free_type()
21676
21677 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
21678
21679         * metadata.h, row_indexes.h: added header with enumerations to use
21680         to index in the columns from tables in metadata and to decode coded
21681         tokens: we should start using this instead of embedding magic numbers
21682         all over the code.
21683
21684 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
21685
21686         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
21687         Move metadata_t info from cli_image_info_t to MonoImage, where
21688         it's easily accessible. Changed all the uses accordingly.
21689         Added the method and class caches to MonoImage.
21690         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
21691         and mono_metadata_decode_value () signature to be more consistent
21692         with the other parse functions (and simplify code). Taken advantage
21693         of zero-length array allocation with GCC. Removed reduntant (and
21694         wrong) MonoFieldType struct and use MonoParam instead. Changed
21695         mono_metadata_parse_field_type () to use common code for parsing.
21696         Added mono_metadata_typedef_from_field () and
21697         mono_metadata_typedef_from_method () to lookup a typedef index from a
21698         field or method token.
21699         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
21700
21701 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
21702
21703         * metadata.c (mono_metadata_parse_field_type): Implement. 
21704         (do_mono_metadata_parse_type): Split engine from
21705         mono_metadata_parse_type, so that we can create smaller structures
21706         for things that just have one pointer to the MonoType (look at
21707         the MonoFieldType)
21708
21709 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
21710
21711         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
21712         as Jan Gray found out, it is incorrect. 
21713
21714 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
21715
21716         * assembly.c: Implement asssembly loading.  This loads an image
21717         and loads all the referenced assemblies.  Come to think of it, we
21718         could always do lazy loading of the assemblies. 
21719
21720         * image.c (mono_image_open): Keep loaded images in a hashtable.
21721
21722         * image.h (MonoImage): Add reference count.
21723
21724 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
21725
21726         * assembly.c (mono_assembly_open): Keep track of the file name in
21727         case the assembly has no ASSEMBLY table.
21728
21729         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
21730         from get.c here.
21731
21732 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
21733
21734         * metadata.c, metadata.h: decode local vars in method header
21735         parse function. Change callers accordingly.
21736
21737 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
21738
21739         * metadata.h, cil-coff.h: protect against multiple inclusion.
21740         Added some new structures to hold information decoded from metadata:
21741         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
21742         and relevant decoding/free functions.
21743         * metadata.c: implement decoding functions. Add warning for out of bounds
21744         index in mono_metadata_locate(). Implement mono_get_method () to retreive
21745         all the info about a method signature and invocation. Remove check on
21746         uninitialized local var in parse_mh() and fix memory leak.
21747
21748 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
21749
21750         * metadata.h: More macros.
21751
21752         * tokentype.h: New file.
21753
21754 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
21755
21756         * assembly.c: added a consistency check and initialize
21757         some structures with g_new0().
21758         * metadata.c: fixed a couple more bugs in table size computation
21759         and add other checks for out-of bound access to metadata.
21760
21761 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
21762
21763         * metatada.c: fix bugs computing table sizes. Spew a
21764         warning when index in string heap is out of bounds.
21765
21766 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
21767
21768         * metadata.h: Add a couple of macros to manipulate tokens. 
21769
21770 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
21771
21772         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
21773         cli_section_tables).
21774
21775 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
21776
21777         * metadata.c (mono_metadata_user_string): New function, provides
21778         access to the UserString heap. 
21779
21780 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
21781
21782         * metadata.c: Add inline documentation.
21783
21784 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
21785
21786         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
21787         files. 
21788
21789 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
21790
21791         * typeattr.h: New file, TypeAttribute flags. 
21792
21793 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
21794
21795         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
21796         mono_assembly_ensure_section): Section loading code.
21797         (load_section_tables): Load the sections.
21798
21799         * mono/metadata/metadata.c (mono_metadata_locate_token,
21800         mono_metadata_locate): Functions to locate the information
21801         definition given a token or a table and an index.
21802         (mono_metadata_compute_table_bases): New.
21803         (compute_size): New function to compute the sizes of the various
21804         tables.
21805
21806         * mono/metadata/metadata.h: Finish listing the different index
21807         types. 
21808
21809         * mono/metadata/pedump.c: Improve to dump new information.
21810
21811 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
21812
21813         * mono/metadata/metadata.c: Entered all the tables matching
21814         Beta2. 
21815
21816         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
21817
21818
21819