Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1
2 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
3
4         * class.c: only vectors have the additional generic interfaces.
5
6 2007-10-01  Jonathan Chambers <joncham@gmail.com>
7
8         * mono-config.c: Use g_strcasecmp instead of
9         strcasecmp like everywhere else to fix
10         compilation with MSVC.
11         
12         Code is contributed under MIT/X11 license.
13
14 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
15
16         * object.c, object-internals.h: refactored the IMT code to enable
17         building a single slot at a time and lazily creating the IMT trampolines
18         and thunks.
19
20 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
21
22         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
23
24         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
25         Fixes #328501.
26         
27 2007-09-29  Raja R Harinath  <harinath@gmail.com>
28
29         * loader.c (method_from_methodspec): Rearrange to avoid
30         un-necessary exposition.  Don't assert out if the method's
31         declaring type is a generic type definition.
32
33 2007-09-28  Martin Baulig  <martin@ximian.com>
34
35         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
36
37 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
38
39         * class-internals.h: optimize field layout of MonoClass to
40         requires less cachelines at runtime and save a few bytes on 64 bit
41         systems.
42
43 2007-09-28  Jb Evain  <jbevain@novell.com>
44
45         * reflection.c: when encoding type names in custom attributes,
46         if the type is a closed generic type, its generic arguments
47         have to be serialized as AssemblyQualifiedName, so that when
48         they are deserialized, it's possible to re-create them properly.
49         Fixes #329450.
50
51
52 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
53
54         * object.c, class-internals.h: added delegate-creation counter.
55
56 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
57
58         * class.c: cleanup of the code that synthetizes interfaces for
59         arrays in 2.0: saves quit a bit of corlib mempool memory.
60         Code to fix bug #325495 ifdeffed out for now until the issues
61         with memory usage and O(n^2) behaviour are fixed.
62
63 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
64
65         * marshal.c: when possible, do not duplicate the name of the methods
66         in the method builder and in the generated MonoMethod.
67
68 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
69         * verify.c: added support for type checking ldind_* opcodes.
70
71 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
72
73         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
74         which is used to distinguish the fully open instantiation of a TypeBuilder
75         with the rest. This temporary hack is required to restore the property that
76         the fully open instantiation is the same type of the generic type definition.
77
78         * class-internals.h (mono_generic_class_is_generic_type_definition):
79         new function as part of the internal API.
80
81         * class.c (inflate_generic_type): return NULL when the generic inst is
82         fully open. The fully open generic type is now the same as the generic type
83         definition for non TypeBuilder types.
84
85         * class.c (mono_generic_class_get_class): removed assert since it is
86         no longer valid, gklass->cached_class can point to the generic type definition.
87
88         * class.c (mono_generic_class_is_generic_type_definition): new.
89
90         * metadata.c (mono_generic_class_hash): added is_tb_open field
91         to the hash calculation.
92
93         * metadata.c (free_generic_class): if the generic class is associated
94         with the generic type definition, its field will come from the mempool and
95         must not be freed.
96
97         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
98         new, this function identifies the corner case of a TypeBuilder fully open
99         instantiation.
100
101         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
102         for lookup. Set gclass->cached_class to be the container class in case of
103         the fully open instantiation of non TypeBuilder types.
104
105         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
106         to compare generic classes.
107
108         * reflection.c (method_encode_methodspec): remove assert that
109         no longer is valid.
110
111         * reflection.c (mono_reflection_generic_class_initialize): add
112         an aditional assert to ensure the proper type is used.
113
114 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
115
116         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
117         to enjoy it.
118
119 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
120
121         * verify.c (push_arg): Fixed support for ldarga
122         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
123         MonoType used as first arg in case of instance calls.
124
125 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
126
127         * verify.c: Support for verifying VAR and MVAR types, 
128
129 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
130
131         * icall.c (ves_icall_get_property_info): Set the reflected type of the
132         accessors correctly.
133
134 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
135
136         * threads.c: support OSX and other systems in
137         mono_thread_get_stack_bounds (bug #328026).
138
139 2007-09-25  Martin Baulig  <martin@ximian.com>
140
141         * mono-debug.h
142         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
143
144 2007-09-24  Martin Baulig  <martin@ximian.com>
145
146         * mono-debug.h
147         (MonoDebugClassEntry): Moved the definition of this struct into
148         mono-debug.c to make it private.
149
150         * mono-debug.c
151         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
152         type table per symbol file, we don't need to store the symfile id
153         any longer.
154
155 2007-09-24  Martin Baulig  <martin@ximian.com>
156
157         Create one type table per symbol file, since a `MonoClass *' gets
158         invalid when its image is unloaded.
159
160         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
161         (MonoDebugHandle): Added `type_table'.
162
163 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
164
165         * mempool.c, mempool.h: added mono_mempool_new_size () API
166         to be able to specify a smaller initial size for the pool.
167         Adjusted the code to slowly increase pool size before using
168         the previous default size.
169         * image.c: use a small initial size for image mempools.
170
171 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
172
173         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
174         Fixes ##320990.
175
176         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
177         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
178
179 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
180
181         * metadata.c (mono_type_create_from_typespec): Remove an invalid
182         free. Fixes #327438.
183
184 2007-09-21  Raja R Harinath  <harinath@gmail.com>
185
186         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
187         generic instantiations, etc.
188         <MONO_TYPE_ARRAY>: Likewise.
189
190 2007-09-21  Martin Baulig  <martin@ximian.com>
191
192         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
193         these structs were never defined.
194         (MonoDebugHandle): Removed the `_priv' field, it was never used.
195
196 2007-09-21  Martin Baulig  <martin@ximian.com>
197
198         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
199
200 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
201
202         * image.c: removed the guid hash tables: we can get the same info
203         without the additional memory usage hit (partially fixes also bug #327052).
204
205 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
206
207         * profiler.h, profiler-private.h, profiler.c: add a new profiler
208         event to handle unloading methods. After the event is called, the
209         corresponding MonoMethod* must be considered invalid.
210         * loader.c (mono_free_method): call the new mono_profiler_method_free
211         event.
212
213 2007-09-20  Mark Probst  <mark.probst@gmail.com>
214
215         * domain-internals.h: New flag in MonoJitInfo which marks shared
216         generic methods.  New hash table (shared_generics_hash) in
217         MonoDomain to keep track of shared generic methods.  Prototypes
218         for functions to register and lookup shared generic methods.
219
220         * domain.c: Support for registering and looking up shared generic
221         methods via a hash table (shared_generics_hash) in MonoDomain.
222
223         * class-internals.h: New exception to signal failure of shared
224         compilation of a generic method.  New counters for generics
225         sharing in MonoStats.
226
227 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
228
229         * image.c, metadata-internals.h: don't keep a file descriptor open
230         for loaded assemblies (bug#325988).
231
232 2007-09-19  Raja R Harinath  <rharinath@novell.com>
233
234         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
235         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
236         use the corresponding datatypes.
237         (type_in_image): Update to changes.
238         (CleanForImageUserData): Simplify.
239         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
240         Avoid quadratic behaviour in handling the "stolen" list by
241         separating the filter predicate out, and by prepending the stolen
242         items rather than appending them.
243         (steal_ginst_in_image): Likewise.
244         (mono_metadata_clean_for_image): Update to changes.
245
246 2007-09-19  Martin Baulig  <martin@ximian.com>
247
248         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
249
250 2007-09-19  Martin Baulig  <martin@ximian.com>
251
252         * mono-debug.c (mono_debug_cleanup): Don't call
253         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
254
255 2007-09-19  Raja R Harinath  <harinath@gmail.com>
256
257         Fix crash on 'make run-test' in mcs/errors
258         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
259         Avoid more potential allocations in mono_class_from_mono_type.
260         (ginst_in_image): Update to changes.
261         (gclass_in_image): Rearrange slightly.
262
263 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
264
265         * class.c (mono_class_init): Move the code that sets up class->methods to 
266         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
267
268         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
269         canonical instance of an inflated generic signature.
270         (mono_type_create_from_typespec): Remove an invalid free.
271
272         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
273
274 2007-09-18  Marek Habersack  <mhabersack@novell.com>
275
276         * domain-internals.h: added a declaration of the
277         mono_assembly_load_full_nosearch internal function.
278
279         * assembly.c (mono_assembly_load_with_partial_name): use
280         mono_try_assembly_resolve return value properly.
281         (mono_assembly_load_full_nosearch): copied the function body from
282         mono_assembly_load_full, without the code to invoke assembly
283         search hooks.
284         (mono_assembly_load_full): calls the above new function and if the
285         assembly is not resolved, invokes the search hooks.
286
287         * appdomain.c (mono_runtime_init): restore the global postload
288         assembly search handlers.
289
290 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
291
292         * class.c (mono_class_init): Make sure class->methods and class->properties
293         are never NULL in the generics case.
294
295         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
296
297 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
298
299         * metadata.c (free_generic_class): Disable some code to fix the build.
300
301         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
302
303         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
304         from the image mempool.
305
306         * metadata.c (free_generic_class): Free more data from the inflated class.
307
308         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
309
310         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
311         mempool.
312         (mono_type_create_from_typespec): Ditto.
313
314         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
315         MonoImage to the caller.
316         (mono_init_internal): Save the opened image in a global variable.
317         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
318
319         * reflection.c (resolve_object): Fix a leak.
320
321         * metadata.c: Fix the freeing of data in the generics caches.
322         
323         * metadata.c (free_generic_inst): Comment this out to fix the build.
324         (free_generic_class): Ditto.
325
326         * metadata.c: Free cached generic methods, instantinations and classes when
327         they are removed from the caches.
328         (mono_metadata_free_type): Free the type itself.
329
330         * class.c: Free the result of mono_class_inflate_generic_type () in a few
331         places.
332
333 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
334
335         * boehm-gc.c: restrict managed allocs to __thread supporting
336         architectures.
337
338 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
339
340         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
341         (mono_generic_class_get_class): Fix a leak.
342
343         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
344         mono_metadata_free_type ().
345         (mono_metadata_inflate_generic_inst): Fix a leak.
346
347 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
348
349         * mono-debug.c (free_header_data): Fix a leak missed earlier.
350
351         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
352         mempool.
353
354         * mono-debug.c (mono_debug_close_image): Fix call to 
355         g_hash_table_remove ().
356
357 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
358
359         * icall-def.h: redirect all the string ctor to the managed
360         CreateString () methods.
361         * string-icalls.c, string-icalls.h: removed dead code for string
362         ctors and icalls.
363
364 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
365
366         * mono-debug.c: Fix memory leaks.
367
368 2007-09-14  Jonathan Chambers <joncham@gmail.com>
369
370         * threads-types.h: Implement mono_hazard_pointer_set and 
371         mono_hazard_pointer_clear macros using do/while(0) to fix
372         compilation with MSVC.
373         
374         Code is contributed under MIT/X11 license.
375
376 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
377
378         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
379         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
380
381 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
382
383         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
384         icalls.
385
386 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
387
388         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
389         managed-code allocated as well.
390
391 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
392
393         * class.c (mono_class_is_assignable_from): Add support for generic variance.
394
395 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
396
397         * boehm-gc.c: fixed the build after the AOT changes.
398
399 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
400
401         * wrapper-types.h: Add an ALLOC wrapper type.
402
403         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
404         reference managed allocator methods.
405
406 2007-09-12  Marek Safar  <marek.safar@gmail.com>
407
408         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
409         of Type array and not MonoType, a fix suggested by Hari.
410         
411 2007-09-12  Jonathan Chambers <joncham@gmail.com>
412
413         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
414         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
415         
416         Code is contributed under MIT/X11 license.
417
418 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
419
420         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
421
422 2007-09-12  Marek Habersack  <mhabersack@novell.com>
423
424         * image.c (do_mono_image_open): if assembly file fails to open and
425         MONO_IOMAP is in effect, try to find the path in a
426         case-insensitive way.
427
428         * appdomain.c (mono_runtime_init): do not install postload hooks -
429         tests show that MS.NET doesn't use anything of that sort to
430         trigger the AppDomain.AssemblyResolve event.
431         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
432         made non-static.
433         (mono_runtime_init): init portability helpers here.
434
435         * assembly.c (mono_assembly_load_with_partial_name): if other   
436         attempts fail, trigger the AppDomain.AssemblyResolve event handler
437         to resolve the assembly.
438
439         * domain-internals.h: added mono_try_assembly_resolve and marked
440         it as internal.
441
442 2007-09-11  Jb Evain  <jbevain@novell.com>
443
444         * object-internals.h (MonoReflectionDynamicMethod): add
445         a `MonoReflectionType *owner` field. The owner is used
446         * reflection.c:
447         (mono_reflection_create_dynamic_method): use the owner of the dynamic
448         method as the class declaring the dynamic method.
449         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
450         dynamic method to the declaring type of the methodbuilder.
451
452 2007-09-11  Mark Probst  <mark.probst@gmail.com>
453
454         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
455         rules for calling methods via reflection.
456
457 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
458
459         * reflection.c (resolve_object): Add support for MonoGenericClass. 
460         Inflate MonoType's.
461
462 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
463
464         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
465         provide a managed method that does fast allocations without needing
466         a managed->unmanaged transition. Boehm GC implementation currently
467         enabled for ptrfree objects on sane architectures.
468
469 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
470
471         * marshal.c, marshal.h: exported a couple of useful functions and
472         added mono_mb_get_label () to easily handle backward branches.
473
474 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
475
476         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
477
478 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
479
480         * loader.c (find_method): Fixed the regression introduced while
481         fixing bug #81466.
482
483 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
484
485         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
486         well.
487         
488         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
489         icall.c reflection.c: Pass a MonoGenericContext argument to 
490         mono_lookup_dynamic_token ().
491
492         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
493         #82744.
494         
495 2007-09-09  Robert Jordan  <robertj@gmx.net>
496
497         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
498         for generic methods.
499
500         * object.c (mono_object_get_virtual_method): Handle generic methods.
501         Fixes bug #78882.
502
503         Code is contributed under MIT/X11 license.
504
505 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
506
507         * image.c: fix locking in mono_image_load_file_for_image ().
508
509 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
510
511         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
512         used only as a cache: added an icall to fill it.
513
514 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
515
516         * reflection.h: exposed mono_reflection_free_type_info
517         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
518         since mono_reflection_bind_generic_parameters makes a copy of it.
519         * reflection.c (free_type_info): subinfos should be freed.
520         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
521         made non static.
522         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
523         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
524         this fixes #82695 and #81726.
525    
526
527 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
528
529         * process.h, process.c:  added support for user profile/info in
530           ProcessStartInfo. For now only Windows works.
531
532 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
533
534         * metadata.c: consider the generic arguments when comparing
535         signatures (bug #82614).
536
537 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
538
539         * cil-coff.h, image.c: updated assembly loader to cope with the
540         PE32+ 64 bit file format.
541
542 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
543
544         * assembly.c, class.c, domain.c, loader.c: remove useless
545         inclusion of cil-coff.h.
546
547 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
548
549         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
550         if interface is marked with CoClassAttribute. 
551    
552         Code is contributed under MIT/X11 license.
553
554 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
555
556         * sgen-gc.c: ensure no object from the to space is copied again or finalized
557         if it's seen twice in major collections.
558
559 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
560
561         * sgen-gc.c: big objects are not copied to the gray area, but they
562         need to be considered for scanning, too, if they are brought alive
563         by an object ready for finalizations or a survived one.
564
565 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
566
567         * sgen-gc.c: properly account the number of disappearing links when
568         they are nullified.
569
570 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
571
572         * sgen-gc.c: share the code to scan the registered roots between the
573         different types of collections.
574
575 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
576
577         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
578
579 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
580
581         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
582         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
583
584 2007-08-28  Mark Probst  <mark.probst@gmail.com>
585
586         * security-manager.c (mono_security_manager_get_methods):
587         LinkDemandSecurityException now has 2 arguments instead of 3.
588
589 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
590
591         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
592         platforms which need it.
593
594 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
595
596         * sgen-gc.c: unregister thread data structures with a pthread_key_t
597         dtor.
598
599 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
600
601         * threads.c: free the thread static data on thread exit.
602
603 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
604
605         * class.c: walk the hierarchy to find the generic definition for
606         a class (fixes runtime part of bug #82498).
607
608 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
609
610         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
611         ...
612
613         * image.c (mono_image_close): Here. Hopefully fixes #82510.
614
615 2007-08-24  Mark Probst  <mark.probst@gmail.com>
616
617         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
618
619 2007-08-24  Robert Jordan  <robertj@gmx.net>
620
621         * appdomain.c: don't perform the ':'->';' substitution on Win32.
622
623 2007-08-24  Jb Evain  <jbevain@novell.com>
624
625         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
626         for byref types.
627
628 2007-08-24  Mark Probst  <mark.probst@gmail.com>
629
630         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
631         #82286.
632
633 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
634
635         * assembly.c: Fix a warning.
636         
637 2007-08-23  Marek Habersack  <mhabersack@novell.com>
638
639         * appdomain.c: parse the <runtime> section looking for the probing
640         element with the 'privatePath' attribute, which sets additional
641         directories in which the runtime should look for assemblies.
642
643 2007-08-23  Robert Jordan  <robertj@gmx.net>
644
645         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
646         Fixes #82499.
647
648 2007-08-23  Martin Baulig  <martin@ximian.com>
649
650         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
651         _mono_debug_init_corlib() and remove it from the header file.
652
653 2007-08-23  Martin Baulig  <martin@ximian.com>
654
655         * mono-debug-debugger.c
656         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
657         don't notify the debugger about it.
658
659         * mono-debug-debugger.h
660         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
661
662 2007-08-23  Robert Jordan  <robertj@gmx.net>
663
664         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
665         Code is contributed under MIT/X11 license.
666
667 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
668
669         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
670
671 2007-08-22  Martin Baulig  <martin@ximian.com>
672
673         * mono-debug.c: Store debugging info on a per-domain basis and
674         free it on domain unload.  Add support for unloading symbol files.
675
676         * mono-debug.h
677         (MonoDebugList): New typedef.
678         (MonoSymbolTable):
679         - add `data_tables and `type_table'.
680         - replace 'symbol_files' and `num_symbol_files' with a
681           `MonoDebugList *'.
682         (mono_debug_data_table): Removed.
683         (mono_debug_list_add): New public function.
684         (mono_debug_list_remove): New public function.
685         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
686         (mono_debug_init_2_memory): Renamed into
687         mono_debug_open_image_from_memory().
688         (mono_debug_close_image): New public function.
689         (mono_debug_domain_create): Likewise.
690         (mono_debug_domain_unload): Likewise.
691         (MONO_DEBUGGER_VERSION): Bump to 60.
692
693         * mono-debug-debugger.h
694         (MonoDebuggerEvent):
695         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
696         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
697         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
698         - rename `THREAD_CREATED' and `THREAD_EXITED' into
699           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
700         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
701           meaning.
702         (mono_debugger_add_symbol_file): Removed.
703         (mono_debugger_add_type): Removed.
704         (mono_debugger_lookup_type): Removed.
705         (mono_debugger_lookup_assembly): Removed.
706
707         * domain.c
708         (mono_domain_create): Call mono_debug_domain_create().
709         (mono_init_internal): Call mono_debug_init_corlib().
710
711         * assembly.c
712         (mono_assembly_close): Call mono_debug_close_image().
713
714 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
715
716         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
717         mmap call.
718
719 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
720
721         * sgen-gc.c: ensure section->pin_queue_end is initialized
722         correctly when non pinning objects in the section have been found.
723
724 2007-08-22  Marek Habersack  <mhabersack@novell.com>
725
726         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
727         containing a list of directories separated by ':'. MSDN docs say
728         the directories should be separated with ';'. Part of a bugfix for
729         bug #81446
730
731 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
732
733         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
734         it should MonoType and not MonoClass.
735
736 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
737
738         * culture-info-table.h : regenerated.
739
740 2007-08-20  William Holmes  <billholmes54@gmail.com>
741
742         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
743          to call ReplaceFile Kernel32 on windows or in io-layer.
744         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
745         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
746          as an internal call.
747
748         Code is contributed under MIT/X11 license.
749
750 2007-08-20  Jb Evain  <jbevain@novell.com>
751
752         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
753         and MONO_EXCEPTION_FIELD_ACCESS.
754
755         * debug-helpers.[c|h]: new mono_field_full_name function.
756
757 2007-08-20  Mark Probst  <mark.probst@gmail.com>
758
759         * class.c: Removed class_security_level() and moved it to
760         security-core-clr.c.
761
762         * security-core-clr.c, security-core-clr.h: class_security_level()
763         is now public and renamed to mono_security_core_clr_class_level().
764         It also looks for security attributes in the classes a class is
765         nested in.
766
767 2007-08-20  Mark Probst  <mark.probst@gmail.com>
768
769         * security-core-clr.c, security-core-clr.h: CoreCLR security
770         utility functions.
771
772         * Makefile.am: Added security-core-clr.[ch].
773
774         * security-manager.c, security-manager.h: Functions and enum for
775         setting and getting the security mode.
776
777         * class.c: CoreCLR security checks.
778
779 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
780
781         * icall-def.h, process.c, process.h: implemented icall to get
782         user/system processor times.
783
784 2007-08-17  Mark Probst  <mark.probst@gmail.com>
785
786         * domain.c, threads.c, class-internals.h, domain-internals.h: New
787         reader-lock-free jit_info_table.
788
789 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
790
791         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
792
793         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
794
795         * object-internals.h (MonoException): Add missing _data member.
796
797 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
798
799         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
800         checking that only methods with matching qname or fqname are picked
801         from implemented interfaces.
802
803 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
804
805         * verify.c (do_newarr):added, do type verification of
806         newarr ops, push the right value on the eval stack.
807         * verify.c (mono_method_verify): use do_newarr
808
809
810 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
811
812         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
813         factored the common code into get_boxable_mono_type, which
814         is now using mono_type_get_full, this fixed byref related tests.
815
816 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
817
818         * class.c: added mono_type_get_full, this function has the same
819         behavior of mono_class_get_full but the returned MonoType has
820         all metadata of the associated token in case of a typespec token.
821         * class.c: added mono_type_retrieve_from_typespec, used by 
822         mono_type_get_full to retrieve the token type.
823         * class.c (mono_class_create_from_typespec): changed to use
824         mono_type_retrieve_from_typespec.
825         * class.c (mono_ldtoken): changed to use mono_type_get_full
826         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
827         * class-internals.h: exported mono_type_get_full for internal use.
828
829 2007-08-16  Jb Evain  <jbevain@novell.com>
830
831         * domain.c (supported_runtimes): add entry for
832         the 'moonlight' runtime version.
833
834 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
835
836         * verify.c (mono_method_verify): small typo sliped in.  
837
838 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
839
840         * verify.c (do_unbox_value): added, do type verification of
841         unboxing ops
842         * verify.c (mono_method_verify): use do_unbox_value
843
844
845 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
846
847         * verify.c (dump_stack_value): fixed typo, was printing string
848         instead of object on stack.
849         * verify.c (do_box_value): moved the byref check up as it leads
850         to invalid code and should be done earlier.
851         * verify.c: improved error messages for and ldobj
852
853 2007-08-15  William Holmes  <billholmes54@gmail.com>
854
855         * marshal.c (emit_marshal_custom): Omit the call to 
856           marshal_native_to_managed when calling native to managed 
857           and the argument is specified as an out argument.
858
859         Code is contributed under MIT/X11 license.
860
861 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
862
863         * verify.c: fixed the type checks for generics, function pointers and vectors.
864         Added type verification for ldobj and ldtoken. The verifier
865         would segfault if header or signature of a method contained references
866         to non-existant types.
867
868 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
869
870         * marshal.c (cominterop_get_ccw): Patch from
871         Bill Holmes to no walk up interface hierarchy. 
872         All parent methods should be present in the interface for COM.
873    
874         Code is contributed under MIT/X11 license.
875
876 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
877
878         * marshal.c (emit_marshal_com_interface): Patch from
879         Bill Holmes to handle COM Interfaces as return values
880         for native->managed calls.
881    
882         Code is contributed under MIT/X11 license.
883
884 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
885
886         * marshal.c (cominterop_get_idispatch_for_object): Implement
887         for runtime callable wrappers.
888    
889         Code is contributed under MIT/X11 license.
890
891 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
892
893         * pedump.c (main): changed from mono_init to mono_init_from_assembly
894         so 2.0 types are accessible
895
896
897 2007-08-13  Miguel de Icaza  <miguel@novell.com>
898
899         * domain.c (mono_init_internal): Call mono_assembly_load_friends
900         once we load mscorlib.   Due to the order in which we initialize,
901         the mono_assembly_load_full routine that loads mscorlib did not
902         load friends.   We now load it once we load the
903         mono_defaults.internals_visible_class class. 
904
905         * assembly.c: Expose the mono_load_friend_assemblies method.
906
907 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
908
909         * verify.c: improved the handling of boxing, better
910         type checking for unary ops and conversion. Fix bug
911         regarding managed pointer compatibility checking
912
913 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
914
915         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
916
917         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
918
919 2007-08-09  Raja R Harinath  <rharinath@novell.com>
920
921         * reflection.c (dup_type): Remove.
922         * class.c (dup_type): Remove.
923         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
924         instead of the dodgy 'dup_type'.
925         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
926         handle the case where 'dup_type' needed the second argument.
927
928 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
929
930         * domain.c: Fix a warning.
931
932 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
933
934         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
935         checking that methods with the same fqname are not overridden
936         with a method from an ancestor.
937
938 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
939
940         * threads.c (free_thread_static_data_helper): Avoid a crash if
941         thread->static_data is not yet set.
942
943 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
944
945         * marshal.c: Use correct image when emitting
946         native wrapper for COM calls.
947    
948         Code is contributed under MIT/X11 license.
949
950 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
951
952         * icall-def.h, security.c, security.h :
953           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
954
955 2007-08-07  Martin Baulig  <martin@ximian.com>
956
957         * mono-debug-debugger.h
958         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
959
960         * domain.c (mono_domain_free): Call
961         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
962
963 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
964
965         * verify.c (check_underflow, check_overflow): error message now returns IL offset
966         * verify.c (in_same_block): code should test if either offset is inside the clauses
967         * verify.c (mono_method_verify): push the exception into the eval stack of exception
968         and filter blocks
969
970 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
971
972         * image.c (mono_image_close): Fix a leak.
973
974         * object.c (mono_runtime_invoke_array): Avoid using alloca.
975
976         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
977
978 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
979
980         * domain.c, threads.c, threads-types.h: fix memory retention issue
981         with thread static variables not being cleared on domain unload.
982         Reuse thread static slots after domain unload.
983
984 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
985
986         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
987         nullable type.
988
989         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
990         now done in mono_runtime_invoke_array.
991
992         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
993         receiver is a nullable type.
994
995         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
996         generic parameter.
997
998 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
999
1000         * marshal.c: Implement COM Objects as return type for 
1001         managed->unmanaged calls. Added Release calls for COM Object
1002         out/return values in managed->unmanaged calls.
1003
1004         Code is contributed under MIT/X11 license.
1005
1006 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
1007
1008         * threads.h, threads-type.h: move the hazard pointer declarations
1009         to the private header.
1010
1011 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
1012
1013         * file-io.c, appdomain.c: memory leak fixes.
1014
1015 2007-08-02  Dick Porter  <dick@ximian.com>
1016
1017         * socket-io.c
1018         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
1019         SO_REUSEADDR setting into io-layer/sockets.c.
1020
1021 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
1022
1023         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
1024         from Object when called on a generic parameter. Fixes #82211.
1025
1026 2007-08-01  Dick Porter  <dick@ximian.com>
1027
1028         * file-io.c (convert_share): Test FileShare values bit-by-bit.
1029         Fixes bug 79250 yet again.
1030
1031 2007-07-30  Martin Baulig  <martin@ximian.com>
1032
1033         Merged the `debugger-dublin' branch.
1034
1035         * mono-debug.h
1036         (MonoDebugDataTable): New typedef.
1037         (MonoDebugMethodAddressList): New typedef.
1038         (MonoDebugWrapperData): Removed.
1039         (MonoDebugSymbolTable): Removed `current_data_table',
1040         `current_data_table_size', `current_data_table_offset'.
1041         (MonoDebugDataItemType): Moved into mono-debug.c.
1042         (MonoDebugMethodJitInfo): Remove `address'.
1043         (mono_debug_data_table): New global variable.
1044         (mono_debug_lookup_method_addresses): New public function.
1045         (mono_debug_find_method): Take a `MonoMethod *', not a
1046         `MonoDebugMethodInfo *'.
1047
1048         * mono-debug.c: Drop support for the old symbol tables.
1049
1050 2007-06-28  Martin Baulig  <martin@ximian.com>
1051
1052         * mono-debug.c (mono_debug_debugger_version): New public variable.
1053
1054 2007-07-31  William Holmes  <billholmes54@gmail.com>
1055
1056         * metadata.c Changed mono_type_create_from_typespec to not insert
1057           the type into the hash map until after
1058           do_mono_metadata_parse_type has completed.
1059         Fixes Bug #82194
1060         Code is contributed under MIT/X11 license.
1061
1062 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
1063
1064         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
1065         generic parameter. Fixes #82211.
1066
1067 2007-07-27  Jb Evain  <jbevain@novell.com>
1068
1069         * pedump.c (dump_metadata, dump_metadata_header): dump
1070         versions contained in the metadata header.
1071
1072 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1073
1074         * threads.c: register small_id_table with the GC.
1075
1076 2007-07-27  Mark Probst  <mark.probst@gmail.com>
1077
1078         * threads.c, threads.h, class-internals.h, object-internals.h:
1079         Hazard pointers, to be used by lock-free parallel algorithms.
1080
1081 2007-07-26  Dick Porter  <dick@ximian.com>
1082
1083         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
1084         routine on non-windows platforms, as I've not managed to think of
1085         a non-kludgy way of doing this.  Finishes off bug 78739.
1086
1087 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
1088
1089         * object.c: properly setup interface_bitmap in proxy vtables.
1090
1091 2007-07-25  Marek Habersack  <mhabersack@novell.com>
1092
1093         * appdomain.c (get_shadow_assembly_location): do not use TickCount
1094         to create unique shadow copy target directories, use the domain's
1095         serial number instead. Each domain gets a unique target directory
1096         that way.
1097
1098         * domain.c (mono_domain_create): added code to increment domain
1099         shadow copy serial number and cache the value in the current
1100         domain structure.
1101
1102         * domain-internals.h (struct _MonoDomain): added a new field -
1103         shadow_serial to hold the serial number used in generation of
1104         shadow-copy directories. This is to make sure that the directory
1105         name is unique for each and every domain created. We avoid a race
1106         condition with overriding assemblies already in use by other app
1107         domains.
1108
1109 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
1110
1111         * class.c (mono_bounded_array_class_get): fixed memory leak when 
1112         binding generic parameters.
1113
1114 2007-07-24  Raja R Harinath  <rharinath@novell.com>
1115
1116         * metadata.c (do_mono_metadata_parse_generic_class): Use
1117         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
1118         error.
1119
1120 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
1121
1122         * loader.c, class-internals.h, reflection.c: removed the per-method
1123         generics hashtable: we use the global one through the call of
1124         mono_class_inflate_generic_method ().
1125
1126 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1127
1128         * class.c, metadata.c, class-internals.h: introduce yet another
1129         generics global cache for inflated methods (fixes 98% of the perf
1130         issue in bug #81806).
1131
1132 2007-07-23  Raja R Harinath  <rharinath@novell.com>
1133
1134         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
1135         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
1136         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
1137         return a MonoGenericInst containing (a copy) of those types.
1138         (mono_metadata_inflate_generic_inst): Update to changes.
1139         (mono_metadata_parse_generic_inst): Likewise.
1140         (mono_get_shared_generic_inst): Likewise.
1141         * reflection.c (mono_class_bind_generic_parameters): Likewise.
1142         (mono_reflection_bind_generic_method_parameters): Likewise.
1143         * metadata-internals.h: Likewise.
1144         * icall.c (free_generic_context): Kill.
1145         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
1146
1147         * reflection.c (reflection_methodbuilder_to_mono_method): Use
1148         mono_metadata_type_dup.
1149         * marshal.c (mono_mb_create_method): Likewise.
1150
1151         * metadata.c (mono_metadata_type_dup): Rename from
1152         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
1153         MonoImage.  Handle a few more cases, esp. when no mempool is given.
1154         * marshal.c, metadata-internals.h: Update to changes.
1155
1156 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1157
1158         * class.c: fixed a small leak for array classes and removed warning.
1159
1160 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
1161
1162         * loader.c (mono_method_get_param_token): Make this work on generic methods.
1163         Return 0x8000000 for return parameters. Fixes #82161.
1164
1165 2007-07-21  Marek Habersack  <grendello@gmail.com>
1166
1167         * appdomain.c (get_shadow_assembly_location): append the current
1168         ticks value to the path. Avoids overwriting the same assemblies by
1169         several threads at the same time.
1170
1171 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1172         and Raja R Harinath  <rharinath@novell.com>
1173
1174         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1175         Simplify slightly.
1176         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
1177         property for testing if a method is a generic method definition.
1178
1179 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1180
1181         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
1182
1183 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1184
1185         * verify.c: used function from private branch, reverted to the one in class.h 
1186
1187 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1188
1189         * verify.c: a typo slipped in and the code wont compile
1190
1191 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1192
1193         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
1194         disabled box instruction as it is doing the wrong thing
1195         improved stack dump messages, now it is easier to debug type related issues
1196
1197
1198 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
1199
1200         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
1201
1202 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1203
1204         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
1205         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
1206         grouped with class and valuetype. This change will simply 
1207         the code as it should be handled just like unmanaged pointers.
1208
1209 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1210
1211         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
1212
1213 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1214
1215         * verify.c: several stack merge issues fixed, reference comparisons now
1216         check the type size. strict type check now works correctly.
1217         added more uses of IS_MANAGED_POINTER macro.
1218         fixed issues pointed by running the test suite against .net.
1219         
1220
1221 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1222
1223         * class.c, loader.c, class-internals.h: Removed the
1224         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
1225         defines.
1226
1227         * icall.c: Better error checking in some internal reflection
1228         methods.
1229
1230 2007-07-18  William Holmes  <billholmes54@gmail.com>
1231
1232         * filewatcher.c : removed unused variable 'filename' in 
1233           ves_icall_System_IO_FSW_SupportsFSW
1234
1235 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
1236
1237         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
1238         obsolete, removed.
1239
1240 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
1241
1242         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
1243         
1244         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
1245
1246 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
1247
1248         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
1249         Implement generics support.
1250         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1251
1252         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
1253         type_args and method_args arguments.
1254         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
1255         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1256         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
1257
1258 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
1259
1260         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
1261           It adds a rootimage parameter to mono_reflection_get_type_internal,
1262           adds new function mono_reflection_get_type_with_rootimage and use
1263           the rootimage to resolve the types instead of the current image
1264
1265 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1266
1267         * culture-info-table.h: Forgot to update after r78304.
1268
1269 2007-07-13  Raja R Harinath  <rharinath@novell.com>
1270
1271         * class.c (mono_class_is_open_constructed_type)
1272         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
1273
1274 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
1275
1276         * class.c (mono_bounded_array_class_get):  method fails if used with
1277         an incomplete TypeBuilder enum (no basetype field), fixed it by 
1278         avoiding calculating the size for such array as it cannot be instantiated.
1279         Fix bug #82015
1280
1281 2007-07-12  Raja R Harinath  <rharinath@novell.com>
1282
1283         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
1284         field.
1285         * metadata.c, reflection.c: Update to changes.
1286
1287 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
1288
1289         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
1290         mono_class_is_valid_enum, they are used to valide a enum when loading.
1291         * reflection.c: used new functions to throw TypeLoadException when and
1292         invalid enum is build with TypeBuilder. Fixes #82018
1293   
1294 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
1295
1296         * object.c: forgot commit of mono_class_setup_methods () to access
1297         iface->methods.
1298         * object-internals.h: added a few more handy fields to
1299         MonoIMTCheckItem.
1300
1301 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
1302
1303         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
1304         iface->methods.
1305
1306 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
1307
1308         * class-internals.h, object-internals.h, object.c: IMT-based
1309         interface invocation core from Massimiliano Mantione
1310         (massi@ximian.com) with a reworked arch-specific interface,
1311         bsearch implementation and a few bugfixes and memory savings by me.
1312
1313 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
1314
1315         * class.c (mono_class_create_from_typedef): mono would segfault if 
1316         an enum did not have a __value field. It now throws a TypeLoadException
1317         for such cases. Fix bug #82022
1318
1319 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1320
1321         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
1322
1323 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1324
1325         * class.c (mono_class_init): If a class is already inited but has
1326         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
1327
1328 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1329
1330         * class.c: Properly handle the case of an unimplemented interface
1331         method.  Fixes: 81673.
1332
1333 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
1334
1335         * class-internals.h, object.c: cleanup patch from massi: use
1336         MonoVTable->interface_bitmap since the vtable interfaces offset array
1337         is going away.
1338
1339 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1340
1341         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
1342         GetMDStreamVersion icall instead.
1343
1344 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
1345
1346         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
1347         not use mono_dl_build_path() with a full library name: makes
1348         fallbacks to libgaim and libfam work.
1349
1350 2007-07-06  William Holmes  <billholmes54@gmail.com>
1351
1352         * assembly.c: Added a continue statement in probe_for_partial_name when
1353          parse_assembly_directory_name fails.  Fixes : 82002
1354
1355 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
1356
1357         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
1358         and added a verification  for TYPEDBYREF.
1359         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
1360         make native int interchangeable with int32 and some small cleanup and formating.
1361         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
1362         handle byref of byref.
1363         * verify.c (push_local): handle byref of byref.
1364         * verify.c (do_binop): invalid mix of values is unverifiable
1365         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
1366         added visibility checks
1367         * verify.c (field related method): added visibility checks
1368         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
1369
1370 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
1371
1372         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
1373         string.
1374
1375 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
1376
1377         * profiler.c (mono_profiler_load): Fix an off-by-one error.
1378
1379         * marshal.c (emit_marshal_string): When returning a string from managed code,
1380         allways make a copy even for unicode strings. Fixes #81990.
1381
1382 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
1383
1384         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
1385         of byref generic inst types (bug #81997).
1386
1387 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
1388
1389         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
1390         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
1391
1392 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
1393
1394         * marshal.c (emit_marshal_string): Add support for unicode strings in
1395         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
1396
1397 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
1398
1399         * verify.c: field load/store are now verified, missing only access checks now
1400
1401 2007-06-28  Martin Baulig  <martin@ximian.com>
1402
1403         * mono-debug.c (mono_debug_debugger_version): New public variable.
1404
1405 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
1406
1407         * locales.c: When constructing DateTimeFormat or NumberFormat for
1408         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
1409         MonoCultureInfo contructed from the current locale is always
1410         read-only and has UseUserOverride set to true. All MonoCultureInfo
1411         instances returned for GetCultures have both IsReadOnly and
1412         UseUserOverride set to true. Fixes part of bug #81930.
1413
1414 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
1415
1416        * icall-def.h: Update System.__ComObject icalls
1417        * marshal.c: Avoid managed transition (and object creation)
1418        when looking up COM interface in RCW.
1419        * marshal.h: Ditto.
1420        
1421        Code is contributed under MIT/X11 license.
1422
1423 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
1424
1425         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
1426         to avoid crashes during assembly unloading.
1427
1428 2007-06-22  Raja R Harinath  <rharinath@novell.com>
1429
1430         Fix MethodInfo.IsGenericMethodDefinition
1431         * reflection.c (mono_reflection_bind_generic_method_parameters):
1432         Rearrange code to ensure we always uses a generic method definition.
1433         * class.c (mono_class_inflate_generic_method_full): Set
1434         'generic_container' field only for generic method definitions.
1435         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1436         Use presense of 'generic_container' field as indication of being a
1437         generic method definition.
1438
1439 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
1440
1441         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1442
1443         * object-internals.h: Reflect changes in the layout of the managed Delegate
1444         class.
1445         
1446         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
1447         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
1448         runtime memory used by the dynamic method. Fixes #77146.
1449
1450 2007-06-21  Dick Porter  <dick@ximian.com>
1451
1452         * file-io.h: 
1453         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
1454         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
1455         81767.
1456
1457 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1458
1459         * reflection.c (method_encode_methodspec): Add a tripwire.
1460         * class.c (inflate_generic_type): The fully open generic type is
1461         not the same as the generic type definition.
1462
1463 2007-06-21  Martin Baulig  <martin@ximian.com>
1464
1465         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
1466
1467         * mono-debug-debugger.h
1468         (MonoDebuggerBreakpointInfo): Removed.
1469         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
1470         (mono_debugger_remove_breakpoint): Likewise.
1471         (mono_debugger_breakpoint_callback): Likewise.
1472         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
1473
1474 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1475
1476         * metadata.c (mono_metadata_lookup_generic_class): The fully open
1477         generic type is not the same as the generic type definition.
1478         * class.c (mono_generic_class_get_class): Likewise.
1479
1480 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
1481
1482         * icall.c: The second argument to 
1483         System.Reflection.MethodBase.GetMethodFromHandleInternalType
1484         is a MonoType not a MonoClass.
1485
1486 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1487
1488         * verify.c: support for function pointers in the verifier
1489
1490 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1491
1492         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
1493
1494 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
1495
1496         * assembly.c: removed Mono.Data.SqliteClient from the list of
1497         forward-compatible assemblies as it breaks the ABI (bug #81899).
1498
1499 2007-06-19  Raja R Harinath  <rharinath@novell.com>
1500
1501         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
1502         lookup/update with the loader lock.
1503         * reflection.c (mono_class_bind_generic_parameters): No need to
1504         protect mono_metadata_lookup_* with the loader lock.
1505         * class.c (inflate_generic_type): Likewise.
1506         
1507         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
1508         on a generic instantiated type.
1509
1510 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
1511
1512         *verify.c: produce meanfull error messages on verification error
1513         *verify.c: fixed some cases of verification errors reported as validation errors
1514         *pedump.c: fixed the error name array, now it shows validation errors properly
1515         *verify.h: fixed the contant that should be used for verification errors
1516
1517 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1518
1519         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
1520         for bug #77596, 81858 and 80743 (generics data structures on domain
1521         unload).
1522
1523 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1524
1525         Avoid allocating 'MonoGenericContext' on the heap.
1526         * class-internals (_MonoMethodInflated::context): Make field
1527         inline, not a pointer.
1528         * loader.c (method_from_methodspec): Allocate 'new_context' on the
1529         stack.  Use the context embedded within the inflated method as the
1530         hash key, rather than 'new_context'.
1531         * class.c (inflate_generic_context): Simplify.  Return a struct
1532         rather than allocating on the heap.
1533         (mono_class_inflate_generic_method_full): Update to changes.  Now,
1534         doesn't salt away a copy of the context -- simplifying the
1535         lifetime rules of a 'MonoGenericContext *'.
1536         (mono_method_get_context): Return pointer to embedded context.
1537         (setup_generic_array_ifaces): Allocate temporary context on stack.
1538         * reflection.c (inflate_mono_method): Likewise.
1539         (mono_reflection_bind_generic_method_parameters): Likewise.
1540         Use the context embedded within the inflated method as the hash key.
1541
1542         Avoid a source of allocation of 'MonoGenericContext'.
1543         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
1544         and 'cached_context' fields into embedded 'MonoGenericContext' field.
1545         * class.c: Update to changes.
1546         (mono_generic_class_get_context): Simplify drastically.  Now just
1547         returns a pointer to the field.
1548         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
1549         argument as a const pointer.
1550         (mono_metadata_generic_context_equal): Likewise.
1551         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
1552         Update to changes.
1553
1554 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
1555
1556         * verify.c improved the handling of brtrue/brfalse, factored out common code
1557
1558 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1559
1560         Kill MonoGenericMethod.
1561         * class-internals.h (MonoGenericContext::method_inst): Rename from
1562         'gmethod' and convert to a MonoGenericInst.
1563         (MonoGenericMethod): Remove.
1564         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
1565         * loader.c (method_from_methodspec): Update to changes.  Use a
1566         MonoGenericContext as the key to the hashtable.
1567         * metadata.c (mono_metadata_generic_context_equal): Rename from 
1568         'mono_metadata_generic_method_equal' and take MonoGenericContext.
1569         (mono_metadata_generic_context_hash): Likewise from
1570         'mono_metadata_generic_method_hash'.  Change hash function.
1571         (mono_metadata_load_generic_params): Update to changes.
1572         (mono_get_shared_generic_method): Remove.
1573         * metadata-internals.h (mono_get_shared_generic_method): Remove.
1574         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
1575         (inflate_generic_context): Likewise.
1576         (mono_class_inflate_generic_method_full): Likewise.
1577         (setup_generic_array_ifaces): Likewise.
1578         (mono_class_create_from_typespec): Likewise.
1579         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
1580         (method_encode_methodspec): Update callsite.
1581         (reflection_methodbuilder_to_mono_method): Update to changes.
1582         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
1583         MonoGenericContext as the key to the hashtable.
1584         (inflate_mono_method): Update to changes.
1585
1586         * class-internals.h (MonoGenericMethod::container): Remove.
1587         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1588
1589 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
1590
1591         * profiler-private.h, profiler.c, profiler.h: added API to profile
1592         exception events.
1593
1594 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1595
1596         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
1597
1598 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1599
1600         * verify.c: method invocation is now validated, now we verify parameter types on stack.
1601         Fixed overflow and underflow not aborting the verification process.
1602
1603 2007-06-13  Mark Probst  <mark.probst@gmail.com>
1604
1605         * class-internals.h (MonoStats): Added stats entries for dynamic
1606         code allocations.
1607
1608 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
1609
1610         * loader.c (mono_free_method): Free header->locals and header->clauses.
1611
1612         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
1613         dynamic case.
1614
1615         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
1616
1617         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
1618
1619 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1620
1621         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
1622         the tables.
1623
1624 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1625
1626         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
1627
1628 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1629
1630         MonoGenericMethod on a diet
1631         * class-internals.h (_MonoMethodInflated::reflection_info): Move
1632         here ...
1633         (_MonoGenericMethod::reflection_info): ... from here.
1634         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
1635         Update to changes.
1636         * reflection.c (inflate_mono_method): Likewise.
1637         (mono_reflection_bind_generic_method_parameters): Likewise.
1638
1639 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1640
1641         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
1642         *verify.c: factored long ldarg forms to share code with short forms
1643
1644 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1645
1646         *verify.c: fixed code formating factored some duplicate code
1647         into a new function
1648
1649         *verify.h: fixed binary incompatibility introduced earlier
1650
1651         *pedump.c: fixed formating
1652
1653 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1654
1655         Fix assertion when disassembling Mono.C5.dll
1656         * loader.c (method_from_methodspec): Avoid inflating a method
1657         twice with the same context.  If the methodref is inflated, use
1658         the declaring method instead.
1659
1660         * class.c (mono_class_from_generic_parameter): Fix case similar to
1661         bug #81830 handled below, but for method containers.
1662
1663 2007-06-10  Raja R Harinath  <harinath@gmail.com>
1664
1665         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
1666         get_shared_generic_class.  Directly inflate the instance.
1667         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
1668         (inflate_generic_class): Delete.
1669         (get_shared_generic_class): Delete.  Move setting of
1670         'cached_class' and 'cached_context' ...
1671         * metadata.c (mono_metadata_lookup_generic_class): ... here.
1672
1673         * metadata.c (mono_metadata_lookup_generic_class): Change
1674         signature to take the components of a MonoGenericClass rather than
1675         an allocated MonoGenericClass.  Change semantics to be intern-like.
1676         * reflection.c (mono_class_bind_generic_parameters): Update to
1677         changes.  Make locking region tighter.
1678         * class.c (inflate_generic_class): Update to changes.
1679         (get_shared_generic_class): Likewise.
1680         * metadata-internals.h: Likewise.
1681
1682         * reflection.c (mono_class_bind_generic_parameters): Take and
1683         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
1684         (mono_reflection_bind_generic_parameters): Use
1685         'mono_class_bind_generic_parameters' rather than duplicate the code.
1686         * class.c (mono_bounded_array_class_get): Update to changes.
1687         * object-internals.h: Likewise.
1688
1689         * reflection.c (mono_class_bind_generic_parameters): Only support
1690         parameterizing generic type definitions.  Remove support for other
1691         open types.
1692
1693 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
1694
1695         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
1696
1697         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
1698         in the dynamic case.
1699
1700 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
1701
1702         * threads.c: When cleaning up thread, reset the Background bit.
1703         Fixes bug #81720.
1704
1705 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
1706
1707        * metadata.c: Move variable declarations to top of scope.
1708        * verify.c: Move variable declarations to top of scope.
1709
1710        Code is contributed under MIT/X11 license.
1711
1712 2007-06-08  Raja R Harinath  <rharinath@novell.com>
1713
1714         * reflection.c (mono_class_bind_generic_parameters): Replace
1715         open-coded loop with mono_metadata_inflate_generic_inst.
1716
1717         * class.c (get_shared_generic_class): Don't call
1718         mono_get_shared_generic_inst.  Use the container's own
1719         'class_inst'.
1720
1721         * metadata.c (mono_metadata_load_generic_params): Move
1722         initialization of 'context' field here from ...
1723         * class.c (mono_class_create_from_typedef): ... here, and ...
1724         * loader.c (mono_get_method_from_token): ... here.
1725
1726         * class.c (get_shared_generic_class): Rename from
1727         mono_get_shared_generic_class and make static.
1728         (mono_get_shared_generic_inst): Move to metadata.c.
1729         * loader.c (mono_get_shared_generic_method): Likewise.
1730         * class-internals.h, metadata-internals.h: Update to changes.
1731
1732         Fix #81830
1733         * class.c (mono_class_from_generic_parameter): Don't assume a
1734         generic container owner exists.  Generic containers from monodis
1735         don't have any.
1736
1737 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
1738
1739         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
1740         * verify.h: new typedefs to returns the non-verifiable status
1741         * verify.c: initial implementation of generics, stack merging and object compatibility check
1742
1743 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1744
1745         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1746         a MonoInternalHashTable again (fixed bug in internal hash table
1747         code).
1748
1749 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1750
1751         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1752         MonoInternalHashTable again (fixed bug in internal hash table
1753         code).
1754
1755 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1756
1757         * class.c, image.c, class-internals.h, domain.c,
1758         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
1759         changes.  Have to figure out what makes them break the SWF
1760         regression.
1761
1762 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1763
1764         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1765         a MonoInternalHashTable now.
1766
1767 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1768
1769         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1770         MonoInternalHashTable now.
1771
1772 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
1773
1774         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
1775         invoke_impl code.
1776
1777         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
1778
1779         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
1780         dependent trampoline.
1781
1782         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1783
1784         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
1785
1786 2007-05-29  Robert Jordan  <robertj@gmx.net>
1787
1788         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
1789
1790 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
1791
1792         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
1793
1794 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
1795
1796        * marshal.c: Fix interface lookup loops for
1797        cominterop_get_com_slot_for_method and 
1798        cominterop_get_method_interface. Only need to lookup
1799        if type is a class, else use interface type method is on.
1800
1801        Code is contributed under MIT/X11 license.
1802
1803 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1804
1805         * reflection.c: HasSecurity can be present even if no specially 
1806         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
1807         SecurityAttribute). Fix CAS regression tests on buildbot.
1808
1809 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
1810
1811        * appdomain.c: Add configure checks for header files.
1812        * image.c: Add configure checks for header files.
1813        * file-io.c: Add configure checks for header files.
1814        * debug-mono-symfile.c: Add configure checks for header files.
1815        * threadpool.c: Add configure checks for header files.
1816        * console-io.c: Add configure checks for header files.
1817        * profiler.c: Add configure checks for header files.
1818        * rawbuffer.c: Add configure checks for header files.
1819        * icall.c: Add configure checks for header files.
1820        * rand.c: Add configure checks for header files.
1821        * socket-io.c: Add configure checks for header files.
1822
1823        Code is contributed under MIT/X11 license.
1824
1825 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
1826
1827         * reflection.c (mono_custom_attrs_from_builders): Remove the 
1828         assertion as it breaks the build.
1829         
1830         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
1831
1832         * reflection.c (lookup_custom_attr): Make a copy here too.
1833
1834         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
1835         dynamic images.
1836
1837         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
1838         images.
1839
1840         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
1841         info.
1842
1843 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
1844
1845         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
1846         (load_cattr_value): Ditto.
1847
1848 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
1849
1850         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
1851
1852 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
1853
1854         * threads.c: In "start_wrapper", set apartment_state to MTA if
1855         apartment_state is Unknown and we're running on 2.0 profile or
1856         higher.
1857         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
1858         to main method, then set apartment_state to Unknown on 1.0 profile,
1859         and MTA on 2.0 profile.
1860
1861 2007-05-16  Jb Evain  <jb@nurv.fr>
1862
1863         * class-internals.h (MonoDefaults): Add an attribute_class and
1864           customattribute_data_class.
1865         * domain.c (mono_init_internal): Populate them.
1866         * reflection.c: Use them to remove duplicates. Make a vew
1867         MonoClass variables `static'.
1868
1869 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
1870
1871         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
1872         step in implementing IMT, so that all isinst checks now can go
1873         through the bitmap.
1874         This was needed because vtables for TransparentProxy need to look
1875         like the vtable of the "target" class, so they need to point to
1876         its interface bitmap directly.
1877
1878         * object.c: inside "mono_class_create_runtime_vtable" and
1879         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
1880
1881 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1882
1883         * object-internals.h
1884           culture-info.h : added territory field in MonoCulture and
1885           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
1886         * locales.c : fill territory field above too.
1887         * culture-info-table.h : regenerated.
1888
1889 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
1890
1891         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
1892         Fixes #81599.
1893
1894 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
1895
1896         * object.c: Always initialize apartment, even if 
1897         there is no custom attributes on entry point.
1898         
1899         Code is contributed under MIT/X11 license.
1900
1901 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
1902
1903         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
1904         * metadata.c: If no encoding is set, check for unicode
1905         on class.
1906         
1907         Code is contributed under MIT/X11 license.
1908
1909 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1910
1911         * threads.c: Handle if mono_thread_current returns NULL 
1912         
1913         Code is contributed under MIT/X11 license.
1914
1915 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1916
1917         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
1918         in start_wrapper. Added mono_thread_init_apartment_state and
1919         mono_thread_cleanup_apartment_state.
1920         * object.c: Initialize thread apartment state on main thread
1921         by checking for STAThreadAttribute on entry point.
1922         * object-internals.h: Add apartment_state field to MonoThread.
1923         * threads-types.h: Add unmanaged definition of 
1924         System.Threading.ApartmentState, MonoThreadApartmentState.
1925         
1926         Code is contributed under MIT/X11 license.
1927         
1928 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
1929
1930         * class.c: Fix windows build.
1931         * class-internals.h: Fix windows build.
1932         
1933         Code is contributed under MIT/X11 license.
1934
1935 2007-05-08  Robert Jordan  <robertj@gmx.net>
1936
1937         * process.c (CreateProcess_internal):
1938         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
1939         .CreateNoWindow was specified. Fixes #81496.
1940
1941 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1942
1943         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
1944         step in implementing IMT, replaced it with two compact arrays
1945         (interfaces_packed and interface_offsets_packed) and a bitmap that
1946         is used for isinst checks (interface_bitmap).
1947
1948         * class.c: (compare_interface_ids): compare function to pass to
1949         bsearch when looking for an interface with a given id.
1950         (mono_class_interface_offset): reimplemented using bsearch on
1951         interfaces_packed, getting the offset from interface_offsets_packed.
1952         (print_implemented_interfaces): utility debugging function.
1953         (setup_interface_offsets): reworked to initialize interfaces_packed,
1954         interface_offsets_packed and interface_bitmap.
1955
1956         * object.c: replaced all accesses to "MonoClass.interface_offsets"
1957         with uses of interfaces_packed and interface_offsets_packed.
1958
1959 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1960
1961         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
1962         mono_class_interface_offset prototype to wrap all accesses to
1963         "MonoClass.interface_offsets".
1964
1965         * class.c: Implemented mono_class_interface_offset, and wrapped all
1966         accesses to "MonoClass.interface_offsets".
1967
1968         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
1969         "MonoClass.interface_offsets".
1970
1971 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
1972
1973         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
1974         GetMethodFromHandle overloads (bug #78637).
1975
1976 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1977
1978         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
1979         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
1980
1981 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
1982
1983         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
1984         #81498.
1985
1986         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
1987         gracefully.
1988         (mono_custom_attrs_from_index): Ditto.
1989
1990         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
1991         Fixes #81501.
1992
1993 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
1994
1995         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
1996         is now allocated from a mempool.
1997
1998 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
1999
2000         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
2001         caller holds threads_lock, leading to deadlocks. Fixes #81476.
2002
2003 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
2004
2005         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
2006         mono_loader_clear_error () too late. Fixes #81463.
2007
2008 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
2009
2010         * culture-info-table.h : regenerated.
2011
2012 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
2013
2014         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
2015         is missing.
2016
2017 2007-04-25  Dick Porter  <dick@ximian.com>
2018
2019         * Makefile.am: Put the mingw enforced-optimisation back into the
2020         PLATFORM_WIN32 section.
2021
2022 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
2023
2024         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
2025         patch.
2026
2027         * image.c (mono_image_load_module): New API function to load a module reference.
2028
2029         * image.c (load_modules): Load modules lazily. Fixes #80812.
2030
2031         * class.c (mono_class_from_typeref): Use mono_image_load_module.
2032         
2033         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
2034
2035         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
2036         to mono_image_load_module_dynamic.
2037
2038 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
2039
2040         * marshal.c: Fix calling convention for CCW on non-windows
2041         platforms. STDCALL on windows, CDECL everywhere else to work 
2042         with XPCOM and MainWin COM.
2043         
2044         Code is contributed under MIT/X11 license.
2045
2046 2007-04-23  Martin Baulig  <martin@ximian.com>
2047
2048         Fix #80969.
2049
2050         * loader.c
2051         (method_from_memberref): Added `gboolean *used_context' argument.
2052         (mono_get_method_from_token): Likewise.
2053         (mono_get_method_full): Don't insert the method in the cache when
2054         `used_context' is true.
2055
2056 2007-04-23  Raja R Harinath  <rharinath@novell.com>
2057
2058         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
2059
2060         * reflection.c (mono_reflection_bind_generic_parameters): Don't
2061         create new MonoTypes for returned types.
2062         * class.c (mono_generic_class_get_class): Export mono-internal.
2063         * class-internals.h: Update to changes.
2064
2065 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
2066
2067         * threadpool.c, threadpool.h, icall-def.h: patch from
2068         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
2069
2070 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
2071
2072         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
2073         
2074         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
2075
2076         * threads.c (mono_thread_get_stack_bounds): New helper function.
2077
2078         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
2079         Correctly compute stack bounds when attaching. Fixes #81394.
2080
2081 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
2082
2083         * reflection.c: fix handling of doubles in custom attributes
2084         for the arm-fpa format (bug #81368).
2085
2086 2007-04-18  Raja R Harinath  <rharinath@novell.com>
2087
2088         * reflection.c (assembly_add_win32_resources): Mildly relax an
2089         bounds check to let the end pointer point just past the end of the
2090         allocated buffer.  (may fix #81384)
2091
2092 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
2093
2094         * culture-info-table.h : regenerated.
2095
2096 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
2097
2098         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
2099         the thread is aborted early.
2100
2101 2007-04-05  Dick Porter  <dick@ximian.com>
2102
2103         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
2104         FindFirstFile()/FindNextFile() to find entries.  This lets the
2105         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
2106         81038.
2107
2108         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
2109         the parameters of
2110         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
2111
2112 2007-04-04  Martin Baulig  <martin@ximian.com>
2113
2114         * debug-helpers.c
2115         (mono_method_desc_full_match): Add support for nested classes.
2116
2117 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
2118
2119         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
2120
2121 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
2122
2123         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
2124         waiting for too many threads.
2125
2126 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
2127
2128         * environment.c: Fix return value check on uname so we can get the 
2129         executing version on Solaris operating systems.
2130
2131 2007-03-28  Jb Evain  <jbevain@gmail.com>
2132
2133         * class.c (mono_type_get_name_recurse): Complete the
2134         fix for the creation of assembly qualified names for
2135         pointer types. Fixes #81208.
2136
2137 2007-03-27  Dick Porter  <dick@ximian.com>
2138
2139         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
2140         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
2141         changed.
2142
2143         * threads.c
2144         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
2145         the value of ReleaseMutex().
2146
2147 2007-03-27  Dick Porter  <dick@ximian.com>
2148
2149         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
2150         in little-endian order, not network endian, so must be converted
2151         to host endian here.  Fixes bug 80593.
2152
2153 2007-03-22  Jb Evain  <jbevain@gmail.com>
2154
2155         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
2156         qualified names for pointer types. Fixes #81208.
2157
2158 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
2159
2160         * marshal.c: Add support for PreserveSigAttribute. 
2161         
2162         Code is contributed under MIT/X11 license.
2163
2164 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
2165
2166         * process.c: Fix endianness issues. Fixes #81126.
2167
2168         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
2169         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
2170
2171         * image.c (mono_image_lookup_resource): Make this work on big-endian
2172         machines.Change API contract so the caller needs to free the return value.
2173         
2174         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
2175         API change.
2176         
2177 2007-03-14  Martin Baulig  <martin@ximian.com>
2178
2179         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
2180         mono_type_get_desc() as well.
2181
2182 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
2183
2184         * icall.c:  Fix environ access in VS.  
2185         
2186 2007-03-13  Alp Toker  <alp@atoker.com>
2187
2188         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
2189         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
2190         #63841.
2191
2192 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
2193
2194         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
2195         circular references among dynamic methods. Fixes #81091.
2196
2197         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
2198
2199 2007-03-09  Martin Baulig  <martin@ximian.com>
2200
2201         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
2202
2203 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
2204
2205         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
2206         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
2207         
2208         Code is contributed under MIT/X11 license.
2209         
2210 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
2211
2212         * loader.c: Reapply patch for bug #79424.
2213
2214 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2215
2216         * metadata.c (mono_type_to_unmanaged): Only convert object to
2217         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
2218
2219 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
2220
2221         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
2222         (and incorrectly set) is_reference field from MonoGenericInst.
2223
2224 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2225
2226         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
2227         a little earlier.
2228
2229         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
2230
2231         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
2232
2233 2007-03-05  Miguel de Icaza  <miguel@novell.com>
2234
2235         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
2236         FileOptions.1 value to mean "temporary", map that to
2237         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
2238
2239         Fixes 80688
2240
2241 2007-03-03  Marek Habersack  <mhabersack@novell.com>
2242
2243         * appdomain.c: implement MS .Net style shadow copying. Copies of
2244         the assemblies are made in a subdirectory of the dynamic base
2245         directory, the assembly names are preserved.
2246         Copy .mdb and .config files along with the assemblies being shadowed.
2247
2248 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2249
2250         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
2251         (emit_marshal_handleref): Ditto.
2252
2253         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
2254         on Visual C++. Fixes #80671.
2255
2256 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
2257
2258         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
2259         for clone operations.
2260
2261 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2262
2263         * marshal.c: Fix warnings.
2264
2265 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
2266
2267         * loader.c: allow case-insensitive matching of the dll name
2268         in dllmap handling when prefixed with "i:".
2269
2270 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
2271
2272         * threads.c: Fix #ifdef for dummy_apc function for VS.
2273
2274 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
2275
2276         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
2277
2278 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
2279         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
2280         giving precedence to the methods with a fully qualified name
2281         (InterfaceName.MethodName) when building the interface sections
2282         of the vtable.
2283
2284 2007-02-16  Dick Porter  <dick@ximian.com>
2285
2286         * threadpool.c (append_job): Fix fast-path array handling, so it's
2287         less likely the array will grow exponentially when the load is
2288         heavy.
2289
2290 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2291
2292         * metadata-internals.h, loader.c: fix dllmap lookup order
2293         for non-function maps, too, and prepare for fallback code.
2294
2295 2007-02-12  Robert Jordan  <robertj@gmx.net>
2296
2297         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
2298         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
2299         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
2300         GlobalFree. Fixes a part of bug #77075.
2301
2302 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
2303
2304         * loader.c: implemented typedef parent in field memberref.
2305
2306 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
2307
2308         * marshal.c: Fix warnings and remember to call Release on
2309         IUnknown of RCW.
2310         
2311         Code is contributed under MIT/X11 license.
2312
2313 2007-02-10  Miguel de Icaza  <miguel@novell.com>
2314
2315         * class-internals.h: Add MonoHandleRef definition, and
2316         handleref_class to mono_defaults. 
2317
2318         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
2319         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
2320
2321         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
2322         (do nothing on this stage)
2323         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
2324         (emit_marshal_handleref): New method, used for argument handling
2325         of HandleRefs. 
2326
2327 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
2328
2329         * class.c (mono_class_setup_parent): Lazily init com types.
2330         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
2331         init com types.
2332         * object.c (mono_remote_class_vtable): Lazily init com types.
2333         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
2334         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
2335         * domain-internals.h: Expose mono_init_com_types.
2336         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
2337         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
2338         Add support for COM Callable Wrapper marshalling.
2339         * marshal.h: Add icall definitions.
2340         * gc.c: Handle freeing of CCWs in finalizer code.
2341         
2342         Code is contributed under MIT/X11 license.
2343
2344 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
2345
2346         * reflection.c: changed all the signature encoding code to use
2347         a variable-sized buffer.
2348
2349 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2350
2351         * marshal.c: locking fixes: never take the loader lock
2352         or other runtime locks when holding the marshal lock
2353         (fixes bug#80664).
2354
2355 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
2356
2357         * marshal.c: make the delegate function pointer mapping
2358         work for the moving GC.
2359
2360 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
2361
2362         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
2363         for bug #80618.
2364
2365 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2366
2367         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
2368         gmodule.
2369
2370 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
2371
2372         * threadpool.c: made the code moving-GC safe.
2373
2374 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
2375
2376         * assembly.c, boehm-gc.c, class-internals.h, class.c,
2377         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
2378         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
2379         warning cleanup.
2380         * reflection.c: warning cleanup, some threading and moving GC fixes.
2381
2382 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
2383
2384         * class.c, loader.c: create the needed Set/Get/Address array methods
2385         as well as the .ctors in mono_class_init (), fixes bug #80567.
2386
2387 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
2388
2389         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
2390         we doesn't decrease its alignment. Should fix the sparc build.
2391
2392 2007-01-24  Dick Porter  <dick@ximian.com>
2393
2394         * socket-io.c
2395         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2396         Create the returned object if we need to ignore an unsupported
2397         socket option.  Fixes a segfault reported by Atsushi.
2398
2399 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
2400
2401         * class.c, object.c: restrict GC-tracked fields to
2402         UIntPtr fields used inside corlib, so we provide better
2403         type info to the GC and also allow broken packing as in
2404         bug #80580.
2405
2406 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
2407
2408         * sgen-gc.c: removed duplicated function.
2409
2410 2007-01-19  Miguel de Icaza  <miguel@novell.com>
2411
2412         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
2413         value that means that the value is not supported, but that we
2414         should not return a failure, but instead report this as a
2415         successful operation.
2416
2417 2007-01-19  Raja R Harinath  <rharinath@novell.com>
2418
2419         Fix tests/bug79956.2.il
2420         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
2421         (mono_generic_class_get_class): If the generic definition in an
2422         enum, copy over other fields related to it.
2423
2424 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
2425
2426         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
2427         genericinst enums (bug #79215).
2428
2429 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
2430         * class.c: Fix bug 80307.
2431
2432 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
2433
2434         * image.c: if the file table is not present, try to load
2435         all the modules, since we don't have info about them
2436         having or not metadata (bug #80517).
2437         * assembly.c: allow mono_assembly_load_references () to
2438         work for netmodules.
2439
2440 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2441
2442         * image.c, metadata-internals.h, object.c: execute module
2443         cctors when running on the 2 runtime if present (bug #80487).
2444
2445 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
2446
2447         * icall.c: optimized InitializeArray() on bigendian.
2448
2449 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
2450
2451         * icall.c: fix for the broken ARM FPA double format.
2452
2453 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
2454
2455         * icall.c: handle endian issues for r4 and r8 types, too, in
2456         the InitializeArray() icall.
2457
2458 2007-01-15  Miguel de Icaza  <miguel@novell.com>
2459
2460         * loader.c (mono_loader_error_prepare_exception): Clear the error
2461         once we have extracted the information from it, do this before we
2462         call into the JIT's class loading mechanisms.
2463
2464         * object.c (mono_class_create_runtime_vtable): Do not clear the
2465         loader error before calling mono_class_get_exception_for_failure
2466         as the loader error is needed inside
2467         mono_class_get_exception_for_failure to throw the error (thinko).
2468
2469         Fixes #80521
2470         
2471 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
2472
2473         * reflection.c: align fields rva data so it's faster to load at
2474         runtime.
2475
2476 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2477
2478         Prepare to simplify GenericMethod handling.
2479         * class-internals.h (mono_method_get_context): New accessor function.
2480         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
2481         rather than directly accessing '->context' field.
2482
2483         * class-internals.h (_MonoGenericParam.method): Move ...
2484         (_MonoGenericContainer): ... here.  Add into union with klass field.
2485         * class.c, icall.c, loader.c, metadata.c, reflection.c:
2486         Update to changes.
2487
2488 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
2489
2490         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
2491         the wrapper type enum and reduce relocations.
2492
2493 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2494
2495         * reflection.c (inflate_mono_method): Reuse method instantiation
2496         from the generic method, if available.
2497
2498 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2499
2500         * marshal.c (emit_marshal_variant): Fix conv_arg
2501         type in last commit, based on whether parameter is byref.
2502         
2503 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2504
2505         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
2506         marshalling.
2507         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
2508         MONO_TYPE_OBJECT back for VARIANT support.
2509
2510 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2511
2512         * marshal.c, marshal.h, icall-def.h: Implement 
2513         Marshal.ReAllocCoTaskMem.
2514
2515 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
2516
2517         * marshal.c: memory retention fixes: use the proper
2518         image cache for runtime_invoke method lookups.
2519
2520 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
2521
2522         * mempool.c: added code to help debug mempool allocations.
2523
2524 2007-01-11  Dick Porter  <dick@ximian.com>
2525
2526         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
2527         support (experimenting with faking it with IP_MTU_DISCOVER for
2528         systems that don't have IP_DONTFRAGMENT.)
2529         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
2530         icall.
2531
2532         * icall-def.h: new System.Net.Sockets.Disconnect icall.
2533
2534         * socket-io.h: Add new fields to MonoSocketAsyncResult
2535         corresponding to the new ones in Socket.cs.
2536
2537 2007-01-11  Raja R Harinath  <rharinath@novell.com>
2538
2539         Fix IronPython regression mentioned in #80249
2540         * metadata.c (do_mono_metadata_parse_generic_class): Clear
2541         'cached_context' field, since it may have been initialized as a
2542         side-effect of metadata parsing.
2543
2544         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
2545         (_MonoGenericClass.cached_class): Move here and rename from lone
2546         remaining field of ...
2547         (_MonoInflatedGenericClass): ... this.  Remove.
2548         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
2549         to changes.
2550
2551         Fix mcs/tests/test-128.cs regression.
2552         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
2553         2007-01-10 change below.
2554         [MONO_TYPE_OBJECT]: Recurse into array case.
2555
2556 2007-01-11  Raja R Harinath  <harinath@gmail.com>
2557
2558         * class-internals.h (mono_get_inflated_generic_class): Remove.
2559         * class.c (mono_get_inflated_generic_class): Remove.
2560         (mono_generic_class_get_class): Rename from
2561         mono_class_create_generic.
2562         (mono_class_from_mono_type) [GENERICINST]: Use it.
2563         * reflection.c, metadata.c: Update to changes.  Use
2564         'mono_class_from_mono_type'.
2565
2566 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
2567
2568         * reflection.c: use passed type when encoding an array element
2569         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
2570
2571 2007-01-09  Robert Jordan  <robertj@gmx.net>
2572
2573         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
2574         result arguments (someDelegate.EndInvoke (unrelatedAres)).
2575         Fixes bug #80392.
2576
2577 2007-01-09  Raja R Harinath  <rharinath@novell.com>
2578
2579         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
2580
2581         * object.c (set_value): Avoid aliasing between type->data.klass
2582         and type->data.generic_class.
2583
2584         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
2585
2586 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2587
2588         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
2589         between type->data.klass and type->data.generic_class.
2590
2591 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
2592
2593         * marshal.c: In MS.NET, StringBuilder objects are not copied by
2594         value in out parameters.
2595
2596 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2597
2598         Simplify invariant for MonoGenericClass::klass field.
2599         * class.c (mono_class_create_generic): Verify 'klass' is null.
2600         * metadata.c (do_mono_metadata_parse_generic_class): Don't
2601         initialize 'klass' field.
2602
2603 2007-01-05  Raja R Harinath  <rharinath@novell.com>
2604
2605         Ongoing work to avoid redundant data and simplify invariants.
2606         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
2607         'generic_class', and change type to a GenericInst.
2608         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
2609         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
2610
2611 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
2612
2613         * class.c : skip io-layer under PLATFORM_WIN32.
2614
2615 2007-01-03  Tor Lillqvist  <tml@novell.com>
2616
2617         Fix #80305: In a bundled executable, look in the bundled exe
2618         assembly to determine the runtime version. Add the possibility to
2619         bundle also the machine.config file.
2620         
2621         * assembly.c (mono_assembly_open_from_bundle): Make
2622         non-static. Allow being called even if we have no bundled
2623         assemblies, and return NULL right away in that case.
2624
2625         * domain-internals.h: Declare mono_assembly_open_from_bundle()
2626         here.
2627
2628         * domain.c (app_config_parse): Take an assembly exe file name as
2629         parameter instead of a config file name. Check for a bundled
2630         config file for that assembly by calling
2631         mono_config_string_for_assembly_file() (see below) before looking
2632         for one in the file system.
2633         (get_runtimes_from_exe): Corrsponding change to call of
2634         app_config_parse().
2635         (get_runtimes_from_exe): Check for bundled assembly exe file first
2636         by calling mono_assembly_open_from_bundle(). If no bundled
2637         assembly exe file is found, call mono_image_open() as before to
2638         look it up in the file system.
2639
2640         * mono-config.c: Add variable bundled_machinec_onfig.
2641         (mono_config_string_for_assembly_file): New function.
2642         (mono_config_for_assembly): Move code snippet that looks for a
2643         bundled assembly .config file into the above new function. Call
2644         it.
2645         (mono_register_machine_config, mono_get_machine_config): New
2646         functions to set and retrieve
2647
2648         * assembly.h: Declare mono_register_machine_config().
2649
2650         * mono-config.h: Declare mono_get_machine_config() and
2651         mono_config_string_for_assembly_file().
2652
2653         * icall.c: No declaration of environ necessary on Win32. It is
2654         declared (as a macro expanding to a function call) in stdlib.h.
2655         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
2656         New internal mono function. Returns the value of
2657         mono_get_machine_config() as a Mono string.
2658
2659         * icall-def.h: Add get_bundled_machine_config().
2660
2661 2007-01-04  Raja R Harinath  <rharinath@novell.com>
2662
2663         Remove redundant field
2664         * class-internals.h (_MonoGenericContext.container): Remove field.
2665         * loader.c (mono_method_get_signature_full): Don't parse a
2666         "container" for a signature parse when the signature is inflated
2667         immediately.
2668         (method_from_methodspec): Likewise, for a generic_inst.
2669         * class.c, metadata.c, reflection.c: Update to changes.
2670
2671 2006-01-04  Raja R Harinath  <rharinath@novell.com>
2672
2673         * class-internals.h (_MonoGenericClass): Rename 'context' field to
2674         'cached_context', and change semantics -- it starts off NULL, and
2675         is initialized on demand.
2676         * class.c (mono_generic_class_get_context): New accessor to
2677         replace 'context' field accesses.
2678         (mono_class_get_context): New helper.
2679         (*): Update to changes.
2680         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
2681
2682 2007-01-03  Miguel de Icaza  <miguel@novell.com>
2683
2684         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
2685         before the memcpy.   Fixes Marshal2 regression.
2686
2687 2007-01-02  Jb Evain  <jbevain@gmail.com>
2688
2689         * blob.h: add a MONO_TYPE_ENUM definition
2690         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
2691         fix the encoding of arrays of enums in custom attributes.
2692
2693         Fixes #79666.
2694
2695 2007-01-01  Miguel de Icaza  <miguel@novell.com>
2696
2697         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
2698         string is null terminated, but only cut the string short if it
2699         overflows the buffer.   
2700         
2701         (mono_string_to_byvalstr): Also fix this routine.   The code here
2702         was not properly terminating a string (it was only terminated
2703         because of the previous catch-all memset). 
2704
2705         I left the memset, because I do not know if applications expect
2706         the runtime to clear this region. 
2707
2708         Fixes #79944.
2709
2710         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
2711         Clear the error before returning to unmanaged code to prevent the
2712         runtime from being confused later on (fixes  80420).
2713         (ves_icall_type_from_name): Always call mono_loader_clear_error
2714         after parsing a type that could have failed.
2715         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
2716
2717         * loader.c (mono_loader_clear_error): Fix indentation.
2718
2719 2006-12-28  Martin Baulig  <martin@ximian.com>
2720
2721         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
2722
2723 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
2724
2725         * reflection.c: patch from Rolf Bjarne Kvinge to fix
2726         getting a token for an EnumBuilder.
2727
2728 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
2729
2730         * reflection.c: be more careful in case resource generation
2731         fails to create the data array.
2732
2733 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
2734
2735         * sgen-gc.c: write barrier for clone and fix unregister handles.
2736
2737 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
2738
2739         * reflection.c: some fixes needed in the generics code for the moving GC.
2740
2741 2006-12-22  Robert Jordan  <robertj@gmx.net>
2742
2743         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
2744         account. Fixes bug #80299.
2745
2746 2006-12-21  Raja R Harinath  <rharinath@novell.com>
2747
2748         Fix WaitHandle usage in delegates.
2749         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
2750         * object.c (mono_wait_handle_new): Use the property set method to
2751         initialize the handle.
2752         (mono_wait_handle_get_handle): New.
2753         * threadpool.c (mono_async_invoke): Use it.
2754         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
2755         Likewise.
2756         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
2757
2758 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
2759
2760         * marshal.c (emit_marshal): Call emit_marshal_variant and
2761         emit_marshal_com_interface when applicable.
2762         (emit_marshal_variant, emit_marshal_com_interface): Add
2763         methods for this case and remove if's from emit_marshal_object.
2764         
2765 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
2766
2767         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
2768
2769 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
2770
2771         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
2772         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
2773         and GlobalFree on Windows. Remove FIXME.
2774
2775 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
2776
2777         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
2778         implementation for managed objects.
2779
2780 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
2781
2782         * object.c: implemented code to be used for checking
2783         that no reference field overlaps with non-references.
2784
2785 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2786
2787         * threadpool.c: fix queue code to be compatible with the
2788         moving GC.
2789
2790 2006-12-18  Miguel de Icaza  <miguel@novell.com>
2791
2792         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
2793         in structures by throwing ArgumentNullException.
2794
2795         (emit_marshal_safehandle): Also when they are null parameters.
2796
2797         (emit_marshal_safehandle): Add support for ref
2798         SafeHandles parameters
2799
2800 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
2801
2802         * profiler.c: updated to use the mono-dl API instead of
2803         gmodule.
2804
2805 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2806
2807         * profiler.c: updated to use the mono-dl dynamic loading
2808         API instead of gmodule.
2809
2810 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
2811
2812         * profiler.c: use readlink, older versions of glib don't have
2813         g_file_read_link ().
2814
2815 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2816
2817         * profiler.c: try to detect the path to mono if libc fails to provide
2818         a useful name (bug #80286).
2819
2820 2006-12-16  Raja R Harinath  <rharinath@novell.com>
2821
2822         Fix #80242
2823         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
2824         instance, use the generic type definition instead.
2825         (ves_icall_Type_GetNestedTypes): Likewise.
2826         * class.c (mono_class_create_generic): Always set the
2827         nested_classes of a generic instance to NULL, even if the generic
2828         type definition has nested types.
2829
2830 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
2831
2832         * marshal.c (mono_string_from_bstr): Revert previous Windows change
2833         and fix on Linux.
2834         
2835 2006-12-15  Miguel de Icaza  <miguel@novell.com>
2836
2837         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
2838         my arguments were in the wrong order.   I also fixed the Windows
2839         version which seems to have had the same issue.
2840
2841         (mono_free_bstr): On Unix, this is g_free.
2842         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
2843         conversions (for the tests in corlib to pass).
2844
2845 2006-12-14  Miguel de Icaza  <miguel@novell.com>
2846
2847         * marshal.c (emit_ptr_to_object_conv): For now, ignore
2848         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
2849         exception if a ref SafeHandle in a struct has changed).
2850         
2851         (emit_struct_conv): Do not perform layout checks for classes
2852         derived from SafeHandle, as those are specially handled. 
2853
2854         (emit_object_to_ptr_conv): Add support for
2855         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
2856
2857         (emit_marshal_safehandle): Implement conversion of return values
2858         of safehandles (MARSHAL_ACTION_CONV_RESULT).
2859         
2860         * threads.c: WaitHandle now is compiled with two different handles
2861         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
2862         for 2.0.
2863         
2864         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
2865         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
2866         these routines to cope with both kinds of fields.
2867
2868 2006-12-12  Miguel de Icaza  <miguel@novell.com>
2869
2870         * metadata.c (mono_type_to_unmanaged): Handle the case where
2871         type->data.klass is a SafeHandle, and in that case, return the
2872         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
2873         MONO_MARSHAL_CONV_SAFEHANDLE. 
2874
2875 2006-12-11  Miguel de Icaza  <miguel@novell.com>
2876
2877         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
2878         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
2879         calling emit_marshal_object.
2880
2881         (emit_marshal_safehandle): Implement marshalling of
2882         SafeHandle parameters (no ref support yet).
2883
2884         (MarshalAction): Document the defines as I implement
2885         them for SafeHandle.
2886
2887         (emit_marshal_object): indentation police.
2888
2889         * class-internals.h: Define MonoSafeHandle.
2890         Add safehandle_class to MonoDefaults type.
2891
2892         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
2893         list of classes to check for fields. 
2894
2895         * domain.c (mono_init_internal): Add SafeHandle to the list of
2896         mono_defaults loaded.
2897
2898 2006-12-15  Raja R Harinath  <rharinath@novell.com>
2899
2900         Fix #80253
2901         * reflection.c (mono_reflection_bind_generic_parameters): If the
2902         generic type definition is a type builder, ensure that it is fully
2903         initialized before instantiating it.  Kill some dead code.
2904
2905 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
2906
2907         * object.c: clear the loader_error () before loading
2908         more metadata stuff (bug #80258).
2909
2910 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
2911
2912         * icall.c, icall-defs.h: type modifiers icalls for
2913         parameters and properties.
2914
2915 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
2916
2917         * object.c, icall.c: fixed warnings.
2918
2919 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2920
2921         * marshal.c: fixed a couple of leaks and coding style in a few places.
2922
2923 2006-12-08  Dick Porter  <dick@ximian.com>
2924
2925         * process.c: Cope with NULL ProcessStartInfo arguments on windows
2926         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
2927         80173.
2928
2929 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
2930
2931         * process.c: ProcessStartInfo may have only filename set and
2932         arguments can be NULL.
2933
2934 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2935
2936         * icall.c: fix leak found by Robert Jordan.
2937
2938 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2939
2940         * marshal.c, marshal.h: generate managed method to access an element
2941         of a multi-dimensional array.
2942
2943 2006-11-30  Paolo Molaro (lupus@ximian.com)
2944
2945         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
2946
2947 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2948
2949         * icall.c: back out GetFields () fix until the serialization code is
2950         fixed to not depend on the incorrect behaviour.
2951
2952 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
2953
2954         * profiler.c: provide defaults if none are set.
2955
2956 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
2957
2958         * Makefile.am, attrdefs.h: new public header file with
2959         constants for attributes for use by embedders.
2960
2961 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
2962
2963         * icall.c: GetFields () fix for bug #80064.
2964
2965 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
2966
2967         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
2968         removed long unused icalls.
2969
2970 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
2971   
2972         * marshal.c: 
2973                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
2974                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
2975                 can be generated without a delegate class.
2976                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
2977         
2978         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2979
2980 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2981
2982         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
2983         #80069.
2984
2985 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
2986
2987         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
2988         icall-def.h: added icalls needed by System.GC.
2989
2990 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
2991
2992         * loader.c: ensure the class in catch clauses is handled
2993         correctly for generics methods (fixes bug#79980).
2994
2995 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
2996
2997         * monitor.h, monitor.c: added mono_locks_dump () function
2998         to help debug deadlocks involving managed locks.
2999
3000 2006-11-13  Dick Porter  <dick@ximian.com>
3001
3002         * file-io.c (get_file_attributes): If the file is a symlink try
3003         and get the stat data for the target, but also add the
3004         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
3005         the specs for the windows symlink support, but will probably have
3006         to be reworked when I have test data from a vista machine.  Fixes
3007         bug 79887.
3008
3009 2006-11-13  Dick Porter  <dick@ximian.com>
3010
3011         * gc.c (mono_domain_finalize): 
3012         * marshal.c (mono_delegate_begin_invoke): 
3013         * threadpool.c (socket_io_init, mono_thread_pool_init)
3014         (mono_thread_pool_finish): 
3015         * monitor.c (mono_monitor_try_enter_internal): 
3016         * threads.c (mono_thread_resume, mono_thread_init)
3017         (mono_thread_suspend_all_other_threads)
3018         (mono_thread_execute_interruption): 
3019         * appdomain.c (mono_domain_unload): Check for NULL error returns
3020         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
3021         75733.
3022
3023 2006-11-11  Miguel de Icaza  <miguel@novell.com>
3024
3025         * process.c
3026         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
3027         Only close the handle if the value of the handle is not
3028         INVALID_HANDLE_VALUE.  This just makes the process a bit more
3029         robust.
3030
3031         Improvement for #75733, so that we do not run into this problem. 
3032
3033         
3034         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
3035         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
3036         internal variables.  Fixes #79462 
3037         
3038
3039 2006-11-09  Dick Porter  <dick@ximian.com>
3040
3041         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
3042         Use poll() not select().  Fixes bug 79397.
3043
3044 2006-11-09  Raja R Harinath  <rharinath@novell.com>
3045
3046         Fix #79872
3047         * assembly.c (mono_assembly_load_from_full): Check that the given
3048         image has an assembly manifest.
3049
3050 2006-11-09  Ankit Jain  <jankit@novell.com>
3051
3052         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
3053         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
3054         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
3055
3056 2006-11-07  Dick Porter  <dick@ximian.com>
3057
3058         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
3059         Put the old resolver behaviour back for pre-2.0 profiles.
3060
3061 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
3062
3063         * threadpool.c: precise GC and locking fixes.
3064
3065 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
3066
3067         * class.c: don't load types that have an explicit unaligned
3068         managed reference. Provide better info in the TypeLoad exception.
3069         Part of the fix for bug #79744.
3070         * object.c: use the correct check for class type load issues.
3071
3072 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
3073
3074         * class.c: enforce alignment of fields with managed references
3075         even when Pack=1 is forced by the user (bug #77788).
3076
3077 2006-11-03  Dick Porter  <dick@ximian.com>
3078
3079         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
3080         If the address reverse lookup fails, return it as the hostname
3081         anyway.  Fixes bug 79721.
3082
3083 2006-11-03  Dick Porter  <dick@ximian.com>
3084
3085         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
3086         Fix build on Windows.
3087
3088 2006-11-02  Dick Porter  <dick@ximian.com>
3089
3090         * icall-def.h: 
3091         * object-internals.h: 
3092         * exception.c (mono_get_exception_thread_interrupted): 
3093         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
3094         Fixes bug 74525.
3095
3096         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
3097         Check for pending Thread.Interrupt.
3098
3099 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
3100         * loader.c: Fixed bug 79684.
3101
3102 2006-10-27  Dick Porter  <dick@ximian.com>
3103
3104         * file-io.c (get_file_attributes): Force symlinks to directories
3105         to be returned as a regular file.  Fixes bug 79733.
3106 2006-10-26  Dick Porter  <dick@ximian.com>
3107
3108         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
3109         CreateFile to open a directory then we need to set the
3110         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
3111
3112 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
3113
3114         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
3115         friends.
3116
3117 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3118
3119         * sgengc.c: small cleanup of timer code.
3120
3121 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
3122
3123         * sgen-gc.c: fix some warnings and start adding support for
3124         complete object removal on domain unload.
3125
3126 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
3127
3128         * assembly.c: build_assembly_name should not consider a version
3129         number without build or revision number invalid. Fixes bug #79715.
3130
3131 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
3132
3133         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
3134         call kernel32 function OutputDebugString directly.
3135         
3136         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
3137         
3138 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
3139
3140         * reflection.c: small cleanup, using a function to insert a MonoString
3141         in the string heap.
3142
3143 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
3144
3145         * reflection.c: moving GC fixes.
3146
3147 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
3148
3149         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
3150         all the objects with finalizers belonging to an unloading appdomain.
3151
3152 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
3153
3154         * sgen-gc.c: added ability to allocate even when the nursery is fully
3155         pinned and fixed a couple of bugs.
3156
3157 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3158
3159         * threads.h: Revert the last change for now.
3160
3161         * threads.h (mono_thread_get_pending_exception): Rename this to
3162         mono_thread_get_undeniable_exception ().
3163
3164 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
3165
3166         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
3167         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
3168         when fname does not refer to valid assembly. This result in a more
3169         meaningful error message.
3170         * exception.c: added mono_get_exception_bad_image_format2 which 
3171         constructs a BadImageFormatException using the ctor taking a custom
3172         message and the file name. Passing in a NULL msg results in a default
3173         message.
3174         * exception.h: define mono_get_exception_bad_image_format2 function.
3175         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
3176         when file name pointed to an invalid IL image. Use 
3177         mono_get_exception_file_not_found2 to construct FileNotFoundException,
3178         as this results in a more meaningful error message.
3179
3180 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3181
3182         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
3183         #79465.
3184
3185 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
3186
3187         * metadata.c (mono_type_size): Change the align parameter to guint32 for
3188         consistency with the other _size functions.
3189         (mono_type_stack_size): Ditto.
3190
3191         * class.c object.c icall.c: Fix warnings caused by the above change.
3192
3193         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
3194
3195         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
3196
3197         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
3198
3199 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
3200
3201         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
3202         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
3203         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
3204         threadpool.h, threads-types.h: mark more internal functions.
3205
3206 2006-10-11  Dick Porter  <dick@ximian.com>
3207
3208         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
3209         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
3210         reproduce the bug even before applying the fix.)
3211
3212 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
3213
3214         * reflection.c: allow retrieving attributes for arguments in generic
3215         methods (bug #79241).
3216
3217 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
3218
3219         * debug-mono-symfile.c: properly check fopen () result (found by
3220         coverity).
3221
3222 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
3223
3224         * reflection.c: make error message clearer and fixed two
3225         issuelets found by Coverity.
3226
3227 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
3228
3229         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
3230
3231 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3232
3233         * object-internals.h, gc-internal.h, profiler-private.h:
3234         mark internal functions.
3235
3236 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3237
3238         * reflection.c: put data in the text section.
3239         * icall.c: recognize more types in type_from_typename ().
3240         * process.c, marshal.c: added some GC FIXMEs.
3241
3242 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3243
3244         * loader.c: check for NULL before initializing.
3245
3246 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
3247
3248         * gc.c (finalizer_thread): Use a non-alertable wait here.
3249
3250         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
3251         until the correct solution is found.
3252
3253 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3254
3255         * reflection.c (mono_module_get_object): Avoid an assert when operating on
3256         modules with no metadata. Fixes #79596.
3257
3258         * image.c (load_metadata_ptrs): Put back the error message when
3259         the #- heap is encountered since the support is not complete yet.
3260
3261 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3262
3263         * gc.c: do not allow the user to SuppressFinalize () a
3264         delegate because it would leak the trampoline if present.
3265
3266 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3267
3268         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
3269         PropertyPtr table.
3270
3271 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
3272
3273         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
3274
3275         * metadata.c (mono_metadata_get_param_attrs): Ditto.
3276
3277         * row-indexes.h: Add definitions for *Ptr tables.
3278
3279         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
3280
3281         * metadata.c (mono_metadata_translate_token_index): New helper function to
3282         translate table indexes used in uncompressed metadata.
3283         (mono_metadata_decode_table_row): Ditto.
3284         (mono_metadata_decode_table_row_col): Ditto.
3285
3286         * metadata.c: Add table schema for *Ptr tables.
3287
3288         * class.c loader.c: Use the new helper function to access the affected metadata
3289         tables.
3290         
3291         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
3292         #38532.
3293         
3294 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
3295
3296         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
3297         sequences which can be unbounded in size. Fixes #79583.
3298
3299 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
3300
3301         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
3302         static initialization.
3303
3304         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
3305
3306         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
3307
3308         * domain.c (mono_domain_free): Free up type_init_exception_hash.
3309
3310         * object.c (mono_runtime_class_init): Implement correct semantics when a static
3311         ctor fails, i.e. throw the same exception on subsequent accesses.
3312         
3313 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
3314
3315         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
3316         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
3317         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
3318         Handle marshalling of interfaces and VARIANTs contained in structs.
3319         
3320         Code is contributed under MIT/X11 license.
3321         
3322 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
3323
3324         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
3325         
3326         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
3327         mempool.
3328
3329 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3330
3331         * console-io.c: ignore previous SIGINT handler.
3332
3333 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
3334
3335         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
3336         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
3337         #79460, #79461, #79485.
3338
3339         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
3340
3341         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
3342         #79217.
3343
3344 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
3345
3346         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
3347         could be generated from it.
3348
3349 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
3350
3351         * rand.c: fix read loop to correctly handle EINTR.
3352
3353 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3354
3355         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
3356         internal calls are defined to keep methods closer to the declaring
3357         type and allow a significant reduction in runtime relocations and
3358         memory usage.
3359
3360 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
3361
3362         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
3363         exception message to have FileNotFoundException use the default
3364         assembly load error message. Fixes bug #79426.
3365         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
3366
3367 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3368
3369         * threadpool.c: (start_thread_or_queue) use the root domain when
3370         creating the thread instead of the async object one.
3371
3372 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
3373
3374         * class.c, object.c, class-internals.h, reflection.c:
3375         for arrays, store element_size inside MonoClass (speedup
3376         for array object creation).
3377
3378 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
3379
3380         * icall.c: fixed CodeBase to use the file name and not the module
3381         name (bug #79365).
3382
3383 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3384
3385         * mono-debug.c, mono-debug.h: export find_method as
3386         mono_debug_find_method ().
3387
3388 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3389
3390         * debug-helpers.c, class-internals.h: added a few functions useful
3391         when debugging under gdb.
3392
3393 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3394
3395         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
3396         characters that need special handling.
3397
3398 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
3399
3400         * mono-config.c: make the os/cpu specification more flexible,
3401         allowing lists and negation.
3402
3403 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
3404
3405         * marshal.c: COM Interop fixes. Handle case where method->klass.
3406         is interface. Handle BSTR/MonoString when null. Use CDECL as 
3407         calling convention on non-windows platforms. This is for
3408         compatibility with XPCOM and MainWin COM.
3409         
3410         Code is contributed under MIT/X11 license.
3411         
3412
3413 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
3414
3415         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
3416         correctly. Fixes #79217.
3417
3418         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
3419
3420 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
3421
3422         * mono-config.c: allow both an os and cpu attribute for dllmap
3423         and dllentry elemnets to enable a single config file to be used
3424         for multiple architectures.
3425
3426 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
3427
3428         * loader.c: MonoLoaderError was cleared too soon on load failure.
3429         Fixes bug #79424.
3430
3431 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
3432
3433         * icall.c: use the defining class vtable when accessing a
3434         static field, not a pobblibly derived class.
3435
3436 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
3437
3438         * icall.c string-icalls.c: Remove references to unicode.h.
3439
3440         * unicode.h unicode.c Makefile.am: Remove these unused source files.
3441
3442         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
3443
3444         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
3445         indicating the image where custom marshaller types should be looked up.
3446         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
3447         custom marshallers, instead of corlib. Fixes #79425.
3448
3449 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
3450
3451         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
3452
3453 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
3454
3455         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
3456         Implement Environment.ProcessorCount.
3457         
3458         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
3459         Implement Environment.ProcessorCount.
3460         
3461         * icall.c: 
3462         Add Environment.ProcessorCount icall.
3463         
3464         Patch by Jason McFall.
3465
3466 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3467
3468         * assembly.c: don't append .exe/.dll when the filename already contains
3469         one of those extensions.
3470
3471 2006-09-12  Martin Baulig  <martin@ximian.com>
3472
3473         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
3474         to array interfaces.
3475
3476 2006-09-11  Martin Baulig  <martin@ximian.com>
3477
3478         * reflection.c (mono_image_build_metadata): Create the
3479         MethodImpl's after emitting all types and methods, so we don't
3480         need another fixup pass for them.
3481
3482 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
3483
3484         * class.c (mono_class_from_name_case): Fix regression introduced by the last
3485         change.
3486
3487 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
3488
3489         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
3490         unload.
3491
3492 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
3493
3494         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
3495         args is not set. Fixes #78926.
3496
3497 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
3498
3499         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
3500
3501         * image.c (load_class_names): Move this to class.c, and rename it to 
3502         'mono_image_init_name_cache'.
3503         (load_modules): Fix a warning.
3504
3505         * class.c icall.c image.c: Initialize image->name_cache lazily.
3506
3507         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
3508         on its name using information in the AOT file.
3509
3510         * class.c (mono_class_from_name): Use the new hook function.
3511
3512 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
3513
3514         * reflection.c (mono_param_get_objects): Handle enum default parameter values
3515         correctly.
3516
3517         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
3518         Fixes #79289.
3519         
3520 2006-09-06  Martin Baulig  <martin@ximian.com>
3521
3522         * icall.c (mono_lookup_internal_call): Small fix.
3523
3524 2006-09-05  Raja R Harinath  <rharinath@novell.com>
3525
3526         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
3527         double g_free.
3528
3529 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3530
3531         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
3532         when --debug is specified.
3533
3534 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3535
3536         * class.c (setup_generic_array_ifaces): Fix a warning.
3537
3538 2006-09-04  Miguel de Icaza  <miguel@novell.com>
3539
3540         * Temporarily remove the patch to assemly.c that checks the
3541         assembly versions as it breaks our gacutil.
3542
3543 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
3544
3545         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
3546
3547         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
3548         a net 1.0 runtime.
3549
3550         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
3551         created using the default ctor. Fixes #79152.
3552         (mono_string_builder_to_utf16): Ditto.
3553
3554 2006-09-01  Martin Baulig  <martin@ximian.com>
3555
3556         Fix handling of the generic array interfaces.
3557
3558         * class-internals.h
3559         (MonoDefaults): Removed `generic_array_class' and added
3560         `generic_ilist' class.
3561
3562         * class.c
3563         (mono_bounded_array_class_get): Add the new generic array interfaces.
3564         (setup_generic_array_ifaces): New static method; create vtable
3565         entries for each method in the generic array interfaces.
3566
3567         * metadata.c
3568         (select_container): Allow "parent-less" generic methods.
3569
3570         * marshal.c
3571         (mono_marshal_get_generic_array_helper): New public method.
3572
3573         * icall.c
3574         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
3575         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
3576         moved the interncall into System.Array.
3577
3578 2006-09-01  Raja R Harinath  <rharinath@novell.com>
3579
3580         A few more cases of avoiding work on types with ->byref set.
3581         Has the real fix for #79238
3582         * icall.c (is_generic_parameter): New helper.
3583         (ves_icall_Type_GetGenericParameterPosition): Use it.
3584         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
3585         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3586         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3587         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
3588         reference types.
3589         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
3590         reference types.
3591         (ves_icall_Type_get_IsGenericInstance): Likewise.
3592         (ves_icall_Type_get_IsGenericType): Likewise.
3593
3594 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
3595
3596         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
3597         class if possible.
3598
3599         * mempool.h (mono_mempool_get_allocated): New helper function.
3600
3601         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
3602         change.
3603
3604         * mempool.c: Fix warnings and the calculation of stats.
3605
3606         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
3607
3608         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
3609
3610         * loader.c (mono_get_method_from_token): Update method_count stat.
3611
3612         * class-internals.h (MonoStats): Add some stats.
3613
3614 2006-08-31 Robert Jordan  <robertj@gmx.net>
3615
3616         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
3617         with managed variants.
3618         All code is contributed under the MIT/X11 license.
3619         
3620 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
3621
3622         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
3623         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
3624
3625         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
3626
3627         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
3628         with cycles in classes.
3629
3630         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
3631
3632         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
3633         missing a [MarshalAs] directive. Fixes #79203.
3634
3635         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
3636         klass->marshal_info. Fixes #79217.
3637
3638 2006-08-30  Martin Baulig  <martin@ximian.com>
3639
3640         Committing a patch from Joachim Ante <joe@otee.dk>:
3641         Add support for binary data symbol stores.
3642
3643         * debug-mono-symfile.c
3644         (mono_debug_open_mono_symbol_file): Renamed into
3645         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
3646         arguments.
3647
3648         * mono-debug.c
3649         (mono_debug_open_image): Added `raw_contents' and `size' args.
3650         (mono_debug_init_2_memory): New public function.
3651
3652 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
3653
3654         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
3655
3656 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3657
3658         * appdomain.c: implement support for ShadowCopyFiles.
3659
3660 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
3661
3662         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
3663         when value is NULL (and should remove CID #51).
3664
3665 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3666
3667         * image.c: moved 2 functions to ../utils.
3668
3669 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
3670
3671         * gc.c: cope with the target object of a GC handle being NULL
3672         (bug #78877).
3673
3674 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3675
3676         * class.c: recursively check parent's explicit implementations
3677         of interface methods (fixes bug #79125).
3678
3679 2006-08-19  Miguel de Icaza  <miguel@novell.com>
3680
3681         * filewatcher.c: Avoid warnings when building, do not redefine
3682         constants that are defined.
3683
3684         Remove warnings.
3685
3686 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3687
3688         * image.c: don't fail when the link points to an absolute path.
3689
3690 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
3691
3692         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
3693         Fix CID #3.
3694
3695 2006-08-17  Miguel de Icaza  <miguel@novell.com>
3696
3697         * image.c (full_path): A new method used to obtain the actual path
3698         of an assembly even in the presence of symbolic links.  
3699
3700         This is necessary for the case where we are running a binary that
3701         has been GACed, but we are using the "published" path name
3702         ($prefix/mono/1.0/blah.exe) which happens to point to the real
3703         file in the GAC.
3704
3705         This was the source of the failure for the `xsp' command with the
3706         recent AppDomain changes, as far as the runtime was concerned,
3707         there were two different assemblies: $prefix/mono/1.0/blah.exe and
3708         $prefix/mono/gac/blah/version/blah.exe.
3709
3710         (do_mono_image_open): use full path
3711
3712 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3713
3714         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
3715
3716 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
3717
3718         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
3719         domain_id is supplied. Fix CID #241 and corlib's unit tests.
3720
3721 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3722
3723         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
3724         small structures. Fixes #78990.
3725
3726 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3727
3728         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
3729
3730         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
3731
3732 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3733
3734         * appdomain.c:
3735         * marshal.c: don't load all the assemblies from a domain into newly
3736         created ones. The new domains might have different rules and load
3737         assemblies from different locations. Fixes bug #76757.
3738
3739         Patch by Lluis. Conflicts resolved by Brian Crowell.
3740
3741 2006-08-16  Alp Toker  <alp@atoker.com>
3742
3743         * socket-io.c: First half of the fix for #79084.
3744         Set sa_size to the length of the content, not that of the struct.
3745         Don't add NULL suffix to the content, this should be done in
3746         managed code if needed.
3747
3748 2006-08-14  Raja R Harinath  <rharinath@novell.com>
3749
3750         Fix part of #79012
3751         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
3752         mono_metadata_parse_type returns NULL.
3753
3754 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
3755
3756         * normalization-tables.h : new file for string normalization data.
3757         * locales.c, locales.h, icall.c :
3758           added load_normalization_resource() for string normalization,
3759           and icall as well.
3760         * Makefile.am : added normalization-tables.h to the sources.
3761
3762 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
3763
3764         * marshal.c: Add more helper functions to reduce code duplication and use them
3765         everywhere.
3766
3767 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
3768
3769         * marshal.c: Fix non-x86 stdcall warnings.
3770         
3771         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
3772         them everywhere.
3773
3774 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
3775
3776         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
3777         type check on multi-dimensional arrays. Fixes #79000.
3778
3779 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
3780
3781         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
3782         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
3783         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
3784         * class-internals.h: add is_com_object to class structure.
3785         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
3786         null checks to COM object marshalling. Fix .ctor call on RCW.
3787         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
3788         
3789         All code is contributed under the MIT/X11 license.
3790
3791 2006-08-09  Dick Porter  <dick@ximian.com>
3792
3793         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
3794         racing mono_monitor_allocator_lock() somewhere, so don't delete
3795         the critical section for now.  Found by running and exiting
3796         monodevelop.
3797
3798 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
3799
3800         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
3801         (ves_icall_System_ComObject_FindInterface): Ditto.
3802         (ves_icall_System_ComObject_CacheInterface): Ditto.
3803
3804         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
3805         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
3806
3807 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3808
3809         * threadpool.c: treat pipes from process asynchronous reads as sockets
3810         when reading from them, so we get select/poll or epoll to wait for
3811         data.
3812
3813 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
3814
3815         * loader.c: Fix a typo (CID #233) in the null check.
3816
3817 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
3818
3819         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
3820         Hopefully fixes #78949.
3821         
3822         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
3823         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
3824         bytes. Fixes #78972.
3825
3826 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3827
3828         * filewatcher.c: we need to set errno here.
3829
3830 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3831
3832         * filewatcher.c: let Win32Exception get the error value.
3833
3834 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3835
3836         * filewatcher.c: translate errno into win32 errors for Win32Exception
3837         to know what happened.
3838
3839 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
3840
3841         * threadpool.c: Fix more warnings.
3842
3843         * assembly.c (search_loaded): Fix warnings.
3844
3845         * threadpool.c (mono_thread_pool_finish): Fix warnings.
3846         (mono_async_invoke): Ditto.
3847
3848 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
3849
3850         * object.c (mono_remote_class_vtable): Need to create proxy vtable
3851         entries for __ComObject type in addition to ComImport types.
3852         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
3853         about hash table.
3854         
3855         All code is contributed under the MIT/X11 license.
3856
3857 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3858
3859         * image.c: avoid tentative loading of modulerefs that contain
3860         no metadata (P/Invoke library names).
3861
3862 2006-07-28  Dick Porter  <dick@ximian.com>
3863
3864         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
3865         mono_loader_lock() somewhere, so don't delete the critical section
3866         for now.  Found by running and exiting monodevelop.
3867
3868 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3869
3870         * filewatcher.c: define the inotify syscalls when we're building on
3871         linux and have sys/syscall.h. The build system might not have support
3872         for inotify but the target system might have it.
3873
3874 2006-07-26  Miguel de Icaza  <miguel@novell.com>
3875
3876         * domain.c: Documentation updates.
3877
3878         * loader.c (mono_free_method): Do not release the method
3879         information if we are being profiled, as profilers will use this
3880         information at shut down to present some data to the user.
3881
3882         This is needed so that the profiler does not crash, as the
3883         profiler tends to keep MonoMethods around, and they might become
3884         invalid if we free these.
3885
3886         (mono_get_method_constrained): Return the original CIL stream
3887         method as well, so verification can be performed against it.
3888
3889 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3890
3891         * filewatcher.[ch]: support for inotify file system watcher.
3892         * icall.c: add new internal calls for the inotify file system watcher.
3893
3894 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3895
3896         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
3897         #78888.
3898
3899 2006-07-20  Dick Porter  <dick@ximian.com>
3900
3901         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
3902         warning.
3903
3904 2006-07-20  Dick Porter  <dick@ximian.com>
3905
3906         * threads.c (start_wrapper): Do the thread cleanup while we still
3907         hold a reference to its object.  Fixes bug 78123.
3908
3909 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
3910
3911         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
3912         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
3913           "managed-to-managed".
3914         * icall.c: Redirect string constructors that take sbyte* to
3915           ves_icall_System_String_ctor_RedirectToCreateString.
3916         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
3917           to CreateString () methods with matching signature.
3918         * reflection.c: Use original security informations for
3919           MONO_WRAPPER_MANAGED_TO_MANAGED.
3920         * security-manager.c: Use original security informations for
3921           MONO_WRAPPER_MANAGED_TO_MANAGED.
3922         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
3923           that is a placeholder and only its address should be used.
3924         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
3925           that is a placeholder and only its address should be used.
3926
3927 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
3928
3929         Begin implementing COM Interop.
3930         * appdomain.c: Increment corlib version.
3931         * class.c: Set ComImport classes' parent to __ComObject.
3932         * loader.c: Mark cominterop methods as such.
3933         * domain.c: Add __ComObject class to MonoDefaults structure.
3934         * image.c: Add 2 hashtables to the image for COM Interop related methods
3935         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
3936         using the mempool allocator
3937         
3938         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
3939         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
3940         declaration for mono_metadata_type_dup_mp.
3941         
3942         * debug-helpers.c: Added strings for two additional wrapper types
3943         * object.c: Create proxy objects for ComImport classes
3944         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
3945         and added __ComObject class to MonoDefaults structure.
3946         
3947         * object-internals.h: Finish MonoRealProxy definition, and add definition of
3948         MonoComInteropProxy and MonoComObject.
3949         
3950         * marshal.c: Added support for COM Interop
3951         (signature_cominterop): Converts managed signature to corresponding
3952         unmanaged COM signature.
3953         (cominterop_get_function_pointer): gets unmanaged function pointer via
3954         COM object vtable
3955         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
3956         (cominterop_get_method_interface): returns interface type that method is defined on
3957         (mono_mb_emit_cominterop_call): emits native call to function pointer
3958         gotten from vtable
3959         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
3960         that matches signature of unmanaged function.
3961         (cominterop_get_native_wrapper): wrapper around adjusted method call.
3962         (cominterop_get_invoke): forwards call from proxy to __ComObject
3963         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
3964         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
3965         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
3966         
3967         * marshal.h: Added Marshal icall declarations.
3968         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
3969         so we can access them in finalizer
3970         
3971 2006-07-14  Dick Porter  <dick@ximian.com>
3972
3973         * object.c (mono_type_initialization_cleanup): Fix a race
3974         condition by temporarily commenting out the critical section
3975         deletion.
3976
3977 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
3978
3979         * reflection.c (create_custom_attr): Fix some warnings.
3980         (create_custom_attr_data): Ditto.
3981         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
3982         types. Fixes #78855.
3983
3984 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
3985
3986         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
3987
3988         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
3989
3990 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
3991
3992         * reflection.c (resolve_object): Add support for DynamicMethod.
3993
3994         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
3995         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
3996
3997 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
3998
3999         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
4000         don't leak GPtrArray's pdata has we have no use (nor free) for it.
4001
4002 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
4003
4004         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
4005         Fixes #77888.
4006
4007 2006-06-30  Raja R Harinath  <rharinath@novell.com>
4008
4009         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
4010         slightly: remove a shadow local variable.
4011
4012 2006-06-29  Raja R Harinath  <rharinath@novell.com>
4013
4014         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
4015         definition that introduces the virtual function slot.
4016         Also fix Coverity #105.
4017
4018 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
4019
4020         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
4021         for dynamic assemblies. Fixes #78724.
4022
4023 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
4024
4025         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
4026         Fixes #78722.
4027
4028 2006-06-21  Martin Baulig  <martin@ximian.com>
4029
4030         * reflection.c
4031         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
4032         fixes #76484.
4033
4034 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
4035
4036         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
4037
4038 2006-06-20  Raja R Harinath  <rharinath@novell.com>
4039
4040         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
4041         nor TYPEREFs.
4042         * class.c (mono_class_create_from_typespec): Add 'context' argument.
4043         Inflate result if necessary.
4044         (mono_class_get_full): Remove old version.  Rename from
4045         'mono_class_get' and add 'context' argument.  Pass it to
4046         ..._create_from_typespec.
4047         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
4048         (mono_ldtoken): Revert change below.
4049
4050 2006-06-20  Martin Baulig  <martin@ximian.com>
4051
4052         * class.c (mono_ldtoken): Don't pass the generic context to
4053         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
4054
4055 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
4056
4057         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
4058         and later freeing it. Fixes #78638.
4059
4060 2006-06-15  Miguel de Icaza  <miguel@novell.com>
4061
4062         * icall.c (mono_class_get_throw): Revert over-zealous error
4063         throwing, the caller for mono_class_get_throw will cope with
4064         errors when classes are not properly initialized already.
4065
4066         The code still copes with loader exceptions though.
4067
4068         Fixes the regression in reftype1 and reftype3 from the CAS tests.
4069         
4070 2006-06-14  Miguel de Icaza  <miguel@novell.com>
4071
4072         Fixes the `make run1' version of RuntimeAbort (to be commited,
4073         source is in Bugzilla).
4074         
4075         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
4076         FALSE on class loading failure instead of returning true.
4077
4078         * class.c (mono_class_create_from_typedef): It is possible for
4079         mono_metadata_interfaces_from_typedef_full to fail if a class is
4080         not found, cope with this.
4081         
4082
4083 2006-06-14  Dick Porter  <dick@ximian.com>
4084
4085         * socket-io.c: 
4086         * process.c: Fix a bunch of signed/unsigned warnings from gcc
4087         4.1.1
4088
4089 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
4090
4091         * culture-info-table.h : oops, forgot to make it nsync with r61548.
4092
4093 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
4094
4095         * icall.c: Another fix for building mono in Visual Studio.
4096
4097 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
4098
4099         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
4100         
4101 2006-06-09  Martin Baulig  <martin@ximian.com>
4102
4103         * debug-mono-symfile.c: Put this back and really fix it this
4104         time. Sorry for all the trouble.
4105
4106 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
4107
4108         * icall.c (mono_class_get_throw): Fix a warning.
4109         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
4110         ReflectionTypeLoadException if needed. Fixes #78606.
4111
4112         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
4113         (mono_class_init): Ditto.
4114
4115         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
4116         ref_only exceptions.
4117         (mono_loader_clear_error): Make this work even if there is no error.
4118
4119 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
4120
4121         * object-internals.h marshal.c marshal.h icall.c: Implement method 
4122         Marshal.GetComSlotForMethodInfo using internal call.
4123
4124 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
4125
4126         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
4127         a function for signalling it.
4128
4129         * class.c (mono_class_from_typeref): Use the new kind of loader error when
4130         a referenced assembly is not found.
4131
4132         * loader.c (mono_loader_error_prepare_exception): Add support for 
4133         LOADER_ERROR_ASSEMBLY. Fix formatting.
4134
4135 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
4136
4137         * domain.c appdomain.c class-internals.h marshal.c: Add support 
4138         for VARIANT marshalling on windows and increment corlib version
4139         since Variant struct was added.
4140
4141 2006-06-03  Miguel de Icaza  <miguel@novell.com>
4142
4143         * debug-mono-symfile.c: Revert Martin's previous patch which broke
4144         stack trace line information:
4145
4146         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
4147         (Martin) when looking up B which is between A and C, return A not C.
4148
4149         Bug is #78573.
4150
4151         Thanks to Alexander Olk for tracking this down.
4152
4153 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
4154
4155         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
4156         
4157         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
4158         avoid clobbering its value.
4159         (mono_string_to_lpstr): Fix a warning on windows.
4160
4161 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4162
4163         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
4164
4165         * reflection.c loader.c: Removed references to 'dummy' flag.
4166
4167         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
4168
4169         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
4170         it gets GC tracking.
4171
4172         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
4173         GC tracking.
4174         
4175         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
4176
4177         * marshal.c threadpool.c: Update callers of mono_async_result_new.
4178
4179         * appdomain.c: Bump corlib version.
4180
4181 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4182
4183         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4184         CEE_STIND_REF when working with object references.
4185
4186 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4187
4188         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
4189         Fixes #78539.
4190
4191 2006-05-30  Miguel de Icaza  <miguel@novell.com>
4192
4193         * loader.c (method_from_memberref): Fix argument value for
4194         mono_loader_set_error_method_load (I was passing the MonoClass
4195         instead of the class name char *).
4196
4197 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4198
4199         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4200         CEE_STIND_REF when working with object references.
4201
4202 2006-05-30  Martin Baulig  <martin@ximian.com>
4203
4204         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
4205         mono_method_full_name() change and replace the ':' with a '.'
4206         here.
4207
4208 2006-05-30  Martin Baulig  <martin@ximian.com>
4209
4210         * debug-mono-symfile.c
4211         (mono_debug_symfile_lookup_location): Fix the algorithm:
4212         when looking up B which is between A and C, return A not C.
4213
4214 2006-05-29  Martin Baulig  <martin@ximian.com>
4215
4216         * mono-debug.h
4217         (MonoDebugMethodInfo): Make the typedef public.
4218         (MonoDebugSourceLocation): New public struct.
4219
4220         * mono-debug.c
4221         (mono_debug_source_location_from_address): Removed.
4222         (mono_debug_source_location_from_il_offset): Removed.
4223         (mono_debug_il_offset_from_address): Removed.
4224         (mono_debug_address_from_il_offset): Removed.
4225         (mono_debug_lookup_method): New public function.
4226         (mono_debug_lookup_source_location): New public function; replaces
4227         the old mono_debug_source_location_from_*() functions; see the
4228         inline documentation.
4229         (mono_debug_free_source_location): New public function.
4230         (mono_debug_print_stack_frame): New public function; see the
4231         inline documentation.
4232
4233         * debug-mono-symfile.c
4234         (mono_debug_find_source_location): Renamed into
4235         mono_debug_symfile_lookup_location(); only take a
4236         `MonoDebugMethodInfo *' and an `offset' argument; added inline
4237         documentation.
4238         (mono_debug_find_method): Renamed into
4239         mono_debug_symfile_lookup_method().
4240
4241 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
4242
4243         * assembly.c (mono_assembly_open_full): Dont overwrite the status
4244         returned by mono_image_open_full ().
4245
4246         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
4247         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
4248         #78517.
4249
4250         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
4251         #78518.
4252
4253 2006-05-27  Miguel de Icaza  <miguel@novell.com>
4254
4255         * class.c (mono_class_from_typeref): handle missing images
4256         earlier, deals with bug #78418.   Refactor code; 
4257
4258         Fix a warning introduced in my previous commit (some stale code
4259         from before I revisited my patch).
4260
4261         * class.c (mono_class_create_from_typedef): On failure, remove the
4262         class from the MonoImage->class_cache as the class is not
4263         initialized;   Fixes the leak pointed out by Paolo.
4264
4265 2006-05-25  Dick Porter  <dick@ximian.com>
4266
4267         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
4268         DeleteCriticalSections until I figure out which one may still be
4269         sometimes locked when mono_thread_cleanup is called.
4270
4271 2006-05-24  Dick Porter  <dick@ximian.com>
4272
4273         * threads.c (mono_thread_cleanup): Move the threading cleanup out
4274         of mono_thread_manage and back into its own function, so it can be
4275         called after the finalizer thread has finished.
4276
4277         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
4278
4279 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
4280
4281         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
4282         Fixes #78495.
4283
4284         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
4285         with non-blittable elements.
4286         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
4287
4288 2006-05-24  Martin Baulig  <martin@ximian.com>
4289
4290         * mono-debug-debugger.h (MonoDebuggerEvent): Added
4291         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
4292
4293         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
4294         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
4295         `mono_debugger_event_handler' to NULL.
4296
4297 2006-05-24  Martin Baulig  <martin@ximian.com>
4298
4299         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
4300
4301 2006-05-24  Martin Baulig  <martin@ximian.com>
4302
4303         * mono-debug-debugger.h
4304         (mono_debugger_create_notification_function): Added
4305         `MonoCodeManager *' argument.
4306
4307 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
4308
4309         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
4310
4311 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
4312
4313         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
4314         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
4315         implementation.
4316
4317 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
4318
4319         * icall.c: precise GC support: objects can't be stored in unmanaged
4320         memory anymore, even if they are kept alive by other references: since
4321         they can move the GC needs to be able to always find them.
4322
4323 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
4324
4325         * object.c: precise GC support for static fields. Support
4326         for moving GCs: write barriers and pinned allocation for interned
4327         strings.
4328
4329 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
4330
4331         * domain.c, domain-internals.h: precise GC support for the MonoDomain
4332         structure.
4333
4334 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
4335
4336         * class.c, gc.c: sgen and precise GC updates.
4337
4338 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
4339
4340         * marshal.h, marshal.c: added write barrier wrapper and precise type
4341         fixes.
4342
4343 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
4344
4345         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
4346         support.
4347
4348 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
4349
4350         * reflection.c: precise and sgen GC updates.
4351
4352 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
4353
4354         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
4355
4356 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
4357
4358         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
4359
4360 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
4361
4362         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
4363         MONO_TYPE_OBJECT. Fixes #78462.
4364
4365 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
4366
4367         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
4368         and blittable types.
4369
4370 2006-05-17  Miguel de Icaza  <miguel@novell.com>
4371
4372         * class.c (mono_class_get_exception_for_failure): Implement parts
4373         of a TODO: if the loader error is set (instead of the class
4374         error), we return a Loader exception that can be properly thrown
4375         elsewhere.
4376
4377         This was exposed by some Winforms 2.0 code that I tried to run
4378         (Atsushi pointed me to it).
4379
4380 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
4381
4382         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
4383         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
4384         
4385         * marshal.c (emit_marshal_vtype): Add limited support for 
4386         UnmanagedType.LPStruct. Fixes #78427.
4387
4388         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
4389         Applied a patch from kangaroo to fix #77523.
4390
4391 2006-05-17  Martin Baulig  <martin@ximian.com>
4392
4393         * threads.c
4394         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
4395         (debugger_thread_created): Removed.
4396         (debugger_thread_exited): Removed.
4397
4398 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
4399
4400         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4401
4402         * object-internals.h (MonoReflectionResource): Sync with managed version.
4403
4404 2006-05-12  Wade Berrier <wberrier@novell.com>
4405
4406         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
4407
4408 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
4409
4410         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
4411         functions try to allocate from the image mempool.
4412
4413 2006-05-12  Dick Porter  <dick@ximian.com>
4414
4415         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
4416
4417 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
4418
4419         * object.c: The FieldGetter and FieldSetter methods require the full
4420         name of the class, not only the name. Fixes bug #78277.
4421
4422 2006-05-11  Miguel de Icaza  <miguel@novell.com>
4423
4424         * loader.c (method_from_memberref): Do not pass the NULL klass to
4425         mono_loader_set_error_() methods.  Pass the non-NULL value
4426         (class). 
4427
4428 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
4429
4430         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
4431         (mono_assembly_close): Null out assembly->image->references after freeing it.
4432
4433         * image.c (mono_image_close): Free image->references.
4434         
4435         * reflection.c (mono_image_basic_init): Fix a small memory leak.
4436
4437 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4438
4439         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
4440         before checking if it's NULL (g_assert).
4441
4442 2006-05-10  Martin Baulig  <martin@ximian.com>
4443
4444         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
4445         I thought I already killed that two months ago, but now it somehow reappeared.
4446
4447 2006-05-10  Martin Baulig  <martin@ximian.com>
4448
4449         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
4450
4451 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
4452
4453         * reflection.c: Allocate memory for dynamically created methods in the image
4454         mempools.
4455
4456 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4457
4458         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
4459         don't use the ad pointer before checking if it's NULL (g_assert).
4460
4461 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
4462
4463         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
4464         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
4465
4466         * marshal.c: Allocate all signatures from mempools.
4467
4468         * marshal.c: Allocate some more signatures from mempools.
4469
4470 2006-05-09  Miguel de Icaza  <miguel@novell.com>
4471
4472         * object.c (mono_load_remote_field): The code used to provide a
4473         temporary variable for returning results if the user did not
4474         provide a result pointer.  But our temporary variable was allocted
4475         on the satck.
4476
4477         Fix calling code to always pass a result area.   Coverity ID 103.
4478
4479 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
4480
4481         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
4482         value, not the old. Fixes #78312.
4483         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
4484
4485         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
4486         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
4487         per-image cache.
4488
4489         * assembly.c (mono_assembly_close): Free image->references.
4490
4491         * assembly.c (mono_assembly_names_equal): Fix a warning.
4492         (mono_assemblies_cleanup): Cleanup more global data.
4493
4494         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
4495
4496         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
4497         ptr_cache and image->modules.
4498
4499         * image.c (mono_image_init): Allocate array_cache lazily.
4500         
4501 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4502
4503         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
4504         behavior was changed recently and has bad side effects.
4505
4506 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
4507
4508         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
4509         
4510         * assembly.c (mono_assembly_close): Remove a debug printf.
4511
4512         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
4513
4514         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
4515         to also allow for temporary references between mono_image_open ()/close ().
4516
4517         * domain.c (get_runtimes_from_exe): Add a FIXME.        
4518
4519 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
4520
4521         * marshal.c: Fix support for dynamic methods.
4522
4523         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
4524
4525         * marshal.c (mono_marshal_cleanup): New cleanup function.
4526
4527         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
4528         image mempools.
4529
4530         * class.c (mono_class_init): Fix leaking class->nested_classes.
4531
4532         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
4533
4534         * image.c (mono_image_init): Initialize the new cashes.
4535
4536         * image.c (mono_image_close): Destroy the new cashes.
4537
4538         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
4539
4540         * mempool.c (mono_mempool_strdup): New helper function.
4541
4542         * class-internals.h: Add prototype for mono_loader_unlock ().
4543
4544         * domain.c (mono_jit_info_table_find): Fix a warning.
4545         (mono_debugger_check_runtime_version): Ditto.
4546
4547         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
4548         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
4549         functions to these modules.
4550
4551         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
4552         metadata modules.
4553         
4554         * marshal.c (mono_free_bstr): Fix a warning.
4555
4556         * assembly.c (mono_assembly_open_full): Fix another small leak.
4557
4558         * object.c: Fix some unload leaks in the remoting code.
4559
4560         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
4561         function.
4562
4563         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
4564
4565         * reflection.c: Fix some unload leaks in dynamic assemblies.
4566
4567 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
4568
4569         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
4570         * marshal.h: Add BSTR support on Win32
4571         * icall.c: Add BSTR icalls
4572         * metadata.h: Add BSTR enums
4573
4574 2006-04-28  Miguel de Icaza  <miguel@novell.com>
4575
4576         Work to catch the crash from #76795 and turn it into an
4577         exception.   As I stubbed out pieces of the VisualBasic support,
4578         I found a number of places where the code was failing and I added
4579         checks to those places. 
4580         
4581         * metadata.c (do_mono_metadata_parse_generic_class): Make this
4582         function return a status code.  If we fail to parse the signature
4583         from mono_metadata_parse_generic_inst, return FALSE.
4584
4585         * loader.c (mono_get_method_from_token): If we fail to load the
4586         method (mono_class_get) return NULL.   
4587
4588         * (method_from_memberref): Return NULL if we are unable to parse
4589         the method signature
4590
4591         (mono_loader_error_prepare_exception): Since we now use the
4592         loader_error flag internally to stop processing, and obtaining
4593         exceptions that might be thrown will walk this code path the
4594         proper way of going from a MonoLoaderError into a
4595         MonoException was convoluted.   This new routine encapsulates the
4596         process of turning the error into an exception and *clearing* the
4597         error afterwards.
4598         
4599 2006-04-27  Miguel de Icaza  <miguel@novell.com>
4600
4601         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
4602         with missing assemblies), and to cope with:
4603
4604                 * Missing fieldref from a non-existing assembly.
4605                 * Missing methodref from a non-existing assembly.
4606
4607         The first batch of work to address *some* of the issues from 76661.
4608         
4609         * object.c (mono_class_create_runtime_vtable): If we fail to
4610         initialize the class raise the exception here. 
4611
4612         * metadata.c (mono_class_get_overrides_full): If any methods fail
4613         to load return the failure to the caller.
4614
4615         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
4616         flagging assemblies that failed to load.   
4617
4618         Do not crash if we are unable to load the assembly.
4619
4620         (mono_assembly_close): Do nothing with REFERENCE_MISSING
4621         assemblies. 
4622
4623         * loader.c (mono_loader_set_error_type_load): Change the
4624         convention to always pass unallocated strings, so we make our own
4625         copies (I know our own code had duplicated strings before, but
4626         this keeps the normal conventions).
4627         (method_from_memberref): Call mono_loader_set_error_method_load
4628         for all possible failures of loading the class. 
4629         Remove assert, turn into a loader error.
4630
4631         (mono_loader_error_to_exception): Move this routine from mini
4632         (mini_loader_error_to_exception) there was no need to have that in
4633         mini. 
4634
4635         * class.c (mono_class_from_typeref): If we were not able to load
4636         the assembly with mono_assembly_load_reference, call the
4637         mono_loader_set_error_type_load to register the problem.
4638
4639         (mono_class_setup_fields): If we fail to load the type from
4640         mono_metadata_parse_type_full, call mono_class_set_failure and
4641         break from the loop.
4642
4643         If class->exception_type is set, we do not layout the fields as
4644         that might crash the runtime, and instead return (from breaking
4645         from the previous loop).
4646
4647         (mono_class_setup_vtable): This now returns a boolean indicating
4648         whether the table was properly setup.   The decision is driven by
4649         mono_class_get_overrides_full which might run into non-existing
4650         methods. 
4651         
4652         (mono_class_init): Returns TRUE on success or FALSE if there was a
4653         problem in loading the type (incorrect assemblies, missing
4654         assemblies, methods, etc).
4655
4656         When we call mono_class_setup_fields we also check for a potential
4657         error inside this call (either a class exception or a general
4658         loader exception).
4659
4660         (mono_class_create_from_typedef): If the parent fails to load
4661         (calling mono_class_get_full) return NULL.
4662         
4663         ** Important **
4664
4665         calls to mono_metadata_parse_type_full should be checked
4666         everywhere and set the mono_class_set_failure
4667         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
4668
4669         The current patch checks the places where my manually constructed
4670         tests show the errors are showing up, but we should do it
4671         everywhere. 
4672
4673         ** Important2 **
4674
4675         mono_class_init return values should be tested everywhere, like
4676         the previous case this is something that we should audit
4677         everywhere and not only on the cases exposed by the tests I
4678         created. 
4679
4680 2006-04-26  Miguel de Icaza  <miguel@novell.com>
4681
4682         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
4683         boolean parameter and instead pass the information on `options'
4684         parameter (FileOptions).
4685
4686         * icall.c: Register the new signature for MonoIO.Open.
4687
4688         * debug-helpers.c (dis_one): Trying to understand how coverity
4689         works.  Fix Run 5, item 78.
4690
4691 2006-04-26  Dick Porter  <dick@ximian.com>
4692
4693         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
4694         dereference.
4695
4696 2006-04-25  Martin Baulig  <martin@ximian.com>
4697
4698         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
4699
4700         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
4701         debugger_thread_created().
4702         (debugger_gc_push_all_stacks): Don't handle the main thread in any
4703         special way.
4704         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
4705         (mono_debugger_finalize_threads): New function; undo the effects
4706         of mono_debugger_init_threads().
4707         (mono_debugger_create_all_threads): Removed.
4708
4709 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
4710
4711         * image.c (mono_image_close): Tidy up trace messages.
4712
4713         * assembly.c (mono_assembly_close): Ditto.
4714
4715         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
4716         no longer references an already freed assembly. Fixes #78168.
4717
4718 2006-04-21  Dick Porter  <dick@ximian.com>
4719
4720         * threads.c (mono_thread_detach): Fix reference counting when
4721         detaching threads.
4722
4723 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
4724
4725         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
4726         #78155.
4727
4728 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
4729
4730         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
4731         (mono_type_to_stind): Ditto.
4732
4733         * marshal.c: Use the new helper functions to simplify code.
4734
4735         * image.c (mono_image_close): Add some code for help debug assembly unloading
4736         problems.
4737
4738         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
4739         image mempool.
4740
4741         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
4742         assembly was already loaded in another appdomain. Fixes #78083.
4743
4744 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
4745
4746         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
4747         referenced assemblies.
4748         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
4749
4750         * domain.c (mono_domain_free): Add a trace message.
4751
4752         * appdomain.c (add_assemblies_to_domain): Ditto.        
4753
4754         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
4755         field.  
4756
4757 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4758
4759         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
4760
4761 2006-04-12  Martin Baulig  <martin@ximian.com>
4762
4763         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
4764         `USE_INCLUDED_LIBGC'.   
4765
4766 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4767
4768         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
4769         the patch contains ../ and a small directory name later. Hopefully fixes
4770         #78035.
4771
4772 2006-04-10  Martin Baulig  <martin@ximian.com>
4773
4774         Clean up the debugger's thread-handling code.
4775
4776         The debugger's thread-handling code has been moved from
4777         ../mini/debug-debugger.c to threads.c.  We now iterate directly
4778         over the `threads' hash, keep track of exiting threads and also
4779         use proper locking.
4780
4781         We can now debug XSP and XSP based applications with the debugger.
4782
4783         * object-internals.h (MonoThread): Added `gpointer end_stack'.
4784
4785         * threads.h
4786         (MonoThreadCallbacks): Removed; this was only used by the debugger.
4787         (mono_install_thread_callbacks): Likewise.      
4788
4789         * threads.c (mono_thread_callbacks): Removed.
4790         (debugger_thread_created, debugger_thread_exited): New static functions.
4791         (start_wrapper): Call debugger_thread_created().
4792         (thread_cleanup): Call debugger_thread_exited().
4793         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
4794         (mono_debugger_init_threads): New public function.
4795         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
4796         iterate directly over the `threads' hash and also use proper locking.
4797
4798         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
4799
4800         * mono-debug-debugger.h
4801         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
4802
4803 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
4804
4805         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
4806         argument type=array. Fixes #78057.
4807
4808 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
4809
4810         * culture-info-table.h : regenerated. Fixed bug #69652.
4811
4812 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
4813
4814         * loader.c metadata.c: Reapply a variant r59116.
4815         
4816         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
4817
4818         * class.c (mono_class_setup_interface_offsets): New internal function.
4819
4820         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
4821         interfaces too. Fixes #77398.
4822
4823         * reflection.c (encode_cattr_value): Add support for 
4824         parameter type=object, argument type=array.
4825         (load_cattr_value): Ditto. Fixes #77916.
4826
4827         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
4828         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
4829
4830         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
4831         a byval char array and CharSet is Ansi.
4832
4833         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
4834
4835 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
4836
4837         * metadata.c: Add some locking comments.
4838         
4839         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
4840         mempool.
4841         (mono_metadata_free_method_signature): Don't free the signature itself.
4842
4843         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
4844
4845         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
4846         reference the same MonoImage.
4847         (mono_assembly_load_from_full): Add an assert.
4848
4849 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
4850
4851         * image.c (mono_image_close): Don't put the image we are about to free into the
4852         loaded_images_guid_hash.
4853
4854         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
4855         to reduce code duplication.
4856
4857         * marshal.c: Register the native functions called by this module as icalls, to
4858         somewhat centralize the creation of MonoMethodSignature's.
4859
4860         * loader.c (mono_method_signature): Add a cache for method signatures.
4861
4862         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
4863         the parameter attributes of a method.
4864         (mono_metadata_parse_method_signature_full): Refactored the computation of
4865         parameter attributes into a separate function. Also avoid one allocation in
4866         most cases.
4867
4868         * assembly.c (mono_assembly_close): Ditto.
4869
4870         * image.c (mono_image_close): Log trace messages with INFO level.
4871
4872         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
4873
4874         * image.c reflection.c: Correct reference counting of image modules.
4875         
4876         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
4877         of this function from the image mempool.
4878         
4879         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
4880         to allow more cached types to be used.
4881
4882         * mono-debug.c (mono_debug_add_method): Appled patch from
4883         David S. Miller  <davem@sunset.davemloft.net>: Access 
4884         minfo->lexical_blocks[] entry elements using read32().
4885
4886 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
4887
4888         * loader.c (mono_free_method): No longer free the method header for non-dynamic
4889         methods as it is allocated from the mempool.
4890
4891         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
4892         image mempool.
4893
4894         * metadata-internals.h: Add comments describing the reference counting scheme
4895         used for MonoImage and MonoAssembly.
4896
4897         * image.c assembly.c reflection.c: Rework reference counting of images and 
4898         assemblies so they are freed when the runtime is shut down. Free some 
4899         additional memory structures when an image is unloaded.
4900         
4901 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
4902
4903         * class.c loader.c reflection.c: Allocate more data structures in
4904         the image mempool.
4905
4906 2006-03-31  Miguel de Icaza  <miguel@novell.com>
4907
4908         * icall.c
4909         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
4910         build on pre glib 2.4 systems.
4911
4912 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
4913
4914         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
4915
4916         * icall.c: Fix some warnings.
4917
4918 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
4919
4920         * culture-info-table.h : regenerated.
4921
4922 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
4923
4924         * threads.c, object-internals.h, verify.c: changed the culture caching
4925         code to use a normal MonoArray for storage so the GC can keep track of
4926         them easily. Fixed bits of the cache logic, too and simplified the
4927         code.
4928
4929 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
4930
4931         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
4932         thread for non-Boehm GCs.
4933
4934 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
4935
4936         * domain.c, object.c, domain-internals.h: reduce the amount of memory
4937         needed to keep track of the data for static fields.
4938
4939 2006-03-29  Raja R Harinath  <rharinath@novell.com>
4940
4941         Fix #75172
4942         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
4943         for interface classes.  Use 'num_methods' instead.
4944         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
4945         before using '->vtable_size' field.
4946
4947 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
4948
4949         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
4950         doesn't contain managed pointers, so use a normal hashtable.
4951
4952 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
4953
4954         * reflection.c, class-internals.h, domain.c: fixed handling of types
4955         used as values for objects in custom attributes (bug #77915):
4956
4957 2006-03-24  Martin Baulig  <martin@ximian.com>
4958
4959         * class.c (mono_class_setup_fields): Added support for generic
4960         instances; fixes #77580.
4961
4962 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4963
4964         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
4965
4966 2006-03-24  Dick Porter  <dick@ximian.com>
4967
4968         * file-io.c (get_file_attributes): More stat macro breakage.
4969         Fixes bug 77759.
4970
4971 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
4972
4973         * profiler.c: added the file=filename option in the default profiler
4974         to output the profile data to filename.
4975
4976 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4977
4978         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
4979         bug #77877.
4980
4981 2006-03-22  Martin Baulig  <martin@ximian.com>
4982
4983         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
4984         allocated `MonoClassField *' in `fb->handle'.
4985
4986 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4987
4988         * class.c, image.c, metadata-internals.h: implemented new mechanism to
4989         allocate interface ID to save memory and allow better ID reuse on
4990         appdomain unload. setup_generic_vtable () removal from Martin.
4991
4992 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4993
4994         * object.h, appdomain.c, domain.c, exception.c, icall.c,
4995         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
4996         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
4997         write barriers for reference stores with managed objects accessed with
4998         C structures in the runtime and in embedding programs.
4999
5000 2006-03-20  Raja R Harinath  <rharinath@novell.com>
5001
5002         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
5003         'interface_id' and 'max_interface_id' fields of MonoClasses
5004         representing open generic types.
5005
5006 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
5007
5008         * object.h, object.c, icall.c: added functions to deal with
5009         storing valuetypes that contain references in managed objects.
5010         * reflection.c, string-icalls.c, threads.c, marshal.c: small
5011         fixes and comments around uses of mono_array_addr ().
5012
5013 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
5014
5015         * object.h, icall.c, monitor.c: object.GetHashCode ()
5016         implementation that supports the moving garbage collector.
5017
5018 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
5019
5020         * icall.c, threads-types.h, threads.c: implemented finalizer for
5021         LocalDataStoreSlot.
5022
5023 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
5024
5025         * metadata.c (mono_type_size): Add a fixme.
5026         (mono_type_stack_size): Ditto.
5027
5028         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
5029         'type_forwarders' field.
5030
5031         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
5032         attribute from net 2.0.
5033
5034         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
5035         from class.c.
5036
5037         * class.c (mono_class_setup_fields): Fix a warning.
5038         
5039         * class.c (mono_class_from_name): Add support for assemblyref entries
5040         in the EXPORTEDTYPE table.
5041
5042         * reflection.c: Add support for handling type forwarders under net 2.0.
5043
5044         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
5045         
5046 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
5047
5048         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
5049         overwriting entries in ModuleBuild->types, also clean up the code
5050         a little. Fixes #77774.
5051
5052 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
5053
5054         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
5055         load friend assembly info when present.
5056
5057 2006-03-14  Raja R Harinath  <rharinath@novell.com>
5058
5059         Fix crasher on gtest-158.cs.
5060         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
5061         the return value if the MonoClass we want is yet in an
5062         inconsistent state.
5063         * class.c (mono_class_create_from_typedef): Add an comment
5064         explaining an order dependency between mono_class_setup_parent and
5065         mono_class_setup_mono_type.
5066
5067 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
5068
5069         * class.c: documentation updates and events bug fix.
5070
5071 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
5072
5073         * class.c: some cleanup, locking fixes.
5074
5075 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
5076
5077         * class.c: fix the generics code to setup nested
5078         type info to the instantiated type (bug #77770).
5079
5080 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
5081
5082         * marshal.c: fixed a few type correctness issues.
5083
5084 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5085
5086         * loader.c: the Set/Get/Addrtess array methods should be public.
5087
5088 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
5089
5090         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
5091         
5092         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
5093         info->wrapper.
5094
5095 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
5096
5097         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
5098
5099         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
5100
5101         * mempool.c (mono_mempool_alloc): Speed this up a bit.
5102         (mono_mempool_alloc0): Ditto.
5103
5104 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5105
5106         * socket-io.c:
5107         (create_object_from_sockaddr): it was allocating 4 extra bytes
5108         for the AF_UNIX data. Fixes bug #77747.
5109
5110 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
5111
5112         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
5113
5114 2006-03-09  Dick Porter  <dick@ximian.com>
5115
5116         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
5117         Fixes bug 76966 again.
5118
5119 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
5120
5121         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
5122         names from r57532
5123         * appdomain.c: Bumped corlib version to 48 (due to r57532)
5124
5125 2006-03-07  Martin Baulig  <martin@ximian.com>
5126
5127         * object.c
5128         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
5129
5130 2006-03-07  Martin Baulig  <martin@ximian.com>
5131
5132         * class.c
5133         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
5134         regression introduced in r56970; see gtest-252.cs.
5135
5136         * loader.c (mono_get_method_constrained): Correctly handle generic
5137         methods; see gtest-253.cs.
5138
5139 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
5140
5141         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
5142
5143 2006-03-04  Martin Baulig  <martin@ximian.com>
5144
5145         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
5146         compute the parent type at runtime, just like we're already doing
5147         it for interfaces.
5148
5149         * reflection.c
5150         (mono_reflection_bind_generic_parameters): Don't compute the
5151         parent type anymore.
5152
5153         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
5154
5155 2006-03-04  Martin Baulig  <martin@ximian.com>
5156
5157         * mono-debug-debugger.h
5158         (mono_debugger_create_notification_function): Allocate memory at
5159         runtime and return a pointer to it.
5160
5161 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
5162
5163         * assembly.c: Fix windows build.
5164         
5165         * assembly.c: Fix build.
5166
5167         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
5168
5169         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
5170         
5171 2006-03-03  Dick Porter  <dick@ximian.com>
5172
5173         * process.c
5174         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5175         Check parameters before dereferencing them.  Fixes Aaron's part of
5176         bug 77393.
5177
5178 2006-03-03  Raja R Harinath  <rharinath@novell.com>
5179
5180         Fix performance regression.
5181         * loader.c (find_method_in_class): Add 'from_class' argument.
5182         Rename 'klass' argument to 'in_class'.  The signature is compared
5183         against the method in 'in_class', and the corresponding method is
5184         returned from 'from_class'.
5185         (find_method): Walk both 'in_class' and 'from_class' in parallel.
5186         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
5187         type definition and generic instantiation in parallel.
5188         (mono_get_method_constrained): Update to changes.
5189
5190 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
5191
5192         * threads.c: make sure the domain is correct, too when doing
5193         mono_thread_attach ().
5194
5195 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
5196
5197         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
5198         windows. Fixes #77683.
5199
5200 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
5201
5202         * object.h, *: introduced specific way to set elements of an array
5203         of references to be used as write barrier. Still need to audit the
5204         uses of mono_array_addr.
5205
5206 2006-03-01  Miguel de Icaza  <miguel@novell.com>
5207
5208         * object-internals.h: New field to cache the assmebly name, patch
5209         from Tambet Ingo (tambet@ximian.com)
5210
5211 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
5212
5213         * decimal.h, class-internals.h, metadata-internals.h,
5214         file-io.h: mark a few function declarations as internal, to
5215         reduce the number of PLT entries.
5216
5217 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5218
5219         * file-io.c: fix typo in warning message.
5220
5221 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
5222
5223         * loader.c: on unix, lookup the "*A" version of a function
5224         if charset is auto as a second option before failing.
5225
5226 2006-02-28  Raja R Harinath  <rharinath@novell.com>
5227
5228         * class.h (mono_class_inflate_generic_method): Revert to two
5229         argument version.
5230         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
5231         (mono_class_inflate_generic_method_full): Add.
5232         * class.c (mono_class_inflate_generic_method_full): Rename from
5233         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
5234         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
5235         * loader.c, reflection.c: Update to changes.
5236
5237 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
5238
5239         * icall.c: const fixes and small improvements.
5240
5241 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5242
5243         * threadpool.c: for asynchronous connect(), enable the same workaround
5244         for BSD 6 as for the Mac. Fixes bug #77637.
5245
5246 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
5247
5248         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
5249         formatted classes. Fixes #77524.
5250
5251 2006-02-24  Raja R Harinath  <rharinath@novell.com>
5252
5253         * class.c (inflate_generic_type): Add a couple more
5254         micro-optimizations.
5255         (inflate_generic_context): Don't use the 'gmethod' from
5256         'inflate_with'.
5257         (mono_class_inflate_generic_method): If the method has generic
5258         parameters, but the passed-in context doesn't have a 'gmethod',
5259         create one.  Use the possibly simplified generic instantiation
5260         from the declaring class instead of the one passed in.
5261
5262 2006-02-24  Raja R Harinath  <harinath@gmail.com>
5263
5264         Make generic method signature and method header handling lazy.
5265         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
5266         (inflate_generic_header): Likewise.
5267         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
5268         parameter to avoid inflating types.
5269         (mono_get_inflated_method): Empty out.
5270         * class.h (mono_class_inflate_generic_method): Update to changes.
5271         * loader.c (mono_get_method_from_token): Don't parse signature for
5272         generic methods, nor methods of generic classes.
5273         (mono_method_signature): Rename from 'mono_method_signature'.
5274         Inflate signature on demand.
5275         (mono_method_get_header): Inflate method header on demand.
5276         * reflection.c: Update to changes.
5277
5278 2006-02-23  Raja R Harinath  <rharinath@novell.com>
5279
5280         * metadata.c (mono_metadata_inflate_generic_inst): If the
5281         instantiation is closed, don't bother expanding it in the new
5282         context.
5283         * class.c (inflate_generic_class): If the generic instantiation
5284         doesn't change after inflation, return the argument itself.
5285         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
5286         Add bounds checks.
5287         (inflate_generic_context): If neither the generic class nor the
5288         generic method instantiations change, return the original context.
5289         * reflection.c (mono_method_get_object): Do
5290         'mono_get_inflated_method' before accessing the ->klass field.
5291         (inflate_mono_method): Don't create a MonoGenericMethod unless
5292         necessary.
5293         (inflate_method): Don't pass a constructed type as the declaring
5294         type of a methodbuilder.
5295
5296 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
5297
5298         * object.c: fix memory overwrite.
5299
5300 2006-02-22  Dick Porter  <dick@ximian.com>
5301
5302         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
5303         it doesn't work any more.
5304         (mono_threads_request_thread_dump): Fix unused variable warnings.
5305
5306 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5307
5308         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
5309         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
5310         the public header file.
5311
5312 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
5313
5314         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
5315
5316 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
5317
5318         * class-internals.h, object.c: reduce the size of MonoVTable
5319         and store the interface_offsets array at negative offsets.
5320
5321 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
5322
5323         * metadata.c: tweak table descriptors data structures to reduce
5324         size and runtime relocations.
5325
5326 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5327
5328         * marshal.c: fix some types and opcodes to be type-safe
5329         in marshaling wrappers.
5330
5331 2006-02-21  Ankit Jain  <jankit@novell.com>
5332
5333         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
5334
5335 2006-02-21  Raja R Harinath  <rharinath@novell.com>
5336
5337         * metadata.c (get_constraints): Relax debugging checks for monodis.
5338
5339 2006-02-21  Ankit Jain  <jankit@novell.com>
5340
5341         * metadata.c (mono_metadata_load_generic_params): Move the code
5342         checking for ambiguous generic params from here to mono/dis/get.c
5343         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
5344
5345 2006-02-21  Raja R Harinath  <harinath@gmail.com>
5346
5347         Fix assertion triggered when compiling nemerle.
5348         * class.c (mono_get_shared_generic_inst): Rename from
5349         get_shared_inst and make non-static.
5350         * loader.c (mono_get_shared_generic_method): New.  Used to create
5351         the MonoGenericContext-equivalent of a MonoGenericContainer.
5352         (mono_get_method_from_token): Initialize the 'context' field of
5353         the created MonoGenericContainer.
5354         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
5355         * metadata.c (get_constraints): Add sanity check.
5356         * class-internals.h: Add new internal methods.
5357
5358         * reflection.c (verify_safe_for_managed_space): New sanity check.
5359         Currently checks that owner-less generic parameters aren't allowed
5360         in managed space.
5361         (mono_type_get_object): Use it.
5362         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
5363         that are now in mono_type_get_object.
5364         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
5365
5366 2006-02-19  Raja R Harinath  <harinath@gmail.com>
5367
5368         * metadata.c (mono_type_create_from_typespec): Rename from
5369         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
5370         argument and caching of types in the generic container.
5371         (unwrap_arrays, find_generic_param): Remove.
5372         * metadata-internals.h: Update.
5373         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
5374
5375 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
5376
5377         * class.c (mono_class_get_exception_for_failure): Fix a warning.
5378
5379         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
5380         return values. Fixes #77581.
5381
5382         * class.c (mono_fnptr_class_get): Switch name and name_space.
5383
5384         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
5385         classes and add support for [In, Out] attributes.
5386         (mono_marshal_free_asany): Ditto. Fixes #77524.
5387
5388 2006-02-18  Raja R Harinath  <harinath@gmail.com>
5389
5390         * class.c (mono_class_from_generic_parameter): Make more robust to
5391         incomplete MonoGenericContainers from monodis.
5392
5393 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5394
5395         * class-internals.h: added some more exception types.
5396         * class.c, metadata.c: added a few checks to handle missing
5397         types.
5398
5399 2006-02-17  Raja R Harinath  <rharinath@novell.com>
5400
5401         Use owner-less generic-params some more.
5402         * class.c (my_mono_class_from_generic_parameter): Remove.
5403         (mono_class_from_generic_parameter): Handle null image,
5404         param->name and param->owner.
5405         (mono_class_from_mono_type): Update.
5406         (mono_class_create_from_typespec): Remove 'container' parameter.
5407         If that parameter is non-null, the result is always inflated by
5408         'mono_class_get_full' anyway.
5409         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
5410         parameter.
5411         (mono_class_get_full): Update.
5412
5413         * class.c (inflate_generic_type) [GENERICINST]: If the generic
5414         instance is not open, don't bother inflating.
5415         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
5416         parse metadata for inflated classes.
5417         (_mono_class_get): Change GenericContext* parameter to
5418         GenericContainer*.
5419         (mono_class_create_from_typespec): Likewise.  Simplify, and
5420         implement trivially.  All the cases are handled in
5421         mono_class_from_mono_type.  Don't inflate returned class.
5422         (mono_class_get_full): Delegate GENERICINST optimization to
5423         inflate_generic_type.
5424         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
5425
5426 2006-02-16  Dick Porter  <dick@ximian.com>
5427
5428         * socket-io.c (create_object_from_sockaddr): Fix typo.
5429         (create_sockaddr_from_object): Check array lengths before
5430         potentially accessing items off the end.
5431         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
5432         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
5433         (ves_icall_System_Net_Sockets_Socket_Send_internal)
5434         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
5435         length checks to avoid wraparound overflows.
5436         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
5437         contents of the array of sockets
5438         (hostent_to_IPHostEntry2)
5439         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
5440         Check return value of inet_ntop ().
5441         (addrinfo_to_IPHostEntry): Fix typo
5442
5443 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5444
5445         Type metadata parsing doesn't use generic-instantiation information.
5446         * metadata.c (mono_metadata_parse_array_full): Change
5447         MonoGenericContext* parameter to MonoGenericContainer*.
5448         (mono_metadata_parse_type_full): Likewise.
5449         (mono_type_create_from_typespec_full): Likewise.
5450         (mono_metadata_parse_mh_full): Likewise.
5451         (mono_metadata_parse_generic_inst): Likewise.
5452         (do_mono_metadata_parse_generic_class): Likewise.
5453         (do_mono_metadata_parse_type): Likewise.
5454         * metadata-internals.h: Update to changes.
5455         * class.c (mono_class_find_enum_basetype): Likewise.
5456         (mono_class_setup_fields): Likewise.
5457         (mono_class_create_from_typespec): Likewise.
5458         * loader.c (method_from_methodspec): Likewise.
5459         (mono_get_method_from_token): Likewise.
5460         (mono_method_get_header): Likewise.
5461
5462 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5463
5464         * marshal.c: handle additional GENERICINST case (patch from
5465         Thong Nguyen <tum@veridicus.com>).
5466         Fix a few cases where LDIND_I/STIND_I was used for references.
5467
5468 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5469
5470         * reflection.c (mono_reflection_get_token): Remove unused variable.
5471
5472 2006-02-16  Martin Baulig  <martin@ximian.com>
5473
5474         * reflection.c (mono_reflection_get_token): Add support for fields
5475         in instantiated generic types.
5476
5477         * icall.c
5478         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
5479
5480 2006-02-15  Martin Baulig  <martin@ximian.com>
5481
5482         * icall.c
5483         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
5484         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
5485         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
5486         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
5487
5488 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5489
5490         * class.c, metadata.c, metadata.h, object.c, icall.c,
5491         marshal.c: changed mono_type_get_underlying_type () to do
5492         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
5493         Fixed handling of instantiated generic valuetypes (bug #75479).
5494
5495 2006-02-15  Raja R Harinath  <rharinath@novell.com>
5496
5497         * metadata.c (mono_metadata_decode_signed_value): Simplify.
5498         Delegate to mono_metadata_decode_value, and work on the returned value.
5499
5500         * icall.c (ves_icall_MonoType_GetGenericArguments):
5501         Add consistency check here too.
5502         
5503 2006-02-15  Ankit Jain  <jankit@novell.com>
5504
5505         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
5506         char/short etc.
5507
5508 2006-02-15  Ankit Jain  <jankit@novell.com>
5509
5510         * metadata.c (mono_metadata_decode_signed_value): New function to decode
5511         signed values, used only for representing lower bounds of arrays.
5512         (mono_metadata_parse_array_full): Use new
5513         mono_metadata_decode_signed_value to decode lower bounds.
5514
5515 2006-02-14  Martin Baulig  <martin@ximian.com>
5516
5517         * reflection.c
5518         (mono_reflection_get_token): Support "MonoGenericMethod" and
5519         "MonoGenericCMethod" and allow generic instances / methods.
5520
5521 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
5522
5523         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
5524         to obtain the terminal size using an ioctl.
5525
5526         * object.c (mono_nullable_init): Revert this as nullable reference
5527         types are not valid.
5528         (mono_nullable_box): Ditto.
5529
5530 2006-02-09  Dick Porter  <dick@ximian.com>
5531
5532         * threads.c (mono_thread_detach): Drop a reference to the thread
5533         we're detaching.
5534
5535 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
5536
5537         * object.c (mono_nullable_init): Handle nullable reference types.
5538         (mono_nullable_box): Ditto. Fixes #77446.
5539
5540 2006-02-07  Martin Baulig  <martin@ximian.com>
5541
5542         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
5543
5544 2006-02-07  Ankit Jain  <jankit@novell.com>
5545
5546         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
5547         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
5548         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
5549         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
5550         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
5551         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
5552
5553 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
5554
5555         * class.c (mono_class_create_generic): Set type_token as well.
5556
5557         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
5558         compatible with MS.
5559
5560 2006-02-02  Martin Baulig  <martin@ximian.com>
5561
5562         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
5563         has never been used so far.
5564
5565 2006-02-02  Martin Baulig  <martin@ximian.com>
5566
5567         * mono-debug-debugger.h: Changed comment at the top of this file;
5568         the header is not installed, but it's safe to #include it from
5569         within the JIT.
5570
5571         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
5572         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
5573
5574 2006-02-02  Martin Baulig  <martin@ximian.com>
5575
5576         * mono-debug.h
5577         (MonoSymbolTable): Removed the `metadata_info' field.
5578
5579         * mono-debug.c
5580         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
5581
5582         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5583         (mono_debugger_add_builtin_types): Removed.
5584         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
5585         (mono_debugger_create_notification_function): We now operate on a
5586         pre-allocated area; take a `gpointer' and return `void'.
5587
5588         * mono-debug-debugger.c
5589         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
5590         (mono_debugger_add_builtin_types): Removed.
5591
5592 2006-02-02  Martin Baulig  <martin@ximian.com>
5593
5594         * threads.c (mono_debugger_create_all_threads): New public method.
5595
5596 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5597
5598         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
5599         breaks on several platforms.
5600
5601 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
5602
5603         * assembly.c: the VS.NET build doesn't supply default values for
5604         MONO_ASSEMBLIES and MONO_CFG_DIR.
5605
5606 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
5607
5608         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
5609         helper function.
5610
5611         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
5612
5613         * loader.c (method_from_memberref): Fix a warning.
5614
5615         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
5616
5617         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
5618         with explicit layout. Fixes #77433.
5619
5620 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
5621
5622         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
5623         max_interface_id is initialized before using it. Fixes #77398.
5624         (ves_icall_Type_GetInterfaces): Ditto.
5625
5626 2006-01-30  Raja R Harinath  <rharinath@novell.com>
5627
5628         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5629         allocate memory for parameter attributes when parsing memberref
5630         signatures.
5631         * loader.c (mono_loader_set_error_method_load): Don't warn.
5632         (method_from_memberref): Ensure MissingMethodException gets thrown
5633         if method is not found.  Make warning more informative.
5634
5635 2006-01-29  Raja R Harinath  <harinath@gmail.com>
5636
5637         Fix #77397
5638         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
5639         return true if is byref.
5640         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5641         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
5642         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
5643
5644 2006-01-27  Raja R Harinath  <rharinath@novell.com>
5645
5646         Fix tests/find-method.2.il
5647         * loader.c (find_method, find_method_in_class): Remove is_inflated
5648         argument.  Revert 2006-01-18 change.
5649         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
5650         is generic, search for method in its generic definition.
5651         * class.c (mono_class_setup_vtable_general): Print generic
5652         arguments of generic types in debugging printf.
5653
5654 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
5655
5656         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
5657
5658         * threads.c (mono_threads_request_thread_dump): New helper function.
5659
5660 2006-01-25  Raja R Harinath  <rharinath@novell.com>
5661
5662         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
5663
5664 2006-01-25  Ankit Jain  <jankit@novell.com>
5665
5666         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
5667         move definition to ..
5668         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
5669         
5670 2006-01-25  Ankit Jain  <jankit@novell.com>
5671             Raja R Harinath  <rharinath@novell.com>
5672
5673         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
5674         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
5675         as necessary.
5676
5677 2006-01-25  Martin Baulig  <martin@ximian.com>
5678
5679         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
5680         `MonoDebuggerThread' into debug-debugger.c.
5681
5682 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
5683
5684         * profiler.c: fix printing of data.
5685
5686 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
5687
5688         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
5689           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
5690
5691 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
5692
5693         * object.c: fix deadlock related to string interning.
5694
5695 2006-01-23  Martin Baulig  <martin@ximian.com>
5696
5697         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5698
5699         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
5700
5701 2006-01-23  Martin Baulig  <martin@ximian.com>
5702
5703         * mono-debug.h: Moved the prototypes of some functions which are
5704         used by the JIT here from mono-debug-debugger.h.
5705
5706 2006-01-21  Martin Baulig  <martin@ximian.com>
5707
5708         * Makefile.am: Don't install mono-debug-debugger.h.
5709
5710 2006-01-21  Martin Baulig  <martin@ximian.com>
5711
5712         * mono-debug-debugger.h: Enforce the private status of this header
5713         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
5714         Moved some stuff from mono-debugger-jit-wrapper.h here.
5715
5716 2006-01-20  Raja R Harinath  <rharinath@novell.com>
5717
5718         * class.c (mono_class_from_typeref): Add a sanity test to help
5719         catch lack of assembly load/search hooks.
5720
5721 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
5722
5723         * marshal.c (emit_struct_conv): Relax the fields with same offset
5724         check even more. Fixes #77230.
5725
5726 2006-01-18  Martin Baulig  <martin@ximian.com>
5727
5728         * loader.c (find_method_in_class): Added `gboolean is_inflated'
5729         argument; if false, we compare the uninstantiated signatures.
5730         (method_from_memberref): Compare the uninstantiated signatures;
5731         fixes #76417.
5732
5733 2006-01-18  Robert Jordan  <robertj@gmx.net>
5734
5735         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
5736         Clear the weak link. Fixes bug #77170.
5737
5738         * gc.c (mono_gchandle_free):
5739         Reflect *-gc.c changes (tiny optimization).
5740
5741 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
5742
5743         * metadata.c (mono_metadata_signature_dup): Applied patch from
5744         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
5745         Fixes #77288.
5746
5747 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
5748
5749         * marshal.c (emit_struct_conv): Allow fields with the same offset when
5750         marshalling from native to managed code. Fixes #77230.
5751
5752 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5753
5754         * threadpool.c: fix problem (Mac only) when more than one asynchronous
5755         connect. Fixes bug #77020.
5756
5757 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
5758
5759         * class.c: fixed id assignement for nested interfaces (bug #77275).
5760         Added also better info for --print-vtable debugging.
5761
5762 2006-01-12  Martin Baulig  <martin@ximian.com>
5763
5764         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
5765         interfaces on-the-fly; fixes #76625.
5766
5767         * class-internals.h
5768         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
5769         don't need that anymore.
5770
5771 2006-01-12  Miguel de Icaza  <miguel@novell.com>
5772
5773         * socket-io.c
5774         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
5775         To avoid initing the nested_classes when not needed I turned the
5776         PeerCredData as a toplevel internal class, as it has to be shared
5777         anyways. 
5778
5779         Fixes the CASA issue.
5780
5781 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
5782
5783         * domain.c: Accessors for MonoJitInfo
5784
5785         * profiler-private.h: Add jitinfo to the end jit hook
5786
5787         * profiler.[ch]: Define new hooks, called after jitting which give
5788         the MonoJitInfo that was compiled
5789
5790 2006-01-10  Martin Baulig  <martin@ximian.com>
5791
5792         * class.c (mono_class_setup_events): Add support for generic
5793         classes; fixes #76440.
5794
5795 2006-01-06  Raja R Harinath  <rharinath@novell.com>
5796
5797         Fix #77160.
5798         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
5799         on passed-in method.
5800
5801 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5802
5803         * object.c (mono_runtime_invoke_array): Add Nullable support.
5804
5805         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
5806
5807 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
5808
5809         * file-io.c: Don't consider sockets as directory and avoid an endless
5810         loop. Fix bug #76966.
5811
5812 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5813
5814         * object.c (mono_nullable_init): New helper function.
5815         (mono_nullable_box): Ditto.
5816
5817         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
5818
5819         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
5820
5821         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
5822         
5823 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
5824
5825         * class.c (mono_class_is_assignable_from): Make T assignable to 
5826         Nullable<T>.
5827
5828 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
5829
5830         * appdomain.c: Bump corlib version to 46.
5831         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
5832         serialization purpose) and changed ves_icall_System_Reflection_
5833         Assembly_get_code_base signature to accept a boolean (to escape, or 
5834         not, the assembly code base).
5835
5836 2005-12-23  Dick Porter  <dick@ximian.com>
5837
5838         * icall.c: 
5839         * threads-types.h: 
5840         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
5841         CreateEvent icall now returns "created" boolean parameter.
5842
5843 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
5844
5845         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
5846         #76967.
5847
5848         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
5849         when attr_klass is an interface. Fixes #77045.
5850
5851 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
5852
5853         * marshal.c (emit_struct_conv): Fix previous patch.
5854         
5855         * marshal.c (emit_struct_conv): Add a check for fields with the same
5856         offset.
5857
5858 2005-12-20  Raja R Harinath  <rharinath@novell.com>
5859
5860         Fix regression in Mono.C5.
5861         * class.c (mono_class_create_generic): If 'klass' is an interface
5862         set up the interface offsets.
5863         (mono_class_is_assignable_from): Don't throw away generic arguments.
5864
5865 2005-12-19  Raja R Harinath  <rharinath@novell.com>
5866
5867         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
5868         type parameters.
5869
5870 2005-12-15  Raja R Harinath  <rharinath@novell.com>
5871
5872         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
5873         dead store.
5874         (do_mono_metadata_parse_generic_class): Don't pass the current
5875         generic context when parsing the type being instantiated: it
5876         cannot use it, anyway.
5877
5878         * loader.c (method_from_memberref): Don't inflate a signature if
5879         it doesn't contain any type parameters.
5880
5881 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
5882
5883         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
5884
5885 2005-12-14  Martin Baulig  <martin@ximian.com>
5886
5887         * class.c
5888         (mono_type_get_name_recurse): Don't return null for type
5889         parameters and open generic classes.
5890         (mono_class_setup_methods): Don't exclude generic instances.
5891         (mono_get_unique_iid): Use different IDs for different
5892         instantiations of the same generic type.
5893         (mono_class_setup_vtable): Only use setup_generic_vtable() for
5894         open generic instances; create a normal vtable for closed generic
5895         instances.
5896         (mono_class_setup_vtable_general): We're now also called for
5897         closed generic instances.
5898
5899         * reflection.c
5900         (mono_reflection_bind_generic_parameters): Correctly use
5901         mono_metadata_lookup_generic_inst() everywhere.
5902
5903 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
5904
5905         * object.c (mono_class_create_runtime_vtable): Call 
5906         mono_class_setup_vtable ().
5907
5908         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
5909         function.
5910         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
5911         #76959.
5912
5913         * loader.c (mono_loader_set_error_type_load): Print the type load
5914         warnings to the console so they are more visible to the user.
5915         (mono_loader_set_error_method_load): Ditto.
5916
5917         * reflection.c (ensure_runtime_vtable): Revert the last change as it
5918         is still broken.
5919         
5920         * reflection.c (ensure_runtime_vtable): Fix build.
5921
5922         * reflection.c (ensure_runtime_vtable): Disable an optimization which
5923         doesn't work in all cases.
5924
5925 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
5926
5927         * object.c (mono_array_new_full): Treat a single dimensional array
5928         with 0 lower bounds as an szarray. Fixes #76973.
5929
5930         * reflection.c (custom_attr_visible): Really fix this.
5931
5932 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
5933
5934         * reflection.c (custom_attr_visible): Allow nested public attributes
5935         as well.
5936
5937         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
5938         interface check.
5939
5940 2005-12-12  Raja R Harinath  <harinath@gmail.com>
5941
5942         * class.c (set_generic_param_owner): Delete.
5943         (mono_class_create_from_typedef): Don't set ->owner field of
5944         generic parameters to "param containers" of enclosing classes.
5945         * reflection.c (mono_reflection_initialize_generic_parameter):
5946         Likewise.
5947
5948 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
5949
5950         * reflection.c (custom_attr_visible): Fix build.
5951
5952 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
5953
5954         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
5955         private attributes.
5956         
5957         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
5958         handling of null parameter defaults.
5959
5960 2005-12-09  Raja R Harinath  <rharinath@novell.com>
5961
5962         * class.c (mono_class_from_generic_parameter): Don't set
5963         klass->generic_container.
5964         (my_mono_class_from_generic_parameter): Likewise.
5965
5966 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
5967
5968         * reflection.c (load_public_key): Fix a warning.
5969         (method_encode_code): Fix unaligned accesses.
5970
5971 2005-12-07  Martin Baulig  <martin@ximian.com>
5972
5973         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
5974
5975         * reflection.c
5976         (write_generic_param_entry): Encode our custom attrs.
5977
5978         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
5979
5980 2005-12-07  Martin Baulig  <martin@ximian.com>
5981
5982         * reflection.c (encode_new_constraint): Removed; we don't use the
5983         `NewConstraintAttribute' anymore.
5984
5985 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
5986
5987         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
5988         not fire a TypeResolve event when Assembly.GetType () is called.
5989
5990 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
5991
5992         Beginning of support for nullable types in the runtime. Parts of
5993         this patch are from Martin.
5994
5995         * appdomain.c (MONO_CORLIB_VERSION): Bump
5996
5997         * domain.c (mono_init_internal): get the nullable type
5998
5999         * class.c (mono_class_is_nullable): New method
6000         (mono_class_get_nullable_param): New mehod
6001         (mono_class_create_generic): In types T? set cast_class to T
6002
6003         * class-internals.h (MonoDefaults): new nullable default class
6004         (mono_class_get_nullable_param, mono_class_get_nullable_param):
6005         new methods.
6006
6007 2005-12-05  Raja R Harinath  <rharinath@novell.com>
6008
6009         * metadata.c (select_container): New.  Refactor code to select the
6010         appropriate GenericContainer given the type of generic parameter
6011         we are looking for.
6012         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
6013         not a MonoGenericContext.  Use select_container.  Update parameters.
6014         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
6015         and MONO_TYPE_MVAR.
6016         (unwrap_arrays): Remove duplicate tests.
6017         (find_generic_param): Rename from 'has_same_context'.  Now walks a
6018         generic instantiated class to find any arguments that are generic
6019         parameters.
6020         (mono_type_create_from_typespec_full): Use find_generic_param to
6021         avoid evicting some generic instantiations from the typespec
6022         cache.
6023
6024 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
6025
6026         * reflection.c: fixed writing of doubles on ARM FPA.
6027
6028 2005-12-02  Robert Jordan  <robertj@gmx.net>
6029
6030         * icall.c: Fixed EventInfo.ReflectedType (#76829).
6031
6032 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6033
6034         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
6035         least on SUSE 10 they are not the same (on debian, they are just the
6036         same thing).
6037
6038 2005-12-01  Raja R Harinath  <rharinath@novell.com>
6039
6040         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
6041         DeclaringType for VARs and MVARs.
6042         * class.c (set_generic_param_owner): Fix initialization of owner
6043         fields.
6044
6045 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
6046
6047         * icall.c: fixed Enum.ToObject() to correctly convert the values.
6048
6049 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6050
6051         * threadpool.c: workaround for a bug that shows up on the Mac:
6052         select()+connect() on a blocking socket is not like it should
6053         be, so we proceed to connect() in that case, wasting the I/O
6054         threadpool thread until connect succeedes. Fixes bug #75436.
6055
6056 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6057
6058         * threadpool.c: fix typo when setting file descriptor states.
6059
6060 2005-11-28  Raja R Harinath  <rharinath@novell.com>
6061
6062         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
6063         * metadata.c (mono_metadata_parse_method_signature_full): Don't
6064         create a temporary signature container.
6065         (mono_metadata_parse_generic_param): Update to changes.
6066         (mono_type_create_from_typespec_full): Update to changes.
6067         * loader.c (method_from_memberref): Don't use a
6068         MonoGenericContainer while parsing a memberref signature.
6069         (method_from_methodspec): Remove dead-store of the 'container'
6070         variable.  It's overwritten before use.
6071
6072         * metadata.c (mono_type_create_from_typespec_full): Make debugging
6073         checks tighter.
6074         (mono_metadata_parse_generic_param): Likewise.
6075         * loader.c (find_method_in_class): Does not need a
6076         MonoGenericContainer.  Use 'mono_method_signature' rather than
6077         'mono_method_signature_full'.
6078         (find_method, mono_get_method_constrained, method_from_memberref):
6079         Update to changes.
6080
6081         * metadata.c (mono_type_create_from_typespec_full): Ensure that
6082         owner-less generic-parameters are never evicted from the typespec
6083         cache.
6084
6085         * loader.c (method_from_memberref): Don't use the current context
6086         when parsing signatures.
6087         (method_from_methodspec, mono_get_method_from_token): Update to changes.
6088
6089         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
6090         side-effects in g_assert.
6091         * loader.c (mono_get_method_from_token): Resolve klass earlier so
6092         that we don't potentially lose information.
6093
6094 2005-11-26  Dick Porter  <dick@ximian.com>
6095
6096         * icall.c:
6097         * threads.c: icalls to implement basic (ie, not named)
6098         System.Threading.Semaphore.
6099
6100 2005-11-24  Dick Porter  <dick@ximian.com>
6101
6102         * process.c
6103         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
6104         Use GetProcessId() if it's available.
6105
6106 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
6107
6108         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
6109
6110 2005-11-23  Raja R Harinath  <rharinath@novell.com>
6111             Ankit Jain  <jankit@novell.com>
6112
6113         * loader.c (mono_get_method_from_token): Initialize 'method' field
6114         of all generic parameters before parsing the signature.  Remove
6115         code that "fixed"-up MVAR references.
6116
6117 2005-11-23  Ankit Jain  <jankit@novell.com>
6118
6119         * metadata.c (mono_metadata_has_generic_params):
6120         (mono_metadata_load_generic_param_constraints):
6121         (mono_metadata_load_generic_params): Move duplicate code ...
6122         (mono_metadata_get_generic_param_row): ... here. Returns the
6123         first row-id in GenericParam table for a given owner (token).
6124         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
6125         prototype.
6126
6127 2005-11-23  Raja R Harinath  <rharinath@novell.com>
6128             Ankit Jain  <jankit@novell.com>
6129
6130         * metadata.c (mono_metadata_class_equal): Pass signature_only when
6131         comparing VARs too.
6132         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
6133         type->data.generic_param only if the type is an MVAR.
6134         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
6135         leak owner-less VARs and MVARs into managed space.
6136
6137 2005-11-21  Martin Baulig  <martin@ximian.com>
6138
6139         * class-internals.h
6140         (MonoMethod): Moved the `generic_container' here from
6141         `MonoMethodNormal' since we now also need it for
6142         `MonoMethodPInvoke';
6143         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
6144         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
6145         an union containing both `MonoMethodNormal' and
6146         `MonoMethodPInvoke'.
6147
6148         * loader.c
6149         (mono_get_method_from_token): Allow implementing generic methods
6150         as interncalls.
6151
6152         * threads.c
6153         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
6154         icall.
6155
6156 2005-11-17  Dick Porter  <dick@ximian.com>
6157
6158         * icall.c: 
6159         * process.h: 
6160         * process.c: Split the Process Start_internal icall into
6161         ShellExecuteEx_internal and CreateProcess_internal, which are
6162         called depending on whether UseShellExecute is true.  Fixes bug
6163         76670.
6164
6165         * appdomain.c (MONO_CORLIB_VERSION): Incremented
6166
6167 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
6168
6169         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
6170         'msize' parameters, use the information in 'mspec' instead.
6171         (emit_object_to_ptr_conv): Ditto.
6172
6173         * marshal.c (emit_struct_conv): Handle explicit layout structs with
6174         fields out of order. Fixes #76733.
6175
6176 2005-11-17  Ankit Jain  <jankit@novell.com>
6177
6178         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
6179
6180 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
6181
6182         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
6183           bug #76575.
6184
6185 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6186
6187         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
6188         for types with non-auto layout. Fixes #76717.
6189
6190 2005-11-16  Ankit Jain  <jankit@novell.com>
6191
6192         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
6193         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
6194         if generic_context is null.
6195           (mono_metadata_generic_param_equal): param->owner can be null.
6196           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
6197         null.
6198
6199 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6200
6201         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
6202         the correct value.
6203
6204 2005-11-15  Martin Baulig  <martin@ximian.com>
6205
6206         * object.c (set_value): Use mono_class_from_mono_type() instead of
6207         the hack for generic instances; fixes #76136.
6208
6209 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
6210
6211         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
6212         fields.
6213
6214         * image.c (load_metadata_ptrs): Initialize the new fields.
6215
6216         * reflection.c (create_dynamic_mono_image): Ditto.
6217
6218         * reflection.c (build_compressed_metadata): Use the new fields.
6219
6220         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
6221         icall.
6222
6223         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
6224         icall.
6225         
6226 2005-11-15  Ankit Jain  <jankit@novell.com>
6227             Raja R Harinath  <harinath@gmail.com>
6228
6229         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
6230         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
6231         new per-generic_container cache if the cached MonoType's context matches
6232         the current context.
6233           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
6234         to the expected context.
6235           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
6236
6237 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6238
6239         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
6240         we changed the signature of an icall.
6241         * icall.c: Modify to mono_double_ParseImpl return true/false 
6242         depending on the success, instead of throwing the exception. This will
6243         help us in Double.TryParse methods.
6244         
6245 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
6246
6247         * marshal.c (emit_marshal_object): Throw an exception when
6248         marshalling 'object' instead of crashing. Fixes #76696.
6249
6250 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6251
6252         * class-internals.h: Add prototype for mono_type_get_full_name ().
6253
6254 2005-11-11  Dick Porter  <dick@ximian.com>
6255
6256         * threads.c (mono_thread_manage): Make sure the main thread has
6257         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
6258
6259 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6260
6261         * loader.c (mono_loader_set_error_type_load): Log a warning to the
6262         console about the missing type.
6263         (mono_loader_set_error_method_load): Ditto.
6264
6265 2005-11-09  Miguel de Icaza  <miguel@novell.com>
6266
6267         * mono-config.c (mono_get_config_dir): Set the system defaults if
6268         none is specified.
6269
6270         * assembly.c (mono_set_dirs): New API entry point to set the
6271         assembly and the config directory in one call
6272
6273 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
6274
6275         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
6276         the ftnptr was created from a delegate in a domain other than the
6277         current domain. Fixes #75377.
6278
6279         * exception.h exception.c: Add mono_get_exception_not_supported ().
6280
6281 2005-11-08  Martin Baulig  <martin@ximian.com>
6282
6283         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
6284
6285 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
6286
6287         * security-manager.h: Added definitions to deal with strongname key 
6288         pairs bigger (and smaller) than 1024 bits.
6289         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
6290         adjust wrt the public key length being used.
6291
6292 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
6293
6294         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
6295           Windows build (r51396-51397).
6296
6297 2005-11-03  Martin Baulig  <martin@ximian.com>
6298
6299         * class.c (mono_class_setup_vtable_general): Also add generic
6300         methods to the vtable; fixes #76581.
6301
6302 2005-11-01  Miguel de Icaza  <miguel@novell.com>
6303
6304         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
6305         sure that we lookup GetString method from the System.Text.Encoding
6306         class, not the derived class or we get an empty method.
6307
6308         Fixed class #76612.
6309
6310 2005-10-25  Miguel de Icaza  <miguel@novell.com>
6311
6312         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
6313         if it has been previously set (embedders). 
6314
6315         Make mono_set_rootdir available also on Unix.
6316
6317 005-10-24  Robert Jordan  <robertj@gmx.net>
6318
6319         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
6320
6321 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
6322
6323         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
6324         only calls which are made to native code use this flag.
6325
6326         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
6327
6328 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
6329
6330         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
6331         Add support for FieldBuilders.
6332
6333 2005-10-29  Martin Baulig  <martin@ximian.com>
6334
6335         * mono-debug.c
6336         (mono_debug_using_mono_debugger): New public method; returns
6337         whether we're running inside the debugger.
6338
6339 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
6340
6341         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
6342         for Method/Constructor/FieldBuilders.
6343
6344 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
6345
6346         * reflection.c (module_add_cattrs): Save custom attributes for global methods
6347         and fields as well.
6348
6349 2005-10-26  Martin Baulig  <martin@ximian.com>
6350
6351         * mono-debug-debugger.c
6352         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
6353
6354 2005-10-24  Raja R Harinath  <harinath@gmail.com>
6355
6356         * icall.c (base64_to_byte_array): Don't pass an out-of-range
6357         integer to isspace.
6358
6359 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
6360
6361         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
6362         when passing valuetypes byref. Fixes #76502.
6363
6364 2005-10-19  Jackson Harper  <jackson@ximian.com>
6365
6366         * profiler.c: Don't put a . in front of types that are not in a
6367         namespace.
6368
6369 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
6370
6371         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
6372
6373 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
6374
6375         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
6376         #76436.
6377         (mono_marshal_get_ldflda_wrapper): Fix a warning.
6378
6379 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6380
6381         * assembly.c metadata-internals.h icall.c: Define an additional
6382         parameter for mono_assembly_name_parse_full, so we can avoid creating
6383         S.R.AssemblyName.Version when no version info wasn't passed.
6384         
6385 2005-10-09  Miguel de Icaza  <miguel@novell.com>
6386
6387         * class.c (mono_type_get_full_name): Reimplement method that was
6388         removed. 
6389
6390         * image.c: Some docs
6391
6392 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
6393
6394         * profiler.c (output_newobj_profile): Fix printing of Total memory
6395         on x86.
6396
6397 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6398
6399         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
6400
6401 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
6402
6403         * threads.c: remove debug output.
6404
6405 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6406
6407         * threads.c (mono_thread_manage): Fix crashes if more than 64
6408         threads need to be aborted. Hopefully fixes #75899.
6409
6410         * assembly.c (mono_stringify_assembly_name): New helper function.
6411
6412         * class.c: Use mono_stringify_assembly_name instead of the similar
6413         static function.
6414
6415         * assembly.h assembly.c: Add support for calling a postload search 
6416         hook if an assembly cannot be loaded.
6417
6418         * appdomain.c: Register new search hooks which call the AssemblyResolve
6419         events in AppDomain. Fixes #75231
6420
6421 2005-10-07  Martin Baulig  <martin@ximian.com>
6422
6423         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
6424         methods without debug info.
6425
6426 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
6427
6428         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
6429         wrappers.
6430
6431 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6432
6433         * file-io.c: now that we return symlinks, use lstat and, when the file
6434         is a symbolic link, stat, to get the file attributes. Also avoid the
6435         conversion to/from utf16/external.
6436
6437 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
6438
6439         * class.c (mono_class_layout_fields): Compute klass->has_references
6440         correctly if an embedded valuetype is not yet initialized. Fixes
6441         #76331.
6442
6443 2005-10-04  Martin Baulig  <martin@ximian.com>
6444
6445         * metadata.c
6446         (mono_metadata_load_generic_param_constraints): New public
6447         function; splitted the constraints loading out from
6448         mono_metadata_load_generic_params().
6449
6450         * class.c (mono_class_create_from_typedef): Call
6451         mono_metadata_load_generic_param_constraints() after setting up
6452         the type and creating our parent; fixes #75329.
6453
6454 2005-10-04  Martin Baulig  <martin@ximian.com>
6455
6456         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
6457         non-dynamic parent classes.
6458
6459 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
6460
6461         * file-io.c : win32 build fix (ETXTBSY seems not found).
6462
6463 2005-10-04  Martin Baulig  <martin@ximian.com>
6464
6465         * reflection.c
6466         (mono_image_get_methodspec_token): Make the cache actually work;
6467         fixes #75974.
6468
6469 2005-10-04  Martin Baulig  <martin@ximian.com>
6470
6471         * class.c (mono_class_name_from_token): Removed the unneccessary
6472         `MonoGenericContext *' argument.
6473
6474 2005-10-04  Martin Baulig  <martin@ximian.com>
6475
6476         * loader.c
6477         (method_from_methodspec): Make the caching work again; fixes the
6478         performance regression from #76262.
6479
6480 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6481
6482         * file-io.c:
6483         * file-io.h:
6484         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
6485         GetFileSystemEntries that performs the same work but without going
6486         into io-layer, locking, etc.
6487
6488 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
6489
6490         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
6491         ThreadState_Stopped as well. Fixes #76047.
6492
6493 2005-09-29  Martin Baulig  <martin@ximian.com>
6494
6495         * class.c
6496         (inflate_generic_context): If the new context has a `gmethod', set
6497         its `container' that that gmethod's `container'.
6498
6499         * metadata.c
6500         (mono_metadata_parse_generic_param): Simplify things;
6501         `generic_container = generic_context->container;' is just fine.
6502
6503         * loader.c (method_from_methodspec): Code cleanups.
6504
6505 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
6506
6507         * decimal.c: fix warning (and let gcc generate correct
6508         code on ARM with optimizations).
6509
6510 2005-09-28  Martin Baulig  <martin@ximian.com>
6511
6512         * loader.c
6513         (method_from_memberref): Added `MonoGenericContext *class_context'
6514         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
6515         (method_from_methodspec): If we're a memberref, use the enclosing
6516         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
6517
6518 2005-09-28  Martin Baulig  <martin@ximian.com>
6519
6520         * object.c (mono_runtime_invoke_array): Added support for
6521         MONO_TYPE_GENERICINST; fixes #75917.
6522
6523 2005-09-27  Martin Baulig  <martin@ximian.com>
6524
6525         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
6526         `k->byval_arg.type' to determine the actual type.
6527
6528         * loader.c (method_from_methodspec): Removed some hacks.
6529
6530 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
6531
6532         * class-internals.h (mono_field_is_deleted): Do the test for
6533         rtspecialname before we check the actual name of the field. This
6534         prevents us from dereferencing a pointer into the string table,
6535         saving us from accessing a few pages
6536
6537         * *.c: Replace the use of {Enter,Leave}CriticalSection with
6538         macros. This will allow a deadlock debugger to easily be plugged
6539         in.
6540
6541 2005-09-27  Martin Baulig  <martin@ximian.com>
6542
6543         * loader.c (method_from_methodspec): Create a "signature"
6544         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
6545
6546 2005-09-27  Martin Baulig  <martin@ximian.com>
6547
6548         * class.c
6549         (inflate_generic_class): Correctly set the new context's
6550         container.
6551
6552         * loader.c
6553         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
6554         instead of a `MonoGenericContext *'.
6555         (mono_method_signature_full): Take a `MonoGenericContainer *'
6556         instead of a `MonoGenericContext *'.
6557
6558         * metadata.c
6559         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
6560         instead of a `MonoGenericContext *'.
6561         (mono_metadata_parse_method_signature_full): Likewise.
6562
6563 2005-09-26  Martin Baulig  <martin@ximian.com>
6564
6565         * class.c
6566         (mono_class_from_generic_parameter): Set `klass->generic_container'
6567         (mono_class_from_generic_parameter): Likewise.
6568         (mono_bounded_array_class_get): We inherit the generic container
6569         from the element class.
6570
6571         * loader.c
6572         (find_method, find_method_in_class): Take a `MonoGenericContext *'
6573         argument rather than computing it here.
6574         (method_from_memberref): Correctly set the generic context before
6575         parsing the signature.  Fixes #75681.
6576
6577 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
6578
6579         * object.c (mono_class_has_special_static_fields): Fix warnings.
6580
6581 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6582
6583         * assembly.c: Add parse_public_key function, to
6584         par the public keys. Also added mono_assembly_name_parse_full,
6585         to define it the parsed key should be freed or not.
6586         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
6587         to parse a long format assembly name.
6588         * metadata-internals.h: Keep mono_assembly_name_parse_full as
6589         private, since calling it to preserve the key requires
6590         freeing it manually.
6591         
6592 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
6593
6594         * locales.c : removed HAVE_ICU part.
6595
6596 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
6597
6598         * object.c (mono_class_create_runtime_vtable): Avoid calling 
6599         field_is_special_static if the klass has no special static fields.
6600
6601         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
6602         (MonoCachedClassInfo): Likewise.
6603
6604         * object.c (mono_class_has_special_static_fields): New helper function.
6605
6606 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6607
6608         * class.c (mono_class_create_from_typedef): Don't call 
6609         interfaces_from_typedef_full for enums.
6610         (mono_class_create_from_typedef): Compute the base types of enums directly
6611         without calling mono_class_setup_fields ().
6612         (mono_class_find_enum_basetype): New helper function.
6613
6614         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
6615         one place inside the string heap.
6616         
6617 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
6618
6619         * class.c: locking fixes, code cleanups, some docs added.
6620         Allocate some data structures in the image mempool.
6621
6622 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6623
6624         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6625         the example code.
6626         
6627 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
6628
6629         * class-internals.h, class.c, reflection.c: reduce memory taken by
6630         MonoClass.
6631
6632 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
6633
6634         * metadata.c, metadata.h, loader.h: documentation updates, code and
6635         API cleanups.
6636
6637 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6638
6639         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6640         the example code.
6641
6642         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
6643         page faults caused by the runtime while reading metadata.
6644
6645 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6646
6647         * socket-io.c: the field names were changed 3 months ago and no one
6648         realized until bug #76077 got filed!
6649
6650 2005-09-20  Martin Baulig  <martin@ximian.com>
6651
6652         * icall.c (assembly_icalls): Removed some unused debugger icalls.
6653
6654 2005-09-20  Martin Baulig  <martin@ximian.com>
6655
6656         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
6657         write the rank into the class entry.
6658
6659 2005-09-20  Martin Baulig  <martin@ximian.com>
6660
6661         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
6662
6663 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
6664
6665         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6666
6667         * icall.c (custom_attrs_defined_internal): New icall.
6668
6669         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
6670         function.
6671         (mono_custom_attrs_construct_by_type): New helper function.
6672
6673 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
6674
6675         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
6676         terminate the resulting string. Fixes #76123.
6677
6678 2005-09-16  Martin Baulig  <martin@ximian.com>
6679
6680         * mono-debug.c
6681         (mono_debug_add_method): Ignore inflated methods for the moment.
6682
6683 2005-09-14  Martin Baulig  <martin@ximian.com>
6684
6685         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
6686
6687 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
6688
6689         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
6690         return a success/failure indication.
6691         (mono_metadata_interfaces_from_typedef_full): Ditto.
6692         (get_constraints): Ditto.
6693
6694 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
6695
6696         * marshal.c (emit_marshal_array): Fix handling of null arrays.
6697         
6698         * marshal.c (emit_marshal_array): Add support for returning string
6699         arrays from delegates. Fixes #76063.
6700
6701         * marshal.c: Use the emit_ldloc/stloc macros where possible.
6702
6703 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
6704
6705         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
6706         icall.
6707
6708 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
6709
6710         * reflection.c icall.c: Fix after mono_get_exception_type_load
6711         signature change.
6712
6713         * assembly.c (mono_assembly_get_assemblyref): New helper function.
6714         (mono_assembly_load_reference): Use the new helper.
6715
6716         * class-internals.h (MonoLoaderError): New structure containing 
6717         information about type loading errors.
6718
6719         * class-internals.h loader.c: Add APIs to store per-thread loader
6720         error information.
6721
6722         * loader.c class.c: Set the loader error if needed.
6723
6724         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
6725
6726 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
6727
6728         * decimal.c: fixed to handle the broken ARM fp format.
6729
6730 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
6731
6732         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
6733         broken.
6734
6735 2005-09-06  Martin Baulig  <martin@ximian.com>
6736
6737         * domain.c (supported_runtimes): Added v2.0.50727.
6738
6739 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
6740
6741         * culture-info.h: reduce the size of some structures.
6742
6743 2005-09-05  Martin Baulig  <martin@ximian.com>
6744
6745         Reflect latest API changes in the August CTP.
6746
6747         * icall.c
6748         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
6749         ("MonoType.HasGenericArguments"): Removed.
6750         ("MonoMethod.BindGenericParameters"): Renamed to
6751         "MakeGenericMethod".
6752         ("MethodBuilder.BindGenericParameters"): Renamed to
6753         "MakeGenericMethod".    
6754
6755 2005-09-05  Martin Baulig  <martin@ximian.com>
6756
6757         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
6758
6759 2005-09-05  Martin Baulig  <martin@ximian.com>
6760
6761         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6762
6763         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
6764         generic_container is non-NULL.
6765
6766 2005-09-05  Martin Baulig  <martin@ximian.com>
6767
6768         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6769
6770         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
6771
6772 2005-08-29  Michal Moskal  <malekith@nemerle.org>
6773
6774         * reflection.c (encode_locals,
6775         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
6776         for large generic types.
6777
6778 2005-09-05  Martin Baulig  <martin@ximian.com>
6779
6780         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6781
6782         * class.c (mono_dup_array_type): New public method.
6783         (mono_metadata_signature_deep_dup): New public method.
6784         (dup_type): Correctly duplicate array and function types.
6785
6786 2005-09-05  Martin Baulig  <martin@ximian.com>
6787
6788         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6789
6790         * reflection.c (get_default_param_value_blobs): Handle generic types
6791         and generic methods.
6792
6793 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
6794
6795         * class.c: Fixed error reporting (method/class were inversed) for 
6796         inheritance demands.
6797         * security-manager.c|h: Added the AppDomain when calling the managed
6798         System.Security.SecurityManager.InheritanceDemand method.
6799
6800 2005-09-01  Raja R Harinath  <rharinath@novell.com>
6801
6802         * reflection.c (encode_marshal_blob): 'marshaltype' and
6803         'marshaltyperef' are alternate sources for the custom marshaler
6804         name.
6805
6806 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
6807
6808         * class.c: fix creation of array classes with rank == 1
6809         (patch by Ankit Jain <jankit@novell.com>).
6810
6811 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
6812
6813         * object.c: fix check for creating the bound data for arrays vs
6814         szarrays.
6815
6816 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6817
6818         * object.c: configuration file name is now based on the executable name,
6819         not the image name. Fixes bug #75931.
6820
6821 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
6822
6823         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
6824         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
6825
6826 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
6827
6828         * rand.c: Use wincrypt.h instead of WinCrypt.h.
6829
6830 2005-08-24  Ankit Jain  <jankit@novell.com>
6831             Raja R Harinath  <rharinath@novell.com>
6832
6833         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
6834           called by it recursively.
6835           (mono_class_init): Remove special case in pending_init handling, since it's
6836           superseded by the fix to mono_class_from_typeref.
6837
6838 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
6839
6840         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
6841         BROKEN_THREAD_START stuff.
6842
6843 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
6844
6845         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
6846         trampoline.
6847
6848         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
6849         
6850         * object.c (mono_delegate_ctor): Replace the original function address with
6851         a delegate trampoline.
6852
6853 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
6854
6855         * icall.c: add boolean argument to base64_to_byte_array and 
6856         InternalFromBase64String to control whether a whitespace-only string
6857         is allowed (or should casue a FormatException to be thrown). We need
6858         this as the behavior has changed between MS.NET 1.x and 2.0, and we
6859         to match the MS behaviour in both profiles.
6860         * appdomain.c: Bump corlib version.
6861
6862 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6863
6864         This patch implements a big portion of publisher policy
6865         support, used to bind assembly versions and redirect
6866         one assembly from version A to version B.
6867
6868         * assembly.c:
6869         New GSList loaded_assembly_bindings, for storing the cached
6870         assembly bindings.
6871         (assembly_binding_maps_name): New static function for checking if a 
6872         assembly binding information maps an assembly name.
6873         (mono_assembly_binding_info_free): New function for freeing
6874         assembly binding information resources.
6875         (get_publisher_policy_info): New static function for retrieving 
6876         assembly binding information from a MonoImage.
6877         (compare_versions): New static function for comparing an assembly
6878         binding information data and the version of an assembly name.
6879         (check_policy_versions): New static function for checking if an
6880         assembly binding info mapping an assembly name is valid for it.
6881         (mono_assembly_load_publisher_policy): New static function for
6882         loading the 'policy.major.minor.MyAssembly' image for an assembly
6883         with an assembly name 'aname'.
6884         (mono_assembly_bind_version): New static function for updating
6885         assembly redirection.
6886         (mono_assembly_apply_binding): New static function for applying
6887         assembly binding.
6888         (search_binding_loaded): New static function for searching 
6889         loaded assembly binding infos in the cache domain.
6890         (mono_assembly_load_full): Don't apply assembly binding for
6891         reflection only assemblies.
6892
6893         * metadata-internals.h: Add MonoAssemblyBindingInfo,
6894         which contains information about assembly binding. Also
6895         declare signature for mono_config_parse_publisher_policy ()
6896         function, used to retrieve pub policy info.
6897         
6898         * mono-config.c:
6899         (publisher_policy_start): New static function used to parse publisher 
6900         policy config files.
6901         (publisher_policy_parser): New static MonoParseHandler containing 
6902         the functions used when parsing config files.
6903         (mono_config_parse_publisher_policy): New function for parsing
6904         publisher policy files.
6905         
6906 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
6907
6908         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
6909
6910         * marshal.c (mono_delegate_free_ftnptr): Ditto.
6911
6912         * object.c (mono_get_addr_from_ftnptr): New helper function.
6913
6914         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
6915
6916         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6917
6918 2005-08-19  Dick Porter  <dick@ximian.com>
6919
6920         * threads.c, threads.h, appdomain.c, appdomain.h,
6921         profiler-private.h, monitor.c, object.c, object-internals.h,
6922         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
6923         store the thread ID, so it can hold a 64 bit value if needed.
6924
6925 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
6926
6927         * reflection.c (mono_reflection_create_dynamic_method): Store the
6928         handle class into the method references as well so ldtoken works in
6929         dynamic methods.
6930
6931         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
6932         types.
6933
6934 2005-08-19  Ankit Jain <jankit@novell.com>
6935
6936         Fix #75847.
6937         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
6938           here rather than using the method signature of a arbitrary function
6939           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
6940           two arguments.
6941           Hack done with Harinath.
6942
6943 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6944
6945         * threadpool.c: disable printing stack traces when we get a exception
6946         in a threadpool thread. I need to do more testing to figure out which
6947         cases actually print this. Fixes bug #75828.
6948
6949 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6950
6951         * icall.c: there might be ignored whitespace after the last '='. This
6952         fixes length computation and bug #75840.
6953
6954 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
6955
6956         * assembly.c (mono_assembly_load_full): Consider .exe extension as
6957         well. Fixes #75809.
6958
6959         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
6960         #75784.
6961         
6962         * reflection.c (create_custom_attr_data): Ditto.
6963
6964 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
6965
6966         * locales.c, culture-info.h : removed RegionLCIDMap.
6967         * culture-info-tables.h : regenerated.
6968
6969 2005-08-16  Martin Baulig  <martin@ximian.com>
6970
6971         * class.c (mono_type_get_name_recurse): Small fix.
6972
6973 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
6974
6975         * locales.c : indentation fixie.
6976
6977 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
6978
6979         * object-internals.h,
6980           locales.h,
6981           locales.c,
6982           culture-info.h,
6983           icall.c : added RegionInfo table support.
6984         * culture-info-table.h : regenerated for region support.
6985
6986 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
6987
6988         * reflection.c (resolve_object): handle all kinds of MonoMethod
6989         including generic ones
6990
6991 2005-08-12  Ankit Jain <jankit@novell.com>
6992
6993         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
6994           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
6995
6996 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
6997
6998         * process.c: Don't close a thread handle when it's NULL. This is a
6999         workaround for bug #75733.
7000
7001 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
7002
7003         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
7004
7005 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
7006
7007         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
7008
7009 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7010
7011         * threadpool.c: if a work item in the thread pool has a callback that
7012         catches a exception, don't propagate it after invoking the callback.
7013         Fixes bug #75336.
7014
7015 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
7016
7017         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
7018
7019         * class-internals.h (MonoCachedClassInfo): Add some new fields.
7020
7021         * class.c (mono_class_init): Load field info lazily in the AOT case.    
7022
7023         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
7024
7025 2005-08-03  Ankit Jain  <jankit@novell.com>
7026
7027         Fix #75683.
7028         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
7029           PInvoke calling convention is 0.
7030
7031 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
7032
7033         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
7034         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
7035
7036 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
7037
7038         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
7039         to handle threads not started by the GC (patch by Michael Meeks
7040         <michael.meeks@novell.com>).
7041
7042 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
7043
7044         * reflection.c: Make buffer used in emitting types larger for some
7045         big generic types (patch by Michal Moskal).
7046
7047 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
7048
7049         * mono-debug.c: Fix some (not all) alignment problems.
7050
7051 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7052
7053         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
7054         Invoke mono_image_load_from_data_full passing the refonly
7055         parameter.
7056
7057         * assembly.c
7058         (mono_assembly_open_from_bundle): Add the refonly argument, 
7059         in order to pass it to other methods it calls to.
7060         (do_mono_assembly_open): Add the refonly argument, in order 
7061         to pass it to other methods it calls to.
7062         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
7063         the refonly parameter to it.
7064
7065         * image.c: Add loaded_images_refonly_hash and
7066         loaded_images_refonly_guid_hash to cache the reflection
7067         only loaded images.
7068         (mono_images_init): Initialize the hash tables used for
7069         caching the reflection only images.
7070         (load_modules): Invoke mono_image_open_full passing the refonly
7071         parameter to load the modules the correct way.
7072         (build_guid_table): Add the refonly argument, to re-build the 
7073         correct hash table.
7074         (do_mono_image_open): Added the refonly argument, in order to
7075         define it for the loaded image.
7076         (mono_image_loaded_full): New function, which receives an
7077         additional parameter to look for the image in the refonly or
7078         non-refonly section.
7079         (mono_image_loaded): Updated, using mono_image_loaded_full.
7080         (mono_image_loaded_by_guid_full): The same case that happens
7081         with mono_image_loaded_full.
7082         (mono_image_loaded_by_guid): Likewise.
7083         (register_image): Use the ref_only variable inside MonoImage
7084         to decide in which hash table store the current image.
7085         (mono_image_open_from_data_full): Rename
7086         mono_image_open_from_data to mono_image_open_from_data_full,
7087         adding the refonly argument, to define the ref_only variable 
7088         inside MonoImage.
7089         (mono_image_open_from_data): Return 
7090         mono_image_open_from_data_full.
7091         (mono_image_open_full): Rename mono_image_open to
7092         mono_image_open_full, receiving the new refonly argument,
7093         to pass it to inner methods.
7094         (mono_pe_file_open): Update this function, to open
7095         a MonoImage as a non-refonly image.
7096         (mono_image_close): Use the refonly variable inside
7097         MonoImage to remove the image from the correct caches.
7098
7099         * image.h: Add the signatures of mono_image_open_full,
7100         mono_image_open_from_data_full, mono_image_loaded_full,
7101         mono_image_loaded_by_guid_full.
7102
7103         * metadata-internals.h: Add the ref_only field to 
7104         MonoImage.
7105         
7106 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7107
7108         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
7109         Fix the last behavior, which used to load the assemblies and
7110         extract MonoReflectionAssemblyName information, instead of
7111         extract it from the metadata tables. Needed for Reflection
7112         Only assemblies.
7113         
7114 2005-07-29  Martin Baulig  <martin@ximian.com>
7115
7116         * mono-debug-debugger.c
7117         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
7118         not initialized.
7119
7120         * mono-debug.c
7121         (mono_debug_address_from_il_offset): Check whether we have
7122         debugging support before attempting to take the lock.
7123         (mono_debug_source_location_from_address): Likewise.
7124         (mono_debug_source_location_from_il_offset): Likewise.
7125         (mono_debug_il_offset_from_address): Likewise.
7126         (mono_debug_address_from_il_offset): Likewise.
7127
7128 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
7129
7130         * class.c (mono_class_from_name_case): Add support for dynamic images.
7131         Fixes #75650.
7132
7133         * object.c (mono_class_compute_gc_descriptor): Add a workaround
7134         for #75479.
7135
7136 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7137         
7138         * reflection.c (mono_method_get_object): Fix warning.
7139
7140 2005-07-28  Martin Baulig  <martin@ximian.com>
7141
7142         * mono-debug.c
7143         (mono_debug_add_wrapper): Also write the wrapper type.
7144
7145 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7146
7147         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
7148         
7149         * class.c (mono_class_init): Avoid reading nested classes if the AOT
7150         data indicates the class has none.
7151
7152 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
7153
7154         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
7155         loader lock with the debugger lock. Prevents deadlocks for beagle.
7156
7157         Beagle can now run on an smp box for a weekend without any
7158         issues. Woohoo!
7159
7160 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
7161
7162         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
7163         in a module. Fixes #75629.
7164
7165 2005-07-26  Martin Baulig  <martin@ximian.com>
7166
7167         * mono-debug.c (mono_debug_add_wrapper): New static method.
7168         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
7169         interncall or a wrapper.
7170
7171         * mono-debug.h (MonoDebugWrapperData): New public typedef.
7172         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
7173         (MONO_DEBUGGER_VERSION): Bump to 51.
7174
7175         * mono-debug-debugger.c
7176         (mono_debugger_add_type): Removed this empty function.
7177         (mono_debugger_add_method): Likewise.
7178
7179 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
7180
7181         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
7182         before accessing method->slot.
7183
7184 2005-07-21  Jb Evain  <jbevain@gmail.com>
7185
7186         * reflection.c (method_encode_clauses/class): Handle filters clauses.
7187         Fixes #75010.
7188
7189 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
7190
7191         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
7192         #75587.
7193
7194 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
7195
7196         * image.h image.c: Add mono_image_get_guid () API function.
7197
7198 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
7199
7200         There were issues when multiple threads tried to load
7201         assemblies. A deadlock was created between assemblies_mutex and
7202         mono_domain_assemblies_lock. This fixes the issue by making the
7203         assembly ref counting be lock free. See bug 75586.
7204         
7205         * image.c (mono_image_close): The add ref function here was using
7206         Interlocked operations while the unref was using a mutex and a
7207         --. I don't think this was ever a bug that would be exposed in a
7208         non-pendantic way (ie, by an embedder doing a ref on one thread
7209         and an unref on another), but for the sake of correctness, this is
7210         now Interlocked.
7211
7212         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
7213         (mono_assembly_load_reference): Call mono_assembly_addref rather
7214         than touching the refcount ourselves.
7215         (mono_assembly_close): Use InterlockedDecrement to unref the
7216         assembly. Don't acquire the lock unless it is actually needed.
7217
7218 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7219
7220         * class.c (mono_class_layout_fields): Fix calculation of has_references
7221         for generic types.
7222
7223 2005-07-12  Martin Baulig  <martin@ximian.com>
7224
7225         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7226
7227         * metadata.c
7228         (mono_type_hash): Provide better hashing for generic instances.
7229         (mono_generic_inst_hash): Improve hashing.
7230         (mono_generic_class_hash): Likewise.
7231
7232         * reflection.c (mymono_metadata_type_hash): Improve hashing for
7233         generic instances.
7234
7235 2005-07-12  Martin Baulig  <martin@ximian.com>
7236
7237         * reflection.c (mono_reflection_create_runtime_class): Remove the
7238         hack for generic type definitions and non-`Run' assemblies.
7239         (mono_reflection_bind_generic_parameters): Also use
7240         `klass->wastypebuilder' to check for TypeBuilders.
7241
7242 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7243
7244         * class.c (mono_class_layout_fields): Fix calculation of has_references
7245         for generic types.
7246
7247         * class.c (inflate_generic_class): Fix a leak.
7248         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
7249         for generic types.
7250
7251 2005-07-11  Martin Baulig  <martin@ximian.com>
7252
7253         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
7254         on error.
7255
7256 2005-07-11  Martin Baulig  <martin@ximian.com>
7257
7258         * loader.c (find_method): Also lookup in
7259         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
7260
7261 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7262
7263         * appdomain.c (mono_domain_unload): Don't free the error message
7264         before passing it to mono_get_exception_...
7265
7266         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
7267         
7268 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
7269
7270         * threads.c: try to better guess an available RT signal (bug #75387).
7271
7272 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7273
7274         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
7275         and CACHE_OBJECT.
7276
7277 2005-07-07  Martin Baulig  <martin@ximian.com>
7278
7279         * class.c (mono_type_get_name_full): Return NULL for
7280         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
7281         fixes #75408.
7282
7283 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7284
7285         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
7286         exit the appdomain as well being aborted.
7287
7288         * threadpool.c: Create all threadpool threads inside the root appdomain, and
7289         change back to the root domain after calling managed code. This enables
7290         appdomains using threadpools to be unloaded.
7291
7292 2005-07-07  Martin Baulig  <martin@ximian.com>
7293
7294         * class-internals.h
7295         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
7296         into `MonoDynamicGenericClass' since we only need it for dynamic
7297         types.
7298
7299         * reflection.c (mono_class_bind_generic_parameters): We don't need
7300         to compute the `parent' here.
7301
7302 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
7303
7304         * culture-info-table.h : regenerated.
7305
7306 2005-07-06  Martin Baulig  <martin@ximian.com>
7307
7308         * icall.c
7309         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
7310
7311         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
7312
7313 2005-07-06  Martin Baulig  <martin@ximian.com>
7314
7315         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
7316         we're doing a signature-only comparision; fixes #74945.
7317
7318 2005-07-06  Martin Baulig  <martin@ximian.com>
7319
7320         * class-internals.h (MonoGenericClass): Moved some things out into
7321         a new `MonoInflatedGenericClass' type.  
7322         (MonoInflatedGenericClass): New type; the `klass' of a
7323         `MonoGenericClass' is now computed lazyly in
7324         mono_get_inflated_generic_class().      
7325
7326         * class.c (mono_get_inflated_generic_class): New public function.
7327         (mono_class_inflate_generic_method): Removed the unused
7328         `MonoClass *' argument.
7329         (setup_generic_vtable): Don't call mono_get_inflated_method() on
7330         all the methods.
7331         (mono_class_create_generic): Make this static and merge it with
7332         mono_class_create_generic_2(); we're now called automatically from
7333         mono_get_inflated_generic_class().
7334
7335         * loader.c (mono_method_signature): Call
7336         mono_get_inflated_method() here.
7337
7338 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
7339
7340         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
7341         type of fields with RVA.
7342
7343         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
7344         for this pseudo class.
7345         (my_mono_class_from_generic_parameter): Likewise.
7346         (mono_class_init): Allow interfaces to have cctors.
7347
7348 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7349
7350         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
7351         lazily for AOT methods.
7352
7353 2005-07-05  Martin Baulig  <martin@ximian.com>
7354
7355         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
7356         returns FALSE for a successful match, not TRUE.
7357
7358 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7359
7360         * loader.c (mono_method_get_index): Optimize this a bit.
7361
7362 2005-07-04  Martin Baulig  <martin@ximian.com>
7363
7364         * class.c
7365         (class_compute_field_layout): Move the check for generic type
7366         definitions into mono_class_layout_fields().  Fixes #74684.
7367         (mono_class_from_generic_parameter): Correctly compute
7368         `klass->parent'; fixes #75457.
7369
7370         * reflection.c (register_assembly, register_module): Make sure
7371         `domain->rejobject_hash' is already created.
7372
7373 2005-07-02  Martin Baulig  <martin@ximian.com>
7374
7375         * class-internals.h
7376         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
7377         `MonoDynamicGenericClass'.      
7378
7379 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
7380
7381         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
7382         returned by a field getter is null, since null is a valid value.
7383
7384 2005-07-01  Martin Baulig  <martin@ximian.com>
7385
7386         * reflection.c (mono_reflection_generic_class_initialize): Update
7387         the `dgclass->fields [i].parent' to the correct class.
7388         (mono_image_get_fieldref_token): Use the declaring type, not the
7389         reflected type.
7390
7391 2005-07-01  Martin Baulig  <martin@ximian.com>
7392
7393         * loader.c (find_method): Also look in the interfaces; fixes #75429.
7394
7395 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
7396
7397         * threads.c (thread_cleanup): assert that thread != NULL
7398         (wait_for_tids_or_state_change): We were using the wrong variable
7399         when accessing wait->threads. `i' was always out of the bounds of
7400         the array.
7401
7402 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7403
7404         * loader.c: map user32 and kernel32 to libMonoSupportW
7405
7406 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
7407
7408         * appdomain.c (unload_thread_main): Mark this as WINAPI.
7409
7410 2005-06-28  Martin Baulig  <martin@ximian.com>
7411
7412         * loader.c (method_from_methodspec): Fix #75334.
7413
7414 2005-06-28  Martin Baulig  <martin@ximian.com>
7415
7416         Fix #74953 - Arrays now implement the generic IList<T> interface
7417         on the 2.0 platform.
7418
7419         * class-internals.h (MonoDefaults): Added `generic_array_class'.
7420
7421         * reflection.c (mono_class_bind_generic_parameters): New public
7422         function; similar to mono_reflection_bind_generic_parameters(),
7423         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
7424
7425         * domain.c (mono_init_internal): Try to initialize.
7426         `mono_defaults.generic_array_class' here; this'll only succeed if
7427         we're using the 2.0 corlib.
7428
7429         * icall.c
7430         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
7431         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
7432         (mono_lookup_internal_call): Added support for nested classes.
7433
7434         * loader.c
7435         (mono_get_method_from_token): Set `result->signature->pinvoke' if
7436         we're an interncall and have generic arguments.
7437
7438         * class.c
7439         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
7440         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
7441         instance of System.Array.InternalArray<T> for arrays, so they
7442         implement the generic IList<T> interface.
7443
7444 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
7445
7446         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
7447         (chastamar@yahoo.com). Fixes #75374.    
7448
7449 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
7450
7451         * culture-info-table.h: regenerated.
7452
7453 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7454
7455         * icall.c: handle spaces correctly for base64 strings.
7456
7457 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
7458
7459         * *.c: Kill some warnings.
7460
7461 2005-06-23  Duncan Mak  <duncan@novell.com>
7462
7463         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
7464         that this builds on Solaris 10 (x86).
7465
7466 2005-06-23  Martin Baulig  <martin@ximian.com>
7467
7468         * class.c
7469         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
7470         generic type definitions.
7471
7472 2005-06-23  Martin Baulig  <martin@ximian.com>
7473
7474         Fix #75331.
7475
7476         * metadata.c (mono_class_get_overrides): Renamed to
7477         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
7478         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
7479         pass it to mono_get_method_full().
7480
7481 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
7482
7483         * reflection.c (mono_reflection_create_runtime_class): take the
7484         mono_domain_lock in this method. Prevents deadlocks
7485
7486 2005-06-22  Martin Baulig  <martin@ximian.com>
7487
7488         * loader.c (method_from_methodspec): Fix #75330.
7489
7490 2005-06-22  Martin Baulig  <martin@ximian.com>
7491
7492         * reflection.c (type_get_qualified_name): Use
7493         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
7494         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
7495         argument; use it if we don't have an assembly name.
7496
7497 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
7498
7499         * object.c: In mono_message_init, set "copy out" flag for in
7500         parameters with the [Out] flag.
7501
7502 2005-06-21  Martin Baulig  <martin@ximian.com>
7503
7504         * class.c
7505         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
7506         and MONO_TYPE_PTR.
7507
7508 2005-06-21  Martin Baulig  <martin@ximian.com>
7509
7510         * class.c (mono_class_init): Don't initialize `class->fields' for
7511         generic instances since they're initialized again in
7512         compute_field_layout(). 
7513         (compute_field_layout): Set the field's `generic_info' here; fix
7514         #75320. 
7515
7516 2005-06-21  Martin Baulig  <martin@ximian.com>
7517
7518         * class-internals.h
7519         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
7520
7521         * metadata.c (mono_metadata_generic_method_equal): Also
7522         distinguish the `generic_class'; fixes #75334.
7523
7524 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7525
7526         * domain.c:
7527         * appdomain.c:
7528         * domain-internals.h:
7529         * reflection.c: 'domain_assemblies' field is now protected by its own
7530         lock. Don't call into managed code to run the AssemblyLoad event if we
7531         now there are no registered delegates for it.
7532
7533 2005-06-20  Martin Baulig  <martin@ximian.com>
7534
7535         * class.c (mono_class_is_assignable_from): Use a custom version of
7536         mono_class_has_parent() to make things work for generic instances;
7537         fix #75300.
7538
7539 2005-06-20  Martin Baulig  <martin@ximian.com>
7540
7541         * loader.c (method_from_methodspec): Apply a patch from
7542         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
7543
7544 2005-06-20  Martin Baulig  <martin@ximian.com>
7545
7546         * class.c (mono_class_init): Reverted Zoltan's last change; it
7547         breaks generics.
7548
7549 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
7550
7551         * threads.c (wait_for_tids_or_state_change): Add missing locking.
7552
7553 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7554
7555         * socket-io.c: fix the index in the socket array for writable/error
7556         sockets. Fixes bug #75306.
7557
7558 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
7559
7560         * class.c (mono_class_init): Allow interfaces to have static ctors.
7561
7562 2005-06-17  Martin Baulig  <martin@ximian.com>
7563
7564         * loader.c (method_from_methodspec): Use `context->container' when
7565         parsing the `gmethod->inst'.
7566
7567 2005-06-17  Martin Baulig  <martin@ximian.com>
7568
7569         * class.c (mono_type_get_name_recurse): Don't add the assembly
7570         name for type arguments.
7571
7572 2005-06-15  Martin Baulig  <martin@ximian.com>
7573
7574         * reflection.c (mono_image_get_inflated_method_token): Encode
7575         correct klass; fixes #75260.
7576
7577 2005-06-13 Michal Moskal <malekith@nemerle.org>
7578
7579         * icall.c: Make GetCorrespondingMethod/Constructor take
7580         MonoReflectionMethod method not MonoMethod. Removed
7581         MonoType.GetCorrespondingField, and make
7582         MonoGenericType.GetCorrespondingField take name not
7583         MonoClassField.
7584
7585 2005-06-13  Michal Moskal <malekith@nemerle.org>
7586
7587         * reflection.c (field_encode_signature, encode_locals):
7588          Make sizes of buffers for types larger (for big generic types).
7589          (create_generic_typespec,
7590          mono_reflection_sighelper_get_signature_local,
7591          mono_reflection_sighelper_get_signature_field):
7592          Add asserts for too small buffers.
7593
7594 2005-06-15  Martin Baulig  <martin@ximian.com>
7595
7596         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
7597         if our parent is not a dynamic type.
7598
7599 2005-06-15  Martin Baulig  <martin@ximian.com>
7600
7601         * class-internals.h (MonoTypeNameFormat): New enum.
7602
7603         * class.c
7604         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
7605         (mono_type_get_full_name): Removed.
7606         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
7607         argument instead of the boolean's.
7608
7609         * icall.c (ves_icall_System_MonoType_getFullName):
7610         Added `gboolean assembly_qualified'.    
7611
7612         * reflection.h
7613         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
7614
7615         * reflection.c (mono_reflection_parse_type): Parse the new type
7616         name format.
7617
7618 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7619
7620         * icall.c: no need to convert from utf16 to utf8 and then back again
7621         after the call to GetLogicalDrives.
7622
7623 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7624
7625         * icall.c: frombase64. Fix problems exposed by new tests.
7626
7627 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7628
7629         * icall.c: added internal calls for converting char [] and strings in
7630         base64 into byte [].
7631
7632 2005-06-10  Martin Baulig  <martin@ximian.com>
7633
7634         * class.c (mono_class_create_generic_2): Read the nested classes
7635         from the metadata rather than from `gklass->nested_classes' since
7636         `gklass' might not be initialized yet.
7637
7638 2005-06-09  Duncan Mak  <duncan@novell.com>
7639
7640         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
7641         all public headers. Fixes #74919.
7642
7643 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
7644
7645         * domain.c: The key for proxy_vtable_hash is now a pointer
7646         array. Added new GHashFunc and GCompareFunc functions for this.
7647
7648         * class.h: The list of interfaces in MonoRemoteClass is known in
7649         advance and can't grow (we create a new MonoRemoteClass if needed),
7650         so now the interface array can be allocated together with
7651         MonoRemoteClass.
7652         
7653         * object.c: Added a new method create_remote_class_key.
7654         Fixed mono_remote_class so it does not depend on
7655         mono_upgrade_remote_class.
7656         Removed extend_interface_array.
7657         Added new method clone_remote_class(), which makes a copy of a remote
7658         class and adds a new interface or class to it.
7659         mono_upgrade_remote_class() now creates a new remote class (or gets
7660         it from the cache) if an vtable upgrade is needed. In this way
7661         we make sure that other objects sharing the same remote class
7662         don't get the new vtable with unwanted interfaces.
7663         
7664         * object-internals.h:
7665         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
7666         
7667         * marshal.c: Track changes in mono_upgrade_remote_class().
7668
7669 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
7670         * icall.c: Add runtime methods for obtaining members of inflated
7671         class, which were created from supplied non-inflated members. It
7672         is used in internal Get{Method,Constructor,Field} methods in
7673         System.Type
7674
7675 2005-06-09  Martin Baulig  <martin@ximian.com>
7676
7677         * reflection.c
7678         (mono_reflection_bind_generic_method_parameters): Fix #75169.
7679
7680 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7681         * reflection.c (mono_image_basic_init): Define
7682         Version in MonoDynamicAssembly. 
7683         
7684 2005-06-08  Martin Baulig  <martin@ximian.com>
7685
7686         Fix #75136.
7687
7688         * loader.c
7689         (mono_method_signature_full): New public method; takes a
7690         `MonoGenericContext *'.
7691         (find_method): Use mono_method_signature_full() and pass the
7692         klass'es context to it.
7693
7694         * class.c (mono_class_is_inflated_method): Use
7695         mono_method_signature_full() and pass the context to it.
7696
7697 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
7698
7699         * object.c: add proper locking in mono_remote_class_vtable(),
7700         fixes possible memory corruption.
7701
7702 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
7703
7704         * marshal.c (mono_remoting_marshal_init): set
7705         initialized after initialization.
7706
7707 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
7708
7709         * locales.c : hush.
7710
7711 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
7712
7713         * object.c (extend_interface_array): fix really silly
7714         memory corrupting / comparison bug.
7715
7716 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7717
7718         * reflection.c: Functions added to support the creation
7719         of CustomAttributeData, which includes Attribute data
7720         used by ReflectionOnly methods.
7721
7722         * reflection.h:  mono_reflection_get_custom_attrs_data and
7723          mono_custom_attrs_data_construct added (functions exposed).
7724
7725          * icall.c: Added mono_reflection_get_custom_attrs_data
7726          as icall.
7727         
7728 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
7729
7730         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
7731         lupus's request.
7732
7733 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
7734
7735         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
7736
7737         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
7738         dynamic DllImportAttribute.
7739
7740         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
7741         dynamic DllImportAttribute.
7742
7743         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
7744         Fixes #75162.
7745
7746 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7747
7748         * threads.c: avoid segfault when an unstarted thread is aborted.
7749
7750 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
7751
7752         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
7753         Returns the name and version of the runtime for reporting.
7754
7755 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7756
7757         * appdomain.c: bump corlib version.
7758         * object-internals.h: new field in MonoReflectionAssembly.
7759
7760 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7761
7762         * object-internals.h: Carlos forgot to add this field.
7763
7764 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7765
7766         * icall.c: Added create_version to create instances
7767         of Version of MonoReflectionAssemblyName. This change helps
7768         the AssemblyName tests to keep running fine.
7769         
7770 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
7771   
7772         * object.c (mono_method_return_message_restore): A somehow less
7773         intrusive fix for #75138.
7774
7775 2005-06-03  Raja R Harinath  <rharinath@novell.com>
7776
7777         * object.c (mono_method_return_message_restore): Fix computation
7778         of expected number of out args.
7779
7780 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7781
7782         * reflection.c (mono_image_get_method_info): Fix the case when the
7783         charset is empty.
7784
7785 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
7786
7787         * object.c: Added missing null check in
7788           mono_method_return_message_restore.
7789
7790 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7791
7792         * reflection.c (mono_image_get_method_info): Handle the case when
7793         dllentry is empty.
7794
7795 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
7796
7797         * object.c: When creating the vtable for a proxy, take into account
7798         all inherited interfaces, not only the ones registered in
7799         iclass->interfaces. This fixs bug #74996.
7800         Also, in mono_method_return_message_restore, verify that the array
7801         of out args has the expected lengh.
7802
7803 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7804
7805         * socket-io.c: update the timeout in Poll when the call is interrupte.
7806
7807 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7808
7809         * socket-io.c: support abort/suspend in Select_internal after last
7810         change.
7811
7812 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7813
7814         * threadpool.c: remove warning.
7815
7816 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7817
7818         * icall.c:
7819         * socket-io.[ch]: Select_internal uses poll() now when available, thus
7820         removing the 1024 limit from select(). Runtime part of the fix for
7821         bug #71203.
7822
7823 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7824
7825         * socket-io.c: when resolving the addresses for the same
7826         host returned by gethostname(), get the local IPs from the interface
7827         list. Loopback addresses are discarded if the are interfaces up with
7828         non-loopback ones. Fixes bug #63265.
7829
7830 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
7831
7832         * appdomain.c, verify.c, object-internals.h, reflection.c:
7833         bumped corlib number to 36, and added new extra_flags field
7834         to ReflectionMethodBuilder and friends.  Fixes #75060.
7835
7836 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
7837
7838         * gc.c: register a new weak link only if the object is non-null
7839         (fixes bug#75047).
7840
7841 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7842
7843         * culture-info.h : short time pattern too.
7844
7845 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7846
7847         * culture-info.h : expand long time pattern string length.
7848
7849 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7850
7851         * culture-info-table.h : update (more French date format; #72788).
7852
7853 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
7854
7855         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
7856         the method is static. Fixes #75029.
7857
7858 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
7859
7860         * reflection.c: Update the table_idx field of method builders after
7861         saving the module, since it can change. This is a workaround for
7862         bug #74914. 
7863
7864 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7865
7866         * culture-info-table.h : update (additional French date format).
7867
7868 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
7869
7870         * icall.c (ves_icall_type_Equals): Revert last change.
7871         
7872         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
7873
7874         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
7875
7876 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
7877
7878         * class-internals.h: Added executioncontext_class field to 
7879         MonoDefaults structure.
7880         * domain.c: Cache System.Threading.ExecutionContext class in 
7881         mono_defaults.
7882         * object.c: Capture the ExecutionContext for asynchroneous calls in
7883          mono_async_result_new.
7884         * object-internals.h: Added execution_context and original_context 
7885         fields to MonoAsyncResult. Added execution_context to MonoThread.
7886         * security-manager.c|.h: Added mono_get_context_capture_method to 
7887         return the capture method (if required by the security manager or by
7888         the framework version used).
7889         * threadpool.c: Apply capture (if present) ExecutionContext in 
7890         mono_async_invoke and revert to original context after it completes.
7891
7892 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
7893
7894         * culture-info-table.h : updated (real hacky solution for zh-CHT).
7895
7896 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
7897
7898         * culture-info-table.h : zh-CHT related workaround.
7899
7900 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7901
7902         * marshal.c (emit_marshal_custom): Add some error checking and call the
7903         methods in the ICustomMarshaler interface. Fixes #74875.
7904         
7905         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
7906         native->managed wrappers.
7907
7908 2005-05-12  Martin Baulig  <martin@ximian.com>
7909
7910         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
7911         here and use the loader lock.
7912
7913         * mono-debug.c: Properly lock when the debugger is not attached.
7914         (mono_debug_init): Release the initial lock if we're not running
7915         in the debugger.
7916
7917 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7918
7919         * marshal.c (emit_marshal_custom): Pass through NULL values without
7920         calling the custom marshalling routines.
7921
7922         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
7923         conversion in structures. Fixes #74882.
7924
7925 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
7926
7927         * culture-info-table.h : zh-* cultures were missing.
7928
7929 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
7930
7931         * threads.c: Added a new event background_change_event which is signaled
7932         when a thread changes its background mode.
7933         Moved here several checks previously done in managed code. The checks
7934         require the thread lock, and using the thread lock in managed code
7935         can result in deadlocks.
7936         Merged Start_internal and Thread_internal into a single method. Now 
7937         Thread_internal does all work of creating and starting a thread.
7938         Added icalls for setting and getting the state of the object. Moved from
7939         managed code to avoid locking there.
7940         Added wait_for_tids_or_state_change() which is called instad of
7941         wait_for_tids when waiting for non-backround threads to end. This method
7942         will return if one of the threads ends or the background_change_event
7943         is signaled.
7944         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
7945         the background mode. This method signals the background_change_event
7946         event.
7947         * icall.c:
7948         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
7949         removed Start_internal.
7950         
7951 2005-05-11  Martin Baulig  <martin@ximian.com>
7952
7953         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
7954         to order of some fields to get proper alignment on 64-bit machines.
7955
7956 2005-05-11  Martin Baulig  <martin@ximian.com>
7957
7958         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
7959         changes as they're broken and completely fuck up the debugger.
7960
7961         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
7962
7963 2005-05-10  Martin Baulig  <martin@ximian.com>
7964
7965         * reflection.c (mono_reflection_generic_class_initialize): Don't
7966         call mono_class_setup_parent() here.
7967
7968 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7969
7970         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
7971         send/receive timeout use an integer in milliseconds. We were using a
7972         struct timeval.
7973
7974 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7975
7976         * locales.c:
7977         (internal_get_cultures): reserve the first slot of the array for the
7978         InvariantCulture, which will be filled in managed code.
7979
7980 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
7981
7982         * reflection.c (mono_image_fill_module_table): Initialize the
7983         GENERATION field as well.
7984
7985 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7986
7987         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
7988         Monitor.Enter on the object.
7989
7990 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
7991
7992         * threads.c: Enable the wait for running threads when exiting.
7993         * icall.c: Suspend all threads before exiting.
7994
7995 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
7996
7997         * assembly.c (mono_assembly_load_reference): Fix warning.
7998
7999 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8000
8001         * threadpool.c: changed the default number of threads per cpu. From now
8002         on, the default will be 20 + (5 * number of cpus) instead of 50.
8003
8004 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
8005
8006         * loader.c (mono_method_get_signature_full): Add locking here.
8007
8008 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
8009
8010         * appdomain.c: Moved methods for parsing and freeing assembly
8011         names to assembly.c.
8012         * assembly.c, domain-internals.h: Created public methods for parsing
8013         assembly names. Fixed mono_assembly_load_with_partial_name:
8014         it now finds the best match, taking into account the version,
8015         token and culture specified in the partial name. Also return
8016         the latest version if no version information is specified.
8017
8018 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
8019
8020         * threadpool.c: replace check for SocketAsyncCall class.
8021
8022 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8023
8024         * threadpool-internals.h:
8025         * Makefile.am: added threadpool-internals.h
8026
8027         * threadpool.c: call mono_unhandled_exception on exceptions not handled
8028         that happen in threadpool threads (tested on MS).
8029         (mono_thread_pool_remove_socket): new function that dispatch any pending
8030         AIO call on a socket that is closing. By now only epoll really needs it,
8031         as select/poll wake up when the socket closes.
8032
8033
8034         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
8035
8036 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
8037
8038         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
8039
8040 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
8041
8042         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
8043
8044 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
8045
8046         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
8047         has an abort request, convert it into a suspend request.
8048
8049 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
8050
8051         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
8052         warning for the usage of `UnmanagedFunctionPointerAttribute' which
8053         is not supported yet.
8054
8055 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8056
8057         * image.c: register assemblies loaded from data (bundles) in the loaded
8058         assemblies hash. Fixes bug #74772.
8059
8060 2005-04-29  Martin Baulig  <martin@ximian.com>
8061
8062         * class.c (mono_type_get_name_recurse): Update to the new naming
8063         schema from the latest .NET 2.x beta2.
8064         (mono_class_setup_vtable_general): If we're a generic instance,
8065         copy the vtable from our generic type definition and inflate all
8066         the methods in it.
8067
8068         * loader.c (find_method): Update to the new naming schema from the
8069         latest .NET 2.x beta2.
8070
8071 2005-04-29  Raja R Harinath  <harinath@gmail.com>
8072
8073         * class.c (mono_class_init): Add a mono_loader_unlock to the
8074         #74734 fix.
8075
8076 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
8077
8078         * icall.c (ves_icall_System_Environment_Exit): Remove the 
8079         suspend_all_other_threads () call for the time being, since it can hang.
8080
8081         * threads.c (mono_thread_manage): Similarly, disable the waiting for
8082         the background threads to exit, since it can also hang.
8083
8084         * class.c (mono_class_init): Applied patch from Ankit Jain 
8085         (radical@gmail.com). Avoid pending init errors when a field refers
8086         to a nested class using a typeref. Fixes #74734.
8087
8088         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
8089         this for dynamic modules.
8090
8091 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8092
8093         * threads.c: don't wait for threads that are in the process of aborting
8094         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
8095         and waiting for background threads to finish. This makes xsp and
8096         mod-mono-server exit without random length delays and/or hangs.
8097
8098 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8099
8100         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
8101
8102 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
8103
8104         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
8105         dynamic types to prevent infinite loops. Fixes #74727.
8106
8107         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
8108         ..._is_assignable_to.
8109
8110 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
8111
8112         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
8113
8114 2005-04-25  Martin Baulig  <martin@ximian.com>
8115
8116         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
8117
8118         * domain.c
8119         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
8120
8121         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
8122
8123         * reflection.c (build_compressed_metadata): Set metadata header
8124         version to 2.0.
8125
8126 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
8127
8128         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
8129         number into an integral and a decimal part. Fixes #70473.
8130
8131         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
8132
8133 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
8134
8135         * culture-info-table.h : reflected the latest locale-builder output.
8136
8137 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8138
8139         * threadpool.c: check for SuspendRequested too when deciding if
8140         mono_thread_interruption_checkpoint should be called.
8141
8142 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8143
8144         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
8145         * threads.c: remove interruption_mutex and use Interlocked instead. When
8146         suspending all the threads, wait for all the suspended events at once.
8147         If we're shutting down and get an APC that is going to be queued,
8148         call mono_thread_execute_interruption immediately, as the thread might
8149         be sleeping on a pthread condition or mutex.
8150
8151         * icall.c: call mono_runtime_set_shutting_down before suspending the
8152         threads.
8153
8154         Fixes bug #74693. And now xsp is happier when exiting.
8155
8156 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
8157
8158         * loader.c (mono_stack_walk): Fix #74690.
8159
8160 2005-04-22  Martin Baulig  <martin@ximian.com>
8161
8162         * mono-debug.h (MonoDebugMethodJitInfo): Added
8163         `MonoDebugMethodJitInfo *jit'.
8164
8165         * mono-debug.c (mono_debug_read_method): Cache the
8166         MonoDebugMethodJitInfo in `address->jit'.
8167         (mono_debug_free_method_jit_info): New public method.
8168
8169 2005-04-22  Martin Baulig  <martin@ximian.com>
8170
8171         * class.c (mono_class_is_assignable_from): Disallow
8172         type parameter -> interface.
8173
8174 2005-04-21  Dick Porter  <dick@ximian.com>
8175
8176         * threads.c (mono_thread_create): Turn an assertion into an error.
8177
8178 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
8179
8180         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
8181         
8182         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
8183         Fix some gcc 4.0 warnings.
8184
8185 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
8186
8187         * file-io.c: fix alt dir separator char on unix systems
8188         and cleanup (fixes bug #71214).
8189
8190 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
8191
8192         * marshal.c: Use CALLVIRT instead of CALL when dispatching
8193         a call to a remote domain, since the method may be an
8194         interface method in the client domain. This fixes bug #74192.
8195
8196 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8197
8198         * threadpool.c: recv/send are now performed before going back to managed
8199         code to save one transition.
8200
8201 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8202
8203         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
8204
8205         * metadata/threadpool.c: removed hack to workaround the bug above.
8206
8207         Fixes bug #74618.
8208
8209 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
8210
8211         * reflection.c reflection.h: Fix handling of parameter defaults in
8212         dynamic methods. Also fixes handling of parameter attributes.
8213         Fixes #74609.
8214
8215         * mono-debug.c (mono_debug_close_image): Fix warning.
8216
8217 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8218
8219         * socket-io.h: replaced old unused field with new 'blocking'.
8220         * threadpool.c: restore socket blocking state on windows(tm).
8221
8222 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
8223
8224         * icall.c: don't return the codebase in the AssemblyName[] returned by
8225         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
8226         * object-internals.h: Removed FIXME (fields were presents) and fixed
8227         versioncompat declaration.
8228
8229 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8230
8231         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
8232         not closed, so don't cleanup when it happens.
8233
8234 2005-04-13  Chris Toshok  <toshok@ximian.com>
8235
8236         * mono-debug-debugger.h: change prototype for
8237         mono_debugger_lookup_type.
8238
8239         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
8240         this function, although it should probably be named
8241         mono_debugger_init_type.
8242
8243 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8244
8245         * threadpool.c: fix non-AIO case.
8246
8247 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
8248
8249         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
8250         the built-in profiler to measure just JIT compilation times.
8251
8252 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8253
8254         * threadpool.c: the epollfd might be closed by another thread at
8255         any time, so ignore EBADF at treat it as a "we're closing" sign.
8256
8257 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8258
8259         * threadpool.c: release the semaphores with a count equals to the number
8260         of working threads in both IO and regular pools. Fixed typo that messed
8261         up the count of IO pool threads. Don't initialize the pipe handles if
8262         we're using epoll.
8263
8264 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8265
8266         * threadpool.c: some systems don't like a NULL when deleting the socket
8267         from epoll.
8268
8269 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8270
8271         * threadpool.c: fix semaphore allocation.
8272
8273 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8274
8275         * threadpool.c: added epoll() based implementation for asynchronous IO
8276         that is used instead of the default poll() when available.
8277         It can be disabled by setting MONO_DISABLE_AIO.
8278
8279 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8280
8281         * threadpool.c: windows needs 'closesocket' and instead of returning
8282         0 when the stream is closed while in select, it returns -1. Fixes bug
8283         #74573.
8284
8285 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
8286
8287         * class.c (class_compute_field_layout): Fix the regression caused by
8288         the previous try.
8289
8290 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8291
8292         * threadpool.c: separate pool for socket async. IO.
8293         * threadpool.h: mono_max_worker_threads is not a global any more.
8294
8295 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
8296
8297         * class.c (class_compute_field_layout): Fix #74549.
8298
8299 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8300
8301         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
8302         use 2 connected sockets instead.
8303
8304 2005-04-08  Miguel de Icaza  <miguel@novell.com>
8305
8306         * mono-config.c: Add new entry point for mkbundle
8307         mono_config_parse_memory. 
8308
8309 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8310
8311         * threadpool.c: removed another unused function.
8312
8313 2005-04-08  Ankit Jain  <radical@corewars.org>
8314
8315         * reflection.c (get_default_param_value_blobs): Add 'types'
8316         parameter to get the types encoded in the constant table.
8317         (mono_param_get_objects): Use the type from the constant table,
8318         not the type of the parameter, when creating default values.
8319         Handle null default values correctly.
8320
8321 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8322
8323         * file-io.c:
8324         * file-io.h:
8325         * threadpool.c:
8326         * threadpool.h:
8327         * icall.c:
8328         * socket-io.c: removed dead code for async IO.
8329
8330 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8331
8332         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
8333
8334         * threadpool.c: intercept socket async. calls and pass them to a thread
8335         that is polling and dispatching the job items to the threadpool as
8336         socket become ready. Fixes bugs #71217, #71933.
8337
8338         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
8339         between char and short/ushort arrays.
8340
8341         * socket-io.c: remove dead code.
8342
8343 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8344
8345         * locales.c,
8346           icall.c : removed InternalToUpper_Comp() and
8347           InternalToLower_Comp().
8348
8349 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8350
8351         * char-conversions.h : The tables were incorrectly generated. Should
8352           be generated against invariant culture.
8353
8354 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
8355
8356         * object.c (mono_runtime_invoke_array): Fix return value when 
8357         passing pre-created valuetype objects to ctors.
8358
8359         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
8360         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
8361         Fixes #74338.
8362
8363 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
8364
8365         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
8366         only used with --security and hides the wrong corlib version error.
8367
8368 2005-03-30  Joshua Tauberer  <tauberer@for.net>
8369
8370         * class.c: Changed mono_class_name_from_token so that types
8371         outside of a namespace don't have an initial period.  Improved
8372         the g_warning message used in _mono_class_get when loading
8373         fails.
8374         * assembly.c: In mono_assembly_load_reference, when an assembly
8375         can't be found, "No such file or directory" is misleading and
8376         unhelpful because a few paths were checked for the presence of
8377         the assembly.  When that happens (ENOENT), display a nicer
8378         message indicating the directories that were searched.  In all
8379         cases, the warning is made easier to read for non-hackers.
8380
8381 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
8382
8383         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
8384         project/solution.
8385         * appdomain.h|domain.c: Removed inline from functions.
8386         * appdomain.c: Reduced warnings when compiling on windows.
8387         * icall.c: Fixed output_debug declaration to gunichar2*.
8388         * mono-config.c: Reduced warnings when compiling on windows.
8389         * rand.c: Added missing "windows.h". Added missing return value.
8390         * rawbuffer.c: Added missing winsock2.h for windows.
8391         * sysmath.h: Added mono-compiler.h header to allow/ease 
8392         compilation with non-GCC compilers.
8393         * threads.c: Fixed declarations to compile with VS.NET C compiler.
8394         Removed cast warnings.
8395
8396         Adapted from the work of J Lothian (for VC6).
8397
8398 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
8399
8400         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
8401         from default_path.
8402
8403 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
8404
8405         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
8406         the 2.0 profile.
8407
8408 2005-03-27  Raja R Harinath  <harinath@gmail.com>
8409
8410         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
8411         has to be in $(exec_prefix).  $(prefix) is for arch-independent
8412         stuff, and it would probably use $(prefix)/share rather than
8413         $(prefix)/lib.
8414
8415 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8416
8417         * console-io.c: added 2 includes that might be missing.
8418
8419 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
8420
8421         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
8422         profile.
8423
8424         * reflection.c (create_custom_attr): Allocate the params array using
8425         alloca so it gets GC tracking.
8426
8427 2005-03-23  Chris Toshok  <toshok@ximian.com>
8428
8429         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
8430         out some spew.
8431
8432 2005-03-24  Raja R Harinath  <rharinath@novell.com>
8433
8434         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
8435         changes to pick up any changes in prefix, etc.
8436
8437 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8438
8439         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
8440         
8441         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
8442         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
8443
8444 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8445
8446         * class-internals.h object-internals.h class.c reflection.c: Extend the
8447         mono_lookup_dynamic_token () function to return the class of the
8448         token as well. 
8449
8450         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
8451         well. Fixes #73848.
8452
8453 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
8454
8455         * security-manager.c: Skip inheritance checks for intra-corlib
8456         class inheritance and method overrides. This skips a lot of checks
8457         and (anyway) permissions cannot work until corlib is loaded.
8458
8459 2005-03-23  Martin Baulig  <martin@ximian.com>
8460
8461         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
8462         MONO_TYPE_GENERICINST.  
8463
8464 2005-03-23  Martin Baulig  <martin@ximian.com>
8465
8466         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
8467
8468 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8469
8470         * class.c: added locking comments to some functions.
8471         Cache the interface offsets arrays (saves about 20 KB
8472         of runtime memory in a typical app).
8473         Reduce the time overhead in mono_class_setup_supertypes ().
8474
8475 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
8476
8477         * icall.c: speedup and fix leaks in GetMethodsByName and
8478         GetPropertiesByName.
8479
8480 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8481
8482         * reflection.c: some locking fixes.
8483
8484 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8485
8486         * metadata.c: added missing break in case statement.
8487
8488 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
8489
8490         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8491         typedbyref return values. Fixes #73941.
8492
8493 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
8494
8495         * security-manager.c|h: Added demandunmanaged method and 
8496         suppressunmanagedcodesecurity class to MonoSecurityManager.
8497         Renamed aptc class to allowpartiallytrustedcallers.
8498
8499 2005-03-17  Martin Baulig  <martin@ximian.com>
8500
8501         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
8502
8503 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8504
8505         * file-io.c: disabled file async. IO using aio_*. It uses the
8506         threadpool now. Workaround for bug #73718.
8507
8508 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8509
8510         * assembly.h, mono-config.c: added code to deal with bundled configs
8511         for bundled assemblies.
8512
8513 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
8514
8515         * *.c, private.h: cleanup, removing old private.h header file.
8516
8517 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
8518
8519         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
8520         and throw_on_unmappable_char attributes.
8521
8522 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
8523
8524         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
8525         _ProcessName_internal.
8526
8527 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
8528
8529         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
8530         #73631.
8531
8532         * icall.c threads.c threads-types.h: Remove slothash icalls as they
8533         are no longer used.
8534
8535 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
8536
8537         * object.c (compute_class_bitmap): Add support for generics. Fixes
8538         #73527.
8539
8540 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8541
8542         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
8543
8544 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8545
8546         * filewatcher.c: commented out the code for windows watcher, as we don't
8547         use it (we use the managed implementation instead).
8548
8549 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8550
8551         * object-internals.h (MonoThread): Remove 'unused1' field.
8552
8553         * appdomain.c: Bump corlib version.
8554
8555         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
8556
8557         * reflection.c (mono_reflection_create_runtime_class): Remove the
8558         AssemblyBuilder.Save optimization since it causes too many problems.
8559
8560 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
8561
8562         * exception.c|h: Added mono_get_exception_reflection_type_load to
8563         create a ReflectionTypeLoadException object.
8564         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
8565         to return NULL is a InheritanceDemand fails during reflection. Updated
8566         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
8567         ReflectionTypeLoadException if an InheritanceDemand fails during 
8568         reflection. Added icall mapping for GetLinkDemandSecurity.
8569         * security-manager.c|h: Added ves_icall_System_Security_
8570         SecurityManager_GetLinkDemandSecurity internal call to return the
8571         class and methods permissions set for a LinkDemand. Removed unused
8572         fields in MonoSecurityManager.
8573
8574 2005-03-10  Martin Baulig  <martin@ximian.com>
8575
8576         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
8577         it's a generic instance.
8578
8579 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
8580
8581         * reflection.c (mono_get_object_from_blob): Applied patch from
8582         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
8583
8584         * class.c (mono_class_is_assignable_from): Another try at fixing 
8585         #73469 without breaking anything.
8586
8587 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
8588
8589         * class.c: (mono_class_is_assignable_from): Revert the last changes
8590         since they don't work with generics.
8591         
8592         * class.c (mono_class_is_assignable_from): Fix build bustage.
8593
8594         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
8595         the managed IsAssignableFrom method. Fixes #73469.
8596
8597         * reflection.c (mono_reflection_call_is_assignable_from): New helper
8598         function.
8599
8600 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
8601
8602         * object.c (mono_load_remote_field_new): Fix returning uninitialized
8603         memory when the remoting callback does not sets the out arguments.
8604         Fixes #73007.
8605
8606         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
8607         by mistake.
8608
8609         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
8610
8611         * object-internals.h (MonoStackFrame): Sync with managed object layout.
8612
8613         * appdomain.c: Bump corlib version.
8614
8615 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
8616
8617         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
8618         function.
8619
8620         * threads.c (mono_thread_attach): Detect threads which are not started
8621         by the GC pthread wrappers.
8622
8623 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
8624
8625         * icall.c: Added new icall for RNG.
8626         * rand.c|h: Added new icall to open the RNG. This allows to share a 
8627         single handle on Linux to access /dev/urandom and fix #73183.
8628
8629 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
8630
8631         * object.c: setting the new vtable in a transparent proxy object must
8632         not change the GC descriptor.
8633
8634 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8635
8636         * object.c: fixed compilation without GCJ support.
8637         * reflection.c: for runtime-created types ensure klass->has_references
8638         is correct (bug #73215).
8639
8640 2005-03-02  Martin Baulig  <martin@ximian.com>
8641
8642         * class.c (mono_class_is_assignable_from): Make this work if
8643         `oklass' is a generic instance; fixes #72831.
8644
8645 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8646
8647         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
8648         with hasthis set.
8649         
8650         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
8651
8652         * marshal.c: Reorganize native->managed marshalling code to also use
8653         the emit_marshal_... functions.
8654
8655 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8656
8657         * object.c: typed allocs have issues with bitmap sizes > 30,
8658         so check for max_set >= 30.
8659
8660 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8661
8662         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
8663         managed code. Fixes #73012.
8664
8665         * metadata.h (MonoMarshalSpec): Add elem_mult field.
8666
8667         * metadata.c reflection.c: Load/Emit elem_mult as well.
8668         
8669         * metadata.h (MonoMarshalSpec): Add comment.
8670
8671         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
8672
8673         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
8674         num_elem to -1 if not given.
8675
8676         * object-internals.h (MonoReflectionMarshal): Add has_size field.
8677
8678         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
8679         given values.
8680
8681 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
8682
8683         * null-gc.c (mono_gc_free_fixed): Was not compilable.
8684
8685 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
8686
8687         * reflection.c (encode_marshal_blob): Encode param_num field as well.
8688
8689         * object-internals.h (MonoReflectionMarshal): Add param_num field.
8690
8691 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8692
8693         * object.c: generalized the reference bitmap creation
8694         and added hooks for the new GC.
8695         * class-internals.c: removed the gc_bitmap field from MonoClass.
8696
8697 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8698
8699         * domain.c: help the compiler to produce better code
8700         in mono_jit_info_table_find ().
8701
8702 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8703
8704         * object.c: make all allocations look typed.
8705
8706 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8707
8708         * socket-io.c: load Mono.Posix if it's not loaded already
8709         (fixes bug#73033).
8710
8711 2005-02-24  Martin Baulig  <martin@ximian.com>
8712
8713         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
8714         * reflection.c (dup_type): Likewise.
8715
8716 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
8717
8718         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
8719         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
8720
8721 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8722
8723         * domain.c, threads.c, object-internals.h: make the critical thread
8724         local vars use the fast access mode (even when we're compiled in
8725         a lib). Provide accessors to be used by the jit during codegen.
8726
8727 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8728
8729         * appdomain.c: Changed hook functios behavior to include
8730         support for the reflection only assemblies. Some icalls were changed
8731         to support the mentioned assemblies too. Signatures of static methods
8732         try_assembly_resolve and real_load now have an additional parameter:
8733         refonly.
8734
8735         * assembly.c: General changes to mono_assembly_ methods to support
8736         reflection only api. Functions mono_assembly_open, mono_assembly_load,
8737         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
8738         suffix, to support an additional gbool parameter to specify whether
8739         the assembli is reflection only or not. Created some new hook functions 
8740         to add support for reflection only assemblies. Signatures of static 
8741         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
8742         have now an additional parameter: refonly.
8743
8744         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
8745         indicating whether the assembly is reflection only or not.
8746
8747         * exception.c: Add mono_get_exception_invalid_operation.
8748
8749         * icall.c: Throw an InvalidOperationException when trying to invoke
8750         a property/method/event, or trying to set/get the value of a field.
8751         Also add an icall to retrieve the ref_only flag to the
8752         MonoReflectionAssembly.
8753
8754 2005-02-23  Chris Toshok  <toshok@ximian.com>
8755
8756         Part of fix for #72827.
8757         * mono-debug.c (mono_debug_add_method): add lexical block data to
8758         the info we write.  Kind of a hack at the moment - we copy the
8759         lexical block info from the MonoDebugMethodInfo to the
8760         MonoDebugMethodJitInfo here, before writing it.
8761         (mono_debug_read_method): read the lexical block info.
8762
8763         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
8764
8765         * debug-mono-symfile.h: add lexical block support.
8766
8767         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
8768         support.
8769
8770 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8771
8772         * loader.c (mono_lookup_pinvoke_call): Fix warning.
8773
8774         * object.c (mono_runtime_free_method): Call mono_free_method () and
8775         put the TODOs there.
8776
8777         * loader.c (mono_free_method): Free up most memory allocated for 
8778         dynamic methods.
8779
8780 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
8781
8782         * reflection.c: properly flag a Type argument to a
8783         named custom attr value (bug #72248).
8784
8785 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8786
8787         * reflection.c: reduce code duplication in named custom
8788         attribute encoding.
8789
8790 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
8791
8792         * reflection.c: properly encode custom attrs of type object
8793         (bug #72649).
8794
8795 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8796
8797         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
8798
8799 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
8800
8801         * socket-io.c: load System.dll if it's not loaded already
8802         (bug #72850 and #70477).
8803
8804 2005-02-21  Martin Baulig  <martin@ximian.com>
8805
8806         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8807         generic instances.
8808
8809 2005-02-21  Martin Baulig  <martin@ximian.com>
8810
8811         * reflection.c (mono_image_build_metadata): We also need to
8812         "fixup" the MethodImpl table after we computed the final method
8813         indices.  Call fixup_methodimpl() to do that.
8814         (fixup_methodimpl): New private method.
8815
8816 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8817
8818         * assembly.c: special case mscorlib.dll (bug#72536),
8819         patch from Carlos Alberto Cortez.
8820
8821 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
8822
8823         * threads-types.h threads.c: Fix build bustage.
8824
8825         * threads.c: Use a union for long<->double conversions.
8826
8827         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
8828         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
8829
8830         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
8831         containing the checkpoint call with NOT_TAKEN.
8832         
8833         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
8834         checkpoint before pushing the arguments, so they won't have to be
8835         spilled to stack.
8836
8837 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8838
8839         * domain.c, assembly.c, domain-internals.h: make some data
8840         const and relocation-free.
8841
8842 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
8843
8844         * object.c, appdomain.c, class-internals.h: introduce the
8845         MonoClassRuntimeInfo structure to hold the info needed to
8846         use a class at runtime. Made mono_class_vtable() lock-free
8847         for all the appdomains.
8848
8849 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
8850
8851         * metadata-internals.h, image.c: introduce a per-image mempool to
8852         be used for memory that has the same lifetime as the image.
8853
8854 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
8855
8856         * domain.c: In mono_init_internal(), instead of selecting the first
8857         runtime version supported by an executable, get a list of all
8858         supported versions and select the one for which an mscorlib exists
8859         (since even if the runtime supports a given version, it doesn't mean
8860         that the framework for that version is installed).
8861         Modified get_runtimes_from_exe to support this behavior.
8862         In supported_runtimes, added information about additional system
8863         assembly versions.
8864         
8865         * assembly.c: Added support for more than one system assembly version
8866         per runtime version. Updated the assembly list.
8867         In mono_assembly_remap_version, removed the initial version check,
8868         since we don't know to which version we need to compare until we
8869         get the version set on which the assembly is based.
8870         Moved the code for loading corlib into the new method
8871         mono_assembly_load_corlib(), so it can be used by the initialization
8872         code.
8873         
8874         * domain-internals.h: Updated data structures and added declaration
8875         for mono_assembly_load_corlib.
8876
8877 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8878
8879         * reflection.c (resolve_object): Fix the creation of the signature in 
8880         the SignatureHelper case.
8881
8882         * assembly.c (mono_assembly_remap_version): Fix binary search.
8883         
8884 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
8885  
8886         * class.c: Added inheritance check when a method is overloaded (from a
8887         virtual method or when implementing an interface) and when a class is
8888         inherited. Added functions to set a failure for a class and to 
8889         retreive the exception from a failure.
8890         * class-internals.h: Added fields to MonoClass to keep the exception
8891         information status for inheritance (or other exceptions) to be thrown
8892         later (i.e. not at load time).
8893         * object.c: Throw the inheritance SecurityException when a type is to 
8894         be created with either class or method inheritance violations.
8895         * reflection.c|h: Fix when getting declsec from a class. Removed 
8896         unrequired code for class. Improved sanity in parameter naming.
8897         * security-manager.c|h: Added functions to check for class and method
8898         inheritance.
8899
8900 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8901
8902         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
8903         and has_finalize in dynamic types as well.
8904
8905 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
8906
8907         * culture-info-table.h : fixed currency format for en-GB (and so on).
8908
8909 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
8910
8911         * gc.c: ensure the GC handles never have 0 as a value.
8912
8913 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8914
8915         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
8916         a pointer to a struct to unmanaged code. Fixes #72625.
8917
8918 2005-02-16  Martin Baulig  <martin@ximian.com>
8919
8920         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
8921
8922 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8923
8924         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
8925
8926 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8927
8928         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
8929
8930         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
8931         UnmanagedFunctionPointerAttribute, use it for determining calling convention
8932         etc. Fixes #71471.
8933
8934         * reflection.c (mono_custom_attrs_get_attr): New helper function.
8935
8936         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
8937
8938 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
8939
8940         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
8941         changes to make the current context a field in MonoThread.
8942
8943 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8944
8945         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
8946         the last change.
8947         
8948         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
8949         extracted from mono_marshal_get_native_wrapper.
8950
8951         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
8952         to create wrappers around native functions.
8953
8954         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
8955         delegates for arbitrary function pointers. Fixes #71472.
8956
8957 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8958
8959         * threads.c: cleaned up the code a little.
8960
8961 2005-02-15  Martin Baulig  <martin@ximian.com>
8962
8963         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
8964         the data table.
8965
8966         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
8967         allocate larger chunks if needed.
8968
8969 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8970
8971         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
8972         in by mistake.
8973
8974 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
8975
8976         * domain.c: keep the domains in an array and ensure the domain ids
8977         are kept small, so they can be used as indexes to domain-specific data
8978         with a small memory overhead.
8979
8980 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8981
8982         * icall.c: Handle byref types in Type icalls. Fixes #72544.
8983
8984 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
8985
8986         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
8987
8988 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
8989
8990         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
8991
8992         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
8993         values.
8994
8995         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
8996         
8997 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
8998
8999         * domain-internals.h: add the hashtable here.
9000
9001         * class-internals.h: Remove `info' from MonoMethod
9002
9003         * domain.c: Add a new hashtable, jit_trampoline_hash
9004
9005 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9006
9007         * object.c: don't set the value of static fields
9008         (fixes bug#72494).
9009
9010 2005-02-11  Martin Baulig  <martin@ximian.com>
9011
9012         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
9013         (mono_debug_add_method): Silently ignore the method if it's too big.
9014         (mono_debug_add_type): Likewise.
9015
9016 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
9017
9018         * threads.c, appdomain.c: remove #ifdefs from the code.
9019
9020 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
9021
9022         * metadata-internals.h: Added flags to MonoAssembly to cache the most
9023         common security informations. This allows us to stay in unmanaged code
9024         when doing LinkDemand and it's special cases (except for the first 
9025         time for initialization). The flags a very much used with --security.
9026         * reflection.c|h: Added code to get declarative security attributes 
9027         for LinkDemand and InheritanceDemand. This required to refactor the
9028         existing code for Demand.
9029         * security-manager.c|h: Added new method fields for the special cases
9030         of LinkDemand.
9031
9032 2005-02-10  Martin Baulig  <martin@ximian.com>
9033
9034         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
9035         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
9036
9037 2005-02-10  Martin Baulig  <martin@ximian.com>
9038
9039         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
9040         debugging code; this is almost a complete rewrite.
9041
9042         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
9043
9044 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9045
9046         * domain.c, object.h: expose mono_string_equal () and 
9047         mono_string_hash ().
9048         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
9049         it's implemented in managed code.
9050
9051 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9052
9053         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
9054         lo leak objects between appdomains.
9055
9056 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9057
9058         * assembly.c: old compilers compilation fix from 
9059         robertj@gmx.net (Robert Jordan).
9060
9061 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
9062
9063         * class-internals.h: Little reminder for the future.
9064
9065         * debug-helpers.c: Fix up wrapper_type_names
9066
9067 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9068
9069         * image.c, metadata-internals.h: when loading an image from a file,
9070         mmap all of it and use the same codepaths as when using a
9071         in-memory image: the code is simpler and we use less memory
9072         (both writable and readonly).
9073
9074 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
9075
9076         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
9077         API to alloc runtime data structures that need to be tracked by the
9078         GC and contain pointers.
9079         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
9080         make the code more readable and eventually use a different GC.
9081
9082 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
9083
9084         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
9085         for out arguments.
9086         
9087 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
9088
9089         * object.c: In release_type_locks(), don't release the cctor lock
9090         if it has already been released. This fixes a crash in the
9091         thread5 test.
9092
9093 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
9094
9095         * gc.c, marshal.c, icall.c: register a delegate for finalization
9096         only when the native function pointer has been allocated for it.
9097
9098 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9099
9100         * object.c: cleaned up some code, allocate objects that are
9101         pointer free with the atomic malloc variant. Allocate memory
9102         for static data from the mempool if it's pointer-free.
9103         Allocate the bounds array at the end of the array data, when needed.
9104         * object-internals.h, object.h: move a private function in a private
9105         header.
9106         * class.c: handle missing case in tracking references in fields.
9107
9108 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
9109
9110         * class.c, class-internals.h: keep track if a type has
9111         reference fields in either the instance or static fields.
9112
9113 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
9114
9115         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
9116         and renamed to MonoRuntimeInfo. Added fields to store the expected
9117         framework assembly version. Changed mono_get_framework_version and
9118         mono_get_runtime_version for a single mono_get_runtime_info method.
9119         
9120         * assembly.c: Added method to remap system assembly versions to the
9121         current executing runtime version. Removed old mapping code.
9122         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
9123         
9124         * icall.c, reflection.c: Track api changes.
9125
9126 2005-02-06  Miguel de Icaza  <miguel@novell.com>
9127
9128         * loader.c (method_from_memberref): Improve error reporting,
9129         produce the class name instead of the typeref/typedef index. 
9130
9131 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
9132
9133         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
9134
9135 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9136
9137         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
9138         stdcall and charset name mangling.  Reorganize the code and add
9139         some tracing stuff.
9140
9141 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9142
9143         * monodiet.c: More iters!
9144
9145         * marshal.c: Iter usage.
9146
9147         * icall.c: Iter usage.
9148
9149         * object.c: Use iters.
9150
9151         * debug-helpers.c: More iters
9152
9153 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9154
9155         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
9156         under win32.
9157
9158 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9159
9160         * mono-debug-debugger.c: use iters
9161
9162         * class.c, class-internals.h: mono_class_setup_events is static
9163         now
9164
9165         * All callers: use iters
9166
9167 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9168
9169         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
9170         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
9171
9172 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9173
9174         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
9175
9176         * marshal.h: Add prototypes for ldfld/stfld_remote.
9177
9178         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
9179         this is called during startup.
9180         
9181 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
9182
9183         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
9184         MonoThreadsSync struct private in monitor.c. Changed the way
9185         MonoThreadsSync is allocated so it's faster and there is no
9186         need to keep track of it with a finalizer and it uses less memory.
9187         This also finally allows us to allocate mono objects as ptrfree when
9188         there are no reference fields.
9189
9190 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
9191
9192         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
9193         disappearing link to the GC interface and use them to simplify
9194         the gchandles code.
9195
9196 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9197
9198         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
9199         stfld_remote which call mono_load/store_field_new. This allows methods
9200         calling ldfld/stfld wrappers to be AOTed.
9201
9202         * console-io.c: Include sys/filio.h under solaris.
9203         
9204         * console-io.c: Include curses.h if needed correctly.
9205
9206 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9207         
9208         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
9209         method->klass as well.
9210
9211         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
9212
9213         * class.c (mono_class_init): Switch on lazy initialization of 
9214         methods.
9215
9216         * class.c (mono_class_get_finalizer): Handle the case when the 
9217         finalizer is inherited.
9218
9219 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9220
9221         * console-io.c: <curses.h> is needed by term.h on solaris.
9222
9223 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
9224
9225         * icall.c, class-internals.h, monodiet.c, class.c: Remove
9226         mono_class_setup_properties where possible. Remove this ftn from
9227         the header file, and make it static.
9228
9229 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9230
9231         * loader.c: Add missing setup_... call.
9232
9233         * class.c: Add missing setup_... calls.
9234
9235         * class.c (mono_class_init): Switch on lazy initialization of 
9236         the generic vtable.
9237         
9238         * class.c (mono_class_init): Fix generics broken by the recent changes.
9239
9240         * monodiet.c (handle_type): Add missing setup_... calls.
9241
9242         * class.c: Back out garbage in previous patch.
9243         
9244         * class.c: Add missing setup_... calls.
9245
9246         * class.c (mono_class_get_method_from_name_flags): Avoid calling
9247         mono_class_setup_methods () if possible.
9248
9249         * class-internals.h (MonoClass): Add 'has_cctor' flag.
9250
9251         * class-internals.h (MonoCachedClassInfo): New structure.
9252
9253         * class.c: Initialize properties and events fields of MonoClass lazily.
9254
9255         * class.c: Add infrastructure for lazily initializing the methods and
9256         vtable fields of MonoClass. Not yet used.
9257
9258         * class.c (mono_class_get_finalizer): New helper function.
9259
9260         * class.c: Add infrastructure for loading some class related data from
9261         an AOT file.
9262
9263         * object.c: Add infrastructure for initializing the vtable from data
9264         in the AOT file.
9265
9266         * gc.c (run_finalize): Use mono_class_get_finalizer ().
9267
9268         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
9269         appropriate initialization function before accessing parts of the
9270         MonoClass structure.
9271
9272         * marshal.c: Fix warnings.
9273         
9274         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
9275
9276         * mono-debug-debugger.c (get_exception_message): Use 
9277         mono_class_get_method_from_name_flags ().
9278
9279 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
9280
9281         * reflection.c, appdomain.c: Replace a few manual searches that
9282         Zoltan missed. (Paolo approved this part of my initial patch).
9283
9284 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
9285
9286         * profiler.c: disable recording statistical events at report time.
9287
9288 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9289
9290         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
9291         to byteswap arrays of enum values, too (bug #72080).
9292
9293 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
9294
9295         * appdomain.c (set_domain_search_path): Allow this to be called if
9296         domain->setup is not yet set.
9297
9298         * loader.c (mono_method_get_index): New helper function.
9299
9300         * loader.c reflection.c: Use mono_method_get_index ().
9301
9302         * class.c (mono_class_get_method_from_name_flags): New helper method.
9303
9304         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
9305         this.
9306
9307         * class.c (mono_class_get_cctor): New helper method.
9308
9309         * string-icalls.c object.c class.c marshal.c reflection.c: Use
9310         mono_class_get_method () to look up methods.
9311
9312 2005-02-01  Miguel de Icaza  <miguel@novell.com>
9313
9314         * console-io.c: Fix the build, this should work on Windows.
9315
9316 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
9317
9318         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
9319         be set to null to keep things valid
9320
9321 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9322
9323         * icall.c: added Console 2.0 icalls.
9324         * Makefile.am: added console-io.[ch]
9325         * console-io.[ch]: internal calls for Console 2.0 API.
9326
9327 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9328
9329         * class.c: make sure we consider all the interfaces
9330         when calculating max_interface_id (bug found by
9331         Jeroen Frijters running ikvm).
9332
9333 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
9334
9335         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
9336         valuetype fields to null.
9337
9338         * object.c (set_value): Ditto. Fixes #71669.    
9339
9340 2005-01-31  Martin Baulig  <martin@ximian.com>
9341
9342         * metadata.c (mono_metadata_has_generic_params): New public
9343         function; checks whether something is a generic method.
9344
9345 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
9346
9347         * appdomain.c: fix infinite recursion when adding assemblies.
9348
9349 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
9350
9351         * object.c: Fix small typo to return all items for Environment.
9352         GetCommandLineArgs.
9353
9354 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9355
9356         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
9357         reflection.c: more domain and assembly-unload related fixes
9358         and memory leaks plugs.
9359
9360 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
9361
9362         * 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.
9363
9364 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
9365
9366         * loader.c (mono_method_signature): Make this method lazy
9367         (mono_get_method_from_token): Don't computate the signature here.
9368
9369         Doing this saves quite a bit of memory. I got 90 kb on starting up
9370         monodoc. It should also save some disk reads on startup.
9371
9372         * *: MonoMethod->signature might be NULL now. You *MUST* use
9373         mono_method_signature.
9374
9375 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
9376
9377         * object.c (mono_runtime_get_main_args): Return an array from the
9378         current domain here. Fixes #71938.
9379
9380 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
9381
9382         * monitor.c: formatting changes to comply with the
9383         mono coding style and remove #ifdefs from the code.
9384
9385 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9386
9387         * metadata.c, private.h: remove some unneeded data
9388         and use a more compact representation for table schemas.
9389
9390 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
9391
9392         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
9393         to get a better distribution in hash tables.
9394         * *.c: use mono_aligned_addr_hash() where appropriate.
9395         * assembly.c: make var static.
9396
9397 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
9398
9399         * domain-internals.h: Put MonoJitInfo on a diet.
9400
9401         * domain.c: Fix a warning.
9402
9403 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9404
9405         * gc.c: rework the gc handles code to reuse handles
9406         when freed.
9407
9408 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
9409
9410         * domain.c: fixed long standing bug in mono_string_equal() which
9411         was brought to light with the ldstr changes.
9412
9413 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
9414
9415         * reflection.c: Remove warning by adding missing include for marshal.h
9416
9417 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9418
9419         * domain.c, object.c: change the ldstr_table to hold
9420         MonoString* as keys: makes the runtime isinterned lookup
9421         faster and simplifies memory management.
9422
9423 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
9424  
9425         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
9426         possible to add imperative security checks before calling the icall.
9427         * reflection.c: Return security attributes on the original MonoMethod
9428         (and not the wrapped one). This fix permissions on icalls.
9429
9430 2005-01-25  Dick Porter  <dick@ximian.com>
9431
9432         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
9433         the check for mktime() support actually test the mktime() return
9434         value.  "Fixes" bug 71682, though the output is still different to
9435         MS.
9436
9437 2005-01-25  Martin Baulig  <martin@ximian.com>
9438
9439         * class.c (mono_class_is_assignable_from): Make this work for
9440         generic instances.
9441
9442 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
9443
9444         * marshal.c (mono_string_utf8_to_builder)
9445         (mono_string_builder_to_utf16): We might not have ownership of the
9446         string. In thise case, we need to create a new buffer.
9447
9448         * object-internals.h (mono_stringbuilder_capacity): sb->str might
9449         be null, in which case, use the default capacity.
9450
9451 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9452
9453         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
9454         GC events to the profiler.
9455
9456 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9457
9458         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
9459         if you don't want the GC to run.
9460
9461 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
9462
9463         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
9464         start providing a GC API and keeping different implementations in
9465         their own file.
9466         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
9467
9468 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
9469
9470         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
9471         mmap rather than allocating a huge buffer.
9472         (mono_debug_close_mono_symbol_file): Free the buffer allocated
9473         above.
9474
9475 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
9476
9477         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
9478         and CheckExecutionRights.
9479         * reflection.c|h: Keep the index of the declarative security to be 
9480         used, instead of the pointer, when AOT compiler is used. Also add 
9481         class initialization when requesting demands.
9482         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
9483         CheckExecutionRights. Both properties are now FALSE by default, and
9484         unmodifiable, unless the --security option is used.
9485
9486 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9487
9488         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
9489         reflection.c: properly refcount images and assemblies, many leaks fixed.
9490
9491 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9492
9493         * threadpool.c: increase the timeout for threads in the thread pool to
9494         10s.  Fixes bug #67159.
9495
9496 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
9497
9498         * class-internals.h: Sun's compiler insists on explicit
9499         signed on bit fields to handle then correctly.
9500
9501 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
9502
9503         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
9504         Make the size of the array fit only the number of invalid path
9505         chars that we have.
9506
9507         * class.c (_mono_class_get): Improve the error reporting when a
9508         class referenced is not found, to assist debugging. 
9509
9510 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
9511
9512         * threads.c: fix off-by-one error.
9513         * domain.c: free data allocated in the domain.
9514
9515 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9516
9517         * reflection.c (mono_method_body_get_object): Fill out exception info
9518         as well.
9519
9520         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
9521         structure.
9522         
9523 2005-01-19  Martin Baulig  <martin@ximian.com>
9524
9525         * loader.c (mono_get_method_constrained): Make this work again.
9526
9527 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9528
9529         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
9530         guint16 to match the managed side.
9531
9532         * reflection.c (mono_reflection_body_get_object): Fill out local
9533         variables array.
9534
9535         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
9536         as well.
9537
9538         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
9539         'local_var_sig_token'.
9540
9541 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
9542
9543         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
9544         System.Drawing.
9545
9546         * reflection.c (mono_method_body_get_object): Handle abstract and
9547         runtime methods.
9548
9549 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
9550
9551         * marshal.c, loader.c, class-internals.h, reflection.c:
9552         store the emthod data for a wrapper in an array instead of a list.
9553
9554 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
9555
9556         * marshal.c: change the code to allocate memory more
9557         conservatively for method wrappers.
9558
9559 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
9560
9561         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
9562         fields from MonoClass to the marshal info structure where they belong.
9563
9564 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9565
9566         * class.c, object.c, class-internals.h, marshal.c: rearrange
9567         some fields and tweak some types to lower memory usage.
9568
9569 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
9570
9571         * threads.c (signal_thread_state_change): Handle the case when the
9572         target thread is the current thread.
9573
9574         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
9575
9576         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
9577         emit_ptr_to_object_conv. 
9578
9579         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
9580         marshalling. Fixes #71352.
9581
9582 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9583
9584         * metadata.h, blob.h: move table enum to blob.h so it can be included
9585         in any header.
9586         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
9587         cut the size of MonoImage/MonoDynamicImage.
9588
9589 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
9590
9591         * profiler.c (mono_profiler_install_simple): Fix default arguments.
9592
9593 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9594
9595         * reflection.c, reflection.h, icall.c: add a function to check
9596         if an attribute type is defined for a metadata object.
9597
9598 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
9599
9600         * object-internals.h: Added some needed fields from StringBuilder class.
9601         * marshal.c: Set the maxCapacity when creating a StringBuilder.
9602
9603 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
9604
9605         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
9606         threads before shutting down the runtime.
9607
9608         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
9609
9610 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9611
9612         * object-internal.h, threads.c: implement stacksize and 
9613         parameterized thread start functionality (requires
9614         matching corlib). Marked broken code for later removal.
9615
9616 2005-01-12  Martin Baulig  <martin@ximian.com>
9617
9618         * class-internals.h (MonoGenericClass): Moved the `initialized'
9619         flag to MonoDynamicGenericClass, removed `init_pending'.
9620         (MonoGenericInst): Added `is_reference' flag.
9621
9622 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
9623
9624         * reflection.c (mono_image_create_pefile): Only set the pe_offset
9625         inside the MSDOS header. Fixes #71201.
9626
9627         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
9628         gc thread.
9629         (mono_domain_finalize): Ditto.
9630
9631 2005-01-12  Martin Baulig  <martin@ximian.com>
9632
9633         * class.c (mono_get_shared_generic_class): Use the cache for
9634         non-dynamic generic classes.
9635
9636         * class-internals.h (mono_class_create_generic_2): Removed
9637         function prototype, this function is now static inside class.c.
9638
9639         * class.c (mono_class_create_generic_2): Made this static, only
9640         call it from mono_class_init() and mono_class_setup_parent().
9641         (collect_implemented_interfaces_aux): Call mono_class_init() on
9642         the interfaces we collect.
9643         (mono_class_setup_vtable): Call mono_class_init (class->parent).
9644
9645 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9646
9647         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
9648         it a real thread handle.
9649
9650         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
9651         MonoJitExceptionInfo, since each catch clause needs its own variable.
9652         
9653 2005-01-11  Dick Porter  <dick@ximian.com>
9654
9655         * image.c (mono_pe_file_open): New variant on mono_image_open()
9656         that does not set up the CLI metadata; used for FileVersionInfo so
9657         it can get the data for windows binaries too.
9658         
9659         * process.c (process_read_string_block): Don't read off the end of
9660         the StringTable block.
9661
9662         These both fix bug 70766.
9663
9664 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
9665
9666         * gc.c: set some fields to NULL at GC cleanup time.
9667         * threads.c: if we quit the main thread, call exit ().
9668
9669 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9670
9671         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
9672
9673 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
9674
9675         * threads.h, threads.c, object.c: added accessor and settor for
9676         main_thread. Handle it specially when exiting from it: wait
9677         for other foreground threads to exit.
9678
9679 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
9680
9681         * process.c, verify.c: remove some bloat.
9682
9683 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
9684
9685         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
9686         the calling convention to cdecl under win32.
9687
9688 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
9689
9690         * object.c (mono_object_get_size): New function to get the size of
9691         an object instance.
9692
9693         * profiler.c (simple_allocation): Use above.
9694
9695 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
9696
9697         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
9698         ves_icall_System_AppDomain_getRootDomain (as it's not required to
9699         get an appdomain by it's id and we can't assume the root's id is 0).
9700         * domain-internals.h: Change the function prototype to match.
9701         * icall.c: Change the icall table for AppDomain.
9702
9703 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
9704
9705         * locales.c (string_invariant_compare_char): Only compute
9706         GUnicodeTypes in the case where we need them.  Test for ordinality
9707         first and return if so.
9708
9709         From the commit:
9710
9711                 /*
9712                  * FIXME: here we must use the information from c1type and c2type
9713                  * to find out the proper collation, even on the InvariantCulture, the
9714                  * sorting is not done by computing the unicode values, but their
9715                  * actual sort order.
9716                  */
9717
9718 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
9719
9720         * loader.c: for P/Invoke methods, allow the "Internal" shared
9721         library name to refer to the calling process symbol namespace.
9722
9723 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
9724
9725         * Makefile.am: Add the security manager to the build.
9726         * security-manager.c|h: New. Initialization of the security manager.
9727
9728 2005-01-07  Dick Porter  <dick@ximian.com>
9729
9730         * threads.c: 
9731         * monitor.c: Update thread state during Monitor and WaitHandle
9732         waits.  Fixes bug 71031.
9733
9734 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
9735
9736         * reflection.c (property_encode_signature): Correctly handle when the
9737         property has no methods.
9738
9739 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
9740
9741         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
9742         
9743         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
9744         fields from mb, not rmb. Fixes #71017.
9745
9746         * marshal.c (emit_ptr_to_str_conv): Add support for 
9747         ByValTStr -> string conversion. Fixes #71015.
9748
9749         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
9750
9751         * mempool.c (mono_mempool_contains_addr): New helper function.
9752
9753 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9754
9755         * metadata.c (mono_metadata_compute_size): Fix size calculation of
9756         HasSematics encoded fields.
9757         
9758         * metadata.c (mono_type_to_unmanaged): Improve error message for 
9759         invalid string marshalling.
9760
9761         * metadata.c: Fix warnings.
9762         
9763 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9764
9765         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
9766         profiler support.
9767
9768 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9769
9770         * domain.c object.c domain-internals.h: Revert part of r38077 since the
9771         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
9772         tests.
9773
9774 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
9775
9776         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
9777         so methods containing these can be AOTed.
9778
9779 2005-01-03  Martin Baulig  <martin@ximian.com>
9780
9781         * loader.c (find_method): Removed the hack for generic instances.
9782         (method_from_memberref): If our parent is a generic instance, pass
9783         its generic type definition to find_method() and then inflate the
9784         method.
9785         (mono_get_method_constrained): Pass the generic type definition to
9786         find_method() and inflate the method later.
9787
9788         * class-internals.h (MonoStats): Added `generic_class_count'.
9789
9790         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
9791         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
9792
9793         * reflection.c (mono_custom_attrs_from_params): Don't ignore
9794         generic type definitions.
9795
9796 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
9797
9798         * loader.c icall.c: Fix warnings.
9799
9800 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
9801
9802         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
9803         blittable types. Fixes #70864.
9804
9805 2004-12-29  Martin Baulig  <martin@ximian.com>
9806
9807         * icall.c
9808         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
9809
9810         * reflection.c (mono_method_get_object): Create a
9811         "System.Reflection.MonoGenericMethod" for inflated methods; don't
9812         call mono_get_inflated_method().
9813
9814         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
9815
9816 2004-12-27  Martin Baulig  <martin@ximian.com>
9817
9818         * class-internals.h (MonoMethod): Added `is_inflated' flag.
9819         (MonoMethodInflated): Added `inflated' field.
9820
9821         * class.c (mono_class_inflate_generic_method): Don't really
9822         inflate the method here; just set the `is_inflated' flag in the
9823         MonoMethod.
9824         (mono_class_get_inflated_method): Actually inflate the method here
9825         if it's not already inflated; we use the MonoMethodInflated's new
9826         `inflated' field as a cache.
9827
9828 2004-12-26  Martin Baulig  <martin@ximian.com>
9829
9830         * class.c
9831         (inflate_generic_class): Moved some code out of inflate_generic_type().
9832         (mono_class_inflate_generic_method): If we're already inflated,
9833         inflate the context and use the declaring method; ie. make sure
9834         the declaring method of an inflated method is always the generic
9835         method definition.
9836         (mono_class_create_from_typedef): Create
9837         `class->generic_container->context->gclass'.
9838
9839 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
9840
9841         * metadata-internals.h, marshal.c, reflection.c: More
9842         MonoGHashTable->GHashTable.
9843
9844         * domain-internals.h, class.c: Change MonoGHashTable's into
9845         GHashTables for some cases where no gc stuff is used
9846
9847         All users: update apis
9848
9849 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
9850
9851         * metadata.c (builtin_types): Make this `const'. Makes this get
9852         put into the shareable section.
9853         (mono_metadata_init): Casts to make gcc happy.
9854
9855 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
9856
9857         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
9858
9859 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
9860
9861         * icall.c: Added an internal call to retrieve the position and length
9862         of assembly-level declarative security attributes (RequestMinimum, 
9863         RequestOptional and RequestRefuse). This is used by the Assembly class
9864         to re-create the corresponding permission sets.
9865
9866 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
9867
9868         * marshal.c: fix the stelemref wrapper to be type correct
9869         (and faster).
9870
9871 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
9872
9873         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
9874         to do key & 0x7fffffff. Hashtable already does this. It just
9875         results in longer code.
9876
9877 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
9878
9879         * appdomain.c: Bump corlib version.
9880         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
9881         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
9882         * reflection.c|h: Add functions to get declarative security infos
9883         (blob position and length) for assemblies, classes and methods.
9884
9885 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
9886
9887         * reflection.c: sort the constant table (bug #70693).
9888
9889 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
9890
9891         * object-internals.h, threads.c, domain.c: add accessors for
9892         the MonoThread and MonoDomain tls keys.
9893
9894 2004-12-18  Martin Baulig  <martin@ximian.com>
9895
9896         * class.c (inflate_generic_type): If we're inflating a generic
9897         instance, set `ngclass->context->container = context->container';
9898         ie. the container we inflated into.
9899
9900         * metadata.c (mono_metadata_parse_generic_param): Reflect above
9901         inflate_generic_type() changes.
9902
9903 2004-12-17  Martin Baulig  <martin@ximian.com>
9904
9905         * class-internals.h
9906         (MonoGenericClass): Replaced `MonoType *generic_type' with
9907         `MonoClass *generic_class'.  Removed `dynamic_info'; if
9908         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
9909         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
9910
9911 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
9912
9913         * exception.c (mono_exception_from_token): New helper function.
9914
9915 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
9916
9917         * assembly.c (mono_assembly_load_with_partial_name): Call 
9918         mono_assembly_loaded before invoking the preload hooks. Fixes
9919         #70564.
9920
9921         * object-internals.h (MonoThread): Change culture_info and 
9922         ui_culture_info into an array.
9923
9924         * threads.c: Cache culture info objects from more than one appdomain.
9925
9926         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
9927         current UI culture.
9928
9929 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
9930
9931         * threads.h threads.c appdomain.c: Clear the culture_info field of
9932         all threads during unloading if they point to an object in the dying
9933         appdomain.
9934
9935 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
9936
9937         * culture-info.h (TextInfoEntry): New struct
9938         * object-internals.h: sync with managed
9939         * locales.c: fill the `text_info_data' field
9940         * culture-info-tables.h: update
9941
9942 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
9943
9944         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
9945         collector.
9946
9947 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
9948
9949         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
9950         (ves_icall_ModuleBuilder_getMethodToken): Ditto
9951
9952 2004-12-12  Martin Baulig  <martin@ximian.com>
9953
9954         * mono-debug-debugger.c (write_type): If we're an enum and the
9955         builtin types have already been initialized, call mono_class_init().
9956
9957 2004-12-11  Martin Baulig  <martin@ximian.com>
9958
9959         * metadata.c (mono_metadata_load_generic_params): Added
9960         `MonoGenericContainer *parent_container' argument; automatically
9961         compute `container->is_method'; pass the correct owner to
9962         get_constraints().      
9963
9964         * reflection.c (compare_genericparam): Sort the GenericParam table
9965         according to increasing owners. 
9966
9967 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
9968
9969         * profiler.c: allow disabling the default profiler.
9970
9971 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
9972
9973         * decimal.c, icall.c: allow disabling System.Decimal support.
9974
9975 2004-12-09  Marek Safar <marek.safar@seznam.cz>
9976
9977         * reflection.c: Add support for null attribute arguments.
9978
9979 2004-12-09  Martin Baulig  <martin@ximian.com>
9980
9981         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
9982         names to get rid of compiler warnings.
9983
9984 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9985
9986         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
9987         mono_marshal_load_type_info (). Fixes #69625.
9988         (mono_marshal_get_ptr_to_struct): Likewise.
9989
9990 2004-12-08  Martin Baulig  <martin@ximian.com>
9991
9992         * mono-debug.h: Bumped version number to 47.
9993
9994         * mono-debug-debugger.c
9995         (mono_debugger_event_handler, mono_debugger_event): Take two
9996         guint64 arguments insteed of a gpointer and a guint32.  
9997
9998 2004-12-08  Martin Baulig  <martin@ximian.com>
9999
10000         * debug-mono-symfile.h
10001         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
10002         `address' to `native_offset'.
10003
10004 2004-12-08  Martin Baulig  <martin@ximian.com>
10005
10006         * class.c (mono_class_create_from_typespec): Only inflate if we
10007         either have `context->gclass' or `context->gmethod'.
10008
10009 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
10010
10011         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
10012
10013         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
10014
10015         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
10016
10017         * reflection.c (mono_assembly_get_object): Remove the workaround put
10018         in for the release.
10019         
10020         * appdomain.c: Use the corlib_internal field from MonoAssembly.
10021
10022         * appdomain.c: Bump corlib version.
10023
10024         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
10025         be visible in other appdomains.
10026
10027 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
10028
10029         * threads.c: Interlocked inc and dec for longs were messed up,
10030         use a KISS based impl for this. Fixes 70234
10031
10032 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
10033
10034         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
10035
10036 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
10037
10038         * icall.c: fix to follow policy not to allow struct
10039         arguments in icalls.
10040
10041 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10042
10043         * process.c: make the patch that handles spaces in file paths work
10044         on mono/windows too.
10045
10046 2004-12-06  Martin Baulig  <martin@ximian.com>
10047
10048         * class.c (mono_class_create_generic): Call
10049         mono_class_setup_supertypes() if we're dynamic.
10050         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
10051
10052 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
10053
10054         * object-internals.h: Add new fields to MonoThread.
10055
10056         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10057
10058         * icall.c threads-types.h threads.c: Add new icalls.
10059
10060         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
10061
10062         * object-internals.h (MonoReflectionAssembly): Sync object layout with
10063         managed side.
10064
10065         * appdomain.c: Bump corlib version.
10066
10067         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
10068         internal assemblies. Fixes #69181.
10069
10070 2004-12-05  Martin Baulig  <martin@ximian.com>
10071
10072         * class.c (mono_class_inflate_generic_signature): Make this a
10073         no-op if `context' is NULL or we don't have any type parameters;
10074         also copy `sentinelpos'.        
10075
10076 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
10077
10078         * image.c: Add unbox_wrapper_cache.
10079
10080         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
10081
10082         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
10083         function generator.
10084         
10085         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
10086         Fixes #70173.
10087
10088         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
10089         
10090 2004-12-04  Martin Baulig  <martin@ximian.com>
10091
10092         * loader.c (mono_method_get_signature_full): New public function;
10093         like mono_method_get_signature(), but with an additional
10094         `MonoGenericContext *' argument.
10095
10096         * class.c (mono_class_inflate_generic_signature): Formerly known
10097         as inflate_generic_signature(); make this public.
10098
10099 2004-12-04  Martin Baulig  <martin@ximian.com>
10100
10101         * metadata.c
10102         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
10103         instead of a `MonoGenericContainer *'.  
10104         (mono_metadata_parse_array_full): Likewise.
10105         (mono_metadata_parse_signature_full): Likewise.
10106         (mono_metadata_parse_method_signature_full): Likewise.
10107         (mono_metadata_parse_generic_inst): Likewise.
10108         (mono_metadata_parse_generic_param): Likewise.
10109         (mono_metadata_parse_mh_full): Likewise.
10110         (mono_type_create_from_typespec_full): Likewise.
10111
10112 2004-12-03  Martin Baulig  <martin@ximian.com>
10113
10114         * class-internals.h (MonoGenericContainer): Replaced the
10115         `MonoGenericContext * pointer with a `MonoGenericContext'
10116         structure and made it the first element.
10117
10118 2004-12-03  Martin Baulig  <martin@ximian.com>
10119
10120         * class.c
10121         (inflate_generic_type): Set the `context->container' when creating
10122         a new MonoGenericContext.
10123         (mono_class_inflate_generic_method): Likewise.
10124         (mono_class_create_from_typespec): Just use `context->container'
10125         to get the container.
10126
10127         * loader.c (method_from_methodspec): Set `context->parent' from
10128         `context->container' - and if that's a method container, use its
10129         parent.  Also set the `context->container' when creating a new
10130         MonoGenericContext.
10131         (mono_get_method_from_token): Use just `context->container' to get
10132         the container.
10133
10134         * metadata.c (do_mono_metadata_parse_generic_class): Also set
10135         `gclass->context->container'.
10136
10137         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
10138         the `context->container' when creating a new MonoGenericContext.
10139
10140 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
10141
10142         * reflection.c (compare_genericparam): Sort params with identical
10143         owner by their number. Fixes gen-111 on sparc.
10144
10145 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10146
10147         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
10148         around the domain changes.
10149
10150         * appdomain.c (mono_domain_unload): Handle the case when the thread
10151         calling Unload is itself being aborted during unloading. Fixes #70022.
10152
10153         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
10154
10155         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
10156         checkpoint_func as an icall so it gets a wrapper.
10157         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
10158         in the cross-appdomain wrappers too.
10159
10160         * threads.c (mono_thread_has_appdomain_ref): Make this public.
10161
10162         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
10163
10164         * reflection.c: Fix some memory leaks.
10165         
10166 2004-12-02  Martin Baulig  <martin@ximian.com>
10167
10168         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
10169
10170         * metadata.c (generic_class_cache): New static hashtable.
10171         (mono_metadata_lookup_generic_class): New public method.
10172
10173 2004-12-02  Martin Baulig  <martin@ximian.com>
10174
10175         * class.c (mono_class_create_from_typedef): Call
10176         mono_class_setup_parent() and mono_class_create_mono_type() before
10177         parsing the interfaces.
10178
10179 2004-12-02  Martin Baulig  <martin@ximian.com>
10180
10181         * metadata.c (generic_inst_cache): New static hashtable.
10182         (mono_metadata_lookup_generic_inst): New public function.
10183         (mono_metadata_inflate_generic_inst): New public function.
10184         (mono_metadata_parse_generic_inst): New public function.
10185         (do_mono_metadata_parse_generic_class): Use the new
10186         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
10187         since this'll also use the cache.
10188
10189         * reflection.c (mono_reflection_bind_generic_method_parameters):
10190         Use mono_metadata_lookup_generic_inst() to use the new cache.
10191
10192         * class.c (inflate_mono_type): Use
10193         mono_metadata_inflate_generic_inst() to inflate a generic
10194         instance; this'll also use the new cache.
10195
10196         * loader.c (method_from_methodspec): Use
10197         mono_metadata_parse_generic_inst() and
10198         mono_metadata_inflate_generic_inst() rather than parsing it
10199         manually, so we can use the new cache.
10200
10201 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10202
10203         * threads.c (wait_for_tids): Do not incorrectly free threads when 
10204         the wait times out.
10205
10206 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
10207
10208         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
10209         iter->args based on whether parameters are passed in registers (i.e.
10210         MONO_ARCH_REGPARMS is defined)
10211
10212 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
10213
10214         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
10215         the exception message. Fixes #70070.
10216         (method_from_methodspec): Fix warnings.
10217
10218 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10219
10220         * process.c: (complete_path) return the path quoted
10221
10222 2004-12-01  Martin Baulig  <martin@ximian.com>
10223
10224         * class-internals.h (MonoGenericInst): New structure.
10225         (MonoGenericClass): Replaced `type_argc', `type_argv' and
10226         `is_open' with `MonoGenericInst *inst'.
10227         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
10228         `is_open' with `MonoGenericInst *inst'.
10229
10230 2004-11-30  Martin Baulig  <martin@ximian.com>
10231
10232         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
10233
10234         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
10235         to `generic_class_cache'.
10236
10237         * metadata.c
10238         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
10239         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
10240         (mono_generic_inst_is_valuetype): Renamed to
10241         mono_generic_class_is_valuetype().
10242
10243         * class-internals.h
10244         (MonoGenericInst): Renamed to MonoGenericClass.
10245         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
10246         (MonoClass): Renamed `generic_inst' to `generic_class'.
10247         (MonoGenericContext): Renamed `ginst' to `gclass'.
10248
10249         * object-internals.h
10250         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
10251
10252         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
10253         mono_reflection_generic_class_initialize().
10254
10255         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
10256         now known as "System.Reflection.MonoGenericClass".
10257         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
10258
10259 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
10260
10261         * class-internals.h: Added a flag field to MonoClass to cache the
10262         declarative security attributes actions associated with the class.
10263         * domain-internals.h: Added booleans to MonoJitInfo to cache the
10264         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
10265         applicable to the JITted method.
10266         * reflection.c|h: Added functions to extract (as flags) which security
10267         actions are available (declaratively) for a method, class or assembly.
10268         * metadata.c|h: Added functions to search the declarative security
10269         table in the metadata.
10270         
10271 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
10272
10273         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
10274         EXPORTEDTYPES are already in the class name cache, so there is no
10275         need to add extra code here to look at them. Just removes a bit of
10276         cruft.
10277
10278         (ves_icall_System_Environment_get_TickCount): No need for #if
10279         WINDOWS. We already have the code in io-layer.
10280
10281 2004-11-28  Martin Baulig  <martin@ximian.com>
10282
10283         * loader.c
10284         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
10285         Fixes gen-112.cs.
10286
10287 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
10288
10289         * assembly.c (do_mono_assembly_open): Instead of having a
10290         conditional WITH_BUNDLE, incorporate support for bundles here, by
10291         having a global `bundles' variable holding a pointer to the actual
10292         bundles. 
10293
10294         (mono_register_bundled_assemblies): New API call used by the
10295         bundle code. 
10296
10297         See mkbundle.1 for details.
10298         
10299 2004-11-27  Martin Baulig  <martin@ximian.com>
10300
10301         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
10302         the vtable for generic methods.
10303
10304 2004-11-26  Martin Baulig  <martin@ximian.com>
10305
10306         * metadata.c
10307         (mono_metadata_generic_method_hash): New public function.
10308         (mono_metadata_generic_method_equal): Likewise.
10309
10310         * class-internals.h
10311         (MonoGenericContainer): Added `GHashTable *method_hash'.
10312
10313         * reflection.c (ReflectionMethodBuilder): Added
10314         `MonoGenericContainer *generic_container'.
10315         (reflection_methodbuilder_to_mono_method): Don't create a new
10316         MonoGenericContainer each time we're called.
10317         (mono_reflection_bind_generic_method_parameters): Use
10318         `container->method_hash' to cache the results so we don't create a
10319         different method if we're called several times with the same
10320         arguments.
10321
10322         * loader.c (method_from_methodspec): Use the new
10323         `container->method_hash' here, too.
10324
10325 2004-11-26  Martin Baulig  <martin@ximian.com>
10326
10327         * class.c (inflate_generic_signature): Correctly compute
10328         `res->has_type_parameters'.
10329         (mono_class_vtable): Use the `has_type_parameters' flag to
10330         determine whether we're a generic method.
10331
10332         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
10333
10334 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
10335
10336         * object.c (mono_runtime_run_main): Fix a small memory leak.
10337
10338 2004-11-25  Martin Baulig  <martin@ximian.com>
10339
10340         * class.c (set_generic_param_owner): Fixed the loop.
10341
10342 2004-11-25  Martin Baulig  <martin@ximian.com>
10343
10344         * object.c (mono_class_vtable): Don't create any JIT wrappers for
10345         generic methods.
10346
10347 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
10348
10349         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
10350         names. Fixes #69787.
10351
10352 2004-11-24  Martin Baulig  <martin@ximian.com>
10353
10354         * class.c (mono_class_create_generic_2): If we don't have a
10355         `ginst->parent', inflate `gklass->parent' to get our parent.
10356
10357 2004-11-24  Martin Baulig  <martin@ximian.com>
10358
10359         * reflection.c (compare_genericparam): Correctly sort the
10360         GenericParam table; fixes #69779.
10361
10362 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
10363
10364         * reflection.c: When writing a PE file, don't create a huge
10365         buffer in memory. Just write the arrays we have to the file.
10366         This reduces memory usage.
10367
10368         * metadata-internals.h: MonoDynamicStream pefile is no longer used
10369         globally.
10370
10371 2004-11-17  Martin Baulig  <martin@ximian.com>
10372
10373         * class.c (mono_class_init): Don't setup `class->parent' for
10374         dynamic instances; moved this to mono_class_generic_2().
10375         (mono_class_create_generic): Also set `klass->inited' for dynamic
10376         generic instances.
10377         (mono_class_create_generic_2): Don't do anything for dynamic
10378         generic instances.  Set `klass->parent' here and also call
10379         mono_class_setup_parent() here. 
10380
10381         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
10382         `MonoType *parent' argument; set `ginst->parent' before calling
10383         mono_class_create_generic_2(), so we set the correct parent.
10384
10385 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
10386
10387         * reflection.c: allow getting attributes from ModuleBuilder
10388         (used by ikvm).
10389
10390 2004-11-17  Martin Baulig  <martin@ximian.com>
10391
10392         * class.c (mono_class_create_from_typedef): If a type parameter is
10393         inherited from an outer class, set its owner to that class.
10394
10395 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
10396
10397         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
10398           for (int*) written size. This fixes bug #69592.
10399
10400 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
10401
10402         * icall.c: Added IsAuthenticodePresnet internal call.
10403         * image.c|h: New function that check a MonoImage for an Authenticode
10404         signature in the certificate PE data directory.
10405         * security.c|h: New internal call to ask the runtime if an 
10406         Authenticode signature seems referenced in the PE header.
10407
10408 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
10409
10410         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
10411
10412         * reflection.c (mono_image_create_pefile): Free the assembly streams
10413         after writing out the assembly file.
10414
10415         * object.c (mono_runtime_run_main): Fix small memory leak.
10416
10417         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
10418         property access modifiers. Fixes #69389.
10419
10420 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
10421
10422         * domain.c, object.c, object-internals.h, domain-internals.h,
10423         object.h, marshal.c: keep dynamic code info per domain.
10424
10425 2004-11-15  Martin Baulig  <martin@ximian.com>
10426
10427         * class.c (mono_type_get_name_recurse): Put type arguments in
10428         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
10429         see bug #68387.
10430
10431 2004-11-15  Martin Baulig  <martin@ximian.com>
10432
10433         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
10434         (mono_class_setup_vtable): When computing `the_cname' for a
10435         generic instance, don't include the namespace since we'd otherwise
10436         add it twice.
10437
10438 2004-11-15  Martin Baulig  <martin@ximian.com>
10439
10440         * class.c (mono_class_create_generic): Changed return type to void.
10441         (mono_class_create_generic_2): New public function; setup
10442         `class->method', `class->field' and `class->interfaces' here
10443         instead of in mono_class_init().
10444
10445         * class.h (mono_class_create_generic): Moved to class-internals.h.
10446
10447 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
10448
10449         * reflection.c (mono_image_create_pefile): take a file HANDLE.
10450         rather than writing to memory, write to this file. Right now,
10451         we are just writting into a buffer, and copying that. However
10452         we can avoid the buffer later.
10453
10454         (mono_dynamic_stream_reset): new function
10455
10456         * icall.c, object-internals.h: update for the above.
10457
10458 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
10459
10460         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
10461         have been using gc'd memory. First it is slower, unlikely
10462         the comment in the source code said, secondly, it increases
10463         our footprint to do it in the gc.
10464
10465         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
10466         the method so that it does not have to copy to managed code.
10467
10468 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
10469
10470         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
10471
10472 2004-11-12  Martin Baulig  <martin@localhost>
10473
10474         * reflection.c (mono_image_create_token): Allow generic method
10475         definitions here, since they may appear in an `.override'; see
10476         gen-98/gen-99 for an example.
10477
10478 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
10479
10480         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
10481         #69365.
10482
10483         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
10484         descriptive.
10485
10486 2004-11-11  Martin Baulig  <martin@ximian.com>
10487
10488         * class.c (mono_class_setup_vtable): In an explicit interface
10489         implementation, the method name now includes the arity.
10490
10491 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
10492
10493         * object.c (mono_array_full_copy): Fix warning.
10494
10495 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
10496
10497         * appdomain.c: Removed look_for_method_by_name(). Use the new method
10498         mono_class_get_method_from_name() instead.
10499         
10500         * class-internals.h: Added two new types of wrappers. 
10501         Added MonoRemotingTarget enum. Added new trampoline function type, which
10502         takes an additional MonoRemotingTarget value as parameter, so it is
10503         possible to request a trampoline for a specific target.
10504         
10505         * class.c: Added new mono_class_get_method_from_name() method.
10506         
10507         * class.h: In MonoRemoteClass, we can have now to vtables, one for
10508         general remoting sinks and one specific for cross domain calls.
10509         
10510         * debug-helpers.c: Added new wrapper names.
10511         
10512         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
10513         of a remote class.
10514         
10515         * image.c: Porperly delete value objects form the remoting invoke hashtable.
10516         
10517         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
10518         with several other methods (mono_marshal_get_xappdomain_dispatch,
10519         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
10520         and others) can generate a fast remoting wrapper for cross domain calls.
10521         More information can be found in docs/remoting.
10522         Other changes: Removed mono_find_method_by_name, and used
10523         mono_class_get_method_from_name instead.
10524         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
10525         is stored in the remoting invoke hashtable.
10526         
10527         * marshal.h: published the new method for getting the xdomain wrapper,
10528         and also added a method for getting the adequate wrapper for a given
10529         method and target.
10530         
10531         * object-internals.h, object.c: Added a couple of methods for capying and
10532         cloning arrays.
10533         Modified mono_install_remoting_trampoline, which takes the new remoting
10534         trampoline that has a remoting target as parameter.
10535         mono_class_proxy_vtable now also takes a remoting target as parameter, and
10536         will return the most suitable vtable for the target.
10537         Added mono_remote_class_vtable, which returns the vtable of a remote class
10538         (which can be the normal remoting vtable or the xdomain vtable).
10539         
10540         * threads.c: the xdomain invoke and dispatch wrappers must also be
10541         protected against interruptions.
10542
10543 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10544
10545         * icall.c: use memmove in BlockCopyInternal when the source and
10546         destination arrays are the same.
10547
10548 2004-11-09  Martin Baulig  <martin@ximian.com>
10549
10550         * class-internals.h (MonoGenericContainer): Removed `method' and
10551         `signature', replaced them with `is_method' and `is_signature'
10552         flags.  Added `context'.
10553
10554         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
10555         instead of a `MonoGenericContainer *'.
10556
10557         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
10558         for dynamic type parameters.
10559         (mono_metadata_load_generic_params): Setup `container->context'.
10560
10561         * reflection.c (mono_reflection_setup_generic_class): Setup
10562         `tb->generic_container->context'.
10563         (do_mono_reflection_bind_generic_parameters): Use
10564         mono_class_inflate_generic_type() to correctly inflate types,
10565         rather than using our own hack just for MONO_TYPE_VAR.
10566
10567 2004-11-09  Martin Baulig  <martin@ximian.com>
10568
10569         * class.c (mono_class_inflate_generic_method): Small fix; don't
10570         crash here.
10571
10572         * icall.c
10573         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
10574         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
10575         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
10576         (ves_icall_Type_BindGenericParameters): Likewise.
10577         (ves_icall_Type_get_IsGenericInstance): Likewise.
10578         (ves_icall_Type_GetGenericParameterPosition): Likewise.
10579         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
10580         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10581         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
10582
10583 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
10584
10585         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
10586         assembly versions and public key tokens. Fixes #69113.
10587
10588 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
10589
10590         * metadata.c: fix bug introduced with the type cache changes
10591         on 2004-11-06.
10592
10593 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
10594
10595         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
10596         the MonoClass pointer instead of the token in exception clauses.
10597         * reflection.c: updates for the above and make the code not depend
10598         on the structure of MonoExceptionClause.
10599
10600 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
10601
10602         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10603         Add support for dynamic assemblies. Fixes #69114.
10604
10605         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
10606
10607 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
10608
10609         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
10610         since most only those methods use it. the code member of
10611         MonoMethodPInvoke was dead, so that can be removed too. Also,
10612         remove inline_count (again, not used), and move slot so that it
10613         can share bits with some other flags. This saves 8 bytes in the
10614         structure and gives us about 50 kb back for mcs helloworld.cs
10615
10616         * *.[ch]: Do naming changes for the above.
10617
10618         * loader.c (mono_method_get_header): Lazily init the header
10619         on first access.
10620         (mono_get_method_from_token): don't init the header here
10621         (mono_free_method): the header may never be allocated
10622
10623         Overall, this saves 150 kb of unmanaged allocations
10624         for mcs helloworld.cs. That accounts for 10% of the unmanaged
10625         memory at runtime.
10626         
10627         * loader.c, loader.h (mono_method_get_header): new accessor.
10628
10629         * *.[ch]: use the above method. Prepares us to lazily load
10630         the header.
10631
10632         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
10633         three warnings, which are actual bugs (see 69206).
10634
10635         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
10636         unused. Saves a cool 4 bytes / method.
10637
10638 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
10639
10640         * metadata.c (builtin_types): Add types for System.Object here.
10641         (mono_metadata_parse_type_full): Cache MonoType*'s that are
10642         for a class or valuetype from klass->this_arg or klass->byval_arg.
10643
10644         On mcs for a hello world, this gets us down from 21836 MonoType's
10645         to 14560.
10646
10647         (mono_metadata_free_type): Account for the above change.
10648
10649 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
10650
10651         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
10652         exception instead of asserting if name is null.
10653         (ves_icall_System_AppDomain_GetData): Ditto.
10654
10655 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
10656
10657         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
10658         EnumBuilder.
10659
10660         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
10661         Return NULL when the domain does not have entry_assembly set.
10662
10663         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
10664         Add a 'resource_modules' argument.
10665         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
10666
10667         * reflection.c (mono_reflection_create_runtime_class): Move setting
10668         of wastypebuilder here, so mono_get_type_object () returns a MonoType
10669         for enums too.
10670
10671         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
10672         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
10673         Throw an ArgumentNullException if 'ptr' is null.
10674
10675         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
10676         assemblies here. Fixes #69020.
10677
10678 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
10679
10680         * reflection.c (build_compressed_metadata): Fix the previous patch for
10681         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
10682         the stack.
10683
10684 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
10685
10686         * assembly.c (mono_assembly_names_equal): Allow a match if one of
10687         the cultures is false. Fixes #69090.
10688
10689         * reflection.c (build_compressed_metadata): Fix invalid memory read 
10690         detected by valgrind.
10691         
10692         * reflection.c (mono_reflection_get_type): Avoid triggering a 
10693         TypeResolve multiple times for the same type. Fixes #65577.
10694
10695 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
10696
10697         * marshal.c: Avoid using ldftn to call managed functions. It is
10698         much slower than just a call.
10699
10700         * reflection.c (mono_module_get_object): free the basename we
10701         allocate here from glib.
10702         
10703         * reflection.c (ensure_runtime_vtable): make sure to free
10704         overrides.  Also, we were allocating an array of MonoMethod not an
10705         array of MonoMethod*.
10706
10707         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
10708
10709         * image.c (mono_image_close): free image->guid here.
10710
10711 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
10712
10713         * reflection.c: Fix some spec conformance issues with the PE file
10714         structures so mcs compiled apps run on the Net 2.0 beta.
10715
10716 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
10717
10718         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
10719         Implement this. Fixes #67264.
10720
10721         * debug-helpers.h debug-helpers.c marshal.c: Move 
10722         mono_find_method_by_name to debug-helpers.c.
10723
10724 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
10725
10726         * object.c (mono_release_type_locks): type_initialization_hash is
10727         a GHashTable.
10728
10729         * reflection.c object.c object-internals.h: Fix warnings.
10730
10731         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
10732         without accessors. Fixes #61561.
10733
10734         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
10735         application base from the root domain if not set. Fixes #65641.
10736         (mono_runtime_init): Fix warning.
10737
10738 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10739
10740         * appdomain.c: call mono_thread_pool_init.
10741         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
10742         of worker threads based on the number of CPUs and the environment
10743         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
10744         for non-windows (windows) systems.
10745
10746 2004-10-27  Chris Toshok  <toshok@ximian.com>
10747
10748         * mono-debug-debugger.c (write_class): don't call mono_class_init
10749         here, as even with the check for (!klass->init_pending), we get
10750         into a situation where we're hitting cycles in class
10751         initialization.  Fixes #68816.
10752
10753 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
10754
10755         * image.c: Avoid overwriting values in the loaded_images_hash when an
10756         assembly is loaded multiple times. Fixes #61152.
10757
10758         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
10759         so multiple satellite assemblies for the same name can be loaded.
10760         Fixes #68259.
10761
10762         * mono_domain_assembly_preload: Actually return the loaded assembly, 
10763         not NULL.
10764
10765         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
10766         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
10767
10768         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
10769         pending finalizers are not invoked after the appdomain has been 
10770         unloaded. Fixes #67862.
10771
10772 2004-10-22  Martin Baulig  <martin@ximian.com>
10773
10774         * mono-debug-debugger.c
10775         (mono_debugger_runtime_invoke): Don't box valuetypes.
10776
10777 2004-10-22  Chris Toshok  <toshok@ximian.com>
10778
10779         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
10780         don't hide private methods.
10781
10782 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
10783
10784         * icall.c: Allows the runtime to "share" (when known) the public key
10785         token of an assembly. This avoid the need to recalculate the token 
10786         (from the public key) in managed code.
10787
10788 2004-10-21  Chris Toshok  <toshok@ximian.com>
10789
10790         * debug-helpers.c (append_class_name): argh, revert last patch.
10791         
10792 2004-10-21  Chris Toshok  <toshok@ximian.com>
10793
10794         * debug-helpers.c (append_class_name): use '+' as the delimiter,
10795         not '/', so that it matches what the debugger uses to look up
10796         methods.
10797
10798 2004-10-21  Martin Baulig  <martin@ximian.com>
10799
10800         * mono-debug-debugger.c (mono_debugger_throw_exception): New
10801         public method; this is called each time an exception is thrown and
10802         allows the debugger to use exception catch points.
10803
10804 2004-10-21  Martin Baulig  <martin@ximian.com>
10805
10806         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
10807         the stack pointer and the exception object in some struct and pass
10808         that to the debugger.
10809
10810 2004-10-21  Chris Toshok  <toshok@ximian.com>
10811
10812         * mono-debug-debugger.c (do_write_class): add instance/static
10813         event support.  We don't expose "raise" or "other" yet.
10814         (event_is_static): new method.
10815
10816 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
10817
10818         * mono-debug-debugger.c
10819         (mono_debugger_handle_exception): Remove
10820         bogus return value for fussy compilers.
10821
10822 2004-10-20  Martin Baulig  <martin@ximian.com>
10823
10824         * mono-debug-debugger.c
10825         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
10826         (mono_debugger_handled_exception): Likewise.
10827
10828 2004-10-20  Martin Baulig  <martin@ximian.com>
10829
10830         * mono-debug-debugger.h (MonoDebuggerEvent): Added
10831         MONO_DEBUGGER_EVENT_EXCEPTION.
10832
10833         * mono-debug-debugger.c (mono_debugger_handle_exception): New
10834         public function to send the debugger a notification for an
10835         exception and inform it about a catch/finally clause.
10836
10837 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
10838
10839         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
10840         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
10841         fix 2.95 build. 
10842
10843         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
10844
10845 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
10846
10847         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
10848         marshalled as [In,Out]. Fixes #58325.
10849
10850 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
10851
10852         * reflection.c (mono_method_body_get_object): Implement some fields.
10853
10854 2004-10-12  Martin Baulig  <martin@ximian.com>
10855
10856         * reflection.c (mono_reflection_bind_generic_parameters): Small
10857         fix, correctly retrieve our parent from a generic instance.
10858
10859 2004-10-12  Martin Baulig  <martin@ximian.com>
10860
10861         * metadata.c (mono_metadata_generic_param_equal): We always have
10862         an owner.
10863
10864         * class.c
10865         (mono_class_from_generic_parameter): We need to have an owner.
10866         (my_mono_class_from_generic_parameter): Likewise.
10867
10868         * reflection.c (mono_reflection_setup_generic_class): Renamed to
10869         mono_reflection_create_generic_class() and added a new
10870         mono_reflection_setup_generic_class().  
10871         (mono_reflection_initialize_generic_param): If we're a nested
10872         generic type and inherited from the containing class, set our
10873         owner to the outer class.
10874
10875 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
10876
10877         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
10878
10879         * reflection.c (mono_method_body_get_object): New function to create
10880         a MethodBody object.
10881
10882         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
10883
10884 2004-10-11  Martin Baulig  <martin@ximian.com>
10885
10886         * metadata.c (_mono_metadata_type_equal): Renamed to
10887         do_mono_metadata_type_equal() and made static.
10888
10889 2004-10-11  Martin Baulig  <martin@ximian.com>
10890
10891         * appdomain.c: Bump corlib version number to 28.
10892
10893 2004-10-10  Martin Baulig  <martin@ximian.com>
10894
10895         * class-internals.h
10896         (MonoGenericInst): Added `MonoGenericContainer *container'.
10897         (MonoGenericMethod): Likewise.
10898         (MonoGenericContext): Likewise.
10899         (MonoGenericParam): Added `MonoGenericContainer *owner'.
10900
10901         * metadata.c
10902         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
10903         (do_mono_metadata_parse_generic_inst): Likewise.
10904         (mono_metadata_parse_type_full): New public method.  This is the actual
10905         mono_metadata_parse_type() implementation - with an additional
10906         `MonoGenericContainer *' argument.
10907         (mono_metadata_parse_array_full): Likewise.
10908         (mono_metadata_parse_signature_full): Likewise.
10909         (mono_metadata_parse_method_signature_full): Likewise.
10910         (mono_metadata_parse_mh_full): Likewise.
10911         (mono_type_create_from_typespec): Likewise.
10912         (mono_metadata_interfaces_from_typedef_full): New public method;
10913         this is similar to the other _full() methods, but we take a
10914         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
10915         (mono_metadata_parse_generic_param): Take an additional
10916         `MonoGenericContainer *' argument and lookup the MonoGenericParam
10917         from that container.
10918         (mono_metadata_generic_param_equal): New static method to compare
10919         two type parameters.
10920         (_mono_metadata_type_equal): New static method; takes an
10921         additional `gboolean signature_only' argument - if true, we don't
10922         compare the owners of generic parameters.
10923         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
10924         with a TRUE argument - do a signature-only comparision.
10925
10926         * loader.c: Use the new _full() methods and pass the
10927         MonoGenericContainer to them.
10928
10929         * object-internals.h (MonoReflectionTypeBuilder): Added
10930         `MonoGenericContainer *generic_container' field.
10931         (MonoReflectionMethodBuilder): Likewise.
10932
10933 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
10934
10935         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
10936         case initial images of dynamic assemblies.
10937
10938         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
10939
10940         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
10941
10942         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
10943         length of event->other array.
10944         (typebuilder_setup_events): Ditto.
10945
10946         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
10947         'assembly_by_name' and add an 'assemblies' list.
10948
10949         * assembly.h assembly.c: Add a new search hook for determining whenever
10950         an assembly is already loaded. Use this instead of searching in the
10951         loaded_assemblies list.
10952
10953         * domain.c appdomain.c: Implement the new search hook so loaded 
10954         assemblies are now scoped by appdomain. Fixes #67727.
10955
10956 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
10957
10958         * threads.c (mono_thread_attach): Initialize synch_lock field so
10959         mono_thread_detach works again.
10960
10961         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
10962         'lib' too. Fixes #63130.
10963
10964 2004-10-06  Jackson Harper  <jackson@ximian.com>
10965
10966         * culture-info-tables.h: regenerated.
10967
10968 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
10969
10970         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
10971         implemented by other interfaces in the result. Fixes #65764.
10972         
10973         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10974         Handle unloadable modules without crashing.
10975
10976         * image.c (load_modules): Revert the previous patch since modules must
10977         have a fixed index inside the array.
10978         
10979         * image.c (load_modules): Don't include native modules in the modules
10980         array.
10981
10982 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
10983
10984         * reflection.h: Add param_defaults field.
10985
10986         * reflection.c: Add support for parameter defaults in dynamic methods.
10987         Fixes #64595.
10988
10989         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
10990         an empty string when a type has no namespace. Fixes #64230.
10991
10992 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
10993
10994         * tabledefs.h: Added "internal" security actions to support non-CAS
10995         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
10996         Note: they do not seems to be used anymore in 2.0 (new metadata format)
10997
10998 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
10999
11000         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
11001         constructor of abstract class. Fixes #61689.
11002
11003 2004-10-04  Martin Baulig  <martin@ximian.com>
11004
11005         * class-internals.h (MonoGenericContainer): New type.
11006         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
11007         `MonoGenericContainer *generic_container'.
11008         (MonoClass): Replaced `gen_params' and `num_gen_params' with
11009         `MonoGenericContainer *generic_container'.
11010
11011         * metadata.c (mono_metadata_load_generic_params): Return a
11012         `MonoGenericContainer *' instead of a `MonoGenericParam *';
11013         removed the `num' argument.
11014
11015 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
11016
11017         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
11018         for dynamic images.
11019
11020         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
11021         machine fields.
11022
11023         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
11024
11025         * reflection.c: Save pe_kind and machine values into the generated
11026         image file.
11027
11028         * appdomain.c: Bump corlib version number.
11029
11030         * object-internals.h: Reorganize layout of LocalBuilder.
11031
11032         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
11033         New helper function.
11034
11035         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
11036         created MonoType for dynamic types. Fixes #66180.
11037
11038 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
11039
11040         * threadpool.c: the ares hashtable needs a critical section around it.
11041         this prevents some nasty segfaults
11042
11043 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
11044
11045         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
11046         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
11047         bug 67324).
11048         
11049 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
11050
11051         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
11052         
11053 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
11054
11055         * image.c: Always canonicalize image file names, to avoid loading
11056         the same assembly twice when referenced using a relative path.
11057
11058 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
11059
11060         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
11061
11062         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
11063
11064         * marshal.c: Fix warnings.
11065
11066 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
11067
11068         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
11069         attempting to marshal the delegate_trampoline as the method_addr.
11070         This patch has a static hashtable of marshalled delegates so that 
11071         we can map delegate_trampoline addresses back to delegates.  This
11072         allows a delegate passed to managed code to be passed back into native
11073         code.  Fixes #67039
11074
11075 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
11076
11077         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
11078
11079         * reflection.c (method_encode_code): Align method headers properly.
11080         Fixes #66025.
11081
11082 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
11083
11084         * marshal.c: In the runtime invoke wrapper, reset the abort
11085         exception if it is cached. This avoids the automatic rethrowal of 
11086         the exception after the catch of the wrapper. Also check for pending
11087         interruptions before calling the managed method. This is done using
11088         the new method emit_thread_force_interrupt_checkpoint, since the
11089         normal checkpoint method is ignored when running the invoke wrapper.
11090         * object.c: If the abort exception is rethrown, set the abort_exc
11091         field of the thread, so it will be rethrown aftere every catch.
11092         * threadpool.c: Only run an interruption checkpoint if what has been
11093         requested is a stop of the thread (aborts will be ignored).
11094         * threads.c: By default, a thread will now never be interrumped while
11095         running the runtime invoke wrapper (this ensures that runtime_invoke
11096         will always return to the caller if an exception pointer is provided).
11097         There is a new special method mono_thread_force_interruption_checkpoint()
11098         to force an interruption checkpoint even if running a protected
11099         wrapper, which is used by the same runtime invoke wrapper to do a check
11100         at a safe point.
11101
11102 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
11103
11104         * object.c, object-internals.h: Implemented mono_release_type_locks,
11105         which releases the cctor locks held by a thread.
11106         * threads.c, threads.h: In thread_cleanup, release cctor locks held
11107         by a thread. Added mono_thread_exit() method to be used to safely stop
11108         a thread.
11109
11110 2004-09-28  Raja R Harinath  <rharinath@novell.com>
11111
11112         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11113         Move null check before dereference.  Avoid indexing beyond the end
11114         of the 'modules' array.
11115
11116 2004-09-28  Raja R Harinath  <rharinath@novell.com>
11117
11118         * metadata-internals.h (MonoImage): Add module_count field.
11119         * image.c (load_modules): Set image->module_count.
11120         (mono_image_load_file_for_image): Use image->module_count.
11121         * reflection.c (mono_image_load_module): Append to image->modules array 
11122         of dynamic assembly.
11123         (mono_module_get_object): Fix loop to actually increment index.
11124         Use image->module_count.
11125         * assembly.c (mono_assembly_load_references): Use image->module_count.
11126         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
11127         Likewise.
11128
11129 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
11130
11131         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
11132         Avoid assert on generic types.
11133
11134 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
11135
11136         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
11137
11138         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
11139
11140         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
11141         function to convert a MarshalSpec structure to its managed counterpart.
11142
11143         * reflection.c: Fix warnings.
11144         
11145         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
11146         field.
11147
11148         * icall.c (mono_create_icall_signature): Fix build.
11149
11150 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
11151
11152         * icall.c: Add MakePointType icall.
11153
11154         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
11155         warnings.
11156
11157 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11158
11159         * threadpool.c: reuse allocated slots in the queue.
11160
11161 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
11162
11163         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
11164
11165         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
11166
11167         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
11168         previous change.
11169
11170         * tabledefs.h: Add constants for pinvoke attributes BestFit and
11171         ThrowOnUnmappableChar.
11172
11173         * icall.c (ves_icall_Type_GetPacking): New icall.
11174
11175 2004-09-24  Martin Baulig  <martin@ximian.com>
11176
11177         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
11178
11179 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11180
11181         * appdomain.c:
11182         (mono_domain_set): allow setting a domain that is being unloaded.
11183         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
11184         being unloaded.
11185
11186 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11187
11188         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
11189         the GetCustomAttributes icall.
11190
11191 2004-09-23  Martin Baulig  <martin@ximian.com>
11192
11193         * object-internals.h (MonoReflectionGenericParam): Replaced
11194         'has_ctor_constraint', `has_reference_type' and `has_value_type'
11195         with `guint32 attrs'.
11196
11197 2004-09-23  Martin Baulig  <martin@ximian.com>
11198
11199         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
11200
11201 2004-09-23  Martin Baulig  <martin@ximian.com>
11202
11203         * object-internals.h (GenericParameterAttributes): New enum.
11204
11205 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11206
11207         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
11208         
11209         * class.c (init_events): Fill out event->other field.
11210
11211         * class.c: Fix warnings.
11212
11213         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
11214
11215 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
11216
11217         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
11218         walk which doesn't supply the IL offset.
11219
11220 2004-09-22  Martin Baulig  <martin@ximian.com>
11221
11222         * reflection.c (mono_reflection_setup_internal_class): If we're
11223         System.ValueType, System.Object or System.Enum, set
11224         `klass->instance_size' and create the vtable.
11225         (mono_reflection_create_internal_class): If we're an enum type,
11226         get the base class from our current corlib.
11227
11228 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
11229
11230         * reflection.h (MonoResolveTokenError): New type.
11231
11232         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
11233         icall.
11234
11235         * icall.c: Add an 'error' argument to the ResolveToken icalls.
11236
11237 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
11238
11239         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
11240         Support also calling constructors, but only for already allocated objects.
11241
11242 2004-09-17  Geoff Norton <gnorton@customerdna.com>
11243
11244         * reflection.c (type_get_qualified_name): If the klass is null
11245         return the typename to avoid a NullRefEx.
11246         (encode_cattr_value): Get the qualified name of the boxed type,
11247         not the underlying enumtype.  Fixes #62984.
11248
11249 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
11250
11251         * marshal.c: Fix problems with previous checkin.
11252
11253 2004-09-21    <vargaz@freemail.hu>
11254
11255         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
11256         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
11257
11258         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
11259
11260 2004-09-21  Geoff Norton <gnorton@customerdna.com>
11261
11262         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
11263         should only return a type for pointers, arrays, and passbyref types.
11264         Fixes bug #63841.
11265
11266 2004-09-21  Martin Baulig  <martin@ximian.com>
11267
11268         * domain.c (mono_debugger_check_runtime_version): New public
11269         function.
11270
11271         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
11272
11273 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
11274
11275         * reflection.c: Added missing sort to the declarative security 
11276         attributes table. MS implementation stops seeing the attributes if the
11277         token number regress in the table (as shown by ildasm and permview).
11278
11279 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
11280
11281         * object-internals.h (MonoReflectionModule): Add 'token' field.
11282         
11283         * reflection.c (mono_reflection_get_token): Add support for Module
11284         and Assembly.
11285         (mono_module_get_object): Set 'token' field.
11286         (mono_module_file_get_object): Set 'token' field.
11287
11288         * icall.c: Add new Assembly and Module icalls.
11289
11290         * appdomain.c: Bump corlib version.
11291
11292 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
11293
11294         * loader.h loader.c class.h class.c: Add helper functions for obtaining
11295         tokens of metadata objects.
11296
11297         * reflection.h reflection.c (mono_reflection_get_token): New function
11298         to obtain the token of a metadata object.
11299
11300         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
11301
11302 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
11303
11304         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
11305         
11306         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
11307
11308 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
11309
11310         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
11311         * object-internals.h: Added 3 MonoArray* members to MonoReflection
11312         AssemblyBuilder to access the permissions set in the class lib.
11313         * reflection.c: Added security attributes encoding step in 
11314         mono_image_build_metadata.
11315         * tabledefs.h: Added new security actions defined in 2.0:
11316         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
11317
11318 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11319
11320         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
11321         macro parameter.
11322
11323 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11324  
11325         * locales.c: nullify the ICU_collator member of CompareInfo when it is
11326           finalized. There where random SIGSEVs at program termination, when
11327           an object being finalized was trying to do a string comparison and
11328           the current culture was already finalized.
11329  
11330 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11331
11332         * threads.c: call thread_cleanup before finishing the thread if we get
11333         there.
11334
11335 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
11336
11337         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
11338         assemblies from the parent. Fixes #65665.
11339
11340 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
11341
11342         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
11343         modifiers.
11344
11345 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
11346
11347         * reflection.h: add prototype for mono_get_dbnull_object
11348         * reflection.c: add prototypes for get_default_param_value_blobs 
11349         and mono_get_object_from_blob for fussier compilers
11350
11351 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
11352  
11353         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
11354         false deadlock checks in class initialization.
11355  
11356 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
11357
11358         * image.c (mono_image_addref): Fix comment.
11359
11360         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
11361         possible.
11362
11363 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
11364
11365         * reflection.c (mono_param_get_objects): Modified to return
11366         ParameterInfo.DefaultValue object.
11367
11368         (get_default_param_value_blobs):
11369         (mono_get_object_from_blob):
11370         (mono_get_dbnull_object): New helper routines. 
11371
11372         * object.c (mono_get_constant_value_from_blob): New helper routine
11373         carved out from get_default_field_value ()
11374
11375         * object-internals.h (mono_get_constant_value_from_blob): Added
11376         function declaration.
11377
11378 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
11379
11380         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
11381         referenced assemblies. Fixes #62135.
11382
11383         * exception.h exception.c (mono_get_exception_file_not_found2): New
11384         helper function.
11385
11386 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
11387
11388         * class.h class.c: Add mono_type_get_underlying_type ().
11389
11390 2004-09-09  Geoff Norton <gnorton@customerndna.com>
11391
11392         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
11393         Fix GetTypes() to support dynamically created assemblies.
11394
11395 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
11396
11397         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
11398         
11399         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
11400         previous patch.
11401
11402         * reflection.h reflection.c loader.c: Allow dynamic construction of
11403         pinvoke methods. Fixes #65571.
11404         
11405         * reflection.c (mono_reflection_get_type): Revert previous change since
11406         it causes regressions.
11407
11408 2004-09-08  Martin Baulig  <martin@ximian.com>
11409
11410         * class.c (class_compute_field_layout): Don't call
11411         mono_class_layout_fields() for open generic instances.
11412
11413 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
11414         * threads.c appdomain.c: fix typo in GC macro
11415
11416 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11417
11418         * threads.c: don't call mono_thread_detach() in start_wrapper(),
11419         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
11420
11421 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
11422
11423         * image.c (mono_image_close): Applied patch from 
11424         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
11425         assembly is loaded multiple times from data.
11426         
11427         * image.c (mono_image_open): Fix warning.
11428
11429 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11430
11431         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
11432         once. Fixes #58334.
11433         
11434         * reflection.c (mono_reflection_create_runtime_class): Initialize
11435         klass->nested_classes. Fixes #61224.
11436
11437 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11438
11439         * threads.c: sched_yield() on exit, to allow threads to quit.
11440
11441 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11442
11443         * object.c (mono_unhandled_exception): Remove leftover debug code.
11444
11445 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
11446
11447         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
11448
11449 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11450
11451         * marshal.c (emit_marshal_array): Really null terminate string arrays.
11452         
11453         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
11454
11455 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11456
11457         * marshal.c (emit_marshal_array): Null terminate string arrays.
11458         
11459         * marshal.c (raise_auto_layout_exception): Fix warning.
11460
11461         * reflection.c (mono_param_get_objects): Initialize the default value
11462         with DBNull.Value, not null. Fixes #62123.
11463
11464 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
11465
11466         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
11467         throw an exception with a cute explanation.
11468
11469 2004-09-06  Dick Porter  <dick@ximian.com>
11470
11471         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
11472         Close the new process's thread handle, as we don't use it.  The
11473         handle stays around forever otherwise.
11474
11475 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11476
11477         * object.c (arith_overflow): Fix warning.
11478
11479         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
11480         calling conventions in method refs. Fixes #65352.
11481
11482         * reflection.c: Fix warnings.
11483
11484 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11485
11486         * icall.c: Add a new icall for Array.Clear
11487
11488 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11489
11490         * object.c: When allocating an array, we have to throw
11491         an overflow exception if any of the lengths are < 0.
11492
11493 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11494
11495         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
11496         properly. Also move implementation of string array marshalling to 
11497         managed code. Fixes #42316.
11498
11499 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11500
11501         * assembly.c: provide more information when loading an assembly fails.
11502
11503 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11504
11505         * filewatcher.c: don't expect the development fam package to be
11506         installed.
11507
11508 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
11509
11510         * marshal.c: Make a copy of the signature cookie since it will be
11511         freed by the caller.
11512         
11513         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
11514
11515         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
11516
11517         * metadata.c (mono_metadata_free_marshal_spec): New function to free
11518         marshal specs.
11519
11520         * marshal.c: More refactoring.
11521         
11522         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
11523         smaller functions.
11524
11525 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
11526
11527         * object.c: In mono_message_invoke, fill the output parameter array after
11528           calling the managed method (it was done before the call). This fixes
11529           bug #59299.
11530
11531 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11532
11533         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
11534         as well.
11535
11536 2004-09-02  Martin Baulig  <martin@ximian.com>
11537
11538         * class.c (mono_class_instance_size): Don't allow generic type
11539         definitions or open generic instances.
11540         (mono_class_array_element_size): If we're a value type, call
11541         mono_class_instance_size() on the original class.
11542
11543         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
11544         handle generic instances.
11545
11546         * mono-debug-debugger.c (write_type): Handle generic instances
11547         like classes.
11548
11549 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11550
11551         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
11552         the allocation request fails. Fixes #65089.
11553
11554         * object.c (mono_runtime_free_method): Do not call mono_free_method.
11555         
11556         * object.c (mono_runtime_free_method): New function to free a dynamic
11557         method.
11558
11559         * marshal.c (mono_delegate_free_ftnptr): New function to free the
11560         delegate trampoline.
11561
11562         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
11563         with hasthis as dynamic,
11564
11565         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
11566
11567         * domain.c (mono_jit_info_table_remove): New function to remove an
11568         entry from the jit info table.
11569
11570         * class-internals.h (MonoMethod): Add 'dynamic' field.
11571
11572         * loader.c: Fix warnings.
11573
11574 2004-09-01  Martin Baulig  <martin@ximian.com>
11575
11576         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
11577         instead of mono_debugger_lock() because the latter one is a no-op
11578         unless running in the debugger.
11579
11580 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11581
11582         * class.c (class_compute_field_layout): Classes with auto-layout or
11583         reference fields are not blittable.
11584         
11585 2004-09-01  Dick Porter  <dick@ximian.com>
11586
11587         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
11588         mono_image_get_filename() to get the assembly location.
11589
11590         * icall.c:
11591         * metadata.h: Fix compile warnings
11592
11593 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11594
11595         * class.c (class_compute_field_layout): System.Object is blittable.
11596
11597         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
11598         as in/out. Fixes #59909.
11599
11600 2004-09-01  Martin Baulig  <martin@ximian.com>
11601
11602         * metadata.h (MONO_TYPE_ISREFERENCE): Call
11603         mono_metadata_generic_inst_is_valuetype() if we're a generic
11604         instance to check whether our underlying type is a reference type.
11605
11606 2004-09-01  Martin Baulig  <martin@ximian.com>
11607
11608         * metadata.c (mono_type_size): If we're a generic instance, call
11609         mono_class_value_size() for value types.
11610
11611 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
11612
11613         * marshal.c: Implement more custom marshalling functionality. Fixes
11614         #64915.
11615
11616 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11617
11618         * mono-debug.c, debug-mono-symfile.c: add some locking love.
11619
11620 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
11621
11622         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
11623
11624         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
11625
11626         * icall.c: Fix some warnings.
11627
11628         * threads.c (abort_appdomain_thread): Fix unref errors.
11629         (mono_thread_current): Fix THREAD_DEBUG define.
11630
11631 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
11632
11633         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
11634
11635         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
11636
11637 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
11638
11639         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
11640         string arrays.
11641
11642 2004-08-28  Martin Baulig  <martin@ximian.com>
11643
11644         * metadata.c
11645         (mono_metadata_generic_inst_is_valuetype): New public function.
11646
11647         * metadata.h (MONO_TYPE_ISSTRUCT): Call
11648         mono_metadata_generic_inst_is_valuetype() if we're a generic
11649         instance to check whether our underlying type is a valuetype.
11650
11651 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
11652
11653         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
11654         #63768.
11655
11656 2004-08-25  Martin Baulig  <martin@ximian.com>
11657
11658         * loader.c (mono_get_method_from_token): Abstract methods can also
11659         be generic and thus have type parameters.
11660
11661         * metadata-internals.h
11662         (MonoDynamicImage): Added `GPtrArray *gen_params'.
11663
11664         * reflection.c (mono_image_get_generic_param_info): Don't create a
11665         metadata row, just add an entry to the `gen_params' array.
11666         (build_compressed_metadata): Sort the `gen_params' array and then
11667         actually create the metadata.
11668
11669 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11670
11671         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
11672
11673 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
11674
11675         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
11676
11677 2004-08-24  Martin Baulig  <martin@ximian.com>
11678
11679         * class.cs (mono_class_is_subclass_of): Like an interface, a
11680         generic instance also derives from System.Object.
11681
11682 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
11683
11684         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
11685         custom modifiers to be in any order. Fixes #61990.
11686
11687 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
11688
11689         * object.c: Register mono_object_new_fast icall.
11690         
11691         * object.c (mono_class_get_allocation_ftn): Return to calling
11692         mono_object_new_fast, since it seems faster to compute the object 
11693         size in unmanaged code than passing it as a parameter.
11694
11695         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
11696
11697         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
11698         this function with Boehm as the oom handler, so we don't have to check
11699         the result of GC_malloc.
11700
11701         * object.c: Remove checks for oom.
11702
11703         * object.h object.c (mono_class_get_allocation_ftn): New function to
11704         return the icall which can be used to allocate an instance of a given
11705         class. 
11706
11707         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
11708
11709         * class-internals.h: Add 'enabled' field.
11710
11711 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
11712
11713         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
11714
11715 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
11716         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
11717         value 0x0010.
11718
11719 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
11720
11721         * appdomain.c: use the Tls function for appdomain too,
11722         at Zoltan's request. Actually return in mono_context_get
11723
11724         * appdomain.c, profiler.c, threads.c: use __thread
11725
11726 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
11727
11728         * appdomain.c threads.c: Call GC_CreateThread on windows.
11729
11730         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
11731         multiple libraries since this don't work on windows.
11732
11733 2004-08-18  Martin Baulig  <martin@ximian.com>
11734
11735         * class-internals.h
11736         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
11737         MonoMethodHeader.
11738
11739         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
11740         MonoMethodNormal since we also need it for abstract and interface
11741         methods.
11742
11743         * reflection.c
11744         (build_compressed_metadata): Sort the GenericParam table.
11745         (mono_image_create_token): Added `gboolean create_methodspec'
11746         argument; this is false when generating a MethodImpl token.
11747         (reflection_methodbuilder_to_mono_method): Abstract and interface
11748         methods may also have generic parameters.
11749
11750 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
11751
11752         * appdomain.c: thread local alloc
11753
11754 2004-08-17  Martin Baulig  <martin@ximian.com>
11755
11756         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
11757
11758         * icall.c
11759         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
11760         argument.
11761
11762         * class.c (mono_type_get_full_name): New public function.
11763         (mono_type_get_name): Don't include the type arguments.
11764
11765 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
11766
11767         * Makefile.am: Build static versions of libmetadata and libmonoruntime
11768         for inclusion into the mono executable.
11769
11770 2004-08-16  Martin Baulig  <martin@ximian.com>
11771
11772         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
11773         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
11774
11775 2004-08-14  Martin Baulig  <martin@ximian.com>
11776
11777         * class.c (dup_type): Also copy the `byref' field.
11778
11779 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
11780
11781         * reflection.c (create_dynamic_mono_image): Revert the last change 
11782         since it breaks bootstrap.
11783
11784 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
11785
11786         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
11787
11788         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
11789         not free them with g_free.
11790
11791 2004-08-11  Martin Baulig  <martin@ximian.com>
11792
11793         * reflection.c (mono_reflection_setup_internal_class): Also call
11794         mono_class_setup_mono_type() if we already have a `tb->type.type'.
11795
11796 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
11797
11798         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
11799         called during default (first) AppDomain creation. Keep track of
11800         Evidence when loading assemblies.
11801
11802 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11803
11804         * opcodes.c, opcodes.h: reduce runtime relocations.
11805
11806 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
11807
11808         * culture-info.h, locales.c: fixes and chages to sue the new
11809         optimized format of the locale data.
11810         * culture-info-tables.h: regenerated.
11811
11812 2004-08-06  Geoff Norton <gnorton@customerdna.com>
11813         
11814         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
11815
11816 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
11817
11818         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
11819         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
11820         * domain-internals.h: icall declaration.
11821         * icall.c: icall registration.
11822         * object-internals.h: New fields in MonoAssembly for CAS.
11823
11824 2004-08-05  Duncan Mak  <duncan@ximian.com>
11825
11826         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
11827         CEE_LDELEM_ANY.
11828
11829 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11830
11831         * reflection.c: fix to deal with object[] arrays in custom ctors
11832         (bug #62550).
11833
11834 2004-08-05  Martin Baulig  <martin@ximian.com>
11835
11836         * class.c (mono_class_array_element_size): Added support for
11837         generic instances and correctly handle "recursive" types.
11838
11839 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
11840
11841         * assembly.c: Fix warnings.
11842
11843 2004-08-04  Martin Baulig  <martin@ximian.com>
11844
11845         * class.c
11846         (mono_type_get_name_recurse): Added `gboolean include_arity'
11847         argument specifying whether or not we should include the generic
11848         arity in the type name.
11849         (_mono_type_get_name): New static function.
11850         (mono_class_setup_vtable): If we're a generic instance, don't
11851         include the generic arity in the names of explicit method
11852         implementations.        
11853
11854 2004-08-03  Martin Baulig  <martin@ximian.com>
11855
11856         * class.c (mono_type_get_name_recurse): Enclose the generic type
11857         arguments in `<', '>'.
11858
11859 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11860
11861         * gc.c: make GC warning messages use the trace API, they are just
11862         noise to most of the users.
11863
11864 2004-08-03  Martin Baulig  <martin@ximian.com>
11865
11866         * debug-mono-symfile.c (read_string): Correctly read the string.
11867
11868 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
11869
11870         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
11871         
11872         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
11873         icalls.
11874         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
11875
11876 2004-07-30  Martin Baulig  <martin@ximian.com>
11877
11878         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
11879         Reflect latest symbol writer changes.   
11880
11881 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11882
11883         * object.c: always create an object if null is passed
11884         to Invoke() where a valuetype is expected.
11885
11886 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
11887
11888         * marshal.c (mono_marshal_init): make managed
11889         signatures match native ones better for 64bits.
11890
11891 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11892
11893         * appdomain.c: hack to build correctly the private bin path on windows.
11894         Fixes bug #61991.
11895
11896 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
11897
11898         * assembly.c: Load mscorlib from the correct framework directory
11899           (mono/<version>/mscorlib.dll).
11900         * appdomain.h: Added prototypes for new functions.
11901         * internals.h: Added some prototypes.
11902         * domain.c: When initializing the runtime, get from the executable and
11903           the configuration files the runtime version that the app supports.
11904           Added support methods for reading app.exe.config. Added list of versions
11905           supported by the JIT. Added two new methods: mono_init_from_assembly,
11906           which initializes the runtime and determines the required version from
11907           the provided exe file, and mono_init_version, which initializes
11908           the runtime using the provided version.
11909         * icall.c: Get machine.config from version-specific directory.
11910         * reflection.c: When generating an image, embed the version number
11911           of the current runtime.
11912
11913 2004-07-28  Dick Porter  <dick@ximian.com>
11914
11915         * socket-io.c
11916         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
11917         returned sockaddr size before creating the remote address object.
11918         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
11919         61608.
11920
11921 2004-07-28  Dick Porter  <dick@ximian.com>
11922
11923         * locales.c (string_invariant_compare_char): Fix invariant char
11924         compares between upper and lower cases.  Fixes bug 61458.
11925
11926 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
11927         
11928         * marshal.c: actually cache stelem.ref wrappers.
11929         
11930 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
11931
11932         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
11933         sections and remove the mono_cli_rva_map () function.
11934
11935 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11936
11937         * debug-mono-symfile.c: fix one more endianess issue, from a patch
11938         by Geoff Norton (<gnorton@customerdna.com>).
11939
11940 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11941
11942         * class.c: fix class loads for pointer types (typeof(int) !=
11943         typeof(int*)).
11944
11945 2004-07-27  Martin Baulig  <martin@ximian.com>
11946
11947         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
11948         reading the debugging information from an external ".mdb" file.
11949
11950 2004-07-24  Martin Baulig  <martin@ximian.com>
11951
11952         * reflection.c (mono_image_get_type_info): Only write a class
11953         layout entry if we actually have a size or a packing size.
11954
11955 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11956
11957         * reflection.c (type_get_fully_qualified_name): 
11958         insert cast to get type checking of ?: with non-gcc compilers
11959
11960 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11961
11962         * rand.c: use g_getenv for both lookups of
11963         MONO_EGD_SOCKET
11964
11965 2004-07-17  Martin Baulig  <martin@ximian.com>
11966
11967         * reflection.c (mono_reflection_bind_generic_method_parameters):
11968         Set `gmethod->reflection_info'.
11969
11970 2004-07-17  Martin Baulig  <martin@ximian.com>
11971
11972         * class.c (mono_class_create_from_typedef): Insert the newly
11973         created class into the hash table before computing the interfaces
11974         since we could be called recursively.
11975
11976 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
11977
11978         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
11979         function to implement stelem.ref in managed code
11980         * class-internals.h, debug-helpers.c: a new wrapper type
11981         for the above.
11982
11983 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11984
11985         * gc.c: allow GC handles to work even when no GC is compiled in.
11986         Fix part of bug #61134 (GetAddrOfPinnedObject).
11987
11988 2004-07-13  Peter Williams  <peter@newton.cx>
11989  
11990         * process.c (complete_path): Make sure we don't attempt to execute
11991         directories.
11992  
11993 2004-07-12  Geoff Norton <gnorton@customerdna.com>
11994
11995         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
11996           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
11997           and will add/subtract the hour if needed
11998
11999 2004-07-12  Martin Baulig  <martin@ximian.com>
12000
12001         * reflection.c (mono_field_get_object): If we have
12002         `field->generic_info', take the attributes from
12003         `field->generic_info->generic_type'.    
12004
12005 2004-07-12  Martin Baulig  <martin@ximian.com>
12006
12007         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
12008         This function must be called before initializing the runtime.
12009         (mono_debug_init_1): New function; call this after initializing
12010         the runtime, but before loading the assembly.  It tells the
12011         debugger to load corlib and the builtin types.
12012
12013         * mono-debug-debugger.c: Did some larger changes in the debugging
12014         code; support recursive class declarations, make sure we actually
12015         add all classes.
12016
12017 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12018
12019         * debug-helpers.c: undo my previous patch and fixed the real issue in
12020         ../mini/exceptions-x86.c
12021
12022 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12023
12024         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
12025         when no HOME env. variable was set and a NullRef was thrown in a .cctor
12026         called from other .cctors.
12027
12028 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
12029
12030         * loader.c: Removed the mono_loader_wine_init hack now that we are
12031         doing a managed version of Windows.Forms.
12032
12033 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
12034
12035         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
12036         threadpool.c, threads.c: remove static data from rootset.
12037
12038 2004-07-09  Dick Porter  <dick@ximian.com>
12039
12040         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
12041         Don't do any more processing if the matched length was 0.  It was
12042         increasing the size of the string before.  Fixes bug 61167.
12043
12044 2004-07-09  Dick Porter  <dick@ximian.com>
12045
12046         * socket-io.h:
12047         * socket-io.c
12048         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
12049         Add support for SO_PEERCRED if its available.
12050
12051 2004-07-09  Peter Bartok <pbartok@novell.com>
12052         * loader.c: winelib.exe.so error message is now only displayed if
12053         MONO_DEBUG is set. To help us avoid questions when people are trying
12054         out the new Managed.Windows.Forms.
12055
12056 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
12057
12058         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
12059         for isinst and castclass wrappers.
12060
12061         * class-internals.h icall.c: Move registration and lookup of JIT icalls
12062         to libmetadata from the JIT, so they could be used by the marshalling
12063         code and the interpreter.
12064
12065         * marshal.c: Register marshalling related JIT icalls here instead of
12066         in mini.c. Use CEE_MONO_ICALL instead of the family of 
12067         CEE_MONO_PROC<x> opcodes to call marshalling functions.
12068
12069         * metadata.h: Remove unneeded marshalling conversions.
12070
12071         * opcodes.c: Update for new opcodes.
12072         
12073 2004-07-08  Martin Baulig  <martin@ximian.com>
12074
12075         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
12076         (mono_debug_get_domain_data): Make this function static.
12077
12078 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
12079
12080         * gc.c, object.h: add nice GC handle API for embedders.
12081
12082 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
12083
12084         * reflection.c: more changes for the new api
12085
12086         * object.c: When we reflect on a field w/ a constant value, it
12087         will not have a memory location, so we must access metadata. Also,
12088         allow easier reading of strings so that we can read them from
12089         the constant data.
12090
12091         * class.c (mono_class_layout_fields): no need for literal fields here.
12092
12093         * class-internals.h: api changes for const fields
12094
12095         * icall.c (ves_icall_get_enum_info): use new apis for const fields
12096
12097 2004-07-06  Martin Baulig  <martin@ximian.com>
12098
12099         * mono-debug.h: Increment version number to 44.
12100
12101         * mono-debug.c (mono_debug_add_wrapper): The second argument is
12102         now a gpointer, rewrote this whole method.
12103
12104         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
12105         function.  Add information about the wrapper in a new "misc table".
12106
12107         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
12108         for the new misc table.
12109
12110 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
12111
12112         * metadata-internals.h image.c: Add a cache for helper signatures.
12113
12114         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
12115
12116 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
12117
12118         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
12119         delegates from a delegate. Fixes #61033.
12120         
12121         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
12122         marshalling of stringbuilder arrays. Fixes #59900.
12123
12124 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
12125
12126         * icall.c: Add EnumBuilder:setup_enum_type icall.
12127
12128 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
12129
12130         * icall.c: Added a new icall for the property version of
12131         OffsetOfStringData.
12132
12133 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
12134
12135         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
12136         it has a constant size across platforms.
12137
12138         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
12139         stack trace.
12140
12141 2004-06-29  Martin Baulig  <martin@ximian.com>
12142
12143         * mono-debug.c (mono_debug_add_method): Protect the whole function
12144         in mono_debugger_lock(), not just parts of it.
12145
12146 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
12147
12148         * reflection.c: make sure padding bytes in heaps are zeroed.
12149
12150 2004-06-24  David Waite  <mass@akuma.org>
12151
12152         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
12153         image.c, loader.c, locales.c, marshal.c, metadata.c,
12154         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
12155         string-icalls.c, threads.c: change to C90-style comments from C99 /
12156         C++ -style
12157
12158 2004-06-24  Dick Porter  <dick@ximian.com>
12159
12160         * threads.c
12161         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
12162         return createdNew.  Fixes bug 60412.
12163
12164         * threads-types.h: 
12165         * icall.c: Add createdNew parameter to CreateMutex icall
12166
12167 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12168
12169         * reflection.c, object-internals.h: save default value in params.
12170
12171 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12172
12173         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
12174         no need to build a new path combining that with the application base.
12175         Fixes bug #60442.
12176
12177 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
12178
12179         * reflection.c: fixed minor standard compliance issues.
12180
12181 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
12182
12183         * reflection.c: fixed issue with encoding some custom attributes
12184         (arrays in properties and fields, bug #60411).
12185
12186 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12187
12188         * reflection.c: fix start address when copying the public key token.
12189
12190 2004-06-23  Martin Baulig  <martin@ximian.com>
12191
12192         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
12193         the `exc' object in a static object to put it into the GC's root set.
12194
12195 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
12196
12197         * reflection.c: make mono_reflection_setup_internal_class ()
12198         callable a second time to setup a new parent class.
12199
12200 2004-06-23  Dick Porter  <dick@ximian.com>
12201
12202         * threads.c: Check for WAIT_IO_COMPLETION return values.
12203
12204 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
12205
12206         * appdomain.c: Removed the g_free on the public key token. Now copy 
12207         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
12208         * assembly.c: Added public key token string value when loading 
12209         assemblies. Fix bug #60439.
12210         * icall.c: Added missing informations (like public key) in 
12211         GetReferencedAssemblies. Fix #60519.
12212         * image.h: Changed definition for public key token from const char*
12213         public_tok_value to guchar public_key_token [17];
12214         * reflection.c: Updated for changes to public key token.
12215
12216 2004-06-22  Lluis Sanchez Gual
12217
12218         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
12219         for the field in base classes.
12220
12221 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12222
12223         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
12224         mark headers as not supported, they are installed only for use by the
12225         debugger.
12226
12227 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
12228
12229         * *.c, *.h: avoid namespace pollution in public headers.
12230
12231 2004-06-21  Martin Baulig  <martin@ximian.com>
12232
12233         * exception.c (mono_get_exception_security): It's in
12234         "System.Security", not in "System".
12235
12236         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
12237         the exception classes.
12238
12239 2004-06-21  Martin Baulig  <martin@ximian.com>
12240
12241         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
12242         Protect the exception object from being finalized.
12243
12244 2004-06-21  Martin Baulig  <martin@ximian.com>
12245
12246         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
12247         public function.
12248
12249 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
12250
12251         * reflection.c: Load the assembly in mono_reflection_type_from_name,
12252         if it was not loaded before. Fix parts of #60439.
12253
12254 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
12255
12256         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
12257         code that was broken since Ben's change: wrappers are now
12258         dependent on the method signature only again.
12259
12260 2004-06-21  Martin Baulig  <martin@ximian.com>
12261
12262         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
12263         added interface support.
12264
12265 2004-06-21  Martin Baulig  <martin@ximian.com>
12266
12267         * class.c (mono_vtable_get_static_field_data): New public method.
12268
12269 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
12270
12271         * filewatcher.c : Windows build fix to be compliant with API changes.
12272
12273 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12274
12275         * class.h, class.c: more accessors.
12276         * metadata.h, metadata.c: prepare for hiding MonoType and
12277         MonoMethodSignature: people should use the accessors from now on
12278         outside of the tree.
12279
12280 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12281
12282         * *.c, *.h: more API cleanups.
12283
12284 2004-06-18  Jackson Harper  <jackson@ximian.com>
12285
12286         * assembly.c: Trace loading assemblies.
12287         * loader.c: Trace loading native libraries.
12288         * mono-config.c: Trace loading config files.
12289         
12290 2004-06-18  Dick Porter  <dick@ximian.com>
12291
12292         * locales.c: Tell ICU the lengths of strings, it can cope with
12293         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
12294
12295 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
12296
12297         * image.c: swapped name/filename;
12298
12299 2004-06-18  Martin Baulig  <martin@ximian.com>
12300
12301         * mono-debug-debugger.c (write_class): Write the parent class at
12302         the end of the header.
12303
12304 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
12305
12306         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
12307
12308 2004-06-17  Raja R Harinath  <rharinath@novell.com>
12309
12310         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
12311         (bundle_obj): New conditional define.
12312         (BUILT_SOURCES): Remove.
12313         ($(bundle_srcs)): Make parallel-make safe.
12314         (libmonoruntime_la_LIBADD): Make unconditional.
12315         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
12316         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
12317
12318 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
12319
12320         * culture-info-tables.h: It was inconsistent with the latest
12321           supp info files.
12322
12323 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
12324
12325         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
12326         be loaded.
12327
12328         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
12329         with gcc 2.95.
12330
12331 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
12332
12333         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
12334         cleaned up public header threads.h.
12335
12336 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12337
12338         * Makefile.am, *.c, *.h: more API cleanups.
12339
12340 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
12341
12342         * Makefile.am: removed monosn from compilation.
12343         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
12344         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
12345         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
12346         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
12347         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
12348         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
12349
12350 2004-06-15  Jackson Harper  <jackson@ximian.com>
12351
12352         * assembly.c: Make locales lower case when searching the GAC for
12353         assemblies. gacutil will always make locales lowercase when
12354         installing so this effectively makes them case insensitive.
12355         
12356 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
12357
12358         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
12359         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
12360           parameter which allows to choose whether the wait can be interrupted or 
12361           not. Also added the method mono_monitor_enter(), which locks the monitor
12362           using an infinite wait and without allowing interruption.
12363           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
12364           interrupted.
12365         * object.h: Added new fields in MonoThread. suspend_event holds the event
12366           used to susped/resume the thread. synch_lock is the lock object to use for
12367           modifying the thread state.
12368         * threads.c: Use the new synch_lock object for locking, instead of "this",
12369           which can generate deadlocks.
12370           Moved thread state change in Thread.Sleep and Thread.Join from managed
12371           to unmanaged code. This avoids a deadlock when the thread was suspended
12372           just after acquiring the thread lock.
12373           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
12374           Implemented Thread.Suspend using an event instead of ThreadSuspend,
12375           which is not fully implemented in the io-layer.
12376         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
12377
12378 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
12379
12380         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
12381         threads-types.h: more API cleanups.
12382
12383 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
12384
12385         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
12386         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
12387         threadpool.c, threads.c: first pass at the exported API cleanup.
12388
12389 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
12390
12391         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
12392
12393 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12394
12395         * icall.c: added internalGetHome.
12396
12397 2004-06-14  Dick Porter  <dick@ximian.com>
12398
12399         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
12400         possible to return successfully when '.' or '..' were the only
12401         entries in a directory, but were skipped.  The MonoIOStat was not
12402         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
12403         Fixes bug 59574.
12404
12405 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
12406
12407         * reflection.c: make binaries run on .Net 1.1 by default.
12408
12409 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12410
12411         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
12412
12413 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
12414
12415         * marshal.c: keep track of struct size with explicit layout
12416         (bug #59979).
12417
12418 2004-06-12  Martin Baulig  <martin@ximian.com>
12419
12420         * mono-debug-debugger.c: Comment out a debugging g_message().
12421
12422 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12423
12424         * reflection.c, reflection.h: do not free custom attrs that are cached.
12425         * icall.c: use braces to make code clearer.
12426
12427 2004-06-11  Martin Baulig  <martin@ximian.com>
12428
12429         * class.h (MonoInflatedField): New type.
12430         (MonoClassField): Replaced `MonoType *generic_type' with
12431         `MonoInflatedField *generic_info'.
12432
12433         * icall.c
12434         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
12435
12436 2004-06-11  Martin Baulig  <martin@ximian.com>
12437
12438         * reflection.c (mono_image_create_method_token): Correctly encode
12439         varargs methods.
12440
12441 2004-06-11  Martin Baulig  <martin@ximian.com>
12442
12443         * metadata.c (mono_metadata_parse_method_signature): When parsing
12444         a MethodDef which has VarArgs, also set sentinelpos if we don't
12445         have any parameters.
12446
12447 2004-06-11  Martin Baulig  <martin@ximian.com>
12448
12449         * verify.c (mono_method_verify): In CEE_CALL, use
12450         mono_method_get_signature() to get the method's signature, unless
12451         we're a PInvoke method.
12452
12453 2004-06-10  Jackson Harper  <jackson@ximian.com>
12454
12455         * assembly.c: Use <path>/lib/mono/gac for the extra paths
12456         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
12457         logical name as the supplied path is just a prefix to the gac not
12458         the direct path to it.
12459         
12460 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
12461
12462         * reflection.c: make the token for a created method match
12463         the token of the MethodBuilder it was created from
12464         (IKVM requires this behaviour now).
12465
12466 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
12467
12468         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
12469         reflection.c, socket-io.c: leak fixes.
12470
12471 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
12472
12473         * icall.c: handle sentinel pos in vararg methods in position different
12474         from 0.
12475
12476 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12477
12478         * culture-info-tables.h: freshly generated.
12479
12480 2004-06-09  Martin Baulig  <martin@ximian.com>
12481
12482         * loader.c (mono_get_method_constrained): Call `mono_class_init
12483         (constrained_class)'.   
12484
12485 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
12486
12487         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
12488         any methods. Fixes #59629.
12489
12490 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12491
12492         * culture-info-tables.h: reflecting locale-builder updates.
12493
12494 2004-06-08  Dick Porter  <dick@ximian.com>
12495
12496         * object.h:
12497         * locales.c: Fixed compile warnings, including a real bug in
12498         CompareInfo_internal_compare.
12499         
12500 2004-06-08  Dick Porter  <dick@ximian.com>
12501
12502         * locales.c
12503         (ves_icall_System_Globalization_CompareInfo_internal_index):
12504         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12505         Double-check the resuls of usearches, because ICU currently
12506         ignores most of the collator settings here.  Fixes bug 59720.
12507         
12508 2004-06-08  Dick Porter  <dick@ximian.com>
12509
12510         * locales.c
12511         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12512         Fix memory leak and segfault-causing typo.  No idea how this one
12513         lasted so long without being noticed.
12514
12515 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
12516
12517         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
12518         any methods. Fixes #59629.
12519
12520 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12521
12522         * assembly.c:
12523         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
12524         own the critical section before). Removed dead code (that's done
12525         in the preload hook).
12526
12527         (mono_assembly_load_with_partial_name): call the preload hook.
12528
12529 2004-06-08  Martin Baulig  <martin@ximian.com>
12530
12531         * metadata.c (mono_metadata_signature_alloc): Default
12532         `sentinelpos' to -1.
12533
12534         * reflection.c (mono_image_get_array_token): Likewise.
12535
12536 2004-06-08  Martin Baulig  <martin@ximian.com>
12537
12538         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
12539
12540         * metadata.c (mono_metadata_parse_method_signature): When parsing
12541         a MethodDef which has VarArgs, set sentinelpos.
12542
12543         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
12544         `gint16' since we're using -1 for non-varargs methods.
12545
12546         * reflection.c
12547         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
12548         (method_encode_signature): Added varargs support.
12549         (method_builder_encode_signature): Likewise.
12550         (mono_image_get_varargs_method_token): New static method.
12551         (mono_image_create_method_token): New public method; this is
12552         called via an icall instead of mono_image_create_token() when
12553         calling a varargs method.       
12554
12555 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
12556
12557         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
12558
12559 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12560
12561         * culture-info-tables.h : Reflecting the latest locale-builder that
12562           fixed empty array representation ({} to {0}).
12563
12564 2004-06-07  Jackson Harper  <jackson@ximian.com>
12565
12566         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
12567         looking up extra gac paths. This allows MONO_GAC_PATH to act
12568         exactly like a prefix.
12569         
12570 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12571
12572         * reflection.c (mono_reflection_type_from_name): Make a copy of the
12573         type name before modifying it. Fixes #59405.
12574
12575 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12576
12577         * culture-info.h: added fields for "all datetime patterns".
12578         * locales.c: (  ves_icall_System_Globalization_CultureInfo
12579           _construct_datetime_format ()): fill xxx_patterns fields.
12580         * object.h: added fields for "all datetime patterns" to
12581           MonoDateTimeFormatInfo.
12582         * culture-info-tables.h: reflecting locale-builder updates.
12583
12584 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12585
12586         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
12587         the event has no add and remove methods. Fixes #59629.
12588
12589 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
12590
12591         * object.c: Fixed possible integer overflow when allocating large
12592         strings.
12593
12594 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12595
12596         * culture-info-tables.h: reflecting locale-builder updates.
12597
12598 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12599
12600         * culture-info-tables.h: reflecting locale-builder updates.
12601
12602 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
12603
12604         * culture-info-tables.h: reflecting locale-builder updates.
12605
12606 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
12607
12608         * threads.c: Made Thread.Sleep abortable.
12609
12610 2004-06-02  Martin Baulig  <martin@ximian.com>
12611
12612         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
12613
12614         * debug-mono-symfile.h: Bumped symbol file version number to 37.
12615
12616 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
12617
12618         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
12619
12620 2004-05-30  Jackson Harper  <jackson@ximian.com>
12621
12622         * reflection.c: Do not hardcode assembly versions or public key
12623         tokens anymore. All of this except the corlib section was dead
12624         code anyways.
12625         
12626 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
12627
12628         * object.c (mono_runtime_invoke_array): Automatically create boxed
12629         objects for byref valuetypes if needed. Fixes #59300.
12630         
12631         * object.c (mono_method_return_message_restore): Handle 
12632         MONO_TYPE_OBJECT as well.
12633
12634 2004-05-28  Jackson Harper  <jackson@ximian.com>
12635
12636         * reflection.c: The modified type encoding was causing build
12637         problems. Reverted for now.
12638         
12639 2004-05-28  Jackson Harper  <jackson@ximian.com>
12640
12641         * reflection.c/h: Take an assembly ref so that we dont create
12642         fully qualified names when encoding types in the same assembly as
12643         the custom attribute being emitted.
12644         * appdomain.c: Increment version number.
12645         
12646 2004-05-26  Duncan Mak  <duncan@ximian.com>
12647
12648         * icall.c
12649         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
12650         Set the full version number (major, minor, build, revision).
12651
12652 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
12653
12654         * marshal.c (emit_struct_conv): increment src/dst after blit
12655         (mono_marshal_get_managed_wrapper,
12656         mono_marshal_get_native_wrapper): make sure we have marshalling
12657         info before marshalling params (info computation affects
12658         blittable)
12659
12660         * class.c (class_compute_field_layout): correctly deal with
12661         blittable
12662         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
12663         value types (as per what windows dows by default)
12664         (mono_class_setup_mono_type): System.ValueType is blittable
12665         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
12666         blittable
12667
12668         * marshal.c (mono_marshal_load_type_info): flag types  as
12669         non-blittable if the native layout doesn't match the managed
12670         layout
12671
12672 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12673
12674         * appdomain.c: don't add stuff in the private search path that is
12675         above the application base. If application base is not set, there's
12676         no private search path.
12677
12678 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
12679
12680         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
12681         byref struct arguments in native->managed marshalling.
12682
12683 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
12684
12685         * marshal.c (mono_marshal_get_runtime_invoke): correctly
12686         cache methods using signature (special case for methods
12687         that are value type or string class)
12688         
12689         * image.c (mono_image_close): clean up allocated GSList's
12690         in runtime_invoke_cache.
12691
12692 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12693
12694         * mono-config.c: set the correct path for mono_cfg_dir on windows when
12695         there's no MONO_CFG_DIR environment variable defined.
12696
12697 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12698
12699         * threads.c: windows version must be >= 0x0500 to include OpenThread.
12700
12701 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
12702
12703         * threadpool.c: Really wait for 500ms after the async call, even if the wait
12704           is interrumped.
12705         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
12706           before waiting for it, and call CloseHandle after the wait to unref it.
12707           This will make sure that handles are not disposed too early.
12708
12709 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12710
12711         * appdomain.c:
12712         * appdomain.h:
12713         * icall.c: removed
12714         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
12715         needed now.
12716
12717         * object.c: se the application_base only for the domain that runs
12718         Main. Fixes bug #59216,
12719
12720 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12721
12722         * appdomain.c:
12723         * object.c: only the domain in which Main is run have
12724         SetupInformation.ConfigurationFile set, so moved a few lines from
12725         appdomain.c to object.c.
12726
12727 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12728
12729         * appdomain.c: we tried to load [name].(dll|exe), but according
12730         to bug #57710, we must also try [culture]/[name].(dll|exe) and
12731         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
12732         There's a test case attached to bug #58922.
12733
12734 2004-05-27  Dick Porter  <dick@ximian.com>
12735
12736         * icall.c:
12737         * file-io.c: Implemented icalls for locking and unlocking regions
12738         in a file.
12739         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
12740         FALSE on error (fixes both compiler warning and real bug.)
12741
12742 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
12743
12744         * culture-info-tables.h: reflecting locale-builder updates.
12745
12746           (Added missing ChangeLog entry for 05/26)
12747
12748 2004-05-27  Jackson Harper  <jackson@ximian.com>
12749
12750         * locales.c: Fix some cut and paste errors.
12751         
12752 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12753
12754         * mono-config.c: set the correct path for config. directory on windows.
12755
12756 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12757
12758         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
12759           on win32.
12760
12761 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12762
12763         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
12764         from pinvoke functions.
12765         
12766         * marshal.c (mono_ftnptr_to_delegate): Implement this.
12767
12768 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12769
12770         * culture-info-tables.h: reflecting locale-builder updates.
12771
12772 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12773
12774         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
12775         #59086.
12776
12777 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
12778
12779         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
12780         * icall.c: Modified icalls for RNG.
12781         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
12782         Windows (CryptoAPI).
12783
12784 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12785
12786         * locales.c: Fix build.
12787
12788 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
12789
12790         * culture-info-tables.h: reflecting locale-builder updates.
12791
12792 2004-05-25  Jackson Harper  <jackson@ximian.com>
12793
12794         * locales.c: When creating the current culture use the $LANGs
12795         specific culture. So DateTimeFormat and NumberFormat entries are created.
12796         
12797 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12798
12799         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
12800         a char array as parameter.
12801
12802 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
12803
12804         * image.c: In mono_image_open(), always use an absolute path name to
12805           look for already loaded images.
12806
12807 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
12808
12809         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
12810         missing in the windows build (like older cygwin include files).
12811
12812 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
12813
12814         * icall.c: Fixed check for possible integer overflow in Buffer_
12815         BlockCopy icall. Replaced comments style // by /* */.
12816
12817 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
12818
12819         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
12820         
12821         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
12822         check after MONO_VTADDR. Fixes pinvoke2.exe.
12823
12824         * marshal.h marshal.c metadata.h: Add beginnings of support for
12825         ftnptr -> delegate marshalling.
12826
12827 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
12828
12829         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
12830         * threads.c: Fix warnings.
12831
12832 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
12833
12834         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
12835         * icall.c: Registered icalls for Suspend and Resume.
12836         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
12837           Thread.Abort.
12838         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
12839         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
12840         * process.c: Use WaitForSingleObjectEx.
12841         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
12842           checkpoints.
12843         * threads.c, threads.h: Make use of new Ex wait methods. Improved
12844           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
12845           for Suspend and Resume. Added new mono_thread_stop, used for stoping
12846           background threads. Added basic support for Abort in Windows.
12847           Start new threads using a managed delegate invoke wrapper. This wrapper
12848           has an interruption checkpoint that is needed since an interruption
12849           can be requested before the thread leaves the unmanaged code that starts 
12850           the thread.
12851         * marshal.c: Added interruption checkpoint after every native call, and
12852           also before managed calls for wrappers called from unmanaged code to
12853           go into managed code.
12854         * object.h: Added new field in MonoThread to keep track of interruption
12855           requests.
12856
12857 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
12858
12859         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
12860         calls.
12861
12862 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12863
12864         * appdomain.c:
12865         * assembly.c:
12866         * gc.c:
12867         * locales.c:
12868         * mono-config.c:
12869         * rand.c: getenv -> g_getenv (windows!)
12870
12871         * process.c: complete_path is also used on non-windows platforms.
12872
12873 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12874
12875         * icall.c: new signature for Process_Start.
12876
12877         * process.[ch]: new signature for Process_Start. If we're on windows
12878         and UseShellExecute is false, we have to search for the program by
12879         ourselves if we don't get a full path.
12880
12881 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
12882
12883         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
12884         marshalling and call CleanUpNativeData if needed. Fixes #58646.
12885
12886 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12887
12888         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
12889         Fixes bug #58373.
12890
12891 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12892
12893         * process.c: use double quotes to quote program name and arguments on
12894         windows. Fixes bug #58575.
12895
12896 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12897
12898         * file-io.c: don't return "." and ".." when using windows Find*File.
12899
12900 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
12901
12902         * marshal.c: Don't pass wrappers to message init because method 
12903         addressed used to lookup metadata. part of remoting[2|3] fix.
12904
12905 2004-05-15  Jackson Harper  <jackson@ximian.com>
12906
12907         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
12908         path is essentially the same as MONO_PATH except that it points to
12909         GACs instead of lib directories.
12910         * loader.h: The user gac is gone so we dont need function to
12911         enable/disable it.
12912         * mono-config.c: user gac option is now gone.
12913         
12914 2004-05-15  Jackson Harper  <jackson@ximian.com>
12915
12916         * culture-info.h: Make defines more consistent, add calendar data
12917         to the culture info table.
12918         * culture-info-tables.h: Add basic calendar data. Basically
12919         everyone gets default gregorian until all the data is
12920         updated.
12921         * locales.c: Use the new consistent defines. Set calendar data for
12922         culture info objects.
12923         * object.h: add a field for calendar data to CultureInfo
12924         
12925 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
12926
12927         * image.c: image->runtime_invoke_cache is keyed on signatures now.
12928         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
12929         a signature.
12930         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
12931         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
12932         an extra param that is the pointer of the method to invoke. The IL for
12933         the invoke method is no longer specific to the method, but to the
12934         signature of the method. Thus, we can share the same code for multiple
12935         methods. This reduces the number of methods that have to be compiled.
12936
12937 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
12938
12939         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
12940
12941         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12942
12943         * icall.c: Optimize Buffer.BlockCopy.
12944
12945 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12946
12947         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
12948         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
12949         quote). Changed them to "MMMM yyyy".
12950
12951 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
12952
12953         * rand.c
12954         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
12955
12956 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
12957
12958         * reflection.h: Updated after changes to managed structures.
12959
12960         * appdomain.c: Bump corlib version.
12961
12962 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12963
12964         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
12965         windows.
12966
12967 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12968
12969         * Makefile.am: link to ../os/libmonoos.la on windows.
12970
12971         * assembly.c:
12972                 -If MONO_DEBUG, warn about non-existing directories in
12973                 MONO_PATH.
12974                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
12975                 compile time variable.
12976                 -Removed init_default_path and call mono_set_rootdir from
12977                 libmonoos.a instead (windows only).
12978
12979         * assembly.h: declare mono_assembly_getrootdir().
12980
12981         * domain.c:
12982         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
12983
12984         * loader.c: s/getenv/g_getenv/
12985
12986 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
12987
12988         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
12989
12990         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
12991
12992         * metadata.h: Add new marshalling conversions.
12993
12994         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
12995         function.
12996
12997         * reflection.c (mono_reflection_get_type): Lookup the type in all
12998         modules of a multi-module assembly. Fixes #58291.
12999
13000 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
13001
13002         * threads.c: Before aborting a background, set the StopRequested
13003         state.  This avoids throwing the Abort exception.
13004         In mono_thread_manage, don't continue with the shutdown until all
13005         aborted threads have actually stopped.
13006
13007 2004-05-10  Jackson Harper  <jackson@ximian.com>
13008
13009         * locales.c: Remove the modifier from culture names.
13010         
13011 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13012
13013         * Makefile.am: monosn is not installed any more. It has been deprecated
13014         in favor of sn.
13015
13016 2004-05-07  Jackson Harper  <jackson@ximian.com>
13017
13018         * locales.c
13019         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
13020         Fix array construction, add bailout if the length is 0.
13021
13022 2004-05-07  Dick Porter  <dick@ximian.com>
13023
13024         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
13025         machine doesn't have a DNS entry.  Patch by Urs Muff
13026         (umuff@quark.com), fixes bug 57928.
13027
13028 2004-05-06  Jackson Harper  <jackson@ximian.com>
13029
13030         * reflection.c: Handle null PublicTokens properly. alloc mem for
13031         assembly names culture so we dont crash when freeing it.
13032         
13033 2004-05-06  Jackson Harper  <jackson@ximian.com>
13034
13035         * assembly.c: Check the usergac when loading with partial names.
13036         
13037 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
13038
13039         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
13040         does nothing for now (not required for Linux/Windows) but the class
13041         library can call it (and a newer or modified runtime could need it).
13042         * icall.c: Registred icall.
13043
13044 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13045
13046         * loader.c: prints a message on module loading error we set MONO_DEBUG
13047         environment variable.
13048
13049 2004-05-05  Jackson Harper  <jackson@ximian.com>
13050
13051         * appdomain.c: Handle PublicKeyToken=null properly.
13052         
13053 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
13054
13055         * environment.c|h: Added icall ves_icall_System_Environment_
13056         GetOSVersionString to get the current OS version as a string.
13057         * icall.c: Registred icall.
13058
13059 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
13060
13061         * object.c: in mono_object_get_virtual_method(), take into account that
13062         non-virtual methods don't have a slot in the vtable. Check needed when
13063         the object is a proxy.
13064
13065 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
13066
13067         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
13068         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
13069
13070         * object.c (mono_class_compute_gc_descriptor): Fix warning.
13071
13072         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
13073         passed when a valuetype is expected.
13074
13075         * object.c (mono_unhandled_exception): Only set the exit code if the
13076         exception happens in the main thread. Fixes thread5.exe.
13077
13078         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
13079         invalid names. Fixes #58047.
13080
13081 2004-05-03  Jackson Harper  <jackson@ximian.com>
13082
13083         * assembly.c: This line was committed accidently and is unneeded.
13084         
13085 2004-05-03  Jackson Harper  <jackson@ximian.com>
13086
13087         * icall.c: Add new icall for Assembly::LoadWithPartialName
13088         * assembly.c/.h: new function that probes the GAC to load partial
13089         assembly names by Paolo Molaro.
13090         
13091 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13092
13093         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
13094         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
13095         (type_get_fully_qualified_name): Added PublicKeyToken when building a
13096         full type name.
13097
13098 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13099
13100         * appdomain.c: fixed check for 'neutral' culture and removed warning.
13101         * reflection.c: fix bug when parsing a full type name and Version is not
13102         the last thing in the string.
13103
13104 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
13105
13106         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
13107         crashes when it is freed.
13108
13109 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13110
13111         * assembly.c: print the compat warning to stderr.
13112
13113 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
13114
13115         * assembly.c (mono_assembly_load_references): Add a compatibility
13116         hack to run old applications that might be still referencing the
13117         3300-based assemblies, only do this for System.xxx.
13118
13119 2004-05-01  Jackson Harper  <jackson@ximian.com>
13120
13121         * appdomain.c: If the culture is neutral we set it to "".
13122         
13123 2004-04-29  Jackson Harper  <jackson@ximian.com>
13124
13125         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
13126
13127 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
13128  
13129         * string-icalls.c: added low overhead function for copying chars
13130         * icall.c: added needed icall for the above function
13131  
13132 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13133
13134         * icall.c: fix return value of get_global_assembly_cache.  Implemented
13135         Environment.GetLogicalDrives.
13136
13137 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
13138
13139         * rand.c: try and talk to egd or prngd
13140         for random bytes if opening devices fail.
13141
13142 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
13143
13144         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
13145         alignment for the type using the native alignment of its members 
13146         instead of using klass->min_align.
13147
13148         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
13149
13150 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13151
13152         * file-io.c:
13153         * socket-io.c: added check for sys/aio.h.
13154
13155 2004-04-28  Dick Porter  <dick@ximian.com>
13156
13157         * threads.c: Don't abort a thread thats already aborting, when
13158         terminating everything.
13159
13160 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13161
13162         * icall.c: added 2 new async calls for Socket.
13163
13164         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
13165         IO on *nix systems.
13166
13167         * threadpool.c: removed unused variable.
13168
13169 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
13170
13171         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
13172
13173 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13174
13175         * locales.c: put back string_invariant_tolower () and
13176         string_invariant_toupper ().
13177
13178 2004-04-26 David Waite <mass@akuma.org>
13179
13180         * file-io.h:
13181         * socket-io.h:
13182         * threads.h:
13183         * unicode.h: remove comma from end of enumeration declarations
13184
13185 2004-04-26 David Waite <mass@akuma.org>
13186
13187         * debug-mono-symfile.h:
13188         * decimal.c:
13189         * mono_debug.h:
13190         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
13191
13192
13193 2004-04-26  Jackson Harper  <jackson@ximian.com>
13194
13195         * appdomain.c: Increment version number.
13196         
13197 2004-04-26  Jackson Harper  <jackson@ximian.com>
13198
13199         * appdomain.c: Set assembly references public token value when
13200         PublicKeyToken is specified, not the hash_value. Free public token
13201         values when free assembly name data. Previously the public key
13202         token was hex decoded, however we are using hex encoded public key
13203         tokens, so this is not neccasary.
13204         * assembly.c: Lookup assemblies in the gac if their public token
13205         value is set. Add function to allow enabling user gac
13206         lookups. Specify whether or not the assembly was loaded from the
13207         GAC. Compare full assembly names when checking the cache for
13208         assemblies (Temporarily disabled see comment in code). Remove
13209         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
13210         specifies trace-loader they get extra info to stdout on the
13211         loading of assemblies.
13212         * image.h: Add a field for an assembly references public token
13213         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
13214         whether an assembly has been loaded from the GAC.
13215         * image.c: Remove a corlib -> mscorlib name mapping.
13216         * loader.h: Add function to enable/disable the user gac.
13217         * mono-config.c: Check if the usergac is enabled in the config
13218         file.
13219         * icall.c: New icall to determine whether or not an assembly has
13220         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
13221         * tabldefs.h: Add constant for assemblyref flag that specifies a
13222         full public key is used instead of a public token.
13223         * reflection.c: Remove mscorlib -> corlib mappings. Set
13224         PublicTokenValue instead of hash value. This value is a hex
13225         string so it does not need to be expanded.
13226
13227 2004-04-26  Martin Baulig  <martin@ximian.com>
13228
13229         * mono-debug-debugger.c (mono_debugger_initialize): Set
13230         `mono_debugger_initialized' before calling mono_debug_lock().
13231
13232 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
13233
13234         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
13235           InternalToUpper/InternalToLower.
13236         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
13237           removed invariant culture shortcut.  This is now done in managed code.
13238         * locales.c: (string_invariant_toupper/tolower) removed.
13239
13240 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13241
13242         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
13243         Added Poll internal call.
13244
13245         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
13246         call for Poll. Select was too heavy for polling a single socket.
13247
13248         * threadpool.[ch]: added mono_threadpool_cleanup.
13249         * threads.c: use it. Don't use Thread_Abort on windows.
13250
13251 2004-04-23  Martin Baulig  <martin@ximian.com>
13252
13253         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
13254
13255 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
13256
13257         * icall.c: Registred new icalls for key pair protection and added an
13258         icall for Environment.GetFolderPath on Windows.
13259         * security.c|h: Added new icalls for key pair protection.
13260
13261 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13262
13263         * socket-io.c: don't display the non-supported family warning for known
13264         families. Now this is not displayed on windows when checking support
13265         for IPv4/IPv6.
13266
13267 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13268
13269         * class.c: don't display the layout warning for static fields.
13270
13271 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
13272
13273         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
13274         * locales.c, locales.h: Added new icalls for culture-specific
13275         Char.ToLower and Char.ToUpper.
13276
13277 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13278
13279         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
13280         by David Waite.
13281
13282 2004-04-20  Martin Baulig  <martin@ximian.com>
13283
13284         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
13285         of the type name before passing it to mono_reflection_type_from_name().
13286
13287 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
13288
13289         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
13290         encodings here. Fixes #56965.
13291
13292 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
13293
13294         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13295         fix test on strstr result not that I can see anything that
13296         relies on the result.
13297
13298 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
13299
13300         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
13301         Fixes #57081.
13302
13303         * marshal.c (mono_marshal_get_string_encoding): New helper function.
13304
13305         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
13306         function to determine which marshalling to use for strings. Fixes
13307         #56965.
13308
13309         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
13310
13311         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
13312
13313 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
13314
13315         * icall.c: #include mono-config.h
13316
13317 2004-04-15  Jackson Harper  <jackson@ximian.com>
13318
13319         * culture-info-tables.h: Fix date formats for en-US culture.
13320         
13321 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
13322
13323         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
13324         ThreadPool.SetMinThreads.
13325         * threadpool.c: Implemented ThreadPool.GetMinThreads and
13326         ThreadPool.SetMinThreads.
13327
13328 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
13329
13330         * mono-config.c: also load the .config file in the directory
13331         where the assembly was found.
13332
13333 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
13334
13335         * assembly.c: load per-assembly config files.
13336         * icall.c: decrapified code to get the config dir and moved to
13337         mono-config.c.
13338         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
13339         per-assembly config files. When doing a dll map lookup give precedence
13340         to the per-assembly data.
13341
13342 2004-04-14  Martin Baulig  <martin@ximian.com>
13343
13344         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
13345         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
13346         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
13347
13348         * mono-debugger-debugger.c: While the debugger is locked, remember
13349         whether the symbol tables have changes and send one single
13350         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
13351
13352 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
13353
13354         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
13355
13356         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
13357         function.
13358
13359         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
13360         account when marshalling string arrays. Fixes #56965.
13361
13362 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
13363
13364         * icall.c: Add new icalls mapping for security.
13365         * security.c|h: Add internal calls for WindowsIdentity,
13366         WindowsImpersonationContext and WindowsPrincipal.
13367
13368 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
13369
13370         * class.c: Added comment to ensure the System.MonoDummy class
13371         is removed when no longer necessary
13372
13373 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
13374
13375         * appdomain.c: Pass arguments to the bootstraping exceptions to
13376         minimize JITed methods at boot
13377
13378         * metadata.c (mono_exception_from_name_two_strings): Allow for the
13379         second string to be null.
13380
13381         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13382         Change the protocol to minimize the JIT methods at startup.  Now
13383         it Returns the internal codepage, if the value of "int_code_page"
13384         is 1 at entry, and we can not compute a suitable code page
13385         number, returns the code page as a string.
13386
13387 2004-04-13  Jackson Harper  <jackson@ximian.com>
13388
13389         * culture-info-tables.h: Fix number of decimal digits for all
13390         english locales.
13391
13392 2004-04-13  Jackson Harper  <jackson@ximian.com>
13393
13394         * icall.c: Clairfy out of sync error message. It is not always
13395         your corlib that is out of sync.
13396
13397 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
13398
13399         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
13400         properties when only the set accessor is overriden. Fixes #55874.
13401
13402 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
13403
13404         * assembly.c (mono_assembly_load_references): Make this thread safe.
13405         Fixes #56327.
13406
13407 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
13408
13409         * monosn.c: Add missing initialization calls.
13410
13411 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
13412
13413         * locales.c:
13414         ves_icall_System_Globalization_CultureInfo_construct_number_format
13415         Fix g_assert so it compiles on fussier compilers re int/ptr
13416         mismatch
13417
13418 2004-04-08  Dick Porter  <dick@ximian.com>
13419
13420         * socket-io.h:
13421         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
13422         53992.  Also rearrange the code so that the internal calls return
13423         an error value and exceptions are thrown from managed code.
13424
13425         * icall.c: Add type info to the socket icalls.
13426
13427 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13428
13429         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
13430         owes me a beer.
13431
13432 2004-04-07  Martin Baulig  <martin@ximian.com>
13433
13434         * class.c (mono_class_from_generic_parameter): Don't default
13435         `klass->parent' to `mono_defaults.object_type'.
13436
13437 2004-04-07  Martin Baulig  <martin@ximian.com>
13438
13439         * reflection.c (mono_reflection_initialize_generic_parameter): Set
13440         `param->pklass->reflection_info'.       
13441
13442 2004-04-07  Jackson Harper  <jackson@ximian.com>
13443
13444         * culture-info-tables.h: Fix date separator symbol.
13445         
13446 2004-04-07  Martin Baulig  <martin@ximian.com>
13447
13448         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
13449         from System.Type to System.MonoType.
13450
13451 2004-04-07  Martin Baulig  <martin@ximian.com>
13452
13453         * reflection.h
13454         (MonoReflectionGenericParam): Added `has_reference_type' and
13455         `has_value_type' fields.
13456
13457         * reflection.c (mono_image_get_generic_param_info): Encode the
13458         correct flags if we have the `class' or `struct' constraint.
13459
13460 2004-04-07  Martin Baulig  <martin@ximian.com>
13461
13462         * reflection.h
13463         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
13464
13465 2004-04-07  Jackson Harper  <jackson@ximian.com>
13466
13467         * appdomain.c: Revert extra patches, just wanted to bump the
13468         version number.
13469         
13470 2004-04-07  Jackson Harper  <jackson@ximian.com>
13471
13472         * Makefile.am: Add culture-info private headers.
13473         * icall.c: Add new icalls for contructing locales.
13474         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
13475         * locales.h: Declare new culture info construction methods.
13476         * object.h: Add new fields used to avoid the CultureMap to
13477         MonoCultureInfo.
13478         * culture-info.h: Definition of structs used in the culture info
13479         tables.
13480         * culture-info-tables.h: Autogenerated tables that contain culture
13481         info data. This file was generated with the locale-builder tool.
13482         * appdomain.c: Incement corlib version number.
13483         
13484 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
13485
13486         * appdomain.c: (mono_runtime_init) move mono_thread_init
13487         to before mono_object_new calls so critical sections
13488         are initialized before use.
13489
13490 2004-04-07  Martin Baulig  <martin@ximian.com>
13491
13492         * icall.c
13493         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
13494         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
13495         (ves_icall_MonoGenericParam_initialize): Removed.
13496         (monogenericparam_icalls): Removed.
13497         (generictypeparambuilder_icalls): Added new table for
13498         System.Reflection.Emit.GenericTypeParameterBuilder.
13499
13500         * reflection.c
13501         (mono_reflection_define_generic_parameter): Removed.
13502         (mono_reflection_initialize_generic_parameter): This is now called
13503         from GenericTypeParameterBuilder's .ctor.
13504
13505 2004-04-06  Martin Baulig  <martin@ximian.com>
13506
13507         * class.c (mono_class_init): Don't inflate nested classes in a
13508         generic instance.
13509         (mono_type_get_name_recurse): Include the generic arguments for
13510         generic instances and generic type declarations.
13511         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
13512         (_mono_class_get_instantiation_name): Removed.
13513         (mono_class_create_generic): Always use `gklass->name' as our name.
13514
13515         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
13516
13517         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
13518         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
13519         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
13520         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
13521         closed generic methods here.
13522
13523         * reflection.c
13524         (mono_reflection_generic_inst_get_nested_types): Removed.
13525         (inflate_mono_method): Copy the generic parameters from the
13526         MonoMethodHeader into out MonoGenericMethod.
13527
13528 2004-04-06  Martin Baulig  <martin@ximian.com>
13529
13530         * row-indexes.h
13531         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
13532
13533         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
13534
13535         * reflection.c (build_compressed_metadata): If we have any entries
13536         in the GenericParam, MethodSpec or GenericParamConstraint tables,
13537         set the header version to 1.1.
13538
13539 2004-04-06  Martin Baulig  <martin@ximian.com>
13540
13541         * class.c (mono_class_init): If we're a generic instance,
13542         initialize our nested classes, too.
13543         (_mono_class_get_instantiation_name): Deal with the new `!%d'
13544         suffix. 
13545
13546 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13547
13548         * process.c: quote the argument passed to the shell on windows.
13549
13550 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
13551
13552         * threads.c (mono_alloc_special_static_data): Allow this to be
13553         called during startup.
13554
13555 2004-04-02  Martin Baulig  <martin@ximian.com>
13556
13557         * icall.c
13558         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
13559
13560 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
13561
13562         * icall.c: Fix build.
13563
13564 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
13565
13566         * Makefile.am: Added security.c|h.
13567         * icall.c: Added icall for get_UserName;
13568         * security.c: New file for security related icalls. Added function
13569         get_UserName for System.Environment (fix #56144).
13570         * security.h: New. Header file for security.c
13571
13572 2004-04-02  Dick Porter  <dick@ximian.com>
13573
13574         * icall.c: Deleted the icalls that were obsoleted some time ago
13575         by the ICU string code, and which were mixed into the icall
13576         rearranging.  Fixes bug 55969.
13577
13578         * string-icalls.h: 
13579         * string-icalls.c: Deleted the code that those icalls reference.
13580
13581 2004-04-01  Martin Baulig  <martin@ximian.com>
13582
13583         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
13584
13585         * class.c (mono_class_from_generic_parameter): Don't set 
13586         TYPE_ATTRIBUTE_INTERFACE.
13587         (my_mono_class_from_generic_parameter): Likewise.
13588
13589 2004-04-01  Martin Baulig  <martin@ximian.com>
13590
13591         * loader.c (find_method): Added an optional `MonoClass *ic'
13592         argument to search in a specific interface.
13593         (mono_get_method_constrained): New public function.
13594
13595 2004-04-01  Martin Baulig  <martin@ximian.com>
13596
13597         * reflection.c (mono_image_get_generic_field_token): Use the
13598         `handleref' cache here.
13599
13600 2004-04-01  Martin Baulig  <martin@ximian.com>
13601
13602         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
13603
13604         * reflection.c (create_generic_typespec): Use the `typespec' hash
13605         here, not the `typeref' one.    
13606
13607 2004-04-01  Martin Baulig  <martin@ximian.com>
13608
13609         * class.c (mono_class_inflate_generic_type): Moved the
13610         functionality into a new static inflate_generic_type() which
13611         returns NULL if it didn't do anything.  Only increment the
13612         `mono_stats.inflated_type_count' if we actually inflated
13613         something.
13614         (mono_class_get_full): Check the classes type to see whether we
13615         need to inflate it; also inflate MONO_TYPE_(M)VAR.
13616
13617 2004-04-01  Jackson Harper  <jackson@ximian.com>
13618
13619         * reflection.c: Set culture for assembly references.
13620         
13621 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
13622
13623         * reflection.[ch], icall.[ch], Fix support for pinning variables.
13624
13625 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13626
13627         * assembly.c:
13628         (do_mono_assembly_open): the critical section also covers
13629         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
13630
13631 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13632
13633         * threads.c:
13634         (mono_manage_threads): abort the background threads when finishing.
13635         Fixes bug #47232.
13636
13637 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13638
13639         * gc.c: only close the done_event handle if there was no timeout.
13640         C-ified comments.
13641
13642 2004-03-30  Martin Baulig  <martin@ximian.com>
13643
13644         * icall.c (icall_entries): It's called "System.Activator", not
13645         "System.Activation".    
13646
13647 2004-03-30  Martin Baulig  <martin@ximian.com>
13648
13649         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
13650         (mono_class_create_from_typespec): Likewise.
13651
13652 2004-03-30  Martin Baulig  <martin@ximian.com>
13653
13654         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
13655         `has_ctor_constraint' and `initialized'.
13656
13657 2004-03-30  Martin Baulig  <martin@ximian.com>
13658
13659         * reflection.c (encode_new_constraint): New static function to add
13660         the constructor constraint attribute to a type parameter.
13661         (encode_constraints): Call encode_new_constraint() if necessary.
13662
13663         * reflection.h
13664         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
13665
13666         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
13667         
13668 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
13669
13670         * reflection.c, icall.c: add support for pinning variables. 
13671
13672 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
13673
13674         * marshal.c (mono_marshal_get_managed_wrapper):
13675         init bool local with zero rather than null.
13676
13677 2004-03-29  Martin Baulig  <martin@ximian.com>
13678
13679         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
13680         the "official" behavior here.
13681         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
13682
13683 2004-03-29  Martin Baulig  <martin@ximian.com>
13684
13685         * icall.c: Reflect latest API changes.
13686
13687 2004-03-29  Martin Baulig  <martin@ximian.com>
13688
13689         * loader.c (mono_get_method_from_token): Also call
13690         mono_metadata_load_generic_params () for abstract and interface
13691         methods; replace the type arguments in the method signature with
13692         the ones which are loaded from the metadata.
13693
13694 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
13695
13696         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
13697         of the lock is not the current thread. MS.NET don't do it, in spite of
13698         what the documentation says. See bug #56157.
13699
13700 2004-03-28  Martin Baulig  <martin@ximian.com>
13701
13702         * class.c (mono_class_init): Don't call init_properties() and
13703         init_events() for generic instances; set `prop->parent' when
13704         inflating properties.
13705
13706         * reflection.c (mono_generic_inst_get_object): Call
13707         `mono_class_init (ginst->klass)'.
13708         (mono_type_get_object): Only create a MonoGenericInst if your
13709         generic type is a TypeBuilder.
13710         (do_mono_reflection_bind_generic_parameters): Only set
13711         `ginst->is_dynamic' if our generic type is a TypeBuilder.
13712
13713 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
13714
13715         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
13716         Fixes #56091.
13717
13718 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13719
13720         * icall.c: added Kill_internal icall.
13721         * process.[ch]: added Kill_internal icall.
13722
13723 2004-03-25  Martin Baulig  <martin@ximian.com>
13724
13725         * class.h (MonoStats): Added `generic_instance_count',
13726         `inflated_method_count', `inflated_type_count' and
13727         `generics_metadata_size'.       
13728
13729 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13730
13731         * reflection.c: no warnings now.
13732
13733 2004-03-25  Martin Baulig  <martin@ximian.com>
13734
13735         * class.c (mono_class_get_full): New public function; does a
13736         mono_class_get(), but also takes a `MonoGenericContext *'.
13737
13738         * loader.c (mono_field_from_memberref): Renamed to
13739         `field_from_memberref', made static and added `MonoGenericContext *'
13740         argument.
13741         (mono_field_from_token): Added `MonoGenericInst *' argument.
13742         (method_from_memberef): Likewise.
13743         (mono_get_method_from_token): Likewise.
13744         (mono_get_method_full): New public function; does a
13745         mono_get_method(), but also takes a `MonoGenericContext *'.
13746
13747         * verify.c (mono_method_verify): Get the method's generic context
13748         and pass it to mono_field_from_token(), mono_get_method_full() and
13749         mono_class_get_full().
13750
13751 2004-03-25  Martin Baulig  <martin@ximian.com>
13752
13753         * class.c (mono_class_inflate_generic_type): Take a
13754         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
13755         `MonoGenericMethod *'.
13756
13757 2004-03-25  Martin Baulig  <martin@ximian.com>
13758
13759         * loader.h (MonoMethodInflated): Store the MonoGenericContext
13760         instead of the MonoGenericMethod here.
13761
13762 2004-03-25  Martin Baulig  <martin@ximian.com>
13763
13764         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
13765         each time we create a new MonoGenericInst, we also create a new
13766         context which points back to us.
13767
13768         * class.c (inflate_method): Use `ginst->context' instead of
13769         creating a new context.
13770
13771         * loader.c (method_from_memberref): Use
13772         `klass->generic_inst->context' instead of creating a new context.
13773
13774 2004-03-25  Martin Baulig  <martin@ximian.com>
13775
13776         * class.h (MonoGenericContext): New struct.
13777         (MonoGenericMethod): Removed `generic_inst'.
13778
13779         * class.c (mono_class_inflate_generic_method): Take a
13780         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
13781
13782 2004-03-25  Martin Baulig  <martin@ximian.com>
13783
13784         * loader.h (MonoMethodInflated): New typedef.
13785
13786         * metadata.h (MonoMethodSignature): Removed `gen_method', make
13787         `generic_param_count' consume just 30 bits, added `is_inflated'
13788         and `has_type_parameters' flags (one bit each).
13789
13790         * class.c (mono_class_inflate_generic_method): Create a
13791         MonoMethodInflated instead of a MonoMethodNormal and set
13792         `is_inflated' in the method signature.
13793
13794         * class.h (MonoGenericMethod): Removed `generic_method'.
13795
13796 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
13797
13798         * image.c: Make sure the name of a MonoImage is always an absolute path.
13799           This fixes bug #54415.
13800
13801 2004-03-24  Martin Baulig  <martin@ximian.com>
13802
13803         * class.c (mono_class_setup_vtable): If we're a generic instance,
13804         use our generic type's vtable size.
13805
13806 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
13807
13808         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
13809         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
13810         problems.
13811
13812 2004-03-23  Martin Baulig  <martin@ximian.com>
13813
13814         * class.h (MonoDynamicGenericInst): Added `int count_events' and
13815         `MonoEvent *events'.
13816
13817         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
13818         (typebuilder_icalls): Added "get_event_info"; calls
13819         mono_reflection_event_builder_get_event_info(). 
13820
13821         * reflection.c (mono_reflection_generic_inst_initialize): Added
13822         `MonoArray *events'.
13823         (mono_reflection_event_builder_get_event_info): New function.
13824
13825 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
13826
13827         * object.h: add mono_type_initialization_init
13828
13829         * object.c (mono_runtime_class_init): 
13830         implement class constructor synchronization rules
13831         to cope with threading issues.  
13832         add mono_type_initialization_init
13833
13834         * appdomain.c (mono_runtime_init): call 
13835         mono_type_initialization_init
13836
13837         * class.h: removing initializing field from MonoVTable
13838
13839 2004-03-23  Martin Baulig  <martin@ximian.com>
13840
13841         * class.c (my_mono_class_from_generic_parameter): Use
13842         `param->name' if it's not NULL. 
13843
13844 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
13845
13846         * class.c: do not insert non-virtual methods in the vtable.
13847         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
13848         that means the method is non-virtual. This never would have
13849         happened before.
13850
13851 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
13852
13853         * profiler.c: Added lock for accessing coverage_hash.
13854
13855 2004-03-22  Martin Baulig  <martin@ximian.com>
13856
13857         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
13858         `method->method->signature->generic_param_count != 0' to make it
13859         work for interface methods.
13860
13861 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13862
13863         * process.c: quote the string passed to the shell using g_shell_quote.
13864
13865 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13866
13867         * threads.c:
13868         (mono_threads_manage): don't remove the finalizer thread and self
13869         from the threads hash table so that mono_thread_manage can be called
13870         more than once.
13871
13872 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13873
13874         * process.c: quote the arguments when UseShellExecute is true. Fixes
13875         bug #55790.
13876
13877 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13878
13879         * threads.c: set mono_thread_detach as a cleanup routine for every
13880         thread. This way it's always executed upon thread termination, either
13881         aborted or finished normally. No more xsp hangs!
13882
13883 2004-03-17  Martin Baulig  <martin@ximian.com>
13884
13885         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
13886         `int count_nested' and a `MonoType **nested'.
13887
13888         * reflection.c (mono_reflection_bind_generic_parameters): Moved
13889         most of the functionality into a new static
13890         do_mono_reflection_bind_generic_parameters() and don't take a
13891         `MonoType *nested_in' argument any more.  Don't compute nested
13892         types here.
13893         (mono_reflection_generic_inst_get_nested_types): New public method
13894         to get nested types.
13895
13896         * class.c (mono_class_create_generic): Set `klass->nested_in' if
13897         we're a nested class.
13898
13899         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
13900         mono_reflection_generic_inst_get_nested_types() to compute the
13901         nested types.
13902
13903 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13904
13905         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
13906         descriptive error message under windows.
13907         
13908 2004-03-17  Martin Baulig  <martin@ximian.com>
13909
13910         * class.c (dup_type): Added `const MonoType *original' argument;
13911         copy the attrs from the original type.
13912
13913 2004-03-17  Martin Baulig  <martin@ximian.com>
13914
13915         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
13916         `m->generic_inst_cache' here.
13917
13918 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13919
13920         * exception.h exception.c: Add stack_overflow_exception.
13921
13922 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13923
13924         * threadpool.c:
13925         (overlapped_callback): call SetEvent *after* invoking the callback.
13926         No need to call CloseHandle.
13927
13928 2004-03-16  Martin Baulig  <martin@ximian.com>
13929
13930         * reflection.c (mono_image_get_fieldref_token): Take a
13931         `MonoReflectionField *' instead of a `MonoClassField *' and a
13932         `MonoClass *'; store the `MonoReflectionField *' in the hash.
13933
13934 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13935
13936         * appdomain.c: don't add the culture to the filename we're looking for
13937         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
13938
13939 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13940
13941         * locales.c: don't ignore symbols when doing case insensitive compares.
13942         Thanks Dick! Fixes bug #54046.
13943
13944         * threads.c: surround 'threads' usage with enter/leave in
13945         mono_thread_manage.
13946
13947 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
13948
13949         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
13950         implicitly marshalled as [Out]. Fixes #55450.
13951
13952         (mono_marshal_get_runtime_invoke): Zero out the result if there is
13953         an exception.
13954
13955 2004-03-16  Martin Baulig  <martin@ximian.com>
13956
13957         * class.c (mono_class_from_generic_parameter): Use the actual
13958         parameter name. 
13959
13960 2004-03-16  Martin Baulig  <martin@ximian.com>
13961
13962         * reflection.c (type_get_signature_size): New static function.
13963         Compues the size of the type in a method signature.
13964         (method_get_signature_size): New static function; calls
13965         type_get_signature_size() to compute the actual size of the
13966         method's signature.
13967         (method_encode_signature): Use method_get_signature_size() to get
13968         the signature's size rather than using `nparams * 10'.
13969
13970 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13971
13972         * file-io.h: define here WapiOverlapped on windows. I don't want the
13973         regular OVERLAPPED one.
13974
13975         * file-io.c:
13976         * threadpool.c: somehow, BindIoCompletionCallback is not found.
13977         Disabling AIO on windows.
13978
13979 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13980
13981         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
13982         bug #55385.
13983
13984 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13985
13986         * appdomain.c: upgraded corlib version.
13987
13988         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
13989         and BeginWrite. Allow opening files for asynchrnous operations.
13990
13991         * file-io.h: new struct that maps FileStreamAsyncResult.
13992         * icall.c: added new icalls.
13993         * process.[ch]: support setting child process environment variables
13994         and use the SHELL or COMSPEC when UseShellExecute is true.
13995
13996         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
13997         callback for async. IO is here and also BindHandle.
13998
13999         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
14000         from here.
14001
14002 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
14003
14004         * reflection.c (create_custom_attr): Allow len == 0.
14005
14006         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
14007         computation on big-endian machines.
14008
14009 2004-03-13  Martin Baulig  <martin@ximian.com>
14010
14011         * class.h (MonoGenericInst): Added `int count_ifaces'.
14012
14013         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
14014         `ginst->count_ifaces' instead `klass->interface_count' since we
14015         may get called before the vtable is created.
14016
14017         * loader.c (mono_method_get_param_names): If we're a generic
14018         instance, return and don't initialize the class.
14019
14020         * reflection.c (mono_reflection_setup_generic_class): Don't call
14021         ensure_runtime_vtable().
14022         (mono_reflection_bind_generic_parameters): Set
14023         `ginst->count_ifaces'.
14024
14025 2004-03-11  Jackson Harper <jackson@ximian.com>
14026
14027         * icall.c:
14028         * unicode.c:
14029         * unicode.h: Remove unused System.Char icalls.
14030         
14031 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
14032
14033         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
14034         code when we P/Invoke the first library in Windows.Forms, instead
14035         of when we first open the assembly.
14036
14037         * assembly.c: Drop the lookup from here.
14038
14039 2004-03-10  Martin Baulig  <martin@ximian.com>
14040
14041         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
14042         class for properties, fields and events.  Finally fixes #54945.
14043
14044 2004-03-10  Martin Baulig  <martin@ximian.com>
14045
14046         * metadata.c (mono_metadata_class_equal): New static function;
14047         checks whether two generic instances or two generic parameters are
14048         equal.
14049         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
14050         compare classes.        
14051
14052 2004-03-10  Martin Baulig  <martin@ximian.com>
14053
14054         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
14055
14056         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
14057         argument and write it into the `reflection_info' field.
14058
14059         * icall.c
14060         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
14061         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
14062
14063 2004-03-09  Jackson Harper  <jackson@ximian.com>
14064
14065         * char-conversions.h: use 8 bits for numeric data its all we need
14066         * icall.c: numeric data is only 8 bits now.
14067
14068 2004-03-09  Martin Baulig  <martin@ximian.com>
14069
14070         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
14071
14072         * class.c (init_properties, init_events): Initialize the new
14073         `parent' field.
14074
14075         * reflection.c (typebuilder_setup_properties): Likewise.
14076         (typebuilder_setup_events): Likewise.
14077
14078         * reflection.h (MonoEventInfo): Replaced `parent with
14079         `declaring_type' and `reflected_type'.
14080
14081         * icall.c (ves_icall_get_property_info): Distinguish between
14082         declaring and reflected type.
14083         (ves_icall_get_event_info): Likewise.
14084
14085 2004-03-09  Martin Baulig  <martin@ximian.com>
14086
14087         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
14088         (ves_icall_Type_GetField): Correctly set field->klass.
14089
14090 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
14091
14092         * loader.h: Fix warning.
14093
14094 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
14095
14096         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
14097         library routine if present.  Notice that it will still continue
14098         executing even if its missing, for those working on the Gtk#
14099         edition of Windows.Forms.
14100
14101         * assembly.c (do_mono_assembly_open): If loading the
14102         System.Windows.Forms call mono_loader_wini_init.
14103
14104 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
14105
14106         * class.h: Added MonoRemoteClass struct.
14107         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
14108         function for MonoStrings.
14109         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
14110         Added internal call for getting the proxy type.
14111         * marshal.c: Get the type of transparent proxies from its remote_class.
14112         Added methods that generate the IL for type checks and casts:
14113         mono_marshal_get_isinst, mono_marshal_get_castclass, 
14114         mono_marshal_get_proxy_cancast.
14115         * marshal.h: Declaration of the previous new methods.
14116         * object.c: Added new moethods for creating and updating MonoRemoteClass
14117         instances: mono_remote_class, mono_upgrade_remote_class, 
14118         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
14119         * verify.c: FIx transparent_proxy_fields layout.
14120         * appdomain.c: Bump corlib version.
14121
14122 2004-03-04  Jackson Harper  <jackson@ximian.com>
14123
14124         * icall.c: Add icall to access char conversion tables.
14125         * char-conversions.h: Character conversion tables.
14126         * Makefile.am: Add char-conversions.h private header file.
14127         
14128 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
14129
14130         * appdomain.c (unload_thread_main): Increase unloading timeout to
14131         10 sec as a temporary workaround for Nant problems.
14132
14133 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
14134
14135         * gc.c: Add checks for GC_enable and GC_disable.
14136
14137         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
14138         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
14139         (bug #54988).
14140         
14141 2004-02-27  Martin Baulig  <martin@ximian.com>
14142
14143         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14144         `MonoReflectionType *' instead of a `MonoType *'.
14145
14146 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
14147
14148         * gc.c (run_finalize): Avoid finalizing the object representing the
14149         finalizer thread.
14150         (finalizer_thread): Fix warning.
14151
14152 2004-02-25  Martin Baulig  <martin@ximian.com>
14153
14154         * class.c (_mono_class_get_instantiation_name): Added `int offset'
14155         argument for nested types.
14156         (mono_class_create_generic): Added support for nested generictypes.
14157
14158         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
14159         `GList *nested'.
14160
14161         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
14162
14163         * reflection.c (method_encode_signature): Increase the minimum
14164         value of `size' from 10 to 11.
14165         (mono_reflection_bind_generic_parameters): Take `int type_argc'
14166         and `MonoType **types' arguments instead of the `MonoArray
14167         *types'; added `MonoType *nested_in'.  Recursively instantiate
14168         nested classes. 
14169
14170 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
14171
14172         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
14173         stack_overflow_ex members which are used by exception handling.
14174
14175         * appdomain.c (mono_runtime_init): Initialize the new members.
14176
14177         * gc.c (mono_gc_enable): New helper function.
14178         * gc.c (mono_gc_disable): New helper function.
14179
14180 2004-02-23  Martin Baulig  <martin@ximian.com>
14181
14182         * icall.c: I must have been really stupid - make it actually work
14183         this time ;-)
14184
14185 2004-02-23  Martin Baulig  <martin@ximian.com>
14186
14187         * loader.c (method_from_memberref): Only inflate the method if
14188         it's in another klass.
14189
14190 2004-02-23  Martin Baulig  <martin@ximian.com>
14191
14192         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
14193         (mono_class_init): If we're a generic instance and an interface,
14194         compute `class->interface_id'; also create `class->interfaces'
14195         here and inflate them.
14196
14197         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
14198         `ginst->is_open'.
14199         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
14200
14201         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
14202
14203 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
14204
14205         * reflection.c (method_encode_code): Improved the error message
14206         generated by the exception.
14207
14208 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14209
14210         * icall.c: Martin did not do what he said in the ChangeLog for
14211         2004-02-18, but put back the changes for properties and events.
14212         Commenting those changes out again and adding comment to bug #54518.
14213         
14214         * process.c: removed warning.
14215
14216 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
14217
14218         * marshal.c (emit_struct_conv): Print an error message instead of
14219         asserting when a type does not have the StructLayout attribute.
14220
14221 2004-02-20  Martin Baulig  <martin@ximian.com>
14222
14223         * reflection.c (mono_type_get_object): Also use the cache for
14224         generic instances.
14225         (mono_reflection_bind_generic_parameters): Always compute
14226         `ginst->ifaces'.        
14227
14228 2004-02-20  Martin Baulig  <martin@ximian.com>
14229
14230         * class.h (MonoGenericMethod): Removed `klass'.
14231
14232         * class.c (mono_class_inflate_generic_method): Added `MonoClass
14233         *klass' argument.
14234
14235 2004-02-20  Martin Baulig  <martin@ximian.com>
14236
14237         * reflection.c (method_encode_methodspec): Actually use the
14238         uninflated signature for the memberref.
14239
14240 2004-02-20  Martin Baulig  <martin@ximian.com>
14241
14242         * class.h (MonoGenericMethod): Removed `declaring'.
14243
14244         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
14245         is NULL, compute it here.
14246
14247 2004-02-20  Martin Baulig  <martin@ximian.com>
14248
14249         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
14250
14251         * metadata.c (mono_metadata_generic_inst_hash): New method.
14252         (mono_metadata_generic_inst_equal): New method.
14253
14254         * reflection.c (mono_reflection_bind_generic_parameters): Use the
14255         `klass->image->generic_inst_cache' cache to avoid creating
14256         duplicate MonoGenericInst's.
14257
14258         * class.c (mono_class_inflate_generic_type): Use the cache.
14259
14260 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
14261
14262         * object.c: fixed gc descriptor calculation for embedded valuetypes.
14263
14264 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14265
14266         * icall.c: added Socket.WSAIoctl icall.
14267
14268         * socket-io.[ch]: implemented
14269         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
14270
14271 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
14272
14273         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
14274
14275 2004-02-18  Urs C Muff  <umuff@quark.com>
14276
14277         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
14278         this work on PPC and other big-endian architectures.
14279
14280         * debug-mono-symfile.h: Prepended the names of all the `guint32'
14281         fields with an underscore to make sure they're only accessed by
14282         the read32() macro.
14283
14284 2004-02-18  Martin Baulig  <martin@ximian.com>
14285
14286         * icall.c: Put the klass->refclass changes back for methods and
14287         fields, but not for properties and events.  We're currently not
14288         distinguishing between DeclaringType and ReflectedType for
14289         properties and events, that's what caused the regressions.
14290
14291 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14292
14293         * object.c:
14294         (mono_async_result_new): the handle can be NULL.
14295
14296         * threadpool.c: Use an event instead of a semaphore, don't initialize
14297         it until needed. This saves quite a few semaphores from being created
14298         when using the threadpool.
14299
14300 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
14301
14302         * object.c (mono_string_is_interned_lookup): Fix interning of long
14303         strings. Fixes #54473.
14304
14305         * domain.c (ldstr_equal): Optimize if the two strings are equal.
14306
14307         * icall.c: Revert the klass->refclass changes since they introduce
14308         regressions (bug #54518).
14309
14310 2004-02-18  Martin Baulig  <martin@ximian.com>
14311
14312         * class.c (mono_class_init): If we're a generic instance and don't
14313         come from a TypeBuilder, inflate our members here.
14314         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
14315         (mono_class_create_generic): New public method.
14316         (mono_class_initialize_generic): Removed.
14317         (get_instantiation_name): Renamed to
14318         _mono_class_get_instantiation_name() and made it public.
14319
14320 2004-02-18  Martin Baulig  <martin@ximian.com>
14321
14322         * class.c (mono_class_inflate_generic_type): Clear the new
14323         instance's `nginst->klass' when inflating a generic instance.
14324         (mono_class_is_subclass_of): Added (basic) support for generic
14325         instances.
14326
14327 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
14328
14329         * appdomain.h, domain.c: use a MonoCodeManager instead of a
14330         MonoMempool to hold compiled native code.
14331
14332 2004-02-17  Martin Baulig  <martin@ximian.com>
14333
14334         * class.h (MonoDynamicGenericInst): Added `count_properties' and
14335         `properties'.
14336
14337         * reflection.c (mono_reflection_generic_inst_initialize): Added
14338         `MonoArray *properties' argument.
14339
14340         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
14341
14342 2004-02-17  Martin Baulig  <martin@ximian.com>
14343
14344         * icall.c (ves_icall_Type_GetFields): Renamed to
14345         ves_icall_Type_GetFields_internal() and added a
14346         `MonoReflectionType *rtype' argument; pass it to
14347         mono_field_get_object() to set the field's "reflected" type.
14348         (ves_icall_Type_GetConstructors): Likewise.
14349         (ves_icall_Type_GetEvents): Likewise.
14350         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
14351         argument; pass it to mono_method_get_object() to set the method's
14352         "reflected" type.       
14353
14354 2004-02-17  Martin Baulig  <martin@ximian.com>
14355
14356         * class.h (MonoDynamicGenericInst): New type.
14357         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
14358
14359         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
14360         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
14361         (ves_icall_MonoGenericInst_GetFields): New interncall.
14362
14363         * class.c (mono_class_from_generic): Don't call
14364         mono_class_initialize_generic() if this is a dynamic instance;
14365         ie. it's being created from a TypeBuilder.
14366         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
14367         `class->byval_arg.type'.
14368
14369         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
14370         to `inflate_method' and made static.
14371         (mono_reflection_inflate_field): Removed.
14372         (mono_reflection_generic_inst_initialize): New public method.
14373
14374         * reflection.h (MonoReflectionGenericInst): Removed `methods',
14375         `ctors' and `fields'; added `initialized'.
14376
14377 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
14378
14379         * debug-helpers.c (mono_method_full_name): Fix output for empty
14380         namespaces.
14381
14382 2004-02-12  Martin Baulig  <martin@ximian.com>
14383
14384         * class.h (MonoClassField): Added `MonoType *generic_type'.
14385
14386         * reflection.c (mono_image_get_fieldref_token): Added support for
14387         instantiated generic types.
14388         (field_encode_inflated_field): Removed.
14389         (mono_image_get_inflated_field_token): Removed.
14390         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
14391
14392         * reflection.h (MonoReflectionInflatedField): Removed.
14393
14394 2004-02-12  Martin Baulig  <martin@ximian.com>
14395
14396         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
14397         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
14398
14399         * reflection.c (mono_image_get_methodspec_token): Take a
14400         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
14401         (mono_image_create_token): Check whether we have a
14402         `method->signature->gen_method' and call
14403         mono_image_get_methodspec_token() if appropriate.
14404         (inflated_method_get_object): Removed.
14405         (mono_reflection_bind_generic_method_parameters): Return a
14406         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
14407         (mono_reflection_inflate_method_or_ctor): Likewise.
14408
14409         * reflection.h (MonoReflectionInflatedMethod): Removed.
14410
14411 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
14412
14413         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
14414         for custom valuetype marshalling.
14415
14416         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
14417
14418 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14419
14420         * icall.c: fixed WSAGetLastError_internal name.
14421
14422 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
14423
14424         * threads.c (mono_thread_attach): Allow this to be called multiple
14425         times for a thread.
14426         
14427         * threads.c (build_wait_tids): Do not wait for ourselves.
14428
14429         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
14430         appdomain list is empty.
14431
14432         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
14433         memory returned by mono_string_builder_to_utf16, since it points into
14434         managed memory. Thanks to Bernie Solomon for noticing this.
14435
14436         * icall.c: Add AppDomainSetup icalls.
14437
14438         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
14439
14440         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
14441         types.
14442
14443         * reflection.c (reflection_methodbuilder_to_mono_method): Save
14444         custom attributes to the method_aux struct. Also fix array indexes etc.
14445
14446         * loader.c (mono_method_get_param_names): Make dynamic case work again.
14447         
14448 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
14449
14450         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
14451         (both static and runtime) and reduce startup time.
14452
14453 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
14454
14455         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
14456         AsAny marshalling conversion instead of crashing.
14457
14458         * marshal.c: Fix warnings.
14459
14460 2004-02-09  Martin Baulig  <martin@ximian.com>
14461
14462         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
14463
14464         * reflection.h (MonoReflectionInflatedMethod): Removed the
14465         `declaring' field, it's now in the unmanaged MonoGenericMethod.
14466
14467         * reflection.c (method_encode_methodspec): Removed the `method'
14468         argument; we get it from `gmethod->declaring'.
14469         (inflated_method_get_object): Removed the `declaring' argument.
14470
14471 2004-02-09  Martin Baulig  <martin@ximian.com>
14472
14473         * class.h (MonoGenericMethod): New type.
14474         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
14475         `generic_method'.
14476
14477         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
14478         a `MonoGenericMethod *gen_method' one.
14479
14480         * class.c (mono_class_inflate_generic_type): Take an additional
14481         `MonoGenericMethod * argument.  This is only non-NULL if we're
14482         inflating types for a generic method.   
14483         (mono_class_inflate_generic_signature): Renamed to
14484         inflate_generic_signature() and made static; take a
14485         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14486         (inflate_generic_header): Take a `MonoGenericMethod *' argument
14487         instead of a `MonoGenericInst *' one.
14488         (mono_class_inflate_generic_method): Likewise.
14489
14490         * reflection.c (encode_generic_method_sig): Take a
14491         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14492         (method_encode_methodspec): Likewise.
14493         (inflated_method_get_object): Likewise. 
14494
14495         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
14496         field with a `MonoGenericMethod *gmethod' one.  
14497
14498 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
14499
14500         * class.h (mono_class_has_parent): add parens to expansion
14501         so you can ! this.
14502
14503 2004-02-08  Martin Baulig  <martin@ximian.com>
14504
14505         * image.h (MonoImage): Removed `generics_cache'.
14506
14507         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
14508         instead of a `MonoType *' argument; removed the `inflate_methods'
14509         argument.  Don't inflate methods here.
14510
14511         * loader.c (find_method): If it's a generic instance, call
14512         mono_class_init() on the `sclass->generic_inst->generic_type'.
14513
14514         * metadata.c (mono_type_size): Make this work on uninitialized
14515         generic instances; call it on the `ginst->generic_type's class.
14516
14517         * reflection.c (mono_reflection_bind_generic_parameters): Call
14518         mono_class_from_generic() to create the `ginst->klass'.
14519
14520 2004-02-08  Martin Baulig  <martin@ximian.com>
14521
14522         * class.h (MonoClass): Changed type of `generic_inst' from
14523         `MonoType *' to `MonoGenericInst *'.
14524
14525 2004-02-08  Martin Baulig  <martin@ximian.com>
14526
14527         * icall.c (ves_icall_Type_BindGenericParameters): Just call
14528         mono_type_get_object(), this is now creating a `MonoGenericInst'
14529         for MONO_TYPE_GENERICINST.
14530         (ves_icall_MonoGenericInst_GetParentType): Likewise.
14531         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
14532
14533         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
14534         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
14535         (inflated_method_get_object): Added `MonoClass *refclass' argument.
14536         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
14537         and reflected type.
14538
14539         * reflection.h (MonoReflectionInflatedMethod): Removed
14540         `declaring_type' and `reflected_type'.
14541
14542 2004-02-08  Martin Baulig  <martin@ximian.com>
14543
14544         * class.h (MonoGenericInst): Added `MonoType *parent' and
14545         `MonoType **ifaces'.
14546
14547         * reflection.h (MonoReflectionGenericInst): Removed `klass',
14548         `parent' and `interfaces'.
14549
14550         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14551         `MonoType *' argument and return a `MonoType *'.
14552
14553         * icall.c
14554         (ves_icall_MonoGenericInst_GetParentType): New interncall.
14555         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
14556
14557 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14558
14559         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
14560         valuetype marshalling.
14561
14562 2004-02-06  Martin Baulig  <martin@ximian.com>
14563
14564         * class.c
14565         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
14566         (my_mono_class_from_generic_parameter): Likewise.
14567
14568 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14569
14570         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
14571         contents of the symbol files lazily.
14572
14573         * object.h (MonoThread): Add 'name' and 'name_len' fields.
14574
14575         * threads.h threads.c icall.c: New icalls for getting and setting the
14576         threads name.
14577
14578 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
14579
14580         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
14581         Raise an exception when the domain is not found.
14582
14583 2004-02-03  Martin Baulig  <martin@ximian.com>
14584
14585         * reflection.c (mono_image_get_methodspec_token): Use the
14586         uninflated signature; fixes gen-33.
14587
14588 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
14589
14590         * gc.c threads.c: Make the finalizer thread a normal managed thread so
14591         the finalizer code can use thread functionality.
14592
14593         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
14594         the finalizer thread.
14595
14596         * threads.c: Make some functions more robust.
14597
14598         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
14599
14600         * metadata.h: Add new marshalling conventions.
14601
14602         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
14603         stringbuilder marshalling. Fixes #53700.
14604
14605         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
14606
14607         * reflection.c (mono_image_get_type_info): Save declarative security
14608         info.
14609
14610         * reflection.c (mono_image_get_field_info): Handle uninitialized 
14611         unmanaged fields as well.
14612
14613         * appdomain.c: Bump corlib version.
14614
14615 2004-02-01  Martin Baulig  <martin@ximian.com>
14616
14617         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
14618         method type arguments.  
14619
14620 2004-01-30  Duncan Mak  <duncan@ximian.com>
14621
14622         * marshal.h: Add prototype for
14623         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
14624         and
14625         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
14626         fix the build.
14627
14628 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
14629
14630         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
14631         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
14632
14633 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14634
14635         * marshal.c (mono_marshal_get_native_wrapper): Add support for
14636         custom marshalling of valuetypes.
14637
14638         * marshal.c: Fix some warnings.
14639
14640 2004-01-29  Martin Baulig  <martin@ximian.com>
14641
14642         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
14643         for generic method parameters.
14644
14645         * reflection.c (method_encode_methodspec): Write the uninflated
14646         signature into the methodspec table.
14647         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
14648         is always the uninflated method.
14649         (reflection_methodbuilder_to_mono_method): Copy the generic
14650         parameters from the MethodBuilder into `header->gen_params'.
14651
14652 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14653
14654         * class.c (mono_class_from_generic_parameter): Fix warning.
14655
14656 2004-01-27  Martin Baulig  <martin@ximian.com>
14657
14658         * class.c (mono_class_from_generic_parameter): Don't create
14659         `klass->methods' here.  
14660
14661 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
14662
14663         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
14664         extension since it does not work with libraries named lib<FOO>.dll.so.
14665
14666 2004-01-25  Martin Baulig  <martin@ximian.com>
14667
14668         * class.c (mono_class_inflate_generic_type): Added support for
14669         MONO_TYPE_GENERICINST.
14670
14671         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
14672         inflate methods on open constructed types.      
14673
14674 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14675
14676         * object.c: fire ProcessExit event in the root AppDomain after running
14677         Main. Fixes bug #53299.
14678
14679 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
14680
14681         * socket-io.c: include the new socket-wrappers.h header.
14682         Use the wrappers instead of the unix socket functions to make the code
14683         more clear.
14684
14685 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
14686
14687         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
14688
14689         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14690         Fixes #22532.
14691
14692 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
14693
14694         * reflection.c (mono_image_create_pefile): Handle the case when the
14695         entry point is not a MethodBuilder.
14696
14697         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14698         field to ReflectionMethod since it is not allways a builder.
14699
14700         * reflection.c (type_get_fully_qualified_name): New helper function to
14701         return the fully qualified name of a type.
14702
14703         * reflection.c (encode_marshal_blob): Always emit the fully qualified
14704         type name for custom marshallers.
14705
14706         * reflection.c (mono_marshal_spec_from_builder): Ditto.
14707
14708         * class.c (mono_class_setup_vtable): If a parent class already 
14709         implements an interface, use the implementing methods from that class.
14710         Fixes #53148.
14711
14712 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14713
14714         * threadpool.c: just return instead of ExitThread to allow for thread
14715         clean up earlier.
14716
14717 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
14718
14719         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
14720         when closing resource modules.
14721
14722         * reflection.c (mono_image_create_pefile): Handle the case when the
14723         entry point is not a MethodBuilder.
14724
14725         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14726         field to ReflectionMethod since it is not allways a builder.
14727
14728 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
14729
14730         * marshal.c (mono_marshal_get_managed_wrapper): 
14731         mono_marshal_alloc takes native int so CONV_I
14732         the arg for 64bits.
14733
14734 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
14735
14736         * reflection.c (fixup_cattrs): New function to fixup the methoddef
14737         tokens in the cattr table. Fixes #53108.
14738
14739 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14740
14741         * loader.c: don't trim ".dll" before looking up in the config file.
14742         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
14743
14744 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
14745
14746         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
14747         Return the module which contains the resource as well.
14748         (ves_icall_System_Reflection_Module_Close): New icall.
14749
14750         * appdomain.c: Bump corlib version number.
14751
14752         * image.c (mono_image_addref): New public function.
14753
14754         * assembly.c: Call mono_image_addref.
14755
14756         * reflection.c (mono_module_get_object): Increase reference count of 
14757         the image.
14758
14759         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14760         Fixes #22532.
14761
14762         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
14763         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
14764         proper exceptions on DllImport problems.
14765
14766 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
14767
14768         * class.c, metadata.c: eliminate CSIZE macro.
14769
14770 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
14771
14772         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
14773         * object.h: Added async_callback field in MonoAsyncResult.
14774         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
14775         * verify.c: Added async_callback in MonoAsyncResult layout.
14776
14777 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
14778
14779         * reflection.c (mono_reflection_get_custom_attrs): Add support
14780         for Modules.
14781
14782 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14783
14784         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
14785         marshalling.
14786         (mono_marshal_method_from_wrapper): Add null pointer check.
14787
14788 2004-01-16  Martin Baulig  <martin@ximian.com>
14789
14790         * debug-mono-symfile.h: Set version number to 36 and reflect
14791         latest symbol writer changes.
14792
14793 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14794
14795         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
14796         multi-dimensional arrays.
14797         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
14798         (mono_class_from_mono_type): Use bounded_array_class_get.
14799         
14800         * class.c (mono_bounded_array_class_get): New function which takes
14801         a 'bounded' bool argument to distinguish vectors from one dimensional
14802         arrays.
14803
14804         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
14805         bounded_array_class_get if the array has bounds.
14806
14807         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14808         Search modules loaded using AssemblyBuilder:AddModule as well.
14809
14810 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14811
14812         * appdomain.c: increased corlib version.
14813         * filewatcher.c: removed g_print.
14814         * icall.c:
14815         (get_property_info): only allocate what is actually requested.
14816         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
14817
14818 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14819
14820         * Makefile.am: added filewatcher.[ch]
14821         * filewatcher.[ch]: FileSystemWatcher runtime support.
14822         * icall.c: added new FSW icalls.
14823
14824 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
14825
14826         * string-icalls.c: fix stringbuilder regression as suggested by
14827         Iain McCoy <iain@mccoy.id.au>.
14828
14829 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
14830
14831         * process.c (process_read_stringtable_block): Recognize '007f' as
14832         a language neutral stringtable block.
14833
14834 2004-01-12  Patrik Torstensson
14835
14836         * object.h (MonoStringBuilder) : Changed layout to support our
14837         new stringbuilder class.
14838         * marshal.c: Change marshalling to support the new layout of 
14839         string builder.
14840         * appdomain.c: increased version number because new layout of
14841         string builder.
14842
14843 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
14844
14845         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
14846         assembly name as an string instead of an AssemblyName, since it is
14847         easier to extract info from it.
14848
14849         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
14850         the culture subdirectories too. Fixes #52231.
14851
14852 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14853
14854         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
14855         It takes 2 new parameters with an optional name for the method to look
14856         for and case ignoring info.
14857
14858         * threadpool.c: removed unused variable.
14859
14860 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14861
14862         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
14863         It takes 2 new parameters with an optional name for the property to look
14864         for and case ignoring info.
14865         Fixes bug #52753.
14866
14867 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
14868
14869         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
14870         Fix #52451.
14871
14872 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14873
14874         * appdomain.c:
14875         * assembly.c: escape the uri before passing it to g_filename_from_uri.
14876         Fixes bug #52630.
14877
14878 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
14879
14880         * reflection.c: Add support for more than one unmanaged resource.
14881
14882         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
14883         in field->def_value, as done in all other cases.
14884
14885         * reflection.c (mono_reflection_get_custom_attrs): Add support for
14886         TypeBuilders.
14887
14888         * reflection.c (mono_reflection_create_runtime_class): Remove 
14889         errorneous assignment to klass->element_class, since it is already
14890         done in mono_reflection_setup_internal_class.
14891
14892 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14893
14894         * gc.c: added missing LeaveCriticalSection.
14895         * icall.c: indented a couple of lines.
14896         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
14897         if we call EndInvoke inside a callback. Fixes bug #52601.
14898
14899 2004-01-07  Martin Baulig  <martin@ximian.com>
14900
14901         * mono-debug-debugger.h
14902         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
14903
14904 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
14905
14906         * appdomain.c: Use messages in NotImplementedException.
14907
14908         * exception.c (mono_get_exception_not_implemented): Now this takes
14909         a message argument.
14910
14911         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
14912         exception instead of g_asserting an aborting when something is not
14913         implemented.
14914
14915         Add some inline docs.
14916
14917 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
14918
14919         * reflection.h: Update after changes to object layout.
14920
14921         * reflection.c: Implement saving of unmanaged aka win32 resources.
14922
14923         * appdomain.c: Bump version number.
14924
14925         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
14926         Handle missing domains gracefully.
14927
14928 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
14929
14930         * file-io.c : On Windows, there are much more invalid_path_chars.
14931
14932 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
14933
14934         * class.h, object.c: prepare for GetType () speedup.
14935
14936 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
14937
14938         * profiler.c: workaround for --profile null reference exception on
14939           cygwin. Patch by Patrik Torstensson.
14940
14941 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
14942
14943         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
14944         make work for unaligned access.
14945
14946 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
14947
14948         * class.c: small cleanup (class->fields [i] -> field).
14949         * image.c: check address of metadata is valid.
14950
14951 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
14952
14953         * assembly.h assembly.c (mono_assembly_loaded): New public function to
14954         search the list of loaded assemblies.
14955
14956         * reflection.c (mono_reflection_type_from_name): Use 
14957         mono_assembly_loaded instead of mono_image_loaded.
14958
14959         * reflection.c: Fix warnings.
14960
14961 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
14962
14963         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
14964         is dynamic. This is needed since an assembly can contain both dynamic and
14965         non-dynamic images.
14966
14967         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
14968         assembly->dynamic.
14969
14970         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
14971
14972         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
14973         to store modules loaded using AddModule.
14974
14975         * reflection.c (mono_image_fill_file_table): Generalize this so it works
14976         on Modules.
14977
14978         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
14979
14980         * reflection.c (mono_image_fill_export_table_from_module): New function to
14981         fill out the EXPORTEDTYPES table from a module.
14982
14983         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
14984         into a separate function. Also handle loaded non-dynamic modules.
14985
14986         * reflection.c (mono_image_basic_init): Fix memory allocation.
14987
14988         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14989
14990         * assembly.c (mono_assembly_load_references): Make this public.
14991
14992 2003-12-19  Martin Baulig  <martin@ximian.com>
14993
14994         * class.c (mono_class_initialize_generic): Made this static, take
14995         a `MonoGenericInst *' instead of a `MonoClass *'.
14996         (mono_class_from_generic): Call mono_class_initialize_generic()
14997         unless we're already initialized or being called from
14998         do_mono_metadata_parse_generic_inst().
14999
15000         * class.h (MonoGenericInst): Added `initialized' and
15001         `init_pending' flags.
15002
15003         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
15004         `mono_class_init (gklass)' or mono_class_initialize_generic()
15005         here; set `generic_inst->init_pending' while parsing the
15006         `type_argv'.
15007
15008 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
15009
15010         * locales.c: include string.h for memxxx prototypes
15011
15012 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
15013
15014         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
15015         constructor when accessing literal fields.
15016
15017 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
15018
15019         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15020
15021         * reflection.c (assembly_add_resource_manifest): New function to fill
15022         the MANIFESTRESOURCE table.
15023
15024         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
15025
15026         * reflection.h: Update to changes in class layout.
15027
15028         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
15029         Reenable call to mono_runtime_is_shutting_down ().
15030
15031         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
15032         determine if the runtime is shutting down.
15033
15034 2003-12-16  Jackson Harper <jackson@ximian.com>
15035
15036         * icall.c: comment out call to mono_runtime_is_shutting_down to
15037         fix build.
15038         
15039 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
15040
15041         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
15042         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
15043
15044 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
15045
15046         * reflection.c: move definition of swap_with_size
15047         to before its first call
15048
15049 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
15050
15051         * appdomain.c (mono_runtime_is_shutting_down): New public function.
15052
15053         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
15054         icall.
15055
15056         * object.c: Fix warnings.
15057
15058         * icall.c (ves_icall_Type_Get...): Only consider inherited static
15059         members if FlattenHierarchy is set.
15060
15061         * reflection.c (mono_image_add_decl_security): New function to emit
15062         declarative security.
15063
15064         * reflection.h reflection.c: Add support for declarative security.
15065
15066         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
15067         
15068 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
15069
15070         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
15071         
15072         * appdomain.c verify.c: Moved corlib version checking into its own
15073         function in appdomain.c since it needs to create vtables etc.
15074
15075 2003-12-13  Patrik Torstensson <p@rxc.se>
15076
15077         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
15078         instead of unwrapped server.
15079
15080 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
15081
15082         * verify.c (check_corlib): Fix field index.
15083
15084 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
15085
15086         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
15087         GetGacPath icall.
15088
15089 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
15090
15091         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
15092         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
15093         cope with sizeof(size_t) != sizeof(guint32).
15094
15095 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15096
15097         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
15098         in case of failure.
15099
15100 2003-12-10  Mark Crichton <crichton@gimp.org>
15101
15102         * icall.c: removed the GetNonZeroBytes.  We now handle this case
15103         in managed code.
15104
15105         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
15106
15107 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
15108
15109         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
15110         marked as deleted.
15111
15112 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
15113
15114         * verify.c (check_corlib): Handle the case when the version field is 
15115         initialized by a static constructor.
15116
15117 2003-12-08  Patrik Torstensson  <p@rxc.se>
15118
15119     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
15120
15121 2003-12-08  Martin Baulig  <martin@ximian.com>
15122
15123         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
15124         a MonoReflectionGenericParameter, also take the parameter index
15125         and name as arguments.
15126         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
15127         (ves_icall_MonoGenericParam_initialize): New interncall.
15128         (ves_icall_Type_make_byref_type): New interncall.
15129
15130         * reflection.h (MonoReflectionGenericParam): Derive from
15131         MonoReflectionType, not just from MonoObject.  Added `refobj' and
15132         `index' fields.
15133
15134         * reflection.c (mono_reflection_define_generic_parameter): Create
15135         and return a new MonoReflectionGenericParam; don't initialize the
15136         constraints here.
15137         (mono_reflection_initialize_generic_parameter): New public method;
15138         initializes the constraints and creates the `param->pklass'.
15139
15140 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
15141
15142         * reflection.h reflection.c: Use the new fields 'num_types', 
15143         'num_fields' and 'num_methods' to track the number of types etc.
15144
15145         * verify.c (check_corlib): Check corlib version number.
15146
15147 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
15148
15149         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
15150         function works on all methods.
15151
15152 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
15153
15154         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
15155         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
15156         the custom_type_info flag of the transparent proxy.
15157         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
15158         objects that supports IRemotingTypeInfo.
15159         * object.h: Added custom_type_info field in transparent proxy.
15160
15161 2003-12-06  Martin Baulig  <martin@ximian.com>
15162
15163         * class.c (mono_class_create_from_generic): Removed.
15164         (mono_class_from_generic): Check `ginst->klass' before doing
15165         anything else.  This is important to fully support "recursive"
15166         generic types.
15167
15168         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
15169         empty `generic_inst->klass' before doing anything else.
15170
15171 2003-12-06  Dick Porter  <dick@ximian.com>
15172
15173         * verify.c: 
15174         * object.h:
15175         * icall.c:
15176         * locales.c: Use C structs to access class fields.  Don't do a
15177         conversion between MonoString and UChar because both are
15178         platform-endian UTF-16.  Compare now takes startindex and count
15179         parameters.  Add a char overload for IndexOf.  Speed up the
15180         invariant string IndexOf.
15181
15182 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
15183
15184         * Makefile.am (monosn_LDADD): Fix parallel build.
15185
15186 2003-12-04  Martin Baulig  <martin@ximian.com>
15187
15188         * icall.c
15189         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15190         (ves_icall_Type_make_array_type): New interncall.       
15191
15192 2003-12-04  Martin Baulig  <martin@ximian.com>
15193
15194         * locales.c: also change it in the !HAVE_ICU case.
15195
15196 2003-12-04  Dick Porter  <dick@ximian.com>
15197
15198         * icall.c:
15199         * locales.c: construct_compareinfo is now in CompareInfo, not
15200         CultureInfo.
15201
15202 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
15203
15204         * image.c (mono_image_load_file_for_image): Cache loaded images in the
15205         image->files array.
15206
15207         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
15208         table as well.
15209
15210         * assembly.c (mono_assembly_load_references): Only load references
15211         once.
15212
15213         * class.c (mono_class_from_name): Avoid linear search of the 
15214         EXPORTEDTYPE table.
15215
15216         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
15217
15218 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
15219
15220         * image.h (MonoImage): Add 'field_cache' field.
15221
15222         * loader.c (mono_field_from_token): Cache field lookups.
15223         
15224         * reflection.c (mono_module_get_object): Fix name property.
15225
15226         * icall.c (ves_icall_get_enum_info): Update after changes to 
15227         mono_metadata_get_constant_index ().
15228
15229         * icall.c: Get rid of get_type_info icall, use a separate icall for
15230         each type property to avoid needless memory allocations. Fixes #51514.
15231
15232         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
15233         to avoid needless binary searches.
15234
15235         * class.c (class_compute_field_layout): Move the initialization of
15236         field->def_value to mono_class_vtable ().
15237
15238         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
15239         non-corlib types.
15240
15241         * object.c (mono_object_allocate): Make it inline.
15242
15243         * object.c (mono_object_allocate_spec): Make it inline.
15244         
15245 2003-12-02  Dick Porter  <dick@ximian.com>
15246
15247         * locales.c (create_NumberFormat): NumberFormatInfo construction.
15248         Patch by Mohammad DAMT (mdamt@cdl2000.com).
15249
15250 2003-12-01  Dick Porter  <dick@ximian.com>
15251
15252         * threads.c: Fix signature and call in CreateMutex and
15253         CreateEvent.
15254
15255 2003-12-01  Dick Porter  <dick@ximian.com>
15256
15257         * icall.c: 
15258         * locales.c: Implement string compares and searching
15259
15260         * object.h: Add extra Thread field
15261
15262 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
15263
15264         * reflection.c (fixup_method): Add support for MonoCMethod.
15265
15266 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
15267
15268         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
15269
15270         * reflection.c (assembly_name_to_aname): Allow extra characters in
15271         assembly names. Fixes #51468.
15272
15273 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
15274
15275         * exception.c (mono_exception_from_name_domain): New helper function.
15276
15277         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
15278         exception object in the correct domain.
15279
15280         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
15281         formatting + make a copy a the input data.
15282
15283         * loader.c (mono_get_method_from_token): Methods which contain
15284         native code do not have entries in the ImplMap.
15285
15286         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
15287         Thanks to Gonzalo for spotting this.
15288         
15289         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
15290         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
15291
15292         * assembly.h (mono_assembly_load_from): Split the second part of 
15293         assembly loading into a new public function.
15294
15295         * exception.h (mono_get_exception_bad_image_format): New function.
15296
15297 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
15298
15299         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15300         Enumerate all modules inside a dynamic assembly. Fixes #51293.
15301         
15302         * icall.c: Add new icall for creating dynamic methods.
15303
15304         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
15305
15306         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
15307
15308         * reflection.c (mono_reflection_create_dynamic_method): New icall to
15309         create a dynamic method.
15310
15311         * reflection.c (resolve_object): New helper function.
15312
15313         * reflection.c: Generalize ReflectionMethodBuilder and the functions
15314         which manipulate it so they can also work on dynamic methods.
15315
15316         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
15317         creating the MonoReflectionMethodAux structure if it is not needed.
15318         
15319         * reflection.h verify.c: Update after changes to object layout.
15320
15321         * reflection.c (method_builder_encode_signature): Fix compilation on
15322         gcc 2.95.x.
15323
15324 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
15325
15326         * appdomain.h: Added support for context static fields. Added static_data
15327           field to MonoAppContext and renamed thread_static_fields to a more
15328           generic special_static_fields in MonoAppDomain, since it can now contain
15329           context static fields.
15330         * domain.c: Updated hashtable name.
15331         * object.c: Replaced field_is_thread_static() for a more generic
15332           field_is_special_static() which also checks for context static attribute.
15333           In mono_class_vtable(), added support for static context fields.
15334         * threads.c: Changed methods that manage thread static fields to more
15335           generic methods so they can be reused both for thread and context static
15336           data.
15337         * threads.h: Declared some new methods.
15338
15339 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
15340
15341         * reflection.h: Update after changes to the managed types.
15342
15343         * reflection.c (encode_custom_modifiers): New helper function.
15344
15345         * reflection.c (method_encode_signature): Emit custom modifiers.
15346
15347         * reflection.c (field_encode_signature): Emit custom modifiers.
15348
15349 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
15350
15351         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
15352
15353         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
15354         implementation.
15355
15356         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
15357         icall.
15358
15359         * object.c (mono_field_get_value_object): New function.
15360
15361         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
15362         specific.
15363
15364 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
15365
15366         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
15367         return a preallocated out-of-memory exception instance.
15368
15369         * object.c (out_of_memory): Use the new function.
15370
15371         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
15372         flag is before the custom modifiers. Fixes #49802.
15373
15374 2003-11-16  Martin Baulig  <martin@ximian.com>
15375
15376         * class.c (mono_class_is_open_constructed_type): Implemented the
15377         MONO_TYPE_GENERICINST case.
15378
15379 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
15380
15381         * assembly.c (mono_assembly_fill_assembly_name): New function to
15382         fill out the MonoAssemblyName structure.
15383         (mono_assembly_open): Use the new function.
15384
15385         * icall.c (fill_reflection_assembly_name): New helper function.
15386
15387         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
15388         new function.
15389
15390         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
15391
15392 2003-11-15  Martin Baulig  <martin@ximian.com>
15393
15394         * class.c (mono_class_is_open_constructed_type): New public
15395         function; checks whether a type is an open constructed type,
15396         ie. whether it still contains type parameters.
15397         (mono_class_inflate_generic_type): If we're a type parameter and
15398         the inflated type is also a MONO_TYPE_(M)VAR, return the original
15399         type.
15400
15401         * class.h (MonoGenericInst): Added `guint32 is_open'.
15402
15403         * loader.c (method_from_methodspec): Check whether we're an open
15404         or closed constructed type and set `ginst->is_open'.
15405
15406         * reflection.c (mono_reflection_bind_generic_parameters): Check
15407         whether we're an open or closed constructed type and set
15408         `ginst->is_open'.
15409         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
15410         from open constructed types.
15411
15412 2003-11-15  Martin Baulig  <martin@ximian.com>
15413
15414         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15415         a generic instance (instead of a generic type declaration) with
15416         unbound generic parameters, bind them to our actual types.
15417
15418 2003-11-14  Martin Baulig  <martin@ximian.com>
15419
15420         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
15421
15422         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15423         an interface type, populate `res->interfaces' with instantiated
15424         versions of all the interfaces we inherit.
15425
15426 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
15427
15428         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
15429         when MONO_PATH is set but doesn't contain the install dir.
15430
15431 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15432
15433         * icall.c:
15434         (ves_icall_Type_GetInterfaces): don't return an interface twice when
15435         it's also implemented in base classes. Fixes bug #50927.
15436
15437 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
15438
15439         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
15440         if this method is called from a finalizer. Fixes #50913.
15441
15442 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
15443
15444         * threads.c: Implement VolatileRead/VolatileWrite
15445
15446         * icall.c: Add new icalls for VolatileRead/VolatileWrite
15447
15448 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15449
15450         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
15451         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
15452         2.95.3.
15453
15454         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
15455         from Peter Ross (pro@missioncriticalit.com).
15456         
15457 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
15458
15459         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
15460
15461 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15462
15463         * assembly.c (mono_assembly_load_references): Disable check because it
15464         triggers on older corlibs which lots of people have.
15465
15466 2003-11-12  Jackson Harper  <jackson@ximian.com>
15467
15468         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
15469         load corlib.dll if mscorlib.dll is not found.
15470         * assembly.h: Remove corlib name define.
15471         * class.c:
15472         * domain.c:
15473         * image.c: Change corlib name to mscorlib.
15474         
15475 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15476
15477         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
15478
15479 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
15480
15481         * appdomain.h: Added loader_optimization here to sync with the C#
15482         code, and add disallow_binding_redirects field.
15483
15484 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15485
15486         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
15487
15488         * reflection.c (mono_image_build_metadata): Fix crash on modules
15489         with no types.
15490
15491         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
15492
15493         * icall.c (ves_icall_get_method_info): Return callingConvention as
15494         well.
15495
15496         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
15497         namespaces from the EXPORTEDTYPE table as well.
15498
15499         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
15500         from all modules inside the assembly.
15501         
15502 2003-11-11  Martin Baulig  <martin@ximian.com>
15503
15504         * reflection.c (mono_reflection_bind_generic_parameters): Make
15505         this work for interfaces.
15506
15507 2003-11-11  Martin Baulig  <martin@ximian.com>
15508
15509         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
15510
15511 2003-11-11  Martin Baulig  <martin@ximian.com>
15512
15513         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
15514         "MonoInflatedMethod" and "MonoInflatedCtor".
15515
15516 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15517
15518         * reflection.c (resolution_scope_from_image): Use the assembly table
15519         from the manifest module, since other modules don't have it.
15520
15521         * debug-helpers.c (mono_type_full_name): New helper function.
15522
15523         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
15524
15525         * image.c (mono_image_load_file_for_image): New public function which
15526         is a replacement for the load_file_for_image in class.c.
15527
15528         * assembly.c (mono_assembly_load_module): A wrapper for the function
15529         above which does assembly association and reference loading too.
15530
15531         * class.c (mono_class_from_name): Call mono_assembly_load_module.
15532
15533 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15534
15535         * appdomain.c: not all of the attributes for the full assembly name
15536         are required and the order doesn't matter. Fixes bug #50787.
15537
15538 2003-11-10  Dick Porter  <dick@ximian.com>
15539
15540         * locales.c: Use platform-endian UTF16
15541
15542 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15543
15544         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15545         
15546 2003-11-10  Martin Baulig  <martin@ximian.com>
15547
15548         * metadata.c
15549         (mono_metadata_load_generic_params): Make this actually work.
15550
15551         * reflection.c (mono_reflection_bind_generic_parameters): If our
15552         parent is a generic instance, pass all the `types' to it, no
15553         matter whether it has the same number of type parameters or not.
15554
15555 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15556
15557         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15558
15559         * assembly.c (mono_assembly_load_references): Move the image<->assembly
15560         assignment code to this function so it gets called recursively for all
15561         modules.
15562
15563         * image.c (load_modules): Remove the assembly assignment since it is
15564         now done by mono_assembly_load_references.
15565         
15566         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15567         Add 'module' argument.
15568         (mono_module_get_types): New helper function.
15569         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
15570
15571 2003-11-08  Martin Baulig  <martin@ximian.com>
15572
15573         * class.c (mono_class_inflate_generic_method): Interface method
15574         don't have a header.
15575
15576         * reflection.c (mono_image_get_methodspec_token): Take an
15577         additional `MonoGenericInst *' argument instead of reading it from
15578         the header; this is necessary to support interfaces.
15579         (mono_image_create_token): Pass the `MonoGenericInst *' from the
15580         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
15581         (inflated_method_get_object): Take an additional `MonoGenericInst *'
15582         argument.
15583
15584         * reflection.h (MonoReflectionInflatedMethod): Added
15585         `MonoGenericInst *ginst'.
15586
15587 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
15588
15589         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
15590
15591 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
15592
15593         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
15594
15595 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
15596
15597         * reflection.c 
15598         (reflection_methodbuilder_from_method_builder):
15599         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
15600         initialize a ReflectionMethodBuilder structure.
15601         (mono_image_get_methodbuilder_token):
15602         (mono_image_get_ctorbuilder_token): New functions to emit memberref
15603         tokens which point to types in another module inside the same assembly.
15604
15605         * reflection.c: Use the new helper functions.
15606         
15607         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
15608
15609         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
15610         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
15611
15612         * reflection.c (resolution_scope_from_image): Emit a moduleref if
15613         neccesary.
15614
15615         * reflection.c (mono_image_build_metadata): Emit metadata only for the
15616         current module. Emit the manifest only for the main module.
15617
15618         * reflection.c (mono_image_create_token): Add assertion when a 
15619         memberref needs to be created.
15620
15621         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
15622
15623         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
15624         larger buffer for the custom attribute blob. Fixes #50637.
15625         
15626 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15627
15628         * threadpool.c: notify listener on async processing handles after
15629         invoking the async callback. Thanks to Zoltan.
15630
15631 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15632
15633         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
15634         avoid code duplication.
15635
15636         * reflection.h (MonoDynamicImage): New type which is currently unused,
15637         but will be used through the ref.emit code in place of 
15638         MonoDynamicAssembly.
15639
15640         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15641         object layout.
15642
15643         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
15644         a MonoDynamicImage instead of just a MonoImage.
15645         
15646         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
15647         icalls to ModuleBuilder but keep their semantics, so they will work
15648         with moduleb->assemblyb. This will change later.
15649         
15650 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15651
15652         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15653         object layout.
15654
15655         * reflection.c (mono_image_build_metadata): Avoid creation of a default
15656         main module, since it is now done by the managed code.
15657
15658 2003-11-03  Martin Baulig  <martin@ximian.com>
15659
15660         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
15661         `ginst->klass' here.
15662         (method_encode_methodspec): Don't use the `ginst->generic_method's
15663         klass if it's a generic instance, use `ginst->klass' in this case.
15664
15665 2003-11-03  Martin Baulig  <martin@ximian.com>
15666
15667         * reflection.c (mono_image_get_generic_method_param_info):
15668         Removed, use mono_image_get_generic_param_info() instead.
15669         (mono_image_get_type_info): Write the GenericParam table before
15670         the Method table.  This is neccessary because in the GenericParam
15671         table, type parameters of the class (ie. '!0' etc.) must come
15672         before the ones from its generic methods (ie. '!!0' etc).
15673
15674 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15675
15676         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
15677
15678 2003-11-02  Martin Baulig  <martin@ximian.com>
15679
15680         * reflection.c (create_generic_typespec): Take a
15681         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
15682         the generic parameters from it.
15683
15684 2003-11-02  Martin Baulig  <martin@ximian.com>
15685
15686         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
15687         instead of a `MonoClassField *' since we just need the type.
15688         (create_generic_typespec): New static function.  Creates a
15689         TypeSpec token for a generic type declaration.
15690         (mono_image_get_generic_field_token): New static function.
15691         (mono_image_create_token): If we're a FieldBuilder in a generic
15692         type declaration, call mono_image_get_generic_field_token() to get
15693         the token.
15694
15695 2003-11-02  Martin Baulig  <martin@ximian.com>
15696
15697         * reflection.h
15698         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
15699         `MonoReflectionGenericInst *declaring_type' and
15700         `MonoReflectionGenericInst *reflected_type' fields.
15701
15702         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
15703         `MonoReflectionGenericInst *declaring_type' and a
15704         `MonoReflectionGenericInst *reflected_type' argument instead of a
15705         single `MonoReflectionGenericInst *type' one.  Set
15706         `res->declaring_type' and `res->reflected_type' from them.
15707         (mono_reflection_inflate_field): Likewise.      
15708
15709 2003-11-02  Martin Baulig  <martin@ximian.com>
15710
15711         * class.c (mono_class_setup_vtable): Don't store generic methods
15712         in the vtable.  
15713
15714 2003-11-02  Martin Baulig  <martin@ximian.com>
15715
15716         * reflection.h (MonoReflectionGenericInst): Added
15717         `MonoReflectionType *declaring_type'.
15718
15719         * reflection.c (mono_reflection_bind_generic_parameters): Use
15720         `if (tb->parent)' instead of `klass->parent'.
15721
15722 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
15723
15724         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
15725         with an empty ASSEMBLY table.
15726
15727         * reflection.c (mono_image_build_metadata): Avoid using the same loop
15728         variable in the inner and outer loops.
15729
15730 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
15731
15732         * metadata.h (mono_metadata_make_token): Put parentheses around macro
15733         argument.
15734
15735         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
15736         
15737         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
15738         icalls. Instead, do everything in managed code. This is needed since
15739         it is hard to restore the original domain etc. in unmanaged code in the
15740         presence of undeniable exceptions.
15741
15742         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
15743         New icalls to push and pop appdomain refs.
15744
15745 2003-10-31  Martin Baulig  <martin@ximian.com>
15746
15747         * class.c (inflate_generic_type): Renamed to
15748         mono_class_inflate_generic_type() and made it public.
15749
15750         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
15751         New interncall.
15752
15753         * loader.c (mono_field_from_memberref): Also set the retklass for
15754         typespecs.
15755
15756         * fielder.c (mono_image_get_inflated_field_token): New static
15757         method; creates a metadata token for an inflated field.
15758         (mono_image_create_token, fixup_method): Added support for
15759         "MonoInflatedField".
15760         (fieldbuilder_to_mono_class_field): New static function.
15761         (mono_reflection_inflate_field): New public function.
15762
15763         * reflection.h
15764         (MonoReflectionGenericInst): Added `MonoArray *fields'.
15765         (MonoReflectionInflatedField): New typedef.     
15766
15767 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
15768
15769         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
15770         for Solaris and other platforms without s6_addr16
15771
15772 2003-10-30  Martin Baulig  <martin@ximian.com>
15773
15774         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
15775         argument instead of two.
15776         (mono_class_inflate_generic_signature): Likewise.
15777         (inflate_generic_header): Likewise.
15778         (mono_class_inflate_generic_method): Likewise.  In addition, if
15779         `ginst->klass' is set, it becomes the new `method->klass'.
15780
15781         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
15782         field.
15783
15784         * reflection.c (encode_generic_method_sig): Write a 0xa as the
15785         first byte. [FIXME]
15786         (method_encode_methodspec): If we have generic parameters, create
15787         a MethodSpec instead of a MethodRef.
15788         (fixup_method): Added support for "MonoInflatedMethod" and
15789         "MonoInflatedCtor".
15790         (mono_image_create_token): Added support for "MonoInflatedMethod"
15791         and "MonoInflatedCtor".
15792         (inflated_method_get_object): New static function; returns a
15793         managed "System.Reflection.MonoInflatedMethod" object.
15794         (mono_reflection_bind_generic_method_parameters): Return a
15795         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
15796         (mono_reflection_inflate_method_or_ctor): Likewise.
15797         (mono_image_get_generic_method_param_info): Initialize unused
15798         fields to zero.
15799         (mono_image_get_generic_param_info): Likewise.
15800
15801         * reflection.h (MonoReflectionInflatedMethod): New public
15802         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
15803         "S.R.MonoInflatedCtor" classes.
15804
15805         * loader.c (method_from_memberref): If we're a TypeSpec and it
15806         resolves to a generic instance, inflate the method.
15807
15808 2003-10-28  Dick Porter  <dick@ximian.com>
15809
15810         * object.c (mono_runtime_run_main): Convert command-line arguments
15811         into utf8, falling back to the user's locale encoding to do so.
15812
15813 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
15814
15815         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
15816         at this time.
15817
15818         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
15819
15820         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
15821         up icalls at method definition time. Partially fixes #33569.
15822
15823 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
15824
15825         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
15826         marshalling of arrays. Fixes #50116.
15827
15828         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
15829
15830         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
15831         points to a vtable in the dying appdomain.
15832
15833         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
15834         listeners into unmanaged code inside the lock.
15835
15836         * object.c (mono_class_vtable): Turn off typed allocation in non-root
15837         domains and add some comments.
15838
15839 2003-10-25  Martin Baulig  <martin@ximian.com>
15840
15841         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
15842
15843         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
15844
15845         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
15846         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
15847         currently parsing.  Create the generic class and store it in
15848         `generic_inst->klass' before parsing the type arguments.  This is
15849         required to support "recursive" definitions; see mcs/tests/gen-23.cs
15850         for an example.
15851         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
15852         to support recursive typespec entries.
15853
15854         * class.c (mono_class_setup_parent): If our parent is a generic
15855         instance, we may get called before it has its name set.
15856         (mono_class_from_generic): Splitted into
15857         mono_class_create_from_generic() and mono_class_initialize_generic().
15858
15859 2003-10-25  Martin Baulig  <martin@ximian.com>
15860
15861         * icall.c (ves_icall_Type_BindGenericParameters): Return a
15862         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
15863         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
15864         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
15865
15866         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
15867         (create_typespec): Likewise.
15868         (mono_reflection_bind_generic_parameters): Return a
15869         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
15870         (mono_reflection_inflate_method_or_ctor): New public function.
15871
15872         * reflection.h (MonoReflectionGenericInst): New typedef.        
15873
15874 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
15875
15876         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
15877         inside the domain lock. Fixes #49993.
15878         
15879         * object.c (mono_class_vtable): When typed allocation is used, 
15880         allocate vtables in the GC heap instead of in the mempool, since the
15881         vtables contain GC descriptors which are used by the collector even
15882         after the domain owning the mempool is unloaded.
15883
15884         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
15885
15886         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
15887         reflect what it does. Also invalidate mempools instead of freeing
15888         them if a define is set.
15889
15890         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
15891         of the appdomain.
15892         
15893         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
15894         hold the finalizable objects in this domain.
15895
15896         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
15897         appdomain.
15898
15899         * appdomain.c (mono_domain_set): New function to set the current
15900         appdomain, but only if it is not being unloaded.
15901
15902         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
15903         appdomain which is being unloaded.
15904         
15905         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
15906         unloading of the root appdomain.
15907
15908         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
15909         icall to execute a method in another appdomain. Intended as a 
15910         replacement for InternalSetDomain, which can confuse the code 
15911         generation in the JIT.
15912
15913         * appdomain.c (mono_domain_is_unloading): New function to determine
15914         whenever an appdomain is unloading.
15915
15916         * appdomain.c (mono_domain_unload): New function to correctly unload
15917         an appdomain.
15918
15919         * assembly.c (mono_assembly_load_references): Check that an assembly
15920         does not references itself.
15921
15922         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
15923         domain manually, it asks the finalizer thread to do it, then waits for
15924         the result. Also added a timeout.
15925
15926         * icall.c: Register the new icalls.
15927
15928         * threads.h threads.c: Export the mono_gc_stop_world and 
15929         mono_gc_start_world functions.
15930         
15931         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
15932         function to fill out the mempool with 0x2a.
15933
15934 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
15935
15936         * reflection.h (MonoReflectionMethodAux): New structure to store
15937         information which is rarely used, thus is not in the MonoMethod
15938         structure.
15939
15940         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
15941         store the aux info.
15942
15943         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
15944         and marshalling info into the aux structure.
15945
15946         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
15947         from the aux structure.
15948
15949         * loader.c (mono_method_get_param_names): Retrieve the param names from
15950         the aux structure.
15951         
15952 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
15953
15954         * exception.h exception.c: Add AppDomainUnloadedException && fix 
15955         warning.
15956
15957 2003-10-21  Dick Porter  <dick@ximian.com>
15958
15959         * socket-io.c
15960         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
15961         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
15962
15963 2003-10-21  Martin Baulig  <martin@ximian.com>
15964
15965         * reflection.c (mono_reflection_bind_generic_parameters):
15966         `klass->parent' is NULL for interfaces.
15967
15968 2003-10-21  Martin Baulig  <martin@ximian.com>
15969
15970         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15971
15972 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
15973
15974         * exception.c (mono_exception_from_name_msg): New helper function for
15975         creating exceptions and initializing their message field.
15976
15977         * exception.c: Simplify functions using the new helper.
15978
15979         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
15980         New function.
15981
15982         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
15983         mono_raise_exception, since otherwise gcc doesn't generate the function
15984         epilog for raise_exception, confusing the stack unwinding in the JIT.
15985         Fixes #45043.
15986
15987         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
15988         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
15989         Fixes #49499.
15990
15991 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15992
15993         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
15994         utf8.
15995
15996 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
15997
15998         * icall.c: Removed GetUninitializedObject method because
15999           AllocateUninitializedClassInstance does the same.
16000
16001 2003-10-18  Martin Baulig  <martin@ximian.com>
16002
16003         * class.c (inflate_generic_signature): Renamed to
16004         mono_class_inflate_generic_signature() and made it public.
16005         (my_mono_class_from_generic_parameter): New static function; if we
16006         don't already have the generic parameter's MonoClass, create a
16007         very simple one which is just used internally in the runtime and
16008         not passed back to managed code.
16009
16010         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
16011
16012         * metadata.h (MonoMethodSignature): Moved the
16013         `MonoGenericParam *gen_params' to the MonoMethodHeader.
16014         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
16015
16016         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
16017         ves_icall_MonoMethod_GetGenericArguments(); this is now an
16018         interncall on the MonoMethod class, not on MethodInfo.
16019         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
16020         calling mono_reflection_bind_generic_method_parameters() directly.
16021
16022         * loader.c (mono_method_get_signature): If this is a MethodSpec;
16023         return the already computed `method->signature'.
16024         (method_from_methodspec): New static function to load a method
16025         from a MethodSpec entry.
16026         (mono_get_method_from_token): Call the new method_from_methodspec()
16027         for MethodSpec tokens.  
16028         (mono_get_method_from_token): If we're a generic method, load the
16029         type parameters.
16030
16031         * reflection.c (mono_image_get_memberref_token): Allow
16032         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
16033         table.
16034         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
16035         (mono_image_create_token): First check whether it's a generic
16036         method (so we'd need to create a MethodSpec), then do the other
16037         two alternatives.
16038         (mono_reflection_bind_generic_method_parameters): Return a
16039         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
16040         called directly from the interncall.
16041
16042 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
16043
16044         * reflection.c (load_public_key): Move loading of the public key
16045         into managed code.
16046
16047         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
16048
16049         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
16050         fields.
16051
16052         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
16053         culture, hash_alg and public_key. Fixes #49555.
16054
16055 2003-10-17  Martin Baulig  <martin@ximian.com>
16056
16057         * class.h (MonoGenericInst): Moved this declaration here and added
16058         `MonoMethod *generic_method'.
16059
16060         * icall.c
16061         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
16062         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
16063
16064         * metadata.c (mono_metadata_type_equal): Two types of
16065         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
16066         index; ie. don't compare the address of the `MonoGenericParam'
16067         structure.
16068         (mono_metadata_load_generic_params): Removed the `MonoMethod
16069         *method' argument.
16070
16071         * metadata.h (MonoGenericInst): Moved declaration to class.h.
16072         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
16073
16074         * reflection.c (method_encode_signature): Encode the number of
16075         generic parameters.
16076         (encode_generic_method_sig): New static function.
16077         (method_encode_methodspec): New static function; creates an entry
16078         in the MethodSpec table for a generic method.
16079         (mono_image_get_methodspec_token): New static function.
16080         (mono_image_create_token): Call mono_image_get_methodspec_token()
16081         for generic methods.
16082         (mono_reflection_bind_generic_method_parameters): New public
16083         function.  Instantiates a generic method.
16084
16085 2003-10-16  Martin Baulig  <martin@ximian.com>
16086
16087         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
16088         *gen_params' here from MonoMethodHeader.
16089
16090         * metadata.c (mono_metadata_parse_method_signature): If we have
16091         generic parameters, initialize `method->gen_params' and then set
16092         the correct `type->data.generic_param' in all the parameters.
16093
16094 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
16095
16096         * threads.c (mono_threads_get_default_stacksize): New function to 
16097         return the default stacksize.
16098
16099         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
16100         termination of the finalizer thread, since the previous method had
16101         race conditions. Fixes #49628.
16102
16103         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
16104         as for the other managed threads.
16105
16106 2003-10-16  Martin Baulig  <martin@ximian.com>
16107
16108         * class.c (inflate_generic_signature): Copy `generic_param_count'
16109         and `gen_params'.
16110
16111         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
16112         New interncall.
16113
16114         * metadata.c (mono_metadata_parse_method_signature): Actually set
16115         the `method->generic_param_count' here.
16116         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
16117
16118 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
16119
16120         * object.h: Add a new field to TypedRef to simplify the implementation
16121         of the REFANY opcodes in the JIT.
16122
16123         * icall.c: Make use of the new field.
16124
16125         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
16126         dynamically.
16127
16128 2003-10-15  Martin Baulig  <martin@ximian.com>
16129
16130         * class.c (mono_class_from_gen_param): Renamed to
16131         mono_class_from_generic_parameter() and moved most of the
16132         functionality from mono_reflection_define_generic_parameter()
16133         here; ie. we create a "real" class here.
16134         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
16135         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
16136         previously been called.
16137
16138         * class.h (MonoGenericParam): Moved the declaration of this struct
16139         here from metadata.h and added `MonoMethod *method'.
16140
16141         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
16142         interncall.
16143
16144         * loader.c (mono_get_method_from_token): If we have any generic
16145         parameters, call mono_metadata_load_generic_params() to read them
16146         from the MONO_TABLE_GENERICPAR.
16147
16148         * metadata.c (mono_metadata_load_generic_params): Added
16149         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
16150
16151         * metadata.h (MonoMethodSignature): Replaced
16152         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
16153         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
16154
16155         * reflection.c (mono_reflection_define_generic_parameter): Moved
16156         most of the functionality into the new
16157         mono_class_from_generic_parameter(); set the `method' field if
16158         we're a method parameter.       
16159
16160 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
16161
16162         * marshal.c (emit_struct_conv): if native size is 0
16163         emit no code.
16164
16165 2003-10-14  Martin Baulig  <martin@ximian.com>
16166
16167         * icall.c: The generics API has changed in the spec since it was
16168         added to System.Type; these modifications make it match the spec
16169         again.
16170         (ves_icall_Type_GetGenericParameters): Renamed to
16171         `ves_icall_Type_GetGenericArguments'.
16172         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
16173         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
16174         `ves_icall_MonoType_get_HasGenericArguments'.
16175         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
16176         `ves_icall_MonoType_get_IsGenericParameter'.
16177         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
16178         this is no interncall anymore.
16179         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
16180         `ves_icall_TypeBuilder_get_IsGenericParameter'.
16181
16182 2003-10-14  Martin Baulig  <martin@ximian.com>
16183
16184         * reflection.c (mono_reflection_bind_generic_parameters): Also
16185         inflate generic methods if we're reading the class from IL.
16186
16187 2003-10-13  Martin Baulig  <martin@ximian.com>
16188
16189         * reflection.c (mono_reflection_define_generic_parameter): This
16190         method isn't called directly from the icall anymore; take a
16191         `MonoReflectionAssemblyBuilder *' so we can use this for type and
16192         method generic parameters.
16193         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
16194         (method_builder_encode_signature): Encode generic parameters.
16195         (mono_image_get_method_info): Write generic params to the
16196         MONO_TABLE_GENERICPARAM table.
16197
16198         * reflection.h (MonoReflectionMethodBuilder): Added
16199         `MonoArray *generic_params'.
16200
16201         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
16202
16203         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
16204         wrapper for mono_reflection_define_generic_parameter().
16205         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
16206
16207 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
16208
16209         * marshal.h: Add missing function to fix build.
16210
16211         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
16212         the SetLastError pinvoke attribute.
16213
16214         * marshal.c (mono_marshal_set_last_error): New helper function called
16215         by the generated code.
16216         
16217         * marshal.c (mono_mb_emit_branch): New helper function.
16218
16219         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
16220
16221         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
16222         classes as parameters and return values of delegates. Fixes #29256. 
16223
16224 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
16225
16226         * locales.c: use gint32 in non HAVE_ICU case
16227
16228 2003-10-11  Martin Baulig  <martin@ximian.com>
16229
16230         * mono-debug.c (mono_debug_add_method): Added a workaround for
16231         bug #48591.
16232
16233 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
16234
16235         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
16236         delegates passed to native code must use the STDCALL calling 
16237         convention. Fixes #35987.
16238
16239 2003-10-10  Martin Baulig  <martin@ximian.com>
16240
16241         * class.c (inflate_generic_type): If we're inflating for a generic
16242         type instance (and not for a generic method), return
16243         MONO_TYPE_MVAR unchanged.
16244
16245 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16246
16247         * string-icalls.c: Join ignores null strings in the source array.
16248         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
16249         * threads.c: GetAvailableTheads is slightly more accurate.
16250
16251 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
16252
16253         * threads.h threads.c : add mono_threads_set_default_stacksize
16254         and pass default to CreateThread calls.
16255
16256 2003-10-09  Dick Porter  <dick@ximian.com>
16257
16258         * icall.c:
16259         * locales.h:
16260         * locales.c: Internal calls for constructing CultureInfo and
16261         related objects from libicu (if its available.)
16262
16263 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
16264
16265         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
16266
16267 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16268
16269         * threadpool.c: added an argument to async_invoke_thread that is the
16270         item to process, pass the MonoAsyncResult to the thread start function
16271         when creating a new thread. This way we don't need to acquire any lock
16272         when we're creating a new thread. Readded a semaphore for faster
16273         response times (instead of that Sleep i added).
16274
16275 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
16276
16277         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
16278         get daylight change dates better on Windows, fix handling
16279         of platforms without tm_gmtoff.
16280
16281 2003-10-06  Martin Baulig  <martin@ximian.com>
16282
16283         * class.c (inflate_generic_method): Renamed to
16284         mono_class_inflate_generic_method() and made public.
16285         (mono_class_init): Don't inflate the generic methods here.
16286         (mono_class_from_generic): Added `gboolean inflate_methods'
16287         argument.  Inflate the methods here.
16288
16289         * loader.c (mono_method_get_param_names): Ignore instances of
16290         generic types for the moment.
16291
16292         * reflection.c (fixup_method): Added support for inflated methods.
16293         (mono_image_create_token): Use mono_image_get_methodref_token()
16294         for inflated methods.
16295         (mono_custom_attrs_from_param): Ignore instances of generic types
16296         for the moment.
16297         (mono_reflection_bind_generic_parameters): New public function.
16298         Moved all the functionality from
16299         ves_icall_Type_BindGenericParameters() here and added support for
16300         dynamic types.
16301         (mono_reflection_define_generic_parameter): Initialize
16302         `klass->methods' here.
16303
16304         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
16305         functionality into mono_reflection_define_generic_parameter().
16306         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
16307         TypeBuilder, return that TypeBuilder.
16308
16309 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16310
16311         * appdomain.c: removed mono_delegate_semaphore.
16312
16313         * threadpool.c:
16314         (mono_thread_pool_add): moved hash table creation inside and the thread 
16315         creation outside of the critical region.
16316         (mono_thread_pool_finish): removed obsolete code.
16317         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
16318         continue or exit the thread depending on the queue.
16319
16320 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
16321
16322         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
16323         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
16324         handle more bool marshalling options
16325
16326 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
16327
16328         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
16329         arrays of structs. Also add a more descriptive error message when
16330         a structure member is marshalled as LPArray.
16331
16332 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
16333
16334         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16335         marshalling arrays of complex types. Fixes #29098. Also remove an
16336         usused and incomplete function.
16337
16338 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16339
16340         * gc.c: report heap_size - free_bytes as total memory allocated
16341         (bug#49362).
16342
16343 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
16344
16345         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
16346         fix timezone handling problems on Windows.
16347         
16348         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
16349         asserts when the year is outside the range handled by ms the functions.
16350
16351         * class.c (setup_interface_offsets): If the class is an interface,
16352         fill out its interface_offsets slot.
16353
16354 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16355
16356         * threadpool.c: mark threadpool threads as background.
16357
16358 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
16359
16360         * decimal.c - define DECINLINE to nothing if not using GCC
16361
16362 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
16363
16364         * assembly.c: More refcount fixes.
16365
16366 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16367
16368         * string-icalls.c: if we're not trimming, return the same string.
16369         When not splitting, don't create a new string.
16370
16371 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16372
16373         * image.c:
16374         (mono_image_open): increment the ref_count inside the critical section.
16375
16376 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
16377
16378         * image.c (mono_image_open): Fix reference counting bug.
16379
16380 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
16381
16382         * marshal.c (mono_marshal_type_size) struct alignment changed for 
16383         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
16384         64bits. Avoid leak in mono_marshal_get_native_wrapper when
16385         mono_lookup_pinvoke_call throws.        
16386
16387 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
16388
16389         * reflection.c (mono_reflection_parse_type): Fix #49114.
16390
16391         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
16392         temporary workaround for cygwin header problem.
16393
16394         * object.c (mono_object_isinst): Synchronize this with the code
16395         generated by the JIT for casts.
16396
16397 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
16398
16399         * reflection.c (encode_type): Fix #38332.
16400
16401 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
16402
16403         * marshal.c (mono_marshal_method_from_wrapper): New function to return
16404         the original method from the wrapper method.
16405
16406 2003-09-25  Martin Baulig  <martin@ximian.com>
16407
16408         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
16409         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
16410         (ves_icall_Type_get_IsGenericInstance): New interncall.
16411
16412 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
16413
16414         * object.c: fix cast warning in big endian code.
16415
16416 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
16417
16418         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
16419         
16420 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16421
16422         * assembly.c: don't call check_env from mono_assembly_load. It's
16423         already done once in mono_assemblies_init and may cause headaches when
16424         multiple threads are loading assemblies.
16425
16426 2003-09-19  Martin Baulig  <martin@ximian.com>
16427
16428         * reflection.c (mono_reflection_define_generic_parameter): Don't
16429         allocate `klass->methods', set `klass->flags' to
16430         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
16431
16432 2003-09-18  Martin Baulig  <martin@ximian.com>
16433
16434         * class.c (mono_class_init): Don't create `class->methods' if it's
16435         already initialized.
16436
16437         * metadata.c (mono_metadata_load_generic_params): Make this
16438         actually work.
16439
16440         * reflection.c (mono_reflection_define_generic_parameter): Set
16441         parent class and interfaces from the constraints.
16442
16443         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
16444         to keep this struct in sync with the declaration in TypeBuilder.cs.
16445
16446 2003-09-17  Martin Baulig  <martin@ximian.com>
16447
16448         * metadata.h (MonoType): Replaced the data's `int type_param'
16449         field with `MonoGenericParam *generic_param'.
16450         (MonoGenericParam): Added `MonoClass *klass'.
16451
16452         * class.c (mono_class_from_gen_param): Removed the
16453         `MonoImage *image' and `int type_num' arguments.
16454
16455         * metadata.c (mono_metadata_parse_generic_param): New static
16456         method; creates a MonoGenericParam which just contains the index.
16457         (do_mono_metadata_parse_type): Call
16458         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
16459         MONO_TYPE_MVAR.
16460
16461         * reflection.c (mono_image_typedef_or_ref): Generic type
16462         parameters may be in the same assembly, but never use a typedef
16463         for them.
16464         (mono_reflection_define_generic_parameter): We're now creating a
16465         "real" class for the type parameter; it's now safe to call
16466         mono_class_from_mono_type() on the class'es type, it'll do the
16467         right thing.
16468
16469 2003-09-16  Martin Baulig  <martin@ximian.com>
16470
16471         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
16472         `symfile->range_entry_size' and `symfile->class_entry_size' here;
16473         the `symfile' data structure must be fully initialized before it
16474         gets added to the table.
16475
16476 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
16477
16478         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
16479
16480         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
16481         class init trampolines.
16482
16483 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
16484
16485         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
16486         to the built-in profiler to turn off time and allocation profiling
16487         respectively.
16488
16489 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16490
16491         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
16492         g_direct_equal.
16493
16494         * debug-helpers.c (mono_method_full_name): Print the wrapper type
16495         in human readable form.
16496
16497 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16498
16499         * reflection.c icall.c: Fixed warnings.
16500
16501         * image.c (load_class_names): Use a temporary hash table to hold the
16502         namespaces in order to avoid doing many string comparisons.
16503
16504         * image.h: Fix typo.
16505
16506         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
16507         Pass NULL instead of g_direct_equal to the GHashTable constructor 
16508         since the NULL case is short-circuited inside g_hash_table_lookup, 
16509         leading to better performance.  
16510
16511         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
16512         obtain the first custom attribute for a given index. Depends on the
16513         CustomAttribute table being sorted by the parent field.
16514
16515         * reflection.c (mono_custom_attrs_from_index): Use the new function 
16516         for better performance.
16517
16518 2003-09-07  Martin Baulig  <martin@ximian.com>
16519
16520         * class.c (mono_class_init): If we're a generic instance, inflate
16521         all our methods instead of loading them from the image.
16522         (mono_class_from_generic): Set `class->methods = gklass->methods'.
16523
16524 2003-09-07  Martin Baulig  <martin@ximian.com>
16525
16526         * mono-debug-debugger.c: Added support for constructors.
16527
16528 2003-09-06  Martin Baulig  <martin@ximian.com>
16529
16530         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
16531         New interncall.
16532
16533         * reflection.c (mono_reflection_setup_generic_class): Call
16534         ensure_runtime_vtable() to create the vtable.
16535
16536 2003-09-05  Martin Baulig  <martin@ximian.com>
16537
16538         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
16539         MONO_TYPE_MVAR.
16540
16541 2003-09-04  Martin Baulig  <martin@ximian.com>
16542
16543         * reflection.c (mono_reflection_define_generic_parameter): Generic
16544         parameters start with zero.
16545
16546 2003-09-04  Martin Baulig  <martin@ximian.com>
16547
16548         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16549
16550         * reflection.h (MonoReflectionGenericParam): New typedef.
16551         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
16552         the generic parameters from the managed TypeBuilder.
16553
16554         * reflection.c (mono_reflection_define_generic_parameter): New function.
16555         (mono_reflection_create_runtime_class): Encode generic parameters.
16556         (mono_reflection_setup_generic_class): New function; this is
16557         called after adding adding all generic params to the TypeBuilder.
16558         (encode_type): Added MONO_TYPE_VAR.
16559
16560 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16561
16562         * class.h class.c (mono_class_needs_cctor_run): Moved this method
16563         here from the JIT.
16564
16565         * assembly.h assembly.c: Moved the AOT loading code into an assembly
16566         load hook.
16567
16568 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
16569
16570         * reflection.h reflection.c class.h class.c: Delete duplicate 
16571         definition of mono_type_get_name () from reflection.c and export the
16572         one in class.c.
16573
16574         * class.c: Class loading fixes from Bernie Solomon 
16575         (bernard@ugsolutions.com).
16576
16577         * reflection.c: Endianness fixes from Bernie Solomon 
16578         (bernard@ugsolutions.com).
16579         
16580 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16581
16582         * assembly.h assembly.c: Define a file format version for AOT
16583         libraries.
16584         
16585         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
16586
16587         * appdomain.h (MonoJitInfo): New field to determine whenever the
16588         code is domain neutral.
16589         
16590 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
16591
16592         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
16593
16594 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16595
16596         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
16597         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
16598         Avoid caching the result since strings must be domain specific. Fixes
16599         #48050.
16600
16601 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
16602
16603         * marshal.c (mono_marshal_init): Make this callable multiple times
16604         since it is hard to find a correct place to call it.
16605
16606         * object.c (mono_runtime_class_init): Execute static constructors in
16607         the correct appdomain.
16608
16609         * image.c (build_guid_table): Handle the case when multiple images have
16610         the same GUID.
16611
16612 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16613
16614         * icall.c: added a couple of icalls for System.Web.
16615
16616 2003-08-28  Martin Baulig  <martin@ximian.com>
16617
16618         * icall.c (ves_icall_Type_BindGenericParameters): Use
16619         `klass->generic_inst' instead of `&klass->byval_arg' in the
16620         mono_type_get_object() call.  The returned type must be
16621         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
16622
16623 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
16624
16625         * NOTES: New file.
16626
16627         * object.c (mono_class_proxy_vtable): Make it thread safe.
16628
16629         * pedump.c: Fix warning.
16630
16631         * object.c appdomain.h: Get rid of metadata_section. 
16632         It is no longer needed and it was causing deadlocks with domain->lock.
16633
16634         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
16635
16636 2003-08-26  Martin Baulig  <martin@ximian.com>
16637
16638         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
16639
16640 2003-08-26  Martin Baulig  <martin@ximian.com>
16641
16642         * pedump.c (main): Call mono_metadata_init(),
16643         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
16644         and mono_loader_init().
16645
16646 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
16647
16648         * loader.h: Add missing include to fix build.
16649
16650         * image.h: mono_image_load_references is no more.
16651
16652         * assembly.c: Reworked assembly loading to make it really thread safe.
16653         After these changes, the assembly returned by mono_assembly_open is
16654         fully initialized, i.e. all its references assemblies are loaded.
16655
16656         * assembly.c (mono_image_load_references): Renamed to 
16657         mono_assembly_load_references, and made private, since clients no
16658         longer need to call it.
16659
16660         * class.c: Removed calls to mono_assembly_load_references, since it was
16661         a source of deadlocks.
16662
16663         * loader.h loader.c class.h class.c: Protect data structures using a 
16664         new lock, the loader lock.
16665
16666         * class.c (mono_class_setup_vtable): Create temporary hash tables and
16667         GPtrArrays only when needed.
16668
16669         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
16670         into empty structures by mcs. Fixes pinvoke7.cs.
16671         
16672         * domain.c (mono_init): Call a new initialization function.
16673
16674         * appdomain.c (mono_runtime_init): Call the new initializer function
16675         of the marshal module.
16676
16677         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
16678         inserted into empty structures by mcs. Fixes pinvoke7.cs.
16679
16680         * marshal.h marshal.c: Added locks around the wrapper caches to make
16681         this module thread safe.
16682
16683         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
16684         this argument. Fixes pinvoke1.exe.
16685
16686 2003-08-25  Lluis Sanchez <lluis@ximian.com>
16687
16688         * object.h: Added call_type field to MonoMethodMessage and the corresponding
16689         enumeration of values. Removed fields to store remote call output values in
16690         MonoAsyncResult. Not needed any more.
16691         * object.c: Initialize call_type and async_result fields in mono_message_init.
16692         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
16693         dispatching the message.
16694         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
16695         async call to finish. To do it use a message with EndInvoke call type.
16696
16697 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
16698
16699         * loader.h loader.c (mono_method_hash_marhal_info): New function which
16700         determines whenever a method has marshalling info.
16701
16702 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16703
16704         * assembly.c: fix the build on windows.
16705
16706 2003-08-22 Lluis Sanchez <lluis@ximian.com>
16707
16708         * object.cs: Fixed bug #47785.
16709
16710 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
16711
16712         * string-icalls.c (StringReplace): If their are no occurances of
16713         the old string found return a reference to the supplied
16714         string. This saves some memory and matches MS behavoir.
16715         
16716 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16717
16718         * socket-io.c: fixed compilation for systems that define AF_INET6
16719         and don't define SOL_IP/SOL_IPV6.
16720
16721 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
16722
16723         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
16724         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
16725
16726         * rawbuffer.c rawbuffer.h: Make this module thread safe.
16727
16728         * domain.c: Make this module thread safe.
16729
16730         * domain.c (mono_init): Call new initialization function.
16731
16732         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
16733         reference types too. Fixes #38812.
16734
16735         * image.c (mono_image_init): Fixed warnings.
16736
16737         * class.c (mono_class_from_typeref): Handle assembly load failure
16738         correctly.
16739
16740         * appdomain.c (add_assemblies_to_domain): Handle the case when
16741         the references of an assembly are not yet loaded.
16742
16743         * metadata.c image.c assembly.c: Moved initialization of global
16744         variables to a separate function called at startup since lazy 
16745         initialization of these variables is not thread safe.
16746         
16747         * image.c assembly.c: Made this module thread safe by adding locks in 
16748         the appropriate places.
16749
16750         * domain.c (mono_init): Call the new initialization functions of the
16751         three modules.
16752
16753 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
16754
16755         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
16756           make a direct call. It is proxy's work to make the call asynchronous.
16757           mono_delegate_end_invoke(): If the targe is a proxy, just collect
16758           the return values.
16759         * object.cs: mono_method_call_message_new(): read AsyncResult and
16760           state object from parameters list, if this info is requested.
16761         * object.h: Added fields to store remote call output values in
16762           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
16763
16764 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16765
16766         * object.h: add needed fields to MonoThread.
16767         * threads.c, threads.h: allow registering a function to cleanup data
16768         allocated per thread by the JIT.
16769
16770 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16771
16772         * loader.h: portability fix by Bernie Solomon
16773         * <bernard@ugsolutions.com>.
16774
16775 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
16776
16777         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
16778         return a MonoArray. This simplifies the code and also ensures that
16779         the cache allways contains an object reference as a value.
16780
16781         * icall.c (ves_icall_get_parameter_info): Simplified using the new
16782         function.
16783
16784 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16785
16786         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
16787         fixes a problem with byte ordering when getting the address family for
16788         a socket.
16789
16790 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
16791
16792         * .cvsignore: Added monosn.
16793
16794         * reflection.h reflection.c loader.c: Added support for parameter
16795         marshalling to dynamically created types. Fixes #47295.
16796
16797 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
16798
16799         * rand.c: remove useless warnings.
16800
16801 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16802
16803         * class.c: implemented ldtoken for methods and fieldrefs.
16804
16805 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16806
16807         * threadpool.c: when mono_async_invoke was called, no one took care of
16808         monitoring the queue. So if the method invoked took some time and we
16809         got new async invoke requests after 500 ms (the thread created waited
16810         that long in WaitForSingleObject), the new async invoke was not called
16811         until the previous one finished.
16812
16813         This is fixed now. Thanks to Totte for helping with it.
16814
16815 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16816
16817         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
16818
16819 2003-08-11  Martin Baulig  <martin@ximian.com>
16820
16821         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
16822
16823 2003-08-06  Martin Baulig  <martin@ximian.com>
16824
16825         * mono-debug-debugger.c: Added support for static fields,
16826         properties and methods.
16827
16828 2003-08-06  Martin Baulig  <martin@ximian.com>
16829
16830         * mono-debug-debugger.c: Don't store the MonoString's vtable to
16831         make this work for applications with multiple application domains.
16832
16833 2003-08-04  Martin Baulig  <martin@ximian.com>
16834
16835         * mono-debug-debugger.c: Completely reworked the type support; the
16836         most important thing is that we're now just using one single
16837         `MonoType' instance per type.
16838
16839 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
16840
16841         * mono-endian.h, mono-endian.c, icall.c: Added icall
16842         ves_icall_System_Double_AssertEndianity to assert double word endianity
16843         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
16844
16845 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16846
16847         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
16848         support, icalls and fixes.
16849
16850 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
16851
16852         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
16853         classes that are a punctuation character in .NET is not the same a
16854         g_unichar_ispunct.
16855
16856 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16857
16858         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
16859
16860 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
16861
16862         * icall.c: Add new MemCopy internalcall.
16863         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
16864         Simplified code; It is not necessary to handle all the cases here,
16865         as the C# code takes care of it.  Only handle the case of the name
16866         resource embedded into the assembly.
16867
16868         Changed signature to return the data pointer and the size of the
16869         data. 
16870
16871 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
16872
16873         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
16874         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
16875
16876 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16877
16878         * socket-io.c: ignore EINTR error in select.
16879
16880 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
16881
16882         * class.h, class.c: removed unused subclasses field in MonoClass.
16883
16884 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16885
16886         * icall.c: improve fix of get_base_definition(). If the parent class
16887           doesn't have the mehod, look at the parent of the parent.
16888         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
16889           to check if a parameter is an in or out parameter
16890           (PARAM_ATTRIBUTE_IN is not set by default).
16891           mono_method_return_message_restore(): Use mono_class_value_size to
16892           get the size of a value type. mono_type_stack_size (parameterType)
16893           does not return the correct value if parameterType is byRef.
16894           mono_load_remote_field(), mono_load_remote_field_new(),
16895           mono_store_remote_field(), mono_store_remote_field_new():
16896           raise exception if the remote call returns an exception.
16897
16898 2003-07-28  Martin Baulig  <martin@ximian.com>
16899
16900         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
16901         method.  This is a wrapper around mono_runtime_invoke() which
16902         boxes the instance object if neccessary.
16903
16904 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16905
16906         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
16907         metadata.h, row-indexes.h, verify.c: first cut of generics support.
16908
16909 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16910
16911         * icall.c: disable mcs bug workaround.
16912
16913 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
16914
16915         * object.c (mono_runtime_class_init): Take the metadata_section
16916         mutex before obtaining the domain mutex.
16917
16918         * appdomain.h: Added definition of metadata_section mutex here. 
16919
16920         * object.c: define metadata_mutex here.
16921
16922 2003-07-24  Ravi Pratap  <ravi@ximian.com>
16923
16924         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
16925         fixed.
16926
16927 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
16928
16929         * reflection.c: Fix bug #46669
16930
16931 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16932
16933         * exception.c:
16934         * exception.h:
16935         * icall.c:
16936         * object.h: fill in the type name for TypeLoadException.
16937
16938 2003-07-23  Ravi Pratap  <ravi@ximian.com>
16939
16940         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
16941         relationship between TypeBuilders while compiling corlib) and bug
16942         45993 (Array types returned from the runtime while compiling
16943         corlib were from the loaded corlib).
16944
16945 2003-07-22  Martin Baulig  <martin@ximian.com>
16946
16947         * mono-debug-debugger.c: Reworked the type support a bit more;
16948         distinguish between types and classes.
16949
16950 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
16951
16952         * icall.c: add IsArrayImpl icall.
16953
16954 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
16955
16956         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
16957         initializing real_size only once. Also fix bug #46602.
16958
16959 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
16960
16961         * object.c: Renamed mono_metadata_section to metadata_section.
16962
16963 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
16964
16965         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
16966           empty array if the type is an array. Fixed.
16967           ves_icall_MonoMethod_get_base_definition: if the base method
16968           is abstract, get the MethodInfo from the list of methods of
16969           the class.
16970         * reflection.c: ParameterInfo.PositionImpl should be zero-based
16971           and it was 1-based. Fixed in mono_param_get_objects.
16972
16973 2003-07-20  Martin Baulig  <martin@ximian.com>
16974
16975         * mono-debug.h: Set version number to 31.
16976         (mono_debug_init): Added `MonoDomain *' argument.
16977
16978         * mono-debug-debugger.c: Reworked the type support; explicitly
16979         tell the debugger about builtin types; pass the `klass' address to
16980         the debugger.
16981
16982 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
16983
16984         * image.c: Allow new metadata tables to be loaded without a
16985         warning. Also update the warning message to give the new constant value.
16986                 
16987 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
16988
16989         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
16990         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
16991         array type representation changes.
16992
16993 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16994
16995         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
16996         on Environment.Exit () call.
16997
16998 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16999
17000         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
17001         requires a matching corlib.
17002
17003 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
17004
17005         * Changelog: My editor decided to add a CR to each line. Sorry about that.
17006           Committed again without the CRs.
17007         
17008 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
17009
17010         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
17011           getting it from the "this" socket instance. Did not work
17012           if the socket is a subclass of Socket.
17013           Also fixed bug #35371.
17014
17015 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17016
17017         * metadata.c: fixed size for TypedByRef.
17018         * loader.c: when searching for a method, consider the vararg amrker.
17019         * unicode.c, decimal.c: constify some arrays.
17020
17021 2003-07-15  Dick Porter  <dick@ximian.com>
17022
17023         * socket-io.c: Fixed compilation for gcc < 3.2.
17024
17025         Fixed compilation for machines that don't have AF_INET6 (thanks to
17026         Bernie Solomon <bernard@ugsolutions.com> for that part.)
17027
17028         Fixed compile warnings.
17029         
17030         Fixed formatting and line endings.
17031
17032 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
17033
17034         * socket-io.h:
17035         * socket-io.c: Added IPv6 support.
17036
17037 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
17038
17039         * class.c (mono_class_is_assignable_from): New function to implement
17040         the is_assignable_from logic. Used by mono_object_isinst, 
17041         Type::IsAssignableFrom () and the interpreter.
17042
17043         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
17044         Object, even interfaces.
17045         
17046         * object.c (mono_object_isinst): Implement in terms of 
17047         is_assignable_from.
17048
17049         * icall.c (ves_icall_type_is_assignable_from): New icall.
17050
17051 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
17052
17053         * domain.c (foreach_domain): fix compiler warning.
17054
17055 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
17056
17057         * image.c (load_metadata_ptrs): use g_strndup because strndup is
17058         not available on all plattforms
17059
17060 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
17061
17062         * image.h image.c: Store the metadata version string in MonoImage.
17063         * icall.c: New icall to retrieve the image version.
17064         * reflection.c (create_dynamic_image): Fill in the image version field
17065         * reflection.c (build_compressed_metadata): Use the image version
17066         from the image structure.
17067
17068 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17069
17070         * appdomain.c: modified comment.
17071         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
17072         That will be its last iteration when mono_gc_cleanup is called from
17073         mono_runtime_cleanup and before the domain is unloaded.
17074
17075         Fixes bug #45962.
17076
17077 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
17078
17079         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
17080         attributes.
17081
17082 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17083
17084         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
17085         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
17086         Bernie Solomon <bernard@ugsolutions.com>.
17087
17088 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17089
17090         * object.c, object.h: provide mono_object_new_fast() for faster
17091         allocation in some special cases.
17092
17093 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
17094
17095         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
17096         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
17097
17098 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
17099
17100         * threadpool.c: fix leaks.
17101
17102 2003-07-01  Dick Porter  <dick@ximian.com>
17103
17104         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
17105         using MonoGHashTables.  Fixes threadpool bug posted to list.
17106
17107 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
17108
17109         * image.h, image.c: added support to load an assembly from a byte array.
17110         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
17111         assembly bundle support.
17112
17113 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
17114
17115         * threadpool.c (mono_thread_pool_add): keep a reference to the
17116         AsyncResult to prevent GC
17117
17118 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17119
17120         * class.c: leak fix.
17121
17122 2003-06-25  Dick Porter  <dick@ximian.com>
17123
17124         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
17125         for the async object, the WaitHandle object will close the handle.
17126         Fixes bug 45321.
17127
17128 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17129
17130         * class.c: in mono_array_class_get (), lookup from the hash with the
17131         same type we insert: this works around a bug in
17132         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
17133         lluis. The real fix will have to wait for after the release.
17134
17135 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17136
17137         * icall.c: fix memory leak when getting type members.
17138
17139 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17140
17141         * reflection.c: added more pubtoken special cases.
17142
17143 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
17144
17145         * class.c: handle field offset correctly when class size
17146         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
17147
17148 2003-06-20  Martin Baulig  <martin@ximian.com>
17149
17150         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
17151         *image' field.
17152
17153 2003-06-20  Martin Baulig  <martin@ximian.com>
17154
17155         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
17156
17157 2003-06-20  Martin Baulig  <martin@ximian.com>
17158
17159         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
17160         just distinguish between variables in registers and variables at
17161         an offset relative to a register.
17162
17163 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17164
17165         * icall.c: #ifdef out latest changes until mcs is fixed.
17166
17167 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17168
17169         * icall.c: return members in metadata order.
17170
17171 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
17172
17173         * icall.c: avoid infinite loop in GetTimeZoneData.
17174
17175 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
17176
17177         * icall.c: added Marshal.Prelink/All icalls.
17178
17179 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17180
17181         * object.c, object.h: fix warnings and do some overflow checking
17182         when creating arrays.
17183
17184 2003-06-17  Dick Porter  <dick@ximian.com>
17185
17186         * file-io.h:
17187         * file-io.c: File attributes need to be tweaked slightly when
17188         passed from the managed to the w32 world.
17189
17190 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17191         * profiler.h profiler-private.h profiler.c: Rework last patch
17192         based on suggestion by Paolo.
17193         
17194 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17195
17196         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
17197         instruction level coverage data collection.
17198         * profiler.h profiler.c (: Added new callback function which can be
17199         used by the profiler to limit which functions should have coverage
17200         instrumentation.
17201         * profiler.c (mono_profiler_load): Call g_module_build_path to
17202         generate the file name of the profiler library.
17203
17204 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17205
17206         * profiler.c, profiler.h, profiler-private.h: added basic block 
17207         coverage profiling API.
17208
17209 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
17210
17211         * reflection.c (mono_reflection_create_runtime_class): Add support
17212         for events in dynamically generated code.
17213
17214         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
17215         not allocated.
17216
17217 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17218
17219         * icall.c: when getting timezone info, return reasonable values if we
17220         can't get the actual data.
17221
17222 2003-06-14  Dick Porter  <dick@ximian.com>
17223
17224         * threads.c (start_wrapper): Remove the reference to the thread
17225         object in the TLS data, so the thread object can be finalized.
17226         This won't be reached if the thread threw an uncaught exception,
17227         so those thread handles will stay referenced :-( (This is due to
17228         missing support for scanning thread-specific data in the Boehm GC
17229         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
17230
17231 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
17232
17233         * reflection.c: ensure streams and tables are first allocated with
17234         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
17235
17236 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17237
17238         * icall.c: fixed GetElementType for byrefs (bug# 44792).
17239
17240 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
17241
17242         * reflection.c (mono_reflection_create_runtime_class): Add support for
17243         properties to dynamically created classes.
17244         * reflection.c: Fix a few places where non-MonoObjects were inserted
17245         into the tokens hashtable.
17246
17247 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17248
17249         * object.c: some support to handle out of memory exceptions.
17250
17251 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
17252
17253         * marshal.c (mono_marshal_get_native_wrapper): support reference
17254         return types
17255
17256 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17257
17258         * object.h, object.c: more portability stuff from Bernie Solomon.
17259         Unexport mono_object_allocate(). Added mono_object_unbox ().
17260         Set exitcode when an unhandled exception is thrown.
17261
17262 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
17263
17264         * marshal.c (mono_marshal_get_native_wrapper): use custom
17265         marshaler for return types.
17266
17267 2003-06-10  Dick Porter  <dick@ximian.com>
17268
17269         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
17270         ip_mreq is available
17271
17272 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
17273
17274         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
17275         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
17276         by Bernie Solomon <bernard@ugsolutions.com>.
17277
17278 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
17279
17280         * gc.c (mono_gc_init): Avoid error message on shutdown when
17281         GC_DONT_GC=1 is used.
17282
17283         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
17284         New icall to return the GUID of a module.
17285
17286 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17287
17288         * class.c: ensure instance size always includes the parent's size
17289         even whem class size is set explicitly (fixes bug#44294).
17290
17291 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17292
17293         * profiler.h, profiler.c: made the simple profiler thread-safe,
17294         get more accurate timing info. Allow the loading of an
17295         externally-developed profiler module.
17296
17297 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
17298
17299         * marshal.c (mono_marshal_get_native_wrapper): improved
17300         class/byref arguments.
17301         (mono_marshal_get_native_wrapper): better string marshaling support.
17302
17303 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
17304
17305         * class.c: ensure .pack and .size are handled correctly and
17306         simplified layout of static fields.
17307
17308 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
17309
17310         * appdomain.c
17311         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
17312
17313         * loader.c (mono_lookup_pinvoke_call): look for modules in the
17314         current directory (fix bug 44008)
17315
17316 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
17317
17318         * marshal.c (mono_marshal_get_native_wrapper): started support for
17319         custom marshalers.
17320         (mono_delegate_to_ftnptr): consider marshalling specifications
17321
17322 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
17323
17324         * reflection.c, reflection.h: emit custom marshal info.
17325
17326 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17327
17328         * object.c: free the GError.
17329         * icall.c: added CloseEvent_internal.
17330         * threads.[ch]:
17331         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
17332         call.
17333
17334 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
17335
17336         * loader.c (mono_method_get_signature): Add support for dynamic
17337         assemblies.
17338
17339 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
17340
17341         * reflection.c: fixed bug #43905.
17342
17343 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17344
17345         * class.c, domain.c, icall.c, metadata.h, object.h: support for
17346         handling TypedReference and ArgIterator.
17347         * loader.c, loader.h: added function to get signature at call site.
17348
17349 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17350
17351         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
17352         data readonly. Buglets and warning fixes. Some MethodSpec support.
17353
17354 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17355
17356         * class.h, class.c, object.c: remove relative numbering support.
17357
17358 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
17359
17360         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
17361         free the string, until we get a chance to fix Gtk#
17362
17363 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17364
17365         * marshal.c: revert last patch.
17366
17367 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
17368
17369         * icall.c: updates for new mono_class_vtable() not calling
17370         the type constructor anymore.
17371
17372 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17373
17374         * object.h, object.c: separate vtable creation from type
17375         initialization. Make running the .cctor thread safe.
17376
17377 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
17378
17379         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
17380
17381 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
17382
17383         * loader.c (mono_get_method): consider calling convention
17384
17385 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
17386
17387         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
17388         to return the invisible global type for a module.
17389
17390         * reflection.c (mono_image_build_metadata): Emit global fields too.
17391
17392 2003-05-20  Peter Williams  <peterw@ximian.com>
17393
17394         * loader.c (mono_lookup_internal_call): Add a few newlines.
17395
17396 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
17397
17398         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
17399         literal strings.
17400
17401         * appdomain.c (set_domain_search_path): Recalculate search path when
17402         AppDomainSetup.PrivateBinPath changes.
17403
17404         * object.c (mono_class_compute_gc_descriptor): It turns out some
17405         parts of the class libs (like System.Thread) holds pointers to
17406         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
17407         to treat native int a pointer type here.
17408         
17409 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
17410
17411         * appdomain.h, domain.c: add hashtable for jump target resolution.
17412
17413 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
17414
17415         * reflection.h reflection.c icall.c: Added new icalls 
17416         GetManifestResourceInfoInternal, GetModulesInternal and support
17417         infrastructure.
17418
17419 2003-05-16  Dick Porter  <dick@ximian.com>
17420
17421         * icall.c:
17422         * file-io.h:
17423         * file-io.c: Implement System.IO.MonoIO::GetTempPath
17424
17425 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
17426
17427         * object.c: mono_store_remote_field: little fix to previous patch.
17428
17429 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17430
17431         * class.c: add constructors to array classes.
17432         * icall.c: special case array construction for InternalInvoke (),
17433
17434 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
17435
17436         * class.h class.c reflection.c object.c: Added support for field
17437         defaults in dynamically generated classes.
17438
17439 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
17440
17441         * reflection.c: properly encode charset for ddlimport.
17442
17443 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
17444
17445         * threads.c: allow compiling without GC.
17446
17447 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17448
17449         * appdomain.h, object.c, object.h, threads.c, threads.h: added
17450         handling of thread static data.
17451
17452 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17453
17454         * reflection.h, reflection.c: added mono_custom_attrs_free ().
17455
17456 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
17457
17458         * class.c (mono_array_class_get): always set the serializable flags
17459         (mono_array_class_get): always set the SEALED attribute for array types
17460
17461 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
17462
17463         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
17464         attributes (fix for bug 42021).
17465
17466 2003-05-12  Dick Porter  <dick@ximian.com>
17467
17468         * gc.c: Don't run finalizers when the finalizer thread is
17469         finishing up, because the default domain has already been
17470         destroyed.
17471
17472 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
17473
17474         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
17475         value is null, we should throw an exception.   This is slightly
17476         different than the other conventions used for the constructor.
17477
17478 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17479
17480         * socket-io.c: fixed windows build.
17481
17482 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17483
17484         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
17485
17486 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
17487
17488         * object.c (mono_string_new_wrapper): Compatibility fix for MS
17489         compilers.
17490
17491 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
17492
17493         * class.c (mono_class_layout_fields): Add experimental GC aware
17494         auto layout facility. Requires class library changes to work correctly.
17495
17496         (mono_class_setup_vtable): Avoid overriding explicit interface
17497         method implementations. Fixes iface3.exe test.
17498
17499         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
17500         object reference.
17501         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
17502         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
17503
17504         * metadata.h: Add new type classification macro which determines
17505         whenever the type holds an object reference.
17506
17507 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17508
17509         * marshal.c (mono_marshal_get_native_wrapper): cleanups
17510
17511 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
17512
17513         * gc.c (finalizer_thread): Work around a GC bug.
17514
17515 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
17516
17517         * marshal.c (emit_struct_conv): allow unions
17518
17519         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
17520
17521 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
17522
17523         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
17524
17525 2003-05-06  Martin Baulig  <martin@ximian.com>
17526
17527         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
17528
17529 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17530
17531         * socket-io.c:
17532         (Select_internal): allow NULLs, don't create arrays if not needed.
17533         Coupled with Socket.cs changes.
17534
17535         * threadpool.c:
17536         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
17537         register a finalizer for it that will close the semaphore handle. This
17538         fixes the leak and make Lupus' test run with > 4080 loops.
17539
17540 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17541
17542         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
17543         Jerome Laban (bug #42287)
17544
17545 2003-05-02  Martin Baulig  <martin@ximian.com>
17546
17547         * debug-mono-symfile.h
17548         (MonoSymbolFile): Moved declaration into mono-debug.h.
17549         (MonoDebugMethodJitInfo): Likewise.
17550         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
17551         argument.
17552         (_mono_debug_address_from_il_offset): Take a
17553         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
17554
17555         * mono-debug.h
17556         (MonoDebugDomainData): New struct.
17557         (mono_debug_get_domain_data): New function.
17558         (mono_debug_add_method): Take an additional `MonoDomain *'
17559         argument.
17560         (mono_debug_source_location_from_address): Likewise.
17561         (mono_debug_il_offset_from_address): Likewise.
17562         (mono_debug_address_from_il_offset): Likewise.
17563
17564 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
17565
17566         * reflection.c: one more check for null type in custom attrs.
17567
17568 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17569
17570         * reflection.c: avoid warning (comparison is always false due to limited
17571         range of data type).
17572
17573 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17574
17575         * icall.c: throw an exception in Type.GetField if the argument 'name'
17576         is NULL.
17577
17578 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
17579
17580         * reflection.c: fixed handling of enums in named arguments to custom
17581         attributes (bug #42123).
17582
17583 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17584
17585         * reflection.c: use the right array element type and handle
17586         a null for a Type argument, too.
17587
17588 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
17589
17590         * reflection.c: handle arrays as arguments to custom attributes.
17591
17592 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17593
17594         * reflection.c: handle a string value in a custom attr
17595         ctor that takes an object.
17596
17597 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
17598
17599         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
17600         (fix bug #42063)
17601
17602 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
17603
17604         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
17605
17606 2003-04-27  Martin Baulig  <martin@ximian.com>
17607
17608         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
17609         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
17610         MONO_DEBUGGER_EVENT_BREAKPOINT.
17611         (mono_breakpoint_trampoline_code): Removed.
17612         (mono_debugger_event_handler): The last argument is now a
17613         `guint32'.
17614         (mono_debugger_insert_breakpoint_full): Removed the
17615         `use_trampoline' argument.
17616         (mono_debugger_method_has_breakpoint): Likewise.
17617         (mono_debugger_trampoline_breakpoint_callback): Renamed to
17618         mono_debugger_breakpoint_callback(); take the method and
17619         breakpoint number as arguments.
17620
17621 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17622
17623         * metadata.c: fix off by one when loading parameters attributes.
17624
17625 2003-04-24  Martin Baulig  <martin@ximian.com>
17626
17627         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
17628
17629 2003-04-24  Martin Baulig  <martin@ximian.com>
17630
17631         * mono-debug-debugger.c: Moved all code which interacts with the
17632         Mono Debugger here.
17633
17634         * debug-mono-symfile.c: This code now just deals with the symbol
17635         file itself, the debugger code is now in mono-debug-debugger.c.
17636
17637 2003-04-23  Martin Baulig  <martin@ximian.com>
17638
17639         * mono-debug.c (mono_debug_source_location_from_il_offset):
17640         New method; like mono_debug_source_location_from_address(), but
17641         takes an IL offset instead of a machine address.
17642
17643 2003-04-23  Martin Baulig  <martin@ximian.com>
17644
17645         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
17646         `line' field; this is now computed by the debugger.
17647
17648 2003-04-23  Martin Baulig  <martin@ximian.com>
17649
17650         * mono-debug.[ch]: New files.  This is the new debugging interface.
17651
17652         * mono-debug-debugger.[ch]: New files.  Moved all code which
17653         interacts with the Mono Debugger here.
17654
17655 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
17656
17657         * domain.c (mono_init): initialize mono_defaults.monitor_class
17658
17659 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
17660
17661         * reflection.c (method_encode_code): Add a spicy exception to help
17662         future compiler authors.
17663
17664 2003-04-21  Martin Baulig  <martin@ximian.com>
17665
17666         * icall.c
17667         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17668         Make this work with relative pathnames; g_filename_to_uri() needs
17669         an absolute filename.
17670
17671 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
17672
17673         * icall.c: Track name changes in Object and ValueType.
17674
17675 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
17676
17677         * metadata.c (mono_type_stack_size): size should be a multiple of
17678         sizeof (gpointer)
17679
17680 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17681
17682         * gc.c:
17683         (internal_domain_finalize): moved into mono_domain_finalize. No need
17684         to create another thread because the finalizers will be run in the
17685         finalizer thread.
17686         
17687         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
17688         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
17689         to be run (MS does this too).
17690
17691 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
17692
17693         * object.c (mono_class_compute_gc_descriptor): Update comment.
17694
17695         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
17696
17697         * image.h: Add synchronized wrapper cache.
17698
17699         * image.c (do_mono_image_open): Initialize cache.
17700
17701         * reflection.c (create_dynamic_mono_image): Initialize cache.
17702
17703 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17704
17705         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
17706         ves_icall_System_Buffer_ByteLengthInternal.
17707
17708 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17709
17710         * reflection.c: setup klass->nested_in earlier. Allow
17711         a dash in the assembly name.
17712
17713 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
17714
17715         * metadata.c (mono_type_to_unmanaged): dont access
17716         type->data.klass for MONO_TYPE_OBJECT
17717         (mono_type_to_unmanaged): consider System.Delegate class
17718
17719 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
17720
17721         * class.c: just setup supertypes in the proper place instead of
17722         initializing the full element class for arrays.
17723
17724 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17725
17726         * class.c: ensure the element class of arrays is initialized.
17727         Setup the supertype info for array classes, too.
17728
17729 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
17730
17731         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
17732
17733 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17734
17735         * Makefile.am: re-added -m option when running cygpath. This way,
17736         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
17737         separator.
17738         * mono-config.c: same codepath for locating mono config file for WIN32
17739         and the rest.
17740         * assembly.c: if mono_assembly_setrootdir is called, don't override
17741         the value set.
17742
17743 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17744
17745         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
17746         MONO_ASSEMBLIES variable.
17747
17748 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
17749
17750         * icall.c: added Assembly::GetNamespaces() icall.
17751
17752 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17753
17754         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
17755
17756 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
17757
17758         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
17759         * object.c: fixed bug in the construction of vtable for proxies
17760
17761 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
17762
17763         * object.c (mono_array_new): Mark mono_array_new as an icall.
17764
17765 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17766
17767         * class.c: fixed test for public method when overriding interfaces.
17768         Closes bug #40970.
17769
17770 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17771
17772         * appdomain.h, domain.c: added mono_domain_foreach() to
17773         be able to access the currently loaded appdomains.
17774         * object.c: make string interning work across sppdomains.
17775         Mark some functions for use as icalls.
17776
17777 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
17778
17779         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
17780
17781         * reflection.h reflection.c: Allocate long living data using 
17782         GC_MALLOC_ATOMIC so the collector does not need to scan it.
17783
17784         * reflection.c: Double the allocation size in streams instead of
17785         increasing it, to prevent unneccesary copying on large assemblies.
17786         
17787         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
17788         creation if the assembly does not have the Run flag set.
17789
17790 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17791
17792         * class.h: avoid the C++ keywords in header files (Jerome Laban
17793         spotted and fixed this).
17794
17795 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17796
17797         * object.c:
17798         (mono_unhandled_exception): fill in the arguments for the
17799         UnhandledException event. Only trigger that event for the default
17800         domain (as MS does).
17801
17802 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
17803
17804         * object.c: Improve typed allocation stuff based on suggestions from
17805         Paolo. Also turn it on if the GC library supports it.
17806
17807 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17808
17809         * object.c object.h class.h: Added experimental typed allocation
17810         facility using the interfaces in gc_gcj.h.
17811
17812         * os/gc_wrapper.h: Added new include files.
17813         
17814 2003-04-03  Martin Baulig  <martin@ximian.com>
17815
17816         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
17817         which is not yet enabled by default.
17818
17819         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
17820         functions.
17821         (mono_gc_lock, mono_gc_unlock): New static functions.
17822
17823         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
17824         functions; stop/start the world for the garbage collector.  This
17825         is using the windows API; we need to complete the SuspendThread()/
17826         ResumeThread() implementation in the io-layer to make this work on Unix.
17827         (mono_gc_push_all_stacks): New public function; tells the garbage
17828         collector about the stack pointers from all managed threads.
17829
17830 2003-04-03  Martin Baulig  <martin@ximian.com>
17831
17832         * object.h (MonoThread): Added `gpointer stack_ptr'.
17833
17834         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
17835
17836 2003-04-03  Martin Baulig  <martin@ximian.com>
17837
17838         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
17839
17840 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17841
17842         * reflection.c (typebuilder_setup_fields): Initialize field.first and
17843         field.last.
17844
17845 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
17846
17847         * loader.c (mono_lookup_internal_call): Report the corlib that is
17848         out of sync.
17849
17850 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
17851
17852         * icall.c (ves_icall_type_GetTypeCode): fixed check for
17853         System.DBNull (it's class not valuetype).
17854
17855 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17856
17857         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
17858         if the array method was already assigned a token (fixes bug#40646).
17859
17860 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
17861
17862         * reflection.c (mono_reflection_get_type): Attempt type resolve even
17863         if no assembly is given.
17864
17865 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
17866
17867         * metadata.h: Added the new tables.
17868
17869         * row-indexes.h: Added definitions for new tables.
17870
17871         * metadata.c: Add schemas for new tables, and add support for
17872         computing the sizes of them.
17873
17874         * class.c: Update for handling the new type cases.
17875
17876 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
17877
17878         * metadata.h (MONO_TYPE_IS_VOID): new macro
17879
17880 2003-03-31  Martin Baulig  <martin@ximian.com>
17881
17882         * threads.h (MonoThreadCallbacks): Added `thread_created'.
17883
17884         * threads.c (mono_thread_new_init): Call `thread_created' in the
17885         mono_thread_callbacks.
17886
17887 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
17888
17889         * loader.h: added marshalbyrefobject_class to mono_defaults
17890         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
17891         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
17892           generation of output parameters.
17893           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
17894         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
17895           contextbound and the target object belongs to the context of the caller.
17896         * object.h: added context and unwrapped_server variables in MonoRealProxy.
17897         * object.c: Implemented support for interfaces and abstract classes
17898           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
17899           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
17900
17901 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
17902
17903         * class.h class.c (mono_class_is_subclass_of): New function.
17904         
17905         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
17906         routines for most common case (calls from ArrayList::ToArray).
17907
17908         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
17909         routine so programs which call Environment::Exit() can be profiled.
17910
17911         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
17912         Added MONO_ARCH_SAVE_REGS.
17913
17914         * icall.c (ves_icall_type_is_subtype_of): Use new function.
17915
17916 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
17917
17918         * blob.h: Add a couple of new MonoType types definitions.
17919
17920         * tabledefs.h: Add a couple of new call convs.
17921
17922 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
17923
17924         * reflection.h (MonoReflectionDynamicAssembly): track changes in
17925         the layout of the class.
17926
17927         * reflection.c (alloc_table): double the size on overflow to avoid
17928         unnecessary copying.
17929
17930         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
17931         avoid filling out metadata tables and blobs. Also set mb->ilgen to
17932         null so it can be garbage collected.
17933         
17934 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
17935
17936         * reflection.c (mono_reflection_get_type): Return the resolved type
17937         only if it is in the assembly we searched.
17938
17939         * reflection.c (ensure_runtime_vtable): Initialize method slots.
17940
17941         * class.c (mono_class_setup_vtable): Set the slot of the overriding
17942         method.
17943
17944 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17945
17946         * appdomain.c:
17947         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
17948         the right one is 'file:///blah', but MS allows it.
17949         * assembly.c:
17950         (mono_assembly_open): allow 'file://blah'
17951
17952         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
17953
17954 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
17955
17956         * socket-io.c: fixes bug #40310.
17957
17958 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
17959
17960         * reflection.c (mono_reflection_parse_type): handle deeply nested
17961         types correctly.
17962
17963         * reflection.c (mono_image_create_token): Use unique token values
17964         since they will be put into a hash table.
17965
17966         * class.c (mono_class_setup_vtable): If a method occurs in more than
17967         one place in the vtable, and it gets overriden, then change the
17968         other occurances too.
17969
17970         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
17971         object as return type.
17972
17973 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17974
17975         * icall.c: Deleted "ToString" implementation for double and float
17976         because they are full implemented in managed code.
17977
17978 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17979
17980         * reflection.c, reflection.h: implemented and exported functions
17981         to retrieve info about custom attributes.
17982
17983 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17984
17985         * appdomain.c: moved Uri handling to assembly.c
17986         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
17987         work when using a file Uri in *nix and windows.
17988
17989         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
17990         GetReferencedAssemblies.
17991
17992 2003-03-18  Dick Porter  <dick@ximian.com>
17993
17994         * icall.c: Rename a couple of internal calls
17995
17996         * threads.c: Set the thread state to Stopped when a thread exits.
17997         Fixes bug 39377.
17998
17999 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
18000
18001         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
18002         New icall.
18003
18004         * object.c (mono_class_vtable): fix warning.
18005
18006 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
18007
18008         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
18009
18010         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
18011         memory.
18012         (method_encode_clauses): Create exception info structures in the right
18013         order.
18014         (mono_reflection_setup_internal_class): Initialize supertypes field.
18015
18016         * class.c object.c: Handle interfaces which implement other interfaces 
18017         correctly.
18018
18019         * class.h class.c: Move the supertypes array initialization code into 
18020         a separate function so it can be used for dynamic types too. Also call
18021         it earlier, in mono_class_init(), since it can be used before the
18022         type is initialized.
18023
18024 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18025
18026         * Makefile.am:
18027         * assembly.c:
18028         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
18029
18030         * appdomain.c:
18031         * appdomain.h:
18032         * marshal.c:
18033         * object.c: remove warnings.
18034
18035 2003-03-13  Martin Baulig  <martin@ximian.com>
18036
18037         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
18038         (MonoDebugLexicalBlockEntry): New types.
18039
18040         * debug-mono-symfile.c
18041         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
18042
18043 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18044
18045         * process.c: ret can be any non-zero value accroding to MS doc.
18046
18047 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
18048
18049         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
18050         fixing a warning for a miss-used prototype, would have cause
18051         random memory corruption.
18052
18053 2003-03-07  Martin Baulig  <martin@ximian.com>
18054
18055         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
18056         getting really annoying ....
18057
18058 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
18059
18060         * reflection.c (fixup_method): added support for array methods.
18061
18062 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
18063
18064         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
18065         (pointed out by Michael Adams).
18066
18067 2003-03-04  Dick Porter  <dick@ximian.com>
18068
18069         * icall.c: Temporarily reverted the Double and Single ToString()
18070         change, because it broke nunit.
18071
18072 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
18073
18074         * object.h, threads.h: make include files compatible with C++
18075         (patch by Jerome Laban <jlaban@wanadoo.fr>).
18076
18077 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18078
18079         * icall.c: Erased ToString helper functions for Double and Single.
18080         Now, that implementations ar all in managed code (Double and Single
18081         Formatters).
18082
18083 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
18084
18085         * appdomain.c: Added method for initializing the default context of
18086         a domain. Added internal call for getting the default context.
18087         * appdomain.h: Added context variable in MonoDomain struct.
18088         * domain.c: mono_domain_set also sets the default context of the domain
18089         * icall.c: Mapped internal method InternalGetDefaultContext.
18090         * object.c: mono_object_get_virtual_method returns always a remoting
18091         wrapper if the object is a transparent proxy.
18092         mono_runtime_invoke_array: when creating an object by calling the
18093         constructor, if the created object is a proxy, then the constructor should
18094         be called using the a remoting wrapper.
18095
18096 2003-03-03  Dick Porter  <dick@ximian.com>
18097
18098         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
18099         variable so it compiles on solaris.  Problem spotted by
18100         Christopher Taylor <ct@cs.clemson.edu>
18101
18102 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18103
18104         * appdomain.c:
18105         (get_info_from_assembly_name): don't leak value.
18106
18107         * icall.c:
18108         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
18109         result.
18110
18111 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
18112
18113         * assembly.c: export mono_image_load_references ().
18114         * class.c: handle function pointers. mono_class_from_name() now
18115         supports nested type names directly.
18116
18117 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
18118
18119         * reflection.h reflection.c: Encode already created dynamic methods 
18120         and fields correctly as a DEF instead of a REF.
18121
18122         * reflection.c: Get rid of the force_ref argument to 
18123         mono_image_typedef_or_ref since it was wrong in the first place.
18124
18125         * string-icalls.c: add error checking to string constructors according
18126         to the MSDN docs.
18127
18128         * reflection.c: Emit types in the order their TypeBuilders were 
18129         created. Previously, a new table index was assigned to each type before
18130         the tables were emitted. This was wrong because the signature blob
18131         might already refer to a type by its original table index.
18132
18133 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
18134
18135         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
18136         change.
18137         
18138 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18139
18140         * Makefile.am: make assemblies dir have \ instead of / on windows.
18141
18142 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
18143
18144         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
18145         iterate over the NESTEDCLASS table using a linear search since the
18146         table is not guaranteed to be sorted by the secondary key.
18147
18148         * class.c (mono_class_create_from_typedef): fixed up call to
18149         mono_metadata_nesting_typedef.
18150         
18151 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
18152
18153         * marshal.c (mono_string_to_byvalstr): clear the memory as
18154         suggested by Jerome Laban <jlaban@wanadoo.fr>
18155
18156 2003-02-26  Dick Porter  <dick@ximian.com>
18157
18158         * process.c: Cope with padding in .rsrc blocks
18159
18160 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18161
18162         * metadata.h: reverted the filter_len change, it breaks reflection
18163         
18164 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18165
18166         * metadata.h: added a new field to store the filter_len
18167         
18168
18169 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
18170
18171         * reflection.c: handle custom attributes for types and members
18172         created with Reflection.Emit (bug#38422).
18173
18174 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
18175
18176         * reflection.c: define RTSpecialName automatically for constructors for
18177         compatibility with MS.NET.
18178
18179         * reflection.c (mono_reflection_create_runtime_class): initialize
18180         nested_in field of dynamically created classes.
18181
18182 2003-02-22  Martin Baulig  <martin@ximian.com>
18183
18184         * debug-mono-symfile.h: Incremented version number.
18185
18186 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18187
18188         * object.h icall.c process.c: fix warnings.
18189
18190 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18191
18192         * appdomain.h appdomain.c:
18193         (mono_domain_try_type_resolve): split the 
18194         name_or_tb argument into a name and a tb argument.
18195         (mono_domain_has_type_resolve): new function to check whenever the
18196         application has registered a TypeResolve event handler.
18197         
18198         * icall.c reflection.h reflection.c: move the type resolve logic into
18199         mono_reflection_get_type () so it will be invoked when 
18200         Assembly::GetType () is called.
18201
18202         * reflection.c:
18203         (mono_reflection_get_type): renamed to get_type_internal.
18204         (mono_reflection_get_type): fixed type name generation so it works 
18205         for nested types too.
18206         (mono_reflection_get_type): call has_type_resolve () to avoid the 
18207         costly type name generation if there is no resolve event handler.
18208
18209 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18210
18211         * class.c, image.c: load exported types from file references.
18212
18213 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
18214
18215         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
18216           used to cache the managed methods used to create proxies and make 
18217           remote invocation of methods.
18218         * class.h: Added in MonoVTable a flag to indicate that a class needs 
18219           to be remotely created.
18220         * object.c: Modified the method mono_class_vtable(). It now initializes 
18221           the remote flag of the vtable. Modified mono_object_new_specific(), 
18222           so now it checks the remote flag.
18223         * icall.c: Added a couple of internal methods, one for enabling instance 
18224           creation interception for a type, and one for creating objects bypassing
18225           the remote check.
18226
18227 2003-02-18  Martin Baulig  <martin@ximian.com>
18228
18229         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
18230         New interncall to get a method's metadata token.
18231
18232         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
18233         New interncall for the debugger.
18234
18235 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
18236
18237         * class.c (mono_class_setup_vtable): allocate supertype array
18238
18239 2003-02-18  Martin Baulig  <martin@ximian.com>
18240
18241         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
18242
18243 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18244
18245         * reflection.c:
18246         (assembly_name_to_aname): jump over unknown properties (i've found
18247         something like: 'type, assembly, version=xxx, custom=null, public...',
18248         so now will ignore custom=null and still get the rest of the values).
18249
18250 2003-02-17  Dick Porter  <dick@ximian.com>
18251
18252         * threads.c: Have Thread.Start() wait for a semaphore to signal
18253         that the thread has set up all its local data.  This fixes bug
18254         34323, where Abort() raced the new thread's TLS data.
18255
18256         Also removes the handle_store() call from start_wrapper, because
18257         threads are now always created suspended and there is no longer a
18258         race between the parent and child threads to store the info.
18259
18260 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
18261
18262         * image.c: explain the #- heap issue in a message, hopefully
18263         avoiding FAQs on mono-list.
18264
18265 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18266
18267         * icall.c:
18268         (GetEntryAssembly): if the domain has not invoked
18269         AppDomain.ExecuteAssembly yet, return the assembly of the default
18270         AppDomain.
18271
18272 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
18273
18274         * class.c (mono_ldtoken): make it work in dynamic assemblies.
18275
18276 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
18277
18278         * metadata.c, reflection.c: simple speedup to type hash
18279         and equals code.
18280
18281 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
18282
18283         * image.c, image.h, class.c, assembly.c: move module loading
18284         to MonoImage. When loading metadata, consider alignemnet from
18285         the start of metadata, not from the metadata address in memory.
18286
18287 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
18288
18289         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
18290         AssemblyBuilder objects. Factored out custom attribute creation into
18291         a separate function.
18292         (create_custom_attr): new function to create custom attributes.
18293
18294 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
18295
18296         * Makefile.am: Got tired of typing the full pathname to pedump.
18297         Until there is another option, am installing this.
18298
18299 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
18300
18301         * class.c (class_compute_field_layout): always set field->parent 
18302         (mono_ldtoken): use mono_defaults.fieldhandle_class;
18303
18304 2003-02-11  Dick Porter  <dick@ximian.com>
18305
18306         * threads-types.h:
18307         * monitor.c: Rewrote Monitor, making lock much faster and
18308         Pulse/Wait work as specified.  Also uses much fewer handles, and only
18309         creates them as needed.
18310
18311         * exception.c: Added SynchronizationLockException
18312
18313         * threads.c: Deleted old Monitor implementation.  The new one is
18314         in a new file.
18315
18316 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
18317
18318         * class.c: handled TypedReference type code. Set the correct size for
18319         class data. Setup interface_offsets for interface classes, too.
18320
18321 2003-02-09  Martin Baulig  <martin@ximian.com>
18322
18323         * debug-mono-symfile.h: Reflect latest symbol writer changes.
18324
18325 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
18326
18327         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
18328         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
18329         * object.c: fixed mono_object_get_virtual_method () for interfaces.
18330         * verify.c: check for code that runs after the end of the method.
18331
18332 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18333
18334         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
18335         "System.Math::Round2".
18336         * sysmath.h: Added Floor, Round and Round2 definitions.
18337         * sysmath.c: Modified certain functions that were not 100% compliant
18338         with MS.NET (math precision) and added the implementation of Floor,
18339         Round and Round2.
18340
18341 2003-02-07  Martin Baulig  <martin@ximian.com>
18342
18343         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
18344
18345 2003-02-07  Martin Baulig  <martin@ximian.com>
18346
18347         * debug-mono-symfile.c: Reflected latest symwriter changes.
18348         (mono_debug_create_mono_symbol_file): Removed.
18349         (mono_debug_open_mono_symbol_file): Take an argument which
18350         specifies whether to create a dynamic symbol file.
18351
18352 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
18353
18354         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
18355
18356 2003-02-05  Martin Baulig  <martin@ximian.com>
18357
18358         * reflection.c (mono_image_build_metadata): Make this public,
18359         protect it against being called multiple times, don't create
18360         resources and don't build the compressed metadata here.
18361         (mono_image_create_pefile): Do this here.
18362
18363         * icall.c
18364         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
18365
18366 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18367
18368         * socket-io.c: fixed bug #36322.
18369
18370 2003-02-06  Piers Haken <piersh@friskit.com>
18371
18372         * appdomain.[ch]:
18373         * class.h:
18374         * debug-mono-symfile.c:
18375         * icall.c:
18376         * loader.c:
18377         * mono-config.c:
18378         * monosn.c:
18379         * reflection.c:
18380         * socket-io.c: warning cleanups
18381
18382 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
18383
18384         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
18385         function. works like remoting invoke, but does a check for the Proxy first.
18386
18387 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
18388
18389         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
18390
18391 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
18392
18393         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
18394         array of pointers.
18395         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
18396         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
18397
18398         * object.c (mono_store_remote_field_new): used by the new jit
18399         instead of mono_store_remote_field
18400         (mono_load_remote_field_new): used by the new jit
18401         instead of mono_load_remote_field
18402
18403 2003-02-05  Patrik Torstensson
18404
18405         * appdomain.c: changed unload to take the domain id instead
18406         of domain
18407         
18408         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
18409
18410
18411 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18412
18413         * appdomain.c: don't look for assemblies in ApplicationBase if
18414         PrivateBinPathProbe is set.
18415
18416 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18417
18418         * object.c: make the first argument in main_args contain the absolute
18419         path to the assembly. Fixes bug #37511.
18420
18421 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18422
18423         * icall.c: get correct UTC offset for countries not using daylight
18424         time saving. Fixes bug #30030.
18425
18426 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18427
18428         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
18429         and 1 are the family).
18430
18431 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
18432
18433         * icall.c (ves_icall_InternalExecute): removed wrong assertion
18434
18435         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
18436
18437 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
18438
18439         * reflection.c: added support for SignatureHelper tokens, which is
18440         needed by the Calli opcode.
18441
18442         * reflection.h: track changes to SignatureHelper class.
18443
18444         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
18445
18446 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18447
18448         * appdomain.c: fixed loading assemblies from PrivateBinPath.
18449
18450 2003-02-03  Patrik Torstensson
18451         * appdomain.[c|h], domain.c : 
18452          - Added support for getting a domain via domain id
18453          - Support for setting and getting domain from System.AppDomain 
18454            (used in cross appdomain channel)
18455          - Added support for get/set for a MonoAppContext on a thread 
18456            (Context class in System.Runtime.Remoting.Contexts),
18457          - Removed hack in Get/SetData and ExecuteAssembly.
18458         
18459         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
18460         the managed world to get control when a proxy is created.
18461
18462         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
18463         
18464 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
18465
18466         * icall.c
18467         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
18468         Populate the codebase field as well.
18469
18470 2003-02-02  Martin Baulig  <martin@ximian.com>
18471
18472         * debug-mono-symfile.c
18473         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
18474         (mono_debug_symfile_add_method): Allow interncalls.
18475
18476 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18477
18478         * icall.c: throw parse exception if strtod fails or the string is empty.
18479
18480 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
18481
18482         * marshal.c: handle object type separately from defined
18483         class types.
18484
18485 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
18486
18487         * marshal.c: handle NATIVE_LPSTR for strings when it's
18488         explicitly specified.
18489
18490 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
18491
18492         * reflection.c, reflection.h, icall.c: setup the reflection
18493         handle cache for ModuleBuilders and AssemblyBuilders.
18494
18495 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
18496
18497         * reflection.c (reflection_methodbuilder_to_mono_method): set
18498         pinvoke flag
18499
18500 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18501
18502         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
18503
18504 2003-01-29  Dick Porter  <dick@ximian.com>
18505
18506         * threads.c: No need for the fake_thread kludge now that Thread
18507         doesn't run a class constructor
18508         
18509 2003-01-29  Dick Porter  <dick@ximian.com>
18510
18511         * threads.c: Use g_direct_hash instead of the rather bogus
18512         g_int_hash
18513
18514 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
18515
18516         * marshal.c (mono_marshal_get_native_wrapper): add check for null
18517         (fix pinvoke12.exe)
18518         (mono_marshal_get_struct_to_ptr): generate valid IL code
18519         (mono_marshal_get_ptr_to_struct): generate valid IL code
18520         (*): correctly set sig->pinvoke, we need to memdup the signature
18521         to do that
18522
18523 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18524
18525         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
18526         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
18527
18528 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18529
18530         * profiler.c: provide more callers information.
18531
18532 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
18533
18534         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
18535
18536         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
18537
18538         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
18539
18540 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18541
18542         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
18543         exception instead of going into an infinite loop on dates which it 
18544         can't yet handle.
18545
18546         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
18547         out-of-range exception if needed.
18548
18549         * class.c (mono_class_setup_vtable): allow a virtual method to provide
18550         an implementation for an interface method and to override an inherited
18551         method at the same time. 
18552         Imagine a scenario when a virtual method is used to override a
18553         virtual abstract method in a parent class, and this same method 
18554         provides an implementation for an method inherited from an interface. 
18555         In this case, the interface resolution code will set im->slot, which 
18556         means that the virtual method override pass will skip this method 
18557         which means a pointer to the abstract method inherited from the parent
18558         will remain in the vtable of this non-abstract class.
18559
18560         * class.c: (mono_class_setup_vtable): continue search for a real 
18561         method if only an abstract method is found.     
18562
18563 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18564
18565         * reflection.c: add size to encoding for ByValStr and ByValArray
18566         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
18567
18568 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18569
18570         * class.c (mono_class_setup_vtable): pass the override info as an
18571         argument.
18572
18573         * class.c (mono_class_setup_vtable): set the slot of overriding methods
18574         correctly.
18575         
18576         * reflection.c (ensure_runtime_vtable); add support for method 
18577         overrides.
18578         
18579 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18580
18581         * reflection.c (resolution_scope_from_image): Hack to work to work with
18582         dynamic assemblies.
18583
18584         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
18585         added a 'force_ref' argument to force this function to allways return 
18586         a TypeRef. This is needed by mono_image_get_memberref_token ().
18587         
18588 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18589
18590         * reflection.c (mono_image_get_type_info): interfaces really don't have
18591         a parent.
18592
18593         * reflection.c (mono_image_basic_init): fill out missing fields of
18594         image structure.
18595
18596         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
18597         dynamic assemblies. This is required so dynamic assemblies show up in
18598         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
18599         Type::GetType() etc. This is consistent with MS behaviour.
18600
18601         * image.c image.h reflection.c: add newly created classes to the name 
18602         cache so mono_class_get () will find them.      
18603
18604 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18605
18606         First part of changes to get IKVM.NET running under mono.
18607         
18608         * appdomain.h, appdomain.c: added new function 
18609         mono_domain_try_type_resolve() which will emit TypeResolve events. 
18610         This function will call AppDomain::DoTypeResolve to do the actual work.
18611
18612         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
18613         moved existing code dealing with dynamic tokens to a new function 
18614         called mono_reflection_lookup_dynamic_token (). This function will 
18615         raise TypeResolve events when appropriate. Since reflection.c is not 
18616         part of libmetadata, a new hook function called 
18617         mono_lookup_dynamic_token() is added to class.c which will call this.
18618
18619         * assembly.h assembly.c: make the invoke_load_hook function public,
18620         so it can be called for dynamic assemblies.
18621
18622         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
18623
18624         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
18625         type isn't found.
18626
18627         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
18628         MonoGHashTable, since it contains pointers to objects which the GC 
18629         needs to track.
18630
18631         * assembly.c (search_loaded): remove unused variable.
18632         
18633 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
18634
18635         * object.c: fixed issue exposed by gcc-generated IL programs
18636         that use RVA data for pointers.
18637
18638 2003-01-25  Martin Baulig  <martin@ximian.com>
18639
18640         * threads.c (start_wrapper): Moved the initialization of
18641         `start_func' above the mono_new_thread_init() call to which we
18642         pass it as argument.
18643
18644 2003-01-24  Martin Baulig  <martin@ximian.com>
18645
18646         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
18647         the MonoThread pointer.
18648
18649 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
18650
18651         * icall.c: Rename `PowImpl' to Pow.
18652
18653 2003-01-23  Dick Porter  <dick@ximian.com>
18654
18655         * threads.c (start_wrapper): Create a Thread object if needed, so
18656         the Main() thread can do the class initialisation in a subthread
18657         that has been set up to allow managed code execution.
18658
18659         Pass the thread ID instead of the MonoThread pointer to the thread
18660         start and attach callbacks.  This change is required, because the
18661         jit thread start callback must be called _before_ the Thread
18662         object can be created.
18663         
18664         (mono_thread_init): Removed much object creation code that is no
18665         longer needed.  No managed code is called from here now.
18666
18667         * object.c (mono_runtime_exec_managed_code): Create a subthread
18668         for Main, and call back to the runtime to use it.
18669         Set the exit code when Main exits.
18670
18671         * gc.c: Make sure domain finalisation happens in a subthread.
18672         Re-enable threaded GC, fixing bug 31333 (again).
18673
18674         * environment.c: System.Environment internall calls (so far just
18675         ExitCode is here, the others are still in icall.c)
18676
18677         * appdomain.c (mono_runtime_cleanup): All threads running managed
18678         code should have finished before mono_runtime_cleanup() is
18679         reached, so no need to clean up threads.
18680
18681 2003-01-22  Martin Baulig  <martin@ximian.com>
18682
18683         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
18684         `gpointer func' arguments.      
18685         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
18686         but added `MonoThread *thread' argument.
18687         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
18688
18689         * threads.c (mono_new_thread_init): Added `gpointer func' argument
18690         and pass it to the mono_thread_start_cb callback.
18691         (mono_install_thread_callbacks): New public function to install a
18692         set of callbacks which are set by the debugger.
18693         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
18694
18695 2003-01-22  Martin Baulig  <martin@ximian.com>
18696
18697         * Makefile.am: Install debug-mono-symfile.h.
18698
18699 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
18700
18701         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
18702
18703 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
18704
18705         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
18706         * class.c (mono_ptr_class_get): correctly set access levels of pointers
18707         (mono_array_class_get): correctly set access levels of arrays
18708
18709 2003-01-20      Patrik Torstensson
18710         * image.h (MonoAssemblyName): changed major, minor, build, revision
18711         from signed to unsigned.
18712
18713 2003-01-20  sean kasun <skasun@azstarnet.com>
18714
18715         * reflection.c (load_cattr_value): Now this handles
18716         MONO_TYPE_SZARRAY.  Fixes bug #35629
18717
18718 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
18719
18720         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
18721         integer value
18722
18723 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18724
18725         * decimal.c: fixed bug #26056.
18726
18727 2003-01-17  Martin Baulig  <martin@ximian.com>
18728
18729         * gc.c: Raise an ExecutionEngineException instead of using g_error().
18730
18731 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18732
18733         * exception.[ch]:
18734         (mono_get_exception_type_initialization): new function.
18735
18736         * object.c: throw a TypeInitializationException when an exception is
18737         thrown invoking the class constructor.
18738
18739 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18740
18741         * reflection.c: fixed attribute reading.
18742
18743 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18744
18745         * icall.c:
18746         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
18747         provided, look for the type in the calling assembly and then in
18748         mscorlib; if the assembly name is provided, only try that one.
18749
18750 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
18751
18752         * object.c: register the vtable before there is a chance it's
18753         queried again recursively.
18754
18755 2003-01-13  Duncan Mak  <duncan@ximian.com>
18756
18757         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
18758         gc-internal.h. 
18759         
18760 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
18761
18762         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
18763
18764 2003-01-11  Martin Baulig  <martin@ximian.com>
18765
18766         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
18767         this to 20 for the release.
18768
18769 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
18770
18771         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
18772
18773         * loader.c (mono_method_get_marshal_info): bug fix
18774
18775         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
18776         structures with explicit layout
18777
18778 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18779
18780         * profiler.c: made the output more readable (and sorted). 
18781         Added caller information for the allocation profiler.
18782
18783 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
18784
18785         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
18786
18787 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18788
18789         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
18790         to get value types.
18791         
18792 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
18793
18794         * object.c, profiler.h, profiler.c, profiler-private.h:
18795         Added object allocation profiler.
18796
18797 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
18798
18799         * reflection.h, reflection.c: handle global methods.
18800         Compress blob entries.
18801
18802 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
18803
18804         * marshal.c: fix compilation.
18805
18806 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
18807
18808         * loader.c (mono_method_get_marshal_info): impl.
18809
18810         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
18811
18812 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18813
18814         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
18815         for reference types.
18816
18817 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
18818
18819         * loader.c: fixed off by one error in loaded parameter names.
18820
18821 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
18822
18823         * marshal.c (mono_marshal_get_icall_wrapper): like
18824         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
18825         instead of a MonoMethod.
18826
18827 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18828
18829         * decimal.c: fixed bug #36537.
18830
18831 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
18832
18833         * marshal.c: throw a missing method exception if a
18834         P/Invoke method is not found.
18835
18836 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18837
18838         * icall.c: allow a null this for constructors.
18839
18840 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
18841
18842         * icall.c: raise the proper exceptions if the arguments to the
18843         internal Invoke are incorrect.
18844
18845 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
18846
18847         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
18848
18849 2003-01-03  Martin Baulig  <martin@ximian.com>
18850
18851         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18852
18853 2002-12-31  Martin Baulig  <martin@ximian.com>
18854
18855         * debug-mono-symfile.c: Completely rewrote the type section.
18856         Instead of using individual malloc()ed fields, we use one big
18857         continuous memory area and offsets into this area.
18858         See the comments in the source code for details.
18859
18860 2002-12-30  Martin Baulig  <martin@ximian.com>
18861
18862         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
18863
18864 2002-12-30  Martin Baulig  <martin@ximian.com>
18865
18866         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
18867         line number table in this data blob instead of using an external
18868         pointer.
18869
18870 2002-12-28  Martin Baulig  <martin@ximian.com>
18871
18872         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18873
18874 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
18875
18876         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
18877         as a boxed return type.
18878
18879 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
18880
18881         * appdomain.c
18882         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
18883         g_build_filename to properly get separators on the filename created.
18884
18885         * object.h: Small change, introduce MonoMarshalByRefObject to
18886         track the layout of that structure in the C# universe as we make
18887         changes there.
18888
18889 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
18890
18891         * object.c: removed assert to allow static fields on interfaces.
18892         * loader.c: a TypeSpec may be used for any type, not just arrays.
18893
18894 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
18895
18896         * class.c, class.h: added mono_class_array_element_size ().
18897         Ignore static methods in interfaces.
18898
18899 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18900
18901         * threads.c: fixed the build under cygwin.
18902
18903 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
18904
18905         * reflection.c: handle nullref constants. Allocate keys for
18906         reflection handles with the GC.
18907
18908 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18909
18910         * threads.c, threads.h: added mono_thread_get_abort_signal()
18911         to get a suitable signal for thread abort.
18912
18913 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18914
18915         * metadata.c: fix handling of ExportedType table.
18916
18917 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18918
18919         * icall.c: added WriteWindowsDebugString internal call.
18920
18921 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18922
18923         * reflection.h: added fields to match C# implementation.
18924
18925 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18926
18927         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
18928
18929 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
18930
18931         * gc.h, gc-internal.h: Rename header for GC internal calls to
18932         gc-internal.h from gc.h as to not clash with Boehm GC having its
18933         header installed as <gc.h> in outside include paths.
18934         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
18935         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
18936
18937 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18938
18939         * icall.c: assign minor, build and revision in FillName.
18940
18941 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
18942
18943         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
18944         Added support for running code generated by Reflection.Emit.
18945
18946 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18947
18948         * appdomain.c: check for NULL argument in LoadFrom.
18949
18950 2002-12-10  Dick Porter  <dick@ximian.com>
18951
18952         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
18953
18954 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18955
18956         * appdomain.c: fix buglet when building exe file name.  Handle full
18957         assembly name (needed after latest changes to AssemblyName).
18958         * image.c:
18959         (mono_image_close): free some hashtables.
18960
18961 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
18962
18963         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
18964         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
18965         on some systems (redhat 7.3) 
18966
18967 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
18968
18969         * threads.c: delete the critical section of a sync block,
18970         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
18971
18972 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
18973
18974         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
18975
18976 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18977
18978         * appdomain.[ch]: handle the assembly preload event to try loading the
18979         assemblies using the paths we have in the current domain.
18980
18981         * assembly.[ch]: created an assembly preload hook that is called to try
18982         loading the assembly by other means that the ones provided here.
18983
18984         * domain.c: initialize the domain search path.
18985
18986         From now on, assemblies (TODO: except corlib and System) are loaded
18987         according to these rules when using mono_assembly_load ():
18988
18989                 1. It tries to load the assembly from the ApplicationBase
18990                 of the current domain appending .dll and .exe (TODO: have to
18991                 try loading from name/name.dll and name/name.exe).
18992
18993                 2. It tries the search path specified in PrivateBinPath for the
18994                 current domain (if any).
18995
18996                 3. Previous behavior.
18997
18998 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
18999
19000         * icall.c: implemented GetInterfaceMap() related icall.
19001         * domain.c, loader.h: load MethodInfo in mono_defaults.
19002
19003 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
19004
19005         * gc.c: disable the finalizer thread for now, untill all the issues
19006         with it are resolved.
19007
19008 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
19009
19010         * string-icalls.c: handle embedded nulls in string ctor when the
19011         length is specified.
19012
19013 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
19014
19015         * class.c: look for explicit interface implementation in parent
19016         classes, too.
19017
19018 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
19019
19020         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
19021
19022 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
19023
19024         * gc.c: protect handles with a critical section.
19025
19026 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19027
19028         * icall.c:
19029         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
19030         parameters. If no assembly specified, try getting the type from all
19031         the assemblies in the current domain, else, load the assembly and get
19032         the type from it.
19033
19034 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19035
19036         * marshal.c: applied patch from Aleksey Demakov that fixes
19037         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
19038
19039 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19040
19041         * icall.c: fixed get_location.
19042
19043 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
19044
19045         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
19046         declarations to make it work with older gcc. 
19047
19048         * loader.c (mono_get_method): set signature->pinvoke for native calls
19049
19050 2002-11-20  Dick Porter  <dick@ximian.com>
19051
19052         * threads.c (mono_thread_init): Set the main thread's handle
19053
19054 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
19055
19056         * gc.c: allow compilation without GC support. Changed to match the
19057         mono coding style.
19058
19059 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
19060
19061         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
19062
19063 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
19064
19065         * reflection.c: set a public key token on the core assemblies.
19066
19067 2002-11-18  Dick Porter  <dick@ximian.com>
19068
19069         * threads.c: Split out some thread initialisation so that other
19070         files can set the start callback function.
19071
19072         * gc.c: Run finalisers in a separate thread, to avoid stack
19073         overflow.  Fixes bug 31333.
19074
19075         * appdomain.c: Set up GC finalisation thread.
19076
19077         * reflection.c: 
19078         * object.c: 
19079         * domain.c: Use gc.h macros for GC_malloc
19080         
19081 2002-11-15  Dick Porter  <dick@ximian.com>
19082
19083         * threadpool.c: 
19084         * threads.c:
19085         * appdomain.c: Removed mono_runtime_init_with_attach(),
19086         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
19087         merging the extra parameter with the existing function.  Removed
19088         unneeded code in mono_thread_attach().
19089
19090 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
19091
19092         * image.c (mono_image_loaded_by_guid): a method to get loaded
19093         images by guid. 
19094         (load_metadata_ptrs): we store the guid as string.
19095
19096 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
19097
19098         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
19099
19100         * metadata.c (mono_guid_to_string): imported method form Zoltan
19101         Varga (slightly modified)
19102
19103         * assembly.c (mono_assembly_open): load precompiled code
19104
19105         * loader.h (MonoMethod): we store the method token for use in the
19106         aot compiler. 
19107
19108 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19109
19110         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
19111         the hook function called when an assembly is loaded.
19112         
19113         * domain.c: Modified file.
19114         (mono_domain_assembly_load): removed hash table insertion of assemblies.
19115
19116         Fixes bug #33196.
19117
19118 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
19119
19120         * reflection.c: Map PEFileKind to the value expected by the WinNT
19121         image loader. 
19122
19123 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19124
19125         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
19126         Read until the buffer is filled completely.
19127
19128 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19129
19130         * icall.c: implemented MonoType.InternalGetEvent ().
19131
19132 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19133
19134         * appdomain.c: implemented InitAppDomainSetup. Delayed
19135         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
19136         the entry_assembly.
19137
19138         * assembly.c: base_dir is now an absolute path ending with
19139         G_DIR_SEPARATOR.
19140
19141         * icall.c: modified get_location according to the above changes.
19142
19143         * object.c: init AppDomain.SetupInformation for the default domain after
19144         we have the entry assembly.
19145
19146         * domain.c: when unloading a domain, setup = NULL.
19147
19148 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
19149
19150         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
19151
19152 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
19153
19154         * object.h, object.c: introduced mono_object_get_virtual_method ()
19155         to lookup the method invoked on an object when a callvirt is done on
19156         a method.
19157         * icall.c: make MethodInfo::Invoke() always do a virtual call.
19158
19159 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19160
19161         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
19162         current domain when loaded an assembly and failed to load it.
19163
19164         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
19165
19166 2002-10-31  Dick Porter  <dick@ximian.com>
19167
19168         * icall.c: 
19169         * file-io.h: 
19170         * file-io.c: Return the error status in a parameter, as the
19171         GetLastError() value has long since been blown away if we try and
19172         look it up in a subsequent internal call invocation.  Delete the
19173         GetLastError() internal call, because it's useless.
19174
19175 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
19176
19177         * class.[ch]: added cast_class to fix bug 29517
19178
19179 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
19180
19181         * marshal.c: create valid IL code in the filter clause:
19182         the new JIT is less forgiving:-)
19183
19184 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19185
19186         * icall.c: removed get_property internal call.
19187
19188 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
19189
19190         * appdomain.h domain.c: Added an ID to appdomains.
19191         
19192         * threads.c threads.h icall.c: Implement icall
19193         Thread:GetDomainID(), and remove unused icall 
19194         CurrentThreadDomain_internal.
19195
19196 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19197
19198         * icall.c: Don't recurse through the base types in GetConstructor.
19199         Fixes bug #32063. 
19200
19201 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19202
19203         * mempool.h, mempool.c: added mono_mempool_empty() and
19204         mono_mempool_stats().
19205
19206 2002-10-23  Dick Porter  <dick@ximian.com>
19207
19208         * file-io.c: 
19209         * file-io.h: 
19210         * icall.c: Added MonoIO.GetFileType internal call
19211
19212 2002-10-17  Dick Porter  <dick@ximian.com>
19213
19214         * appdomain.c (mono_runtime_cleanup): Don't signal the async
19215         delegate semaphore before waiting for all threads to finish,
19216         because new threads can also call async delegates.  Fixes bug
19217         32004.
19218
19219         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
19220         of 3 seconds, in case another async job is queued.  (This part is
19221         needed because the bug fix reintroduced the 3s exit lag.)  This
19222         makes the mono_runtime_shutdown flag superfluous.
19223
19224 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
19225
19226         * reflection.c: include ehader size in method section headers.
19227         Really check for suplicated modules entries.
19228
19229 2002-10-17  Martin Baulig  <martin@gnome.org>
19230
19231         * debug-mono-symfile.c: Added back support for locals.
19232
19233 2002-10-14  Martin Baulig  <martin@gnome.org>
19234
19235         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
19236         MONO_TYPE_VOID.
19237
19238 2002-10-14  Martin Baulig  <martin@gnome.org>
19239
19240         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
19241         mono_class_get() instead of looking in the class cache. 
19242
19243 2002-10-13  Martin Baulig  <martin@gnome.org>
19244
19245         * debug-mono-symfile.c: Set version number to 28, include the
19246         signature in method names.
19247
19248 2002-10-13  Martin Baulig  <martin@gnome.org>
19249
19250         * debug-mono-symfile.h: Set version number to 27.
19251
19252 2002-10-11  Martin Baulig  <martin@gnome.org>
19253
19254         * gc.c: Don't register/unregister NULL pointers as disappearing links.
19255
19256 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19257
19258         * metadata.c, metadata.h: added helper function to allocate signatures.
19259
19260 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19261
19262         * icall.c: added internal call to get the location of machine.config.
19263
19264 2002-10-08  Martin Baulig  <martin@gnome.org>
19265
19266         * debug-mono-symfile.c: Ignore classes with a pending init for the
19267         moment.
19268
19269 2002-10-03  Dick Porter  <dick@ximian.com>
19270
19271         * threads.c: Freebsd pthread_t is a pointer
19272
19273 2002-10-03  Dick Porter  <dick@ximian.com>
19274
19275         * socket-io.c: Implemented GetHostName_internal
19276
19277 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19278
19279         * mono-config.c:
19280         (mono_config_parse_file): don't leak the text.
19281
19282 2002-10-02  Martin Baulig  <martin@gnome.org>
19283
19284         * debug-mono-symfile.c: Added support for methods.
19285
19286 2002-10-01  Martin Baulig  <martin@gnome.org>
19287
19288         * debug-mono-symfile.c: Don't emit methods and line numbers for
19289         the dynamic symbol file, just write the type table.  We can easily
19290         have an external helper program which creates a symbol file for an
19291         IL file.        
19292
19293 2002-10-01  Dick Porter  <dick@ximian.com>
19294
19295         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
19296         Only add the handle to the cleanup array when we're about to
19297         launch the thread.  Bug 31425 deadlocked when the test was run on
19298         mono under w32.
19299
19300 2002-10-01  Martin Baulig  <martin@gnome.org>
19301
19302         * debug-mono-symfile.c: Added support for properties.
19303
19304 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19305
19306         * reflection.c: unaligned store fix from Mark Crichton
19307         <crichton@gimp.org>.
19308
19309 2002-09-27  Martin Baulig  <martin@gnome.org>
19310
19311         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
19312         New interncall.
19313
19314 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
19315
19316         * assembly.h, assembly.c: use a sane API to hook into the assembly
19317         loading process instead of a useless special-purpouse hack
19318         (ngen needs a hook, too, for example).
19319
19320 2002-09-27  Dick Porter  <dick@ximian.com>
19321
19322         * threads.c (mono_thread_init): Call GetCurrentProcess() so
19323         io-layer can set up some process handle info.  Not needed on w32,
19324         but doesn't hurt either.
19325
19326         * process.c: Pass the program name in the second parameter to
19327         CreateProcess, so the path is searched.  Include the working
19328         directory. Implemented process name, process enumeration, and some
19329         process detail internal calls.
19330         
19331         * icall.c: Added internal calls for process lookup, and some
19332         process details
19333
19334 2002-09-26  Martin Baulig  <martin@gnome.org>
19335
19336         * assembly.c (mono_install_open_assembly_hook): New global
19337         function to install a function to be invoked each time a new
19338         assembly is loaded.
19339         (mono_assembly_open): Run this callback function if set.
19340
19341         * debug-mono-symfile.c: Put back line numbers for the dynamic
19342         symbol file and also record the .il file as source file.  This
19343         allows us to install the temporary symbol file as `file.dbg' just
19344         like a compiler-generated one.
19345
19346 2002-09-26  Nick Zigarovich <nick@chemlab.org>
19347
19348         * Corrected typo in gc.c (BOHEM vs BOEHM).
19349
19350 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19351
19352         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
19353         GetProperties. Also avoid calling g_slist_length in GetProperties and
19354         GetMethods.
19355
19356 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19357
19358         * reflection.c: avoid unaligned stores (bug spotted by
19359         Mark Crichton  <crichton@gimp.org>).
19360
19361 2002-09-25  Martin Baulig  <martin@gnome.org>
19362
19363         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
19364         instead of guint64 for addresses and added prologue/epilogue info.
19365
19366 2002-09-25  Martin Baulig  <martin@gnome.org>
19367
19368         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
19369         store line number info.  For the dynamic symbol file, we only need
19370         to provide the JIT generated dynamic line number info for the dynamic
19371         symbol file.
19372
19373 2002-09-25  Martin Baulig  <martin@gnome.org>
19374
19375         * debug-mono-symfile.h: Incremented version number.
19376
19377 2002-09-24  Martin Baulig  <martin@gnome.org>
19378
19379         * class.c (mono_debugger_class_init_func): New global function
19380         pointer variable.
19381         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
19382         call it.
19383
19384         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
19385         function.  This is called via the mono_debugger_class_init_func
19386         hook to add all types to the dynamic type table.
19387         (ves_icall_MonoDebugger_GetType): New interncall to get a class
19388         from its metadata token.
19389
19390         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
19391         New interncall for the debugger.
19392
19393 2002-09-24  Nick Drochak <ndrochak@gol.com>
19394
19395         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
19396         before using it in case it is null.
19397         
19398 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19399
19400         * metadata.c: allow custom modifiers in local var signatures
19401         (bug spotted by Zoltan Varga).
19402
19403 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
19404
19405         * class.c: deal with the <Module> class that may have a NULL vtable.
19406         Eliminate warnings.
19407
19408 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19409
19410         * image.c, image.h: more strong name helpers.
19411         * monosn.c: more work: convert pem keys to cryptoapi format.
19412
19413 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19414
19415         * string-icalls.c: speedup IndexOf.
19416
19417 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19418
19419         * icall.c: updates from Zoltan.2.Varga@nokia.com.
19420
19421 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19422
19423         * icall.c: cleanup: use mono_object_domain ().
19424
19425 2002-09-23  Martin Baulig  <martin@gnome.org>
19426
19427         * debug-mono-symfile.c: Improved type support.
19428
19429 2002-09-22  Martin Baulig  <martin@gnome.org>
19430
19431         * debug-mono-symfile.c: Added support for reference types and strings.
19432
19433 2002-09-22  Martin Baulig  <martin@gnome.org>
19434
19435         * debug-mono-symfile.c: Started to work on the type table.
19436
19437 2002-09-21  Martin Baulig  <martin@gnome.org>
19438
19439         * debug-mono-symfile.c: Largely reworked the symbol table format.
19440         The symbol table is now incrementally updated each time a new
19441         method is added.  We're now also using our own magic and version
19442         so that you don't need to recompile all your classes if the
19443         dynamic table changes.
19444         (mono_debug_update_mono_symbol_file): Removed.
19445         (mono_debug_symfile_add_method): New function to add a method.
19446
19447 2002-09-21  Martin Baulig  <martin@gnome.org>
19448
19449         * icall.c
19450         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
19451         New interncall.
19452
19453         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
19454         New interncall to get a method from its metadata token.
19455
19456 2002-09-21  Martin Baulig  <martin@gnome.org>
19457
19458         * debug-mono-symfile.c: Create type table.
19459
19460 2002-09-20  Martin Baulig  <martin@gnome.org>
19461
19462         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
19463
19464 2002-09-20  Martin Baulig  <martin@gnome.org>
19465
19466         * debug-mono-symfile.c: Provide information about params and locals.
19467
19468 2002-09-20  Martin Baulig  <martin@gnome.org>
19469
19470         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
19471         New interncall.
19472
19473         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
19474         interncall to get a method from its metadata token.
19475
19476 2002-09-20  Martin Baulig  <martin@gnome.org>
19477
19478         * debug-mono-symfile.c: Added a few checks for method->header
19479         being non-NULL.  This should never happen, but for the moment
19480         let's use a g_warning() rather than a g_assert().
19481
19482 2002-09-19  Mark Crichton  <crichton@gimp.org>
19483
19484         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
19485         even if support for it isn't present.  Added an #ifdef to fix this.
19486
19487         * socket-io.c: Added checks back for Solaris support.
19488
19489 2002-09-19  Martin Baulig  <martin@gnome.org>
19490
19491         * debug-mono-symfile.c (read_string, write_string): Reflect latest
19492         changes in the symbol file format.
19493
19494 2002-09-18  Martin Baulig  <martin@gnome.org>
19495
19496         * debug-mono-symfile.c: Set version number to 21.
19497
19498 2002-09-18  Dick Porter  <dick@ximian.com>
19499
19500         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
19501         on netbsd.  Fixes bug 30051.
19502
19503 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19504
19505         * reflection.c:
19506         (set_version_from_string): little fix.
19507
19508 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19509
19510         * monosn.c, Makefile.am: added strong name utility.
19511         * reflection.h, reflection.c: implemented delayed signing,
19512         locale, version and hash id assembly attributes.
19513
19514 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19515
19516         * loader.c, metadata.c: load param attributes in signatures.
19517
19518 2002-09-16  Martin Baulig  <martin@gnome.org>
19519
19520         * debug-mono-symfile.c: Added string table with all method names.
19521
19522 2002-09-14  Martin Baulig  <martin@gnome.org>
19523
19524         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
19525         fast method lookup.
19526
19527 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19528
19529         * reflection.c: record the public key token of referenced assemblies.
19530
19531 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19532
19533         * image.c, image.h: added functions to get the strong name and the
19534         public key of an assembly.
19535         * pedump.c: use them.
19536
19537 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
19538
19539         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
19540
19541 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
19542
19543         * marshal.c (mono_marshal_get_managed_wrapper): Added
19544         MONO_TYPE_BOOLEAN 
19545
19546 2002-09-11  Martin Baulig  <martin@gnome.org>
19547
19548         * gc.c: Call GC_unregister_disappearing_link() on all links when
19549         finalizing them, this is necessary to aviod a crash in boehm's
19550         finalize handler.
19551
19552 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19553
19554         * gc.c: handle GetTarget for finalized objects spotted and fixed by
19555         nick@chemlab.org.
19556
19557 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19558
19559         * icall.c: implemented MonoType::Module.
19560         * reflection.c, reflection.h: mono_module_get_object () from
19561         Tomi Pakarinen <tomi.pakarinen@welho.com>.
19562
19563 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19564
19565         * icall.c: ignore overridden methods in GetMethods ().
19566         Fix for FieldInfo::SetValue().
19567         * object.c: handle float/double in runtime invoke.
19568
19569 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19570
19571         * object.c: allow a constructor to be called again on an object.
19572
19573 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19574
19575         * class.h, class.c: move field layout code to it's own function and
19576         export it. Get an interface id earlier. Move fields in MonoClass
19577         so they are more cache friendly and align the bitfields.
19578         * loader.c: temporary handle get_param_names() for a runtime method.
19579         * reflection.c, reflection.h: more code to handle runtime creation of
19580         types.
19581
19582 2002-09-09  Martin Baulig  <martin@gnome.org>
19583
19584         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
19585         signature with the pinvoke field being set for the actual call.
19586
19587 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19588
19589         * icall.c: removed some unused icalls. Start of map of glib charsets
19590         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
19591
19592 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19593
19594         * debug-helpers.c: break infinite loop (found and fixed by
19595         Holger Arnold <harnold@gmx.de>).
19596
19597 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19598
19599         * icall.c: target may be null in create_delegate.
19600
19601 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19602
19603         * marshal.c: handle a boolean return type.
19604
19605 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19606
19607         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
19608
19609 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19610
19611         * gc.c: fix weakreferences.
19612
19613 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
19614
19615         * icall.c: added icall to get default codepage.
19616
19617 2002-09-03  Dick Porter  <dick@ximian.com>
19618
19619         * threads.h: 
19620         * threads.c: Use MonoThread instead of MonoObject where
19621         apropriate.
19622
19623         Store running thread objects in a hash table, so that we have all
19624         the info to hand when waiting for them to finish
19625         (means we don't need OpenThread() any more, so mingw builds should
19626         be fully functional again.)
19627
19628         * verify.c:
19629         * object.h: Added thread ID to MonoThread
19630
19631 2002-09-03  Martin Baulig  <martin@gnome.org>
19632
19633         * icall.c (System.Reflection.Assembly::get_location): New interncall.
19634
19635 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19636
19637         * icall.c: fixed leak in get_temp_path. Thanks lupus.
19638
19639 2002-09-03  Martin Baulig  <martin@gnome.org>
19640
19641         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
19642         argument to store the end address of the disassembled instruction.
19643
19644         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
19645         here from debug-symfile.h.
19646         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
19647         JIT into this struct.
19648         (MonoSymbolFile): Added `char *image_file' field.
19649         (MonoDebugGetMethodFunc): Removed.
19650         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
19651         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
19652         (mono_debug_find_method): New method.
19653
19654         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
19655         create a full symbol file.
19656         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
19657         and static symbol files.
19658         (mono_debug_find_method): The symbol file keeps an internal method hash,
19659         call this to get a MonoDebugMethodInfo from a MonoMethod.
19660
19661         * debug-symfile.[ch]: Removed.
19662
19663 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
19664
19665         * image.c (do_mono_image_open): Remove linker version check.
19666
19667 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
19668
19669         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
19670         wrappers for instance methods.
19671         
19672 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19673
19674         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
19675
19676 2002-08-28  Dick Porter  <dick@ximian.com>
19677
19678         * Makefile.am: Export HOST_CC for w32 builds
19679
19680 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19681
19682         * file-io.c process.c: MonoString are null terminated, no
19683         need for mono_string_to_utf16() anymore.
19684
19685 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19686
19687         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
19688
19689 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
19690
19691         * icall.c, reflection.h: speedup System.MonoType.
19692
19693 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19694
19695         * reflection.c: allow null as the value of a string argument in
19696         custom attributes constructors.
19697
19698 2002-08-27  Martin Baulig  <martin@gnome.org>
19699
19700         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
19701         `trampoline_address' field.
19702
19703 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
19704
19705         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
19706         check (fixes bug #29486) 
19707
19708 2002-08-27  Martin Baulig  <martin@gnome.org>
19709
19710         * debug-mono-symfile.c: Changed the file format in a way that allows us
19711         open it read-only and to use a specially malloced area for all the
19712         dynamic data.  We can now also generate a symbol file on-the-fly if we're
19713         debugging IL code and there is no MCS generated symbol file for it.
19714
19715 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19716
19717         * object.c: added a define for a good string and array
19718         creation speedup (not enabled by default because we need to deal with
19719         the synch stuff).
19720
19721 2002-08-26  Martin Baulig  <martin@gnome.org>
19722
19723         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
19724         function to create a dynamic symbol file.  This is used by the
19725         debugger to create a symbol file for IL code on-the-fly.
19726
19727 2002-08-26  Martin Baulig  <martin@gnome.org>
19728
19729         * loader.c (mono_lookup_pinvoke_call): Include the error message
19730         from g_module_error() in the error message.
19731
19732 2002-08-24  Martin Baulig  <martin@gnome.org>
19733
19734         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
19735         function to update the symbol file.  The symbol file is mmap()ed
19736         writable, but private.  This allows us to install the symbol file
19737         together with the assembly.
19738
19739 2002-08-24  Martin Baulig  <martin@gnome.org>
19740
19741         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
19742         but they can read the new symbol file format which mcs is now creating.
19743
19744         * debug-symfile.c (mono_debug_find_source_location): Moved to
19745         debug-mono-symfile.c; this is now operating on the new symbol file.
19746
19747 2002-08-23  Martin Baulig  <martin@gnome.org>
19748
19749         * debug-helpers.c (mono_method_desc_from_method): New function to get
19750         a MonoMethodDesc from a MonoMethod.
19751
19752 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19753
19754         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
19755         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
19756
19757 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
19758
19759         * string-icalls.[ch]: make helper methods static.
19760
19761 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19762
19763         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
19764         types to it and to SetValueInternal.
19765
19766         * object.c: Moved handle_enum label to its proper place. This was the
19767         f... bug! ;-)
19768
19769         This time i compiled mcs and gtk-sharp and they both work.
19770
19771 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19772
19773         * icall.c: reverted partially my previous patch until 
19774         object.c:set_value handles enums correcly.
19775
19776 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19777
19778         * icall.c:
19779         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
19780         (ves_icall_System_Environment_get_MachineName): removed warning when
19781         compiling under cygwin.
19782
19783 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19784
19785         * object.c: fixed field_get_value() for reference types.
19786
19787 2002-08-22  Dick Porter  <dick@ximian.com>
19788
19789         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
19790         Don't free a buffer while it's still needed.  Patch from Jonathan
19791         Liger <Jonathan.liger@wanadoo.fr>
19792
19793 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
19794
19795         * icall.c (ves_icall_System_Environment_get_Platform): Add new
19796         internal call.
19797
19798 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
19799
19800         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
19801         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
19802
19803         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
19804         we call unmanaged code which throws exceptions.
19805
19806 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19807
19808         * appdomain.h: added per-domain entry_assembly.
19809         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
19810         arguments.
19811         * icall.c: Assembly::GetEntryAssembly icall.
19812         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
19813         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
19814
19815 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19816
19817         * appdomain.h, gc.c: added mono_domain_finalize ().
19818
19819 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19820
19821         * object.c:
19822         (mono_print_unhandled_exception): changed g_warning by g_printerr
19823         because g_log has a 1024 characters limit (yeah, i got a big stack
19824         trace). Don't print exception name, that should be in ToString 
19825         returned string.
19826
19827 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19828
19829         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
19830         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
19831
19832 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19833
19834         * object.c:
19835         (mono_print_unhandled_exception): after previous commit, i realized
19836         that MS calls ToString on the exception. I changed this function to
19837         do that. This way we get stack_trace for free.
19838
19839 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19840
19841         * object.c:
19842         (mono_print_unhandled_exception): invoke Message property instead of
19843         getting 'message' field from Exception. Don't allocate memory for
19844         'trace' and 'message' if not needed.
19845
19846 2002-08-18  Dick Porter  <dick@ximian.com>
19847
19848         * unicode.c: Fix asserts to match Encoder.cs checks
19849
19850 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19851
19852         * marshal.c: fix unaligned store issue and a few wrong
19853         opcode argument types.
19854
19855 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19856
19857         * icall.c: added GetUninitializedObjectInternal internal call.
19858
19859 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
19860
19861         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
19862         to the right domain.
19863
19864 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
19865
19866         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
19867
19868         * class.c (class_compute_field_layout): set blittable to false for Strings
19869
19870         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
19871
19872 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19873
19874         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
19875         first chunk of code to create types at runtime. Code to
19876         handle ReflectedType/DeclaringType. Make reflection handles
19877         domain specific.
19878
19879 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
19880
19881         * class.c: set correct name in arrays.
19882
19883 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
19884
19885         * appdomain.c (mono_domain_transfer_object): make it work with
19886         valuetypes. bug fixes.
19887
19888 2002-08-12  Dick Porter  <dick@ximian.com>
19889
19890         * object.h: Rename some parameters to avoid c++ keywords (Patch
19891         from Joseph Wenninger <kde@jowenn.at>)
19892
19893 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
19894
19895         * icall.c: added icall to implement Assembly.GetFile*.
19896
19897 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19898
19899         * reflection.h, reflection.c: code to embed managed resources.
19900
19901 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19902
19903         * class.c: move all the type size stuff into
19904         class_compute_field_layout().
19905
19906 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19907
19908         * class.c: ensure enums have always the correct instance size.
19909         * unicode.c: remove wrong assert.
19910
19911 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19912
19913         * assembly.c: fix mem corruption issue.
19914         * image.h, image.c: added mono_image_get_resource () to access
19915         managed resources.
19916         * icall.c: implemented Assembly.EntryPoint property and some
19917         Managed Resources related internalcalls.
19918
19919
19920 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19921
19922         * image.c, image.h: impemented mono_image_get_entry_point ().
19923         * appdomain.c: use mono_image_get_entry_point.
19924
19925 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19926
19927         * reflection.c: support the object type argument when loading
19928         custom attributes.
19929
19930 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
19931
19932         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
19933         String as return type.
19934
19935 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
19936
19937         * reflection.c: fix encoding of named args for custom attrs to match
19938         the ms implementation. Read them back when instantiating custom
19939         attributes.
19940
19941 2002-08-02  Radek Doulik  <rodo@ximian.com>
19942
19943         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
19944         by Dietmar as quick fix
19945         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
19946         16 as stack size, used on more places as quick fix before Dietmar
19947         will fix it properly
19948
19949 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19950
19951         * object.h, object.c: added accessors for fields and properties.
19952
19953 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19954
19955         * class.c, class.h: made mono_class_get_field_from_name ()
19956         loop on parent types.
19957         Added mono_class_get_property_from_name ().
19958
19959 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19960
19961         * class.c, class.h: move the code to setup the type vtable in its own
19962         function so that it can be reused also for types created at runtime.
19963         Eliminate the "class" identifier from the header file.
19964         * reflection.c: setup the vtable for enums so that we can create
19965         objects for use in SetConstant ().
19966
19967 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
19968
19969         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
19970         instead of the delegate itself as this pointer (bug #28383)
19971
19972 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
19973
19974         * marshal.c (mono_marshal_get_managed_wrapper): added return type
19975         conversions.
19976
19977 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19978
19979         * loader.c: don't set the pinvoke bit on icalls.
19980
19981 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
19982
19983         * debug-helpers.c (mono_method_full_name): only print a number to
19984         indicate wrapper type (so that the output is more readable in traces).
19985
19986 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
19987
19988         * class.c (mono_class_init): include method override patch from Paolo
19989
19990 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
19991
19992         * icall.c: fixed GetTypeCode().
19993
19994 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
19995
19996         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
19997         use real delegate invoke function to make it work with multicast
19998         delegates (fix bug# 28291).
19999
20000 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20001
20002         * object.c: load constant strings.
20003
20004 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20005
20006         * reflection.c: no magic numbers.
20007         * tabledefs.h: security action enum.
20008
20009 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20010
20011         * assembly.c: fix possible memory corruption.
20012
20013 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20014
20015         * reflection.h, reflection.c: added support for linking resources.
20016         * verify.c: check we have an updated corlib.
20017
20018 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
20019
20020         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
20021         string arrays.
20022         (mono_marshal_string_array): null terminate unmanaged string arrays.
20023         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
20024
20025 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20026
20027         * icall.c: Type.GetType () can now return also types from the
20028         calling assembly.
20029
20030 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
20031
20032         * loader.h, loader.c: stack walking support.
20033         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
20034         GetCallingAssembly.
20035
20036 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
20037
20038         * marshal.c: added optimisations for blittable types 
20039
20040         * class.c (mono_array_class_get): do not set blittable attribute on arrays
20041         (mono_class_setup_mono_type): set blittable attribute for single
20042         and double.
20043
20044         * marshal.c (mono_string_utf8_to_builder): impl.
20045         (mono_string_builder_to_utf8): impl.
20046         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
20047
20048 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
20049
20050         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
20051         (mono_marshal_get_managed_wrapper): impl. byref types
20052
20053 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20054
20055         * icall.c:
20056         (search_method): don't display debug message. 
20057
20058 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
20059
20060         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
20061
20062 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
20063
20064         * appdomain.c: set the missing filename when throwing exception.
20065
20066 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
20067
20068         * metadata.c (mono_type_size): code cleanup
20069         (mono_type_stack_size): removed some test code
20070
20071 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
20072
20073         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
20074         mono_get_exception_file_not_found now.
20075
20076         * exception.c (mono_exception_from_name_two_strings): New version
20077         that will call a constructor with two string arguments. 
20078         (mono_get_exception_file_not_found): New helper routine, used to
20079         report file-not-found errors.
20080
20081 2002-07-20  Dick Porter  <dick@ximian.com>
20082
20083         * process.h:
20084         * process.c: Pass file handles to CreateProcess
20085         
20086         * icall.c:
20087         * file-io.h:
20088         * file-io.c: Implemented CreatePipe
20089
20090 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
20091
20092         * metadata.c (mono_get_param_info): set alignment for value types
20093
20094 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20095
20096         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
20097         Constify mono_domain_assembly_open().
20098         * loader.c: handle null namespace in icalls.
20099
20100 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
20101
20102         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
20103         (emit_str_to_ptr_conv): marshal object as structs
20104
20105         * metadata.c (mono_type_to_unmanaged): marshal object as structs
20106
20107         * marshal.c (mono_marshal_get_runtime_invoke): support value types
20108
20109 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
20110
20111         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
20112         (mono_marshal_get_native_wrapper): we an now return value types
20113
20114 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20115
20116         * verify.c: more checks implemented.
20117
20118 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
20119
20120         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
20121         (fix bug #27695)
20122         (mono_marshal_get_native_wrapper): allow byref arguments
20123         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
20124         impl. PtrToStringXXX methods
20125         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
20126         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
20127         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
20128         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
20129         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
20130
20131 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20132
20133         * reflection.c: fix buglet in parsing an assembly name.
20134
20135 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20136
20137         * marshal.c (emit_ptr_to_str_conv): first impl.
20138
20139 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20140
20141         * object.c, class.h: cache the vtable in the class as suggested by
20142         vargaz@freemail.hu (Zoltan Varga).
20143
20144 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20145
20146         * class.h, loader.c: added mono_field_from_token().
20147         * verify.c: first cut of type checking code.
20148
20149 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20150
20151         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
20152
20153 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
20154
20155         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
20156         (fix bug #27782)
20157         (mono_marshal_get_remoting_invoke): impl.
20158         (mono_delegate_begin_invoke): impl.
20159         (mono_mb_emit_save_args): impl.
20160         (mono_delegate_end_invoke): impl.
20161         (mono_marshal_get_delegate_begin_invoke):
20162         (mono_marshal_get_delegate_end_invoke):
20163         (mono_marshal_get_delegate_invoke): generate a special name for
20164         those methods (including the signature) and associate them whith
20165         the delegate class. 
20166
20167 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
20168
20169         * reflection.[ch]: 
20170         (mono_reflection_type_from_name): now it has a MonoImage parameter
20171         which is used as the default image to search the type in. If the image
20172         is NULL or getting the type from it fails, it defaults to corlib.
20173
20174         * icall.c: changed 1 call to mono_reflection_type_from_name to match
20175         new parameter.
20176
20177 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20178
20179         * reflection.c: update the parameter table index.
20180
20181 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20182
20183         * domain.c: don't include the mark byte in the string hash.
20184
20185 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20186
20187         * icall.cs: icall for Type.GetTypeCode ().
20188         * verify: a couple of fixes and disabled local initialization checks.
20189
20190 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
20191
20192         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
20193
20194         * debug-helpers.c (mono_method_full_name): print the type of the
20195         runtime wrapper
20196
20197         * metadata.c (mono_signature_hash): a hash function for signatures
20198         (mono_signature_hash): better hash algorithm
20199
20200         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
20201
20202         * debug-helpers.c (mono_method_full_name): this can now generate
20203         method names with signatures
20204
20205         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
20206         method dont have this pointers.
20207
20208 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20209
20210         * reflection.c: fixup typebuilder tokens.
20211         * image.c: fix buglet.
20212         * marshal.h: remove whitespace.
20213         * metadata.h, metadata.c: reinstate code that was removed.
20214         * verify.c: handle catch directives and fix another couple of bugs.
20215
20216 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
20217
20218         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
20219         (mono_marshal_get_native_wrapper): make it comp. with the old code
20220         (mono_marshal_get_native_wrapper): support boolean
20221         (mono_marshal_get_managed_wrapper): support more types
20222
20223 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
20224
20225         * class.c (class_compute_field_layout): compute class->blittable attribute.
20226
20227 2002-07-09  Dick Porter  <dick@ximian.com>
20228
20229         * threads.c: Make the thread cleaning up cope with threads that
20230         call ExitThread()
20231
20232 2002-07-08  Radek Doulik  <rodo@ximian.com>
20233
20234         * reflection.c (method_encode_code): use non-translated values to
20235         compute finally_start, this fixes exception handling on ppc, yay!
20236
20237         * decimal.h (struct signscale): fix endianess
20238
20239 2002-07-07  Radek Doulik  <rodo@ximian.com>
20240
20241         * reflection.c: swap box_val and not val
20242
20243 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20244
20245         * reflection.c, reflection.h: handle full assembly info in type name.
20246         Handle Type arguments when loading custom attributes.
20247         * icall.c: updated to use new mono_reflection_type_from_name () method.
20248
20249 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20250
20251         * loader.c:
20252         (method_from_memberref): also print assembly name when method not found.
20253
20254 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20255
20256         * icall.c:
20257         (ves_icall_TypeGetProperties): fixed bug #27473. 
20258
20259 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20260
20261         * reflection.c: display image name and token when cannot find the
20262         .ctor for an attribute.
20263
20264 2002-07-05  Martin Baulig  <martin@gnome.org>
20265
20266         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20267
20268 2002-07-04  Dick Porter  <dick@ximian.com>
20269
20270         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
20271         compile on mingw.  This will cause mingw builds to not wait for
20272         subthreads to terminate after the main thread does.  I've lodged a
20273         bug with the mingw developers for them to wrap OpenThread().
20274
20275 2002-07-03  Dick Porter  <dick@ximian.com>
20276
20277         * threads.c: Store thread IDs instead of handles, because
20278         GetCurrentThread() returns a pseudohandle and therefore stores
20279         useless values.  mono_thread_cleanup() continues checking the
20280         array of threads until it is empty, to cope with subthreads
20281         spawning new threads after the main thread has finished.
20282
20283         * profiler.h:
20284         * profiler.c:
20285         * profiler-private.h: Pass the thread ID to thread profiler
20286         functions, instead of a handle
20287
20288 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20289
20290         * verify.c: fixes to make it more usable.
20291         * pedump.c: added --verify code to verify IL code in an assembly.
20292
20293 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20294
20295         * reflection.c: turn errors into warnings to allow compiling corlib.
20296
20297 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
20298
20299         * reflection.c: add special cases to compile corlib.
20300
20301 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20302
20303         * reflection.c: handle properties with only a set method.
20304
20305 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20306
20307         * opcodes.h: add enum with opcodes in opval order.
20308
20309 2002-07-01  Dick Porter  <dick@ximian.com>
20310         
20311         * object.h:
20312         * object.c (mono_runtime_run_main): Removed unneeded argument
20313
20314 2002-06-28  Martin Baulig  <martin@gnome.org>
20315
20316         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20317
20318 2002-06-27  Dick Porter  <dick@ximian.com>
20319
20320         * threads.c: Store the handle in both the parent thread and in the
20321         subthread, to minimise the time between starting a new thread and
20322         storing its ID.
20323
20324 2002-06-26  Dick Porter  <dick@ximian.com>
20325
20326         * appdomain.c (mono_runtime_cleanup): Close the socket library
20327         after all the threads have finished, not before
20328
20329 2002-06-26  Martin Baulig  <martin@gnome.org>
20330
20331         * debug-symfile.c (mono_debug_find_source_location): Added
20332         `guint32 *line_number' argument.  If it's not NULL, store the line number
20333         there and return the file name without the line number.
20334
20335 2002-06-25  Dick Porter  <dick@ximian.com>
20336
20337         * icall.c:
20338         * process.h:
20339         * process.c: Process forking and other support functions
20340
20341 2002-06-25  Dick Porter  <dick@ximian.com>
20342
20343         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
20344         things dont happen when the image is closed.
20345         (mono_image_lookup_resource): Walk the resource section looking
20346         for a particular entry
20347
20348         * cil-coff.h: PE resource section decoding
20349
20350 2002-06-25  Dick Porter  <dick@ximian.com>
20351         
20352         * assembly.h:
20353         * assembly.c: 
20354         (mono_assembly_foreach): Accessor functions to walk the list of
20355         loaded assemblies
20356         (mono_assembly_set_main):
20357         (mono_assembly_get_main): Process methods need to know which
20358         assembly is the "main" one
20359
20360         * object.c (mono_runtime_run_main): Record the main assembly
20361
20362         * debug-helpers.c: Fix typo
20363
20364 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
20365
20366         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
20367         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
20368
20369 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20370
20371         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
20372
20373 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
20374
20375         * image.c (do_mono_image_open): Initialize reference count,
20376         otherwise we leak the MonoImage.
20377
20378 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20379
20380         * reflection.c: small tweak to handle self-hosting.
20381
20382 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
20383
20384         * reflection.c: fix type name parse code.
20385
20386 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20387
20388         * reflection.c: break out of the loop.
20389         * image.c: special case corlib.
20390
20391 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20392
20393         * reflection.c: add all the custom attrs at the end to ensure the
20394         ctors have been properly initialized when the attributes are defined
20395         in the current assembly.
20396
20397 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20398
20399         * reflection.c: handle correctly multiple-nested types.
20400
20401 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
20402
20403         * row-indexes.h: fix typos.
20404         * reflection.c: adjust for typos and fix method_def_or_ref
20405         encoding in MethodImpl table.
20406
20407 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20408
20409         * reflection.c: fix entry point patching (thanks Serge!).
20410
20411 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
20412
20413         * verify.c: add check for System.Exception
20414
20415 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20416
20417         * image.c, class.c: minifix for code just c&p'ed.
20418         * reflection.c: warning fix.
20419         * object.h, loader.h, domain.c: load also StringBuilder.
20420
20421 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20422
20423         * marshal.h, marshal.c: some support code to handle complex marshaling.
20424
20425 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20426
20427         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
20428         Better signatures with vtable error dump.
20429
20430 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
20431
20432         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
20433
20434 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
20435
20436         * icall.c (ves_icall_Type_GetField): impl.
20437
20438 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20439
20440         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
20441         to retrieve a marshal description blob for a field or param.
20442
20443 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20444
20445         * reflection.h, reflection.c: change order of nested type emission
20446         to avoid table corruption. The NestedTypes table is sorted.
20447         * icall.c: change order of GetConstructor results to workaround mcs bug.
20448
20449 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20450
20451         * reflection.h, reflection.c: handle field and param marshal
20452         information.
20453
20454 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20455
20456         * icall.c, marshal.c marshal.h: more Marshal class implementation.
20457
20458 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20459
20460         * reflection.c: fix call convention.
20461
20462 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20463
20464         * reflection.h, reflection.c: mono_image_get_memberref_token()
20465         takes a type instead of a class, now. Added
20466         mono_image_get_array_token() to create tokens for the special
20467         multi-dim array methods.
20468
20469 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20470
20471         * assembly.c: handle modules (no assembly table). Split
20472         loading references in its own function.
20473         * class.c: handle moduleref resolution scope.
20474         * image.c, image.h: cache module name in image.
20475
20476 2002-06-07  Martin Baulig  <martin@gnome.org>
20477
20478         * reflection.c (mono_image_get_type_info): Only add a class layout entry
20479         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
20480
20481 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20482
20483         * icall.c: more signature fixes that used uint instead of int.
20484
20485 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20486
20487         * reflection.c: fixed signature of field refs.
20488
20489 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20490
20491         * class.c, reflection.c: handle typerefs of nested types
20492         (both on read and when writing files).
20493
20494 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20495
20496         * icall.c: fix method signatures that tried to workaround the previous
20497         typo, d'oh!
20498
20499 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20500
20501         * debug-helpers.c: fix typo.
20502
20503 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20504
20505         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
20506         rewrote the PE/COFF writing code (our programs are understood by the
20507         ms runtime, now).
20508
20509 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20510
20511         * gc.c, gc.h, icall.c: weakreference support.
20512
20513 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20514
20515         * Makefile.am, mono-config.c: use $(sysconfdir).
20516
20517 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20518
20519         * icall.c: changed default precision of Double.ToString() to 15.
20520         Fixed memory leak. Unified with Single.ToString.
20521
20522 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20523
20524         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
20525
20526 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20527
20528         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
20529         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
20530         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
20531         and myself.
20532
20533 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20534
20535         * debug-symfile.c, sysmath.c: yet more compilation fixes.
20536
20537 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20538
20539         * reflection.c, socket-io.c: more compilation fixes.
20540
20541 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20542
20543         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
20544         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
20545         unicode.c: warning and compiler compatibility fixes.
20546
20547 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20548
20549         * class.h, metadata.c: fixed warnings/compilation errors.
20550
20551 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20552
20553         * Makefile.am, mono-config.c, mono-config.h: configuration file
20554         support routines.
20555         * loader.c, loader.h: make Dll mapping configurable at runtime in the
20556         config file. Export methods to insert and lookup mappings.
20557
20558 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20559
20560         * reflection.c: handle types and boxed objects in custom attr
20561         constructors.
20562
20563 2002-05-30  Martin Baulig  <martin@gnome.org>
20564
20565         * debug-symfile.c
20566         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
20567
20568 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
20569
20570         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
20571         to lookup the implmap row for a P/Invoke method.
20572         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
20573         P/Invoke method from the runtime on an as needed basis.
20574
20575 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
20576
20577         * metadata.c (mono_metadata_parse_signature): impl.
20578
20579 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20580
20581         * class.c: handle .pack directive.
20582
20583 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20584
20585         * object.c: initialize static fields with RVA data.
20586
20587 2002-05-25  Martin Baulig  <martin@gnome.org>
20588
20589         * debug-symfile.c
20590         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
20591
20592 2002-05-24  Martin Baulig  <martin@gnome.org>
20593
20594         * debug-symfile.c
20595         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
20596         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
20597         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
20598
20599 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20600
20601         * object.c: special case string ctros in invoke.
20602         * gc.c: silly whitespace changes.
20603
20604 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
20605
20606         * threadpool.[ch]: impl. a threadpool that can
20607         be used by mint and mono.
20608
20609 2002-05-22  Martin Baulig  <martin@gnome.org>
20610
20611         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
20612         The first argument is now a `MonoReflectionModuleBuilder *', the return
20613         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
20614         `methods' field to get the method builder.  The `token' argument is the
20615         unfixed token.
20616
20617         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
20618         invalid characters instead of g_assert_not_reached()ing.  This seems
20619         to be the behaviour of mscorlib.
20620
20621 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
20622
20623         * object.c (mono_runtime_invoke_array): applied patch from Rachel
20624         Hestilow to fix bug #25104
20625
20626 2002-05-21  Martin Baulig  <martin@gnome.org>
20627
20628         * debug-symfile.c (mono_debug_find_source_location): New function.
20629         Looks up an IL offset in the line number table and returns the source
20630         location as a string.
20631
20632 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20633
20634         * icall.c:
20635         (mono_double_ToStringImpl): changed %f by %g until we have something
20636         better.
20637
20638 2002-05-21  Nick Drochak  <ndrochak@gol.com>
20639
20640         * icall.c : Use different name for Math.Pow's icall.  Needed to check
20641         parameters first in C#.
20642
20643 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20644
20645         * icall.c, reflection.h: added icall to get info about an event.
20646
20647 2002-05-20  Radek Doulik  <rodo@ximian.com>
20648
20649         * object.c (mono_value_box): don't use memcpy for boxing on BIG
20650         endian
20651         (mono_value_box): don't use memcpy for small sizes on
20652         architectures with unaligned access
20653
20654 2002-05-20  Martin Baulig  <martin@gnome.org>
20655
20656         * reflection.c (mono_reflection_setup_internal_class): Don't crash
20657         if `tb->parent == NULL'.
20658         (mono_reflection_create_internal_class): New function.  This is
20659         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
20660         for enum types.
20661
20662         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
20663         New interncall.
20664
20665 2002-05-19  Martin Baulig  <martin@gnome.org>
20666
20667         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
20668         argument to get the length, don't default to the array length.
20669
20670 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
20671
20672         * assembly.c (mono_assembly_setrootdir): New function used to
20673         override the MONO_ASSEMBLIES directory.
20674
20675 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20676
20677         * icall.c: ValueType_GetHashCode() initialize local var.
20678
20679 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20680
20681         * reflection.c: sort custom attributes table.
20682
20683 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20684
20685         * reflection.c: support named args in custom attributes (write support).
20686
20687 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20688
20689         * reflection.c: fix finally position calculation.
20690
20691 2002-05-15  Radek Doulik  <rodo@ximian.com>
20692
20693         * reflection.c: fixed endianess at many places
20694
20695         * icall.c (ves_icall_InitializeArray): comment out debug msg
20696
20697 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
20698
20699         * object.c (mono_unhandled_exception): new function to handle
20700         unhandled exceptions.
20701         (mono_unhandled_exception): call the UnhandledException event.
20702         (mono_runtime_delegate_invoke): impl.
20703
20704 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
20705
20706         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
20707         returns the RVA, not the direct pointer to the data. Handle the case
20708         when the class size is fixed.
20709
20710 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
20711
20712         * reflection.c: fix some endianess issues.
20713
20714 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
20715
20716         * object.c (mono_runtime_invoke): is now able to catch exceptions.
20717
20718         * threads.c (mono_thread_init): added a callback which is invoked
20719         at thread start.
20720
20721 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20722         
20723         * icall.c: make GetHashCode return non-negative values.
20724
20725 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20726
20727         * object.c, icall.c, gc.c: revert to address-based hashcode.
20728
20729 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
20730
20731         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
20732
20733 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20734
20735         * icall.c, class.c: special case <Module>.
20736
20737 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
20738
20739         * icall.c: fix bug in GetNow().
20740
20741 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
20742
20743         * object.c (mono_runtime_class_init): make sure that we call all
20744         static class constructors.
20745
20746 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20747
20748         * reflection.c: sort methodsemantics table.
20749
20750 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20751
20752         * reflection.h, reflection.c: honour init locals setting.
20753
20754 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
20755
20756         * icall.c: copied Double ToStringImpl for Single ToStringImpl
20757
20758 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20759
20760         * reflection.c: support ContructorBuilders in attribute blob creation.
20761
20762 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20763
20764         * reflection.c: some changes to build a binary that can be run
20765         directly in windows.
20766
20767 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20768
20769         * loader.c: print a big message when an icall can't be found.
20770
20771 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20772
20773         * string-icalls.c: fix bug 24248.
20774
20775 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
20776
20777         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
20778         icall.c, reflection.h: separate assembly loading by pathname and by
20779         assembly name. Use the MONO_PATH env var to search for assemblies.
20780
20781 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20782
20783         * assembly.c, image.h: add some support for assemblies
20784         with multiple modules.
20785         * class.c, class.h: export mono_class_from_typeref().
20786         * loader.c: remove duplicated code and use mono_class_from_typeref(),
20787         instead.
20788
20789 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20790
20791         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
20792         documentation says (the ECMA one is correct).
20793
20794 2002-05-02  Dick Porter  <dick@ximian.com>
20795
20796         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
20797         Don't name the synchronisation mutex.
20798
20799 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
20800
20801         * rand.c
20802         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
20803         Make the prototypes match.
20804         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
20805         Same.
20806
20807         * icall.c
20808         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
20809         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
20810         all systems have tm.tm_zone, so use strftime() with %Z to print
20811         the timezone abreviation into a temp string.
20812
20813         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
20814         rather than mono_array_addr() on a MonoString on Big Endian
20815         machines.
20816
20817 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
20818
20819         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
20820         fix bug 24041
20821
20822 2002-04-30  Dick Porter  <dick@ximian.com>
20823
20824         * socket-io.c: Cope with SOCKET being an integer rather than a
20825         pointer now.
20826
20827         * threads.c: Added Thread_free_internal, to deal with thread
20828         handle cleanup.  Moved calls to handle_store() and handle_remove()
20829         to start_wrapper(), so each can only be called once.  Allocate
20830         synchronisation blocks with GC_malloc(), and use GC finalisation
20831         to close the handles.
20832
20833         * icall.c: added System.Threading.Thread::Thread_free_internal
20834
20835 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20836
20837         * icall.c: support Environment.Exit, CommandLineArgs().
20838
20839 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20840
20841         * object.c, object.h: added mono_runtime_run_main () and
20842         mono_runtime_get_main_args () for use in System.Environment.
20843
20844 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20845
20846         * gc.c: fix thinko, enable actual finalization since the jit is now
20847         fixed.
20848
20849 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20850
20851         * gc.c, object.c: take into account that an object may be offset wrt the address
20852         returned by GC_malloc().
20853
20854 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
20855
20856         * image.c: handle files without entries in the assembly table (modules).
20857
20858 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
20859
20860         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
20861         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
20862         allowed to be null when it's System.Object class setup.
20863
20864 2002-04-27  Martin Baulig  <martin@gnome.org>
20865
20866         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
20867         if `tb->parent == NULL' rather than crashing.
20868
20869 2002-04-28  Nick Drochak  <ndrochak@gol.com>
20870
20871         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
20872         calling acos() where asin() should have been called.
20873
20874 2002-04-26  Martin Baulig  <martin@gnome.org>
20875
20876         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
20877         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
20878         there's a subdirectory called `System', but we don't want to read that
20879         subdirectory as an assembly.
20880
20881 2002-04-25  Martin Baulig  <martin@gnome.org>
20882
20883         * debug-symfile.c: Reflect latest MonoString changes.
20884
20885 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20886
20887         * rand.c, rand.h: instance method icalls need to have an explicit
20888         this pointer as first argument in the C implementation.
20889
20890 2002-04-25  Nick Drochak <ndrochak@gol.com>
20891
20892         * icall.c: Fix typo in map for GetNonZeroBytes
20893
20894 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20895
20896         * string-icalls.c : String does now passes unit tests without any 
20897         errors, the following changes has been made:
20898         
20899         Implemented replace methods.
20900         Renaming of methods to (try) follow the standard.
20901         Fixed compare ordinal
20902         Made all memory allocated directly to function instead of via icall function.
20903         Small performance fix in is_in_array function
20904                         
20905  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
20906
20907         c (mono_string_Internal_ctor_charp_int_int):
20908         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
20909         sindex < 0, throw ArgumentOutOfRangeException instead of
20910         ArgumentNullException.
20911
20912         Added new check for length == 0, however
20913         I need to make it return String.Empty from the C code.
20914         
20915         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
20916         that calculate the length for us here.
20917         
20918         (mono_string_Internal_ctor_sbytep_int_int): Replaced
20919         mono_string_new_utf16 with mono_string_new, since value is utf8.
20920
20921 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20922
20923         * object.c: register the object for finalization if needed.
20924         Allocate one more char in the string for the terminating 0 char.
20925
20926 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20927
20928         * class.c, class.h, image.c: check if a type implemenst a destructor.
20929         Use the proper key for array class lookups.
20930         * icall.c: register the icalls in the System.GC class.
20931         * gc.c, gc.h: GC-related functions and icalls.
20932
20933 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20934
20935         * icall.c:
20936         * socket-io.c:
20937         * unicode.c: free some strings gotten from mono_string_to_utf8 and
20938         changed a couple of free () by g_free ().
20939
20940         * decimal.c: one-liner in the comments for decimal2string ().
20941
20942 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20943
20944         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
20945
20946 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20947
20948         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
20949         * object.c (mono_runtime_invoke_array) : handle null in params
20950
20951 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20952
20953         * string-icalls.c: fixed bug in split (one off bug)
20954
20955 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20956
20957         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
20958         * icalls.c: added String::Equals as internal method
20959
20960 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20961
20962         * threads.c: fixed bug in the double interlocked functions
20963
20964 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
20965
20966         * threads.c: implemented all of the new interlocked icalls.
20967         * string-icalls.c: fix a bug in insert.
20968         * icalls.c: added the icalls for interlocked, removed old string functions.
20969         
20970 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20971
20972         * loader.c: fix off-by-one error when reading argument names.
20973
20974 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20975
20976         * profiler.c: win32 counter implementation (untested).
20977         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
20978         (the latter needs testing and more complete impl. from win32 folks).
20979
20980 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
20981
20982         * object.c: mono_array_new_full workaround mono_array_class_get
20983         problem.
20984
20985 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20986
20987         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
20988         * object.h (mono_string_chars): Changed casting type.
20989
20990 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20991
20992         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
20993                            method signatures to use gunichar2 instead of gint16.
20994
20995 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
20996
20997         * object.h, object.c: domain-specific versions of mono_object_new and
20998         mono_array_new.
20999
21000 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
21001
21002         * object.c: changed String layout
21003
21004         * string-icalls.c (mono_string_Internal_ctor_chara): added
21005         internal string constructors.
21006
21007 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
21008
21009         * threads.c: pass 'this' to the thread start routine.
21010
21011 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21012
21013         * string-icalls.c: fix IndexOf and LastIndexOf. Now
21014         InternalCompareStr don't call twice mono_string_cmp_char for the last
21015         character. Improved performance in mono_string_cmp_char.
21016
21017 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21018
21019         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
21020         code into its own library: libmonoruntime.
21021
21022 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
21023
21024         * object.h, object.c: changed array format so that szarrays do not
21025         require a bounds structure.
21026         * icall.c, appdomain.c: support for new szarray format.
21027
21028 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
21029
21030         * metadata.c: compare also the retuns type when comparing signatures:
21031         we didn't do this as an optimization since really overloaded methods
21032         must differ also in the arguments, but this doesn't work with
21033         low-level IL code (or when using explicit conversion operators: see
21034         bug#23498 for an example).
21035
21036 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21037
21038         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
21039
21040 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21041
21042         * icall.c: make MonoType::GetElementType its own icall.
21043
21044 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
21045
21046         * icall.c: remove MonoMethod_get_Name().
21047         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
21048         object.
21049
21050 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21051
21052         * string-icalls.c: optimized a few methods.
21053
21054 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21055
21056         * icall.c: added all new string internal calls
21057         * string-icalls.c: added, new string internal call implementation.
21058         * object.c: added mono_string_new_size for allocating a string a size
21059
21060 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
21061
21062         * object.c (mono_object_isinst): use the same code as in the
21063         optimized x86 version.
21064
21065 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21066
21067         * profiler.c: TSC-based timer code (faster and more accurate).
21068         Not hooked up in configure, yet (set USE_X86TSC to 1).
21069
21070 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
21071
21072         * profiler.c, profiler.h: track time spent compiling methods.
21073         * threads.c: track thread creation/destruction.
21074
21075 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
21076
21077         * profiler.c, profiler.h, profiler-private.h: profiling interface
21078         and sample implementation. Moved here so that it can be used also by
21079         the jit.
21080
21081 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
21082
21083         * reflection.c, reflection.h: keep types and other handles separate in
21084         the hash tables for referred tokens. Add guid for modules.
21085
21086 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
21087
21088         * assembly.c: fix bugs found with valgrind.
21089         * metadata.h, metadata.c: added mono_metadata_guid_heap().
21090
21091 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
21092
21093         * threads: added icall support for getting current domain for
21094                    the thread.
21095  
21096 2002-04-13  Martin Baulig  <martin@gnome.org>
21097
21098         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
21099         (MonoDebugVarInfo): Added `index' field for register based addresses.
21100         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
21101         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
21102         `MonoDebugVarInfo *params' and `guint32 this_offset' with
21103         `MonoDebugVarInfo *this_var'.
21104
21105         * debug-symfile.c (relocate_variable): New static function to write
21106         a location description for a local variable or method parameter.
21107
21108 2002-04-12  Martin Baulig  <martin@gnome.org>
21109
21110         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
21111         stack offset and begin/end scope address of a local variable.
21112         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
21113         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
21114         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
21115
21116         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
21117         Added new relocation types for start/end scope of a local variable.
21118
21119 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21120
21121         * object.h: add mono_object_domain() macro.
21122         * reflection.c: handle typespecs.
21123         * icall.c: MonoMethod::get_Name() implementation.
21124
21125 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21126
21127         * icall.c: String::GetHashCode() icall implementation.
21128
21129 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21130
21131         * icall.c: String::IndexOfAny icall.
21132         * object.c, object.h: make array->max_length more useful.
21133         Intrduced mono_object_class() and mono_string_length() macros.
21134
21135 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21136
21137         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
21138         instead of g_unichar_isdigit.
21139
21140 2002-04-11  Nick Drochak  <ndrochak@gol.com>
21141
21142         * icall.c: Implement a simple Double.ToString().
21143
21144 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21145
21146         * appdomain.h: only io-layer.h is supposed to be included.
21147         * icall.c: explicitly import environ. Fix warning.
21148
21149 2002-04-10  Nick Drochak  <ndrochak@gol.com>
21150
21151         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
21152                 return true even if it's not Daylight Savings time.
21153                 Only return false for the case where the function isn't
21154                 implemented for a plaform (read Windows).
21155
21156 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21157
21158         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
21159         data with a mutex.
21160
21161 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
21162
21163         * mempool.c (mono_mempool_alloc): only use g_malloc when
21164         absolutely necessary.
21165
21166 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21167
21168         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
21169
21170         * class.c (mono_class_vtable): use domain mempool to allocate vtable
21171         (mono_class_proxy_vtable): use domain mempool
21172
21173 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21174
21175         * appdomain.h, appdomain.c: split initialization that requires the
21176         execution engine support into mono_runtime_init().
21177
21178 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21179
21180         * class.c (mono_class_init): don't include vtable inside MonoClass
21181         to save some memory, gather some statistics.
21182         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
21183
21184 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21185
21186         * icall.c: internalcall implementation for ValueType.Equals().
21187
21188 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
21189
21190         * object.c (mono_message_init): moved 
21191         (mono_runtime_exec_main): new arch. independent impl.
21192         (mono_runtime_invoke_array): new method - like
21193         mono_runtime_invoke, but you can pass an array of objects.
21194         (mono_remoting_invoke): new arch. independent impl.
21195         (mono_message_invoke): new arch. independent impl.
21196         (mono_runtime_class_init): new arch. independent impl.
21197         (mono_runtime_object_init): new arch. independent impl.
21198
21199 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21200
21201         * metadata.c, object.c, reflection.c: documented the exported
21202         functions.
21203
21204 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
21205
21206         * icall.c: simpler code to pass the assembly builder data to corlib.
21207         Implement GetNestedTypes() internalcall.
21208
21209 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21210
21211         * class.c: warn if a type can't be loaded.
21212
21213 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
21214
21215         * image.h: typedef MonoImageOpenStatus
21216         * types.h: removed unused file
21217         
21218 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
21219
21220         * icall.c: Enum_ToObject accepts enum value arguments.
21221
21222 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21223
21224         * class.c: move initialization of properties, events and nested
21225         classes, so that they happen for interfaces, too.
21226
21227 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21228
21229         * icall.c: cleanup some ugly casts in Array_SetValue*.
21230
21231 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21232
21233         * icall.c: the values array fro enums is of the correct type, now.
21234         Implement (correctly) getFullName instead of assQualifiedName for
21235         MonoType.
21236         * reflection.h, reflection.c: added mono_type_get_name ().
21237
21238 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21239
21240         * assembly.c, image.h: for each MonoImage, record from wich assembly
21241         it was loaded.
21242         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
21243         Make Type.Assembly work.
21244
21245 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
21246
21247         * debug-symfile.h: use char* instead of gpointer to avoid
21248         unnecessary casts.
21249
21250         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
21251
21252         * icall.c (ves_icall_InternalExecute): impl. FielSetter
21253         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
21254
21255 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
21256
21257         * icall.c (mono_message_init): impl. (code cleanup)
21258         (ves_icall_InternalExecute): impl. FieldGetter
21259
21260         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
21261         defined we call all (non-static)methods through the vtable. 
21262
21263 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
21264
21265         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
21266         finalizer even though the memory is still referenced (and the chunk of
21267         memory is not freed).
21268
21269 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
21270
21271         * assembly.c: fix brokeness.
21272
21273 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
21274
21275         * class.c: kill some warnings. Check explicit interface method
21276         implementation also without considering the namespace.
21277         Load also literal strings in static class data.
21278
21279 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
21280
21281         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
21282         (default_assembly_name_resolver): Make the resolver take the
21283         "base" directory where the assembly was originally defined, so we
21284         can load DLLs that are in the same directory as the assembly that
21285         is being referenced.
21286
21287 2002-03-28  Dick Porter  <dick@ximian.com>
21288
21289         * file-io.h: 
21290         * file-io.c:
21291         * socket-io.c: 
21292         * unicode.h: 
21293         * unicode.c: Warning cleanups
21294
21295 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
21296
21297         * object.h, reflection.h: use the correct type instead of MonoObject.
21298
21299 2002-03-28  Martin Baulig  <martin@gnome.org>
21300
21301         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
21302         (mono_debug_update_symbol_file): Initialize classes if necessary.
21303
21304 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21305
21306         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
21307         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
21308
21309 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
21310
21311         * assembly.h: fix function prototype.
21312         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
21313         * mono-endian.h: use const cast.
21314
21315 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21316
21317         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
21318
21319 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21320
21321         * loader.c: don't assert when a typeref can't be loaded, give
21322         a chance to the runtime to trow an exception instead.
21323         * loader.h: fix warning.
21324
21325 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21326
21327         * class.c (mono_class_proxy_vtable): added proxy support
21328
21329 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
21330
21331         * icall.c: removed last of PAL calls, added System.Environment
21332         * file-io.h, file-io.c: MonoIO implementation
21333         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
21334
21335 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21336
21337         * appdomain.c: do not use the byte marker in ldstr table lookup.
21338         * debug-helpers.c: allow two ':' to separate class and method name.
21339         * object.c: allocate arrays bounds with the GC, too.
21340         * verify: add a few more checks.
21341
21342 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
21343
21344         * reflection.c: output also literal strings. Allocate parameter data
21345         with GC_malloc() (thanks, Martin, for catching this!).
21346
21347 2002-03-26  Martin Baulig  <martin@gnome.org>
21348
21349         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
21350         include the `this' offset in the `param_offsets'.
21351
21352 2002-03-25  Martin Baulig  <martin@gnome.org>
21353
21354         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
21355         mono_debug_get_class() function to get the classes. Added new
21356         relocation types for arrays and strings.
21357         (mono_debug_get_class): New static function to search in all
21358         referenced assemblies for a metadata token.
21359
21360         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
21361
21362 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
21363
21364         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
21365         hold gc-allocated objects. Make the string heap a stream like the
21366         others. Removed duplicated code when writing stream info.
21367         Added asserts to catch possible buffer overflows. Set the sorted map
21368         for tables that need sorting. Added some documentation.
21369
21370 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
21371
21372         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
21373         for interned strings and vtables.
21374
21375 2002-03-24  Martin Baulig  <martin@gnome.org>
21376
21377         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
21378         it in the array since it was created with g_slist_prepend().
21379
21380 2002-03-24  Martin Baulig  <martin@gnome.org>
21381
21382         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
21383         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
21384         (mono_debug_method_from_token): Renamed to
21385         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
21386         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
21387
21388         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
21389         relocation types.
21390
21391         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
21392
21393 2002-03-24  Martin Baulig  <martin@gnome.org>
21394
21395         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
21396         (mono_debug_method_from_token): New func.
21397
21398         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
21399         New interncall, calls mono_debug_local_type_from_signature().
21400         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
21401         calls mono_debug_method_from_token().
21402
21403 2002-03-23  Martin Baulig  <martin@gnome.org>
21404
21405         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
21406         specifies the number of bytes to be converted, not the array size.
21407         Return the number of chars, not the number of bytes.
21408         (ves_icall_iconv_get_chars): The `byteCount' argument
21409         specifies the number of bytes to be converted, not the array size.
21410
21411 2002-03-23  Martin Baulig  <martin@gnome.org>
21412
21413         * reflection.h (MonoReflectionSigHelper): New type.
21414
21415         * reflection.c (mono_reflection_sighelper_get_signature_local),
21416         (mono_reflection_sighelper_get_signature_local): New functions.
21417
21418         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
21419         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
21420         interncalls.
21421
21422 2002-03-23  Martin Baulig  <martin@gnome.org>
21423
21424         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
21425         is_writeable is set.
21426         (mono_raw_buffer_update): New function to write the modified map
21427         back to disk.
21428
21429         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
21430
21431         * debug-symfile.c (mono_debug_update_symbol_file): Call
21432         mono_raw_buffer_update() when done writing.
21433
21434 2002-03-23  Martin Baulig  <martin@gnome.org>
21435
21436         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
21437
21438         * debug-symfile.c: Added support for arguments and local variables.
21439
21440 2002-03-23  Dick Porter  <dick@ximian.com>
21441
21442         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
21443         protected by ifdefs, hence breaking the w32 build.
21444
21445 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21446
21447         * object.c: implement is_interned() the right way.
21448
21449 2002-03-21  Martin Baulig  <martin@gnome.org>
21450
21451         * debug-symfile.[ch]: New files to handle debugging information
21452         files. There's also support to dynamically update these symbol
21453         files to include machine dependent information.
21454
21455 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
21456
21457         * threads.c (mono_thread_create): new function to create thread
21458         from C
21459
21460 2002-03-20  Martin Baulig  <martin@gnome.org>
21461
21462         * icall.c (ves_icall_InternalInvoke): Create a new object if the
21463         method is a constructor.
21464         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
21465         points to ves_icall_InternalInvoke().
21466
21467 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
21468
21469         * file-io.c: Flush shouldn't throw exceptions.
21470
21471 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
21472
21473         * file-io.c: FileStream flush support; FileSetLength now
21474         restores file pointer.
21475
21476 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21477
21478         * class.c: set image for pointer classes.
21479
21480 2002/03/19  Nick Drochak <ndrochak@gol.com>
21481
21482         * sysmath.c: Forgot one.
21483
21484 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
21485
21486         * sysmath.c: Avoid redefining existing names.
21487
21488 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
21489
21490         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
21491         handled by runtime as icall rather than dllimport from libm.so
21492         * file-io.c, file-io.h: fixed handle argument type.
21493
21494 2002-03-18  Dick Porter  <dick@ximian.com>
21495
21496         * reflection.c (mono_image_get_type_info): rename interface to
21497         iface, because of "#define interface struct" on windows.
21498
21499 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
21500
21501         * class.c, class.h: rename and export mono_ptr_class_get().
21502         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
21503         * reflection.c, reflection.h, icall.c: better/saner type name
21504         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
21505         method signatures.
21506
21507 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
21508
21509         * class.c (mono_class_init): removed hardcoded GHC_SLOT
21510
21511         * icall.c (ves_icall_InternalInvoke): impl.
21512
21513 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21514
21515         * reflection.c: output the interface map table, too.
21516
21517 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21518
21519         * class.c (class_compute_field_layout): separate computation of 
21520         static field layout
21521
21522 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
21523
21524         * icall.c: added System.Buffer support.
21525         * file-io.c: moved file icalls from PAL to FileStream.
21526
21527 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21528
21529         * icall.c (ves_icall_System_Object_GetHashCode): impl.
21530
21531 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
21532
21533         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
21534
21535 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21536
21537         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
21538
21539 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21540
21541         * debug-helpers.{c,h}: moved here from monograph some useful functions
21542         to locate a method by name/signature in a class or image. Included
21543         also a small and flexible IL disassembler.
21544
21545 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21546
21547         * reflection.c: fixup tokens in methods with small header size, too.
21548
21549 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
21550
21551         * object.c (mono_string_to_utf8): remove assert(!error), instead
21552         print a warning. 
21553
21554 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
21555
21556         * icall.c: update to the new mono_Array_class_get interface.
21557
21558 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21559
21560         * appdomain.c, object.c: Boehm-GC enable.
21561         * icall.c: make get_data_chunk() support split data requests.
21562         Ensure a class is initialized in more cases. Return only the first
21563         property found in GetProperties() or the compiler gets confused. 
21564         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
21565         * reflection.h, reflection.c: add fixup mechanism for field and method
21566         tokens. Initialize assembly->typeref in a single place. Output
21567         properties after events. Support custom attributes for events, too.
21568         Typo fix for paramter custom attrs.
21569
21570 2002-03-07  Martin Baulig  <martin@gnome.org>
21571
21572         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
21573
21574 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
21575
21576         * class.c (mono_array_class_get): fix. for multi. dim. arrays
21577
21578 2002-03-06  Martin Baulig  <martin@gnome.org>
21579
21580         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
21581         non-zero lower bounds. See testcases #F10-#F13.
21582
21583 2002-03-05  Martin Baulig  <martin@gnome.org>
21584
21585         * exception.c (mono_get_exception_argument_out_of_range): New exception.
21586
21587         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
21588         ves_icall_System_Array_GetValue(), only calculate the absolute array position
21589         here.
21590         (ves_icall_System_Array_SetValue): Likewise.
21591         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
21592         as argument and does the actual work. This function is used when copying a
21593         multi-dimensional array.
21594         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
21595         now do all the widening conversions of value types.
21596         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
21597
21598 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21599
21600         * class.c: remove some magic numbers and use the smbolic names,
21601         instead. Added init_events() to load event info at class init time.
21602         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
21603         and mono_metadata_methods_from_event().
21604         * reflection.h, reflection.c: added support for writing out the evnets
21605         related information.
21606
21607 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21608
21609         * reflection.h, icall.c: use a different method (GetInterfaces)
21610         to gather interface info and add isbyref, isprimitive and
21611         ispointer to the ves_icall_get_type_info() return value.
21612
21613 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21614
21615         * class.h: stared adding support for events.
21616         * icall.c: split find_members implementation. Added debug icall to get
21617         the address of an object.
21618         * reflection.c: handle TypeBuilders in mono_type_get_object().
21619
21620 2002-03-01  Martin Baulig  <martin@gnome.org>
21621
21622         * icall.c (ves_icall_System_Array_GetLength): This must throw an
21623         ArgumentOutOfRangeException(), not an ArgumentException().
21624         (ves_icall_System_Array_GetLowerBound): Likewise.
21625         (ves_icall_System_Array_GetValue): Improved argument checking.
21626         (ves_icall_System_Array_SetValue): Improved argument checking.
21627
21628 2002-03-01  Martin Baulig  <martin@gnome.org>
21629
21630         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
21631         called with invalid arguments rather than just dying with g_assert().
21632         (ves_icall_System_Array_SetValue): Likewise.
21633         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
21634         raise a NotImplementedException instead.
21635         (ves_icall_System_Array_GetLength): Added argument checking.
21636         (ves_icall_System_Array_GetLowerBound): Added argument checking.
21637
21638 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
21639
21640         * object.h (mono_assert): new macros mono_assert and
21641         mono_assert_not_reached
21642
21643 2002-02-28  Martin Baulig  <martin@gnome.org>
21644
21645         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
21646         and "System::String::IsInterned" to "System::String::_IsInterned".
21647
21648 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
21649
21650         * icall.c: remove hacks for typebuilder. Added icall to create a
21651         modified type from a tybebuilder.
21652         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
21653         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
21654         to create a backing MonoClass for a TypeBuilder.
21655
21656 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21657
21658         * class.c, class.h: more refactoring of class init.
21659         Export mono_class_setup_mono_type() and mono_class_setup_parent().
21660
21661 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
21662
21663         * marshal.c, marshal.h: start of marshaling interface.
21664
21665 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21666
21667         * icall.c: fix order in assembly qualified name icall.
21668
21669 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21670
21671         * class.c: do not free str, since we store it in the hash table.
21672         * reflection.h: add label field to MonoILExceptionInfo.
21673         * reflection.c: handle references to more than one assembly. Handle
21674         case when there isn't a module created in the assembly.
21675
21676 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21677
21678         * class.c: Fix typo. Start refactoring of class init code.
21679
21680 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21681
21682         * appdomain.c: exit with 1 on error.
21683         * class.c: we already have the name in MonoClassField.
21684         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
21685         MonoStreamHeader instead of an offset of image->raw_metadata.
21686
21687 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
21688
21689         * appdomain.c (mono_init): Be even more descriptive about the error.
21690
21691 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
21692
21693         * appdomain.c: give the user an informative message when corlib can't
21694         be loaded.
21695
21696 2002-02-26  Martin Baulig  <martin@gnome.org>
21697
21698         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
21699         New icall to get the time zone data.
21700
21701 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21702
21703         * reflection.c: set virtual and raw size of section correctly.
21704         * threads.c: transfer domain information to newly created threads.
21705
21706 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21707
21708         * class.c: when instancing a class in a domain, load the default
21709         vaules for static fields from the constant table. Fix System.Enum to
21710         not be an enum.
21711         * icall.c: implement Object::GetType() internalcall. Implemented
21712         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
21713         Fixed checking of binding flags in find_members().
21714         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
21715         * reflection.c: handle enumerations when writing to the constant
21716         table. Use a different object cache for types.
21717
21718
21719 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
21720
21721         * object.c (mono_object_isinst): fix for arrays
21722
21723         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
21724
21725 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21726
21727         * object.c: don't use mprotect ()  and fix intern pool hash table
21728         lookup for big endian systems.
21729
21730 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21731
21732         * icall.c: change type_is_subtype_of () signature.
21733
21734 2002-02-21  Mark Crichton  <crichton@gimp.org>
21735
21736         * rand.c, rand.h: Added random number generator for
21737         System.Security.Cryptography classes.
21738
21739         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
21740
21741         * icall.c: Added System.Security.Cryptography calls.
21742
21743 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
21744
21745         * class.c, icall.c, metadata.c: better support for pointer types.
21746         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
21747         * reflection.c: Add support for getting custom attrs for properties
21748         and simplify some code.
21749
21750 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21751
21752         * icall.c: change getToken () and add custom attribute GetBlob()helper
21753         method.
21754         * reflection.h: add custom attrs array to the reflection builder structures.
21755         * reflection.c: encode and emit custom attributes for all the relevant
21756         reflection objects. Cache fieldref and methodref tokens. Change
21757         mono_image_create_token() interface to take a MonoDynamicAssembly.
21758         More complete custom attributes decoder. Load custom attributes for
21759         Assembly, Field, Method and Constructor objects, too. Make the
21760         returned array an Attribute[] one, not object[]. Added
21761         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
21762         custom attribute constructor.
21763
21764 2002-02-20  Dick Porter  <dick@ximian.com>
21765
21766         * icall.c:
21767         * rawbuffer.c:
21768         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
21769         problem code out for now).
21770
21771 2002-02-19  Radek Doulik  <rodo@ximian.com>
21772
21773         * object.c (mono_ldstr): use hash table to avoid multiple swapping
21774
21775 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
21776
21777         * icall.c: register the GetCustomAttributes method.
21778         * object.c, object.h: add mono_string_new_len ().
21779         * reflection.h, reflection.c: added mono_runtime_invoke(),
21780         mono_install_runtime_invoke(). Added
21781         mono_reflection_get_custom_attrs () to load custom attributes and
21782         create the attribute objects.
21783
21784 2002-02-19  Dick Porter  <dick@ximian.com>
21785         * threads-dummy-types.c:
21786         * threads-dummy-types.h:
21787         * threads-dummy.c:
21788         * threads-dummy.h:
21789         * threads-pthread-types.c:
21790         * threads-pthread-types.h:
21791         * threads-pthread.c:
21792         * threads-pthread.h:  Deleted obsolete files
21793
21794 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
21795
21796         * class.c (mono_class_vtable): runtime init the class when we
21797         allocate static class data.
21798
21799         * icall.c (ves_icall_System_Array_SetValue): check for null values.
21800
21801         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
21802         and String - but we will need generic marshalling support in the
21803         future. 
21804         (mono_init): set the domain name in a ms compatible way
21805
21806         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
21807         String[].
21808
21809 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
21810
21811         * object.c (mono_array_clone): use alloca() instead of g_malloc  
21812         for sizes
21813
21814         * appdomain.c (mono_domain_unload): impl.
21815
21816 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21817
21818         * appdomain.c, object.c: fix intern pool implementation.
21819         * class.c: fix alignment code.
21820
21821 2002-02-16  Radek Doulik  <rodo@ximian.com>
21822
21823         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
21824         and s2 > s1, just copy lower bytes to be compatible with little
21825         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
21826         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
21827
21828         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
21829         force big_endian to be 1 for big endian machines 
21830         (ves_icall_iconv_new_decoder): ditto
21831
21832 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
21833
21834         * socket-io.c (convert_sockopt_level_and_name): If the system
21835         doesn't define SOL_IP or SOL_TCP, get them by hand using
21836         getprotobyname() and caching the values (because this could be a
21837         slow operation).
21838         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
21839         Use the appropriate struct when the system does support it. Ie,
21840         not all systems have struct ip_mreqn so use struct ip_mreq when
21841         appropriate.
21842
21843 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
21844
21845         * reflection.c: handle finally clauses.
21846
21847 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
21848
21849         * socket-io.c: use g_snprintf() instead of snprintf.
21850
21851 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21852
21853         * reflection.c (mono_param_get_objects): Cast second argument to
21854         mono_method_get_param_names to a const char** to silence the
21855         compiler warning.
21856
21857         * appdomain.c (mono_domain_assembly_open): Put parens around the
21858         truth statement in the for-loop.
21859
21860         * unicode.c (iconv_convert): Got rid of a compiler warning about
21861         int i being unused when the system has a new iconv.
21862         (iconv_get_length): Same.
21863
21864         * image.c (load_class_names): Cast the second argument to
21865         g_hash_table_insert() to char* to hush compiler warnings about the
21866         arg being a const.
21867         (mono_image_open): Same here.
21868
21869         * socket-io.c: Don't conditionally include sys/filio.h or
21870         sys/sockio.h here anymore since we now get them from
21871         io-layer/io-layer.h
21872         (inet_pton): If the system doesn't support inet_aton, implement
21873         using inet_addr and also #define INADDR_NONE if it isn't defined
21874         by the system.
21875
21876 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
21877
21878         * metadata.c, metadata.h: added function to get packing and size info
21879         of a typedef.
21880         * reflection.h, reflection.c: handle field RVA data. Save info about
21881         the table layout if needed. Assign typedef indexes to all the types
21882         before dumping the info about them to avoid forward reference problems.
21883
21884 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
21885
21886         * socket-io.c (convert_sockopt_level_and_name): ifdef
21887         SO_ACCEPTCONN because it is not defined on my system (old debian)
21888
21889 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21890
21891         * opcode.c: use stddef.h to get NULL.
21892
21893 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21894
21895         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
21896         for FIONBIO, FIONREAD and SIOCATMARK.
21897         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
21898         define INADDR_NONE and besides, inet_addr() is deprecated and
21899         should not be used. Use inet_pton() instead - it also has the
21900         added bonus that it can easily handle IPv6 addresses as well.
21901         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
21902
21903 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21904
21905         * decimal.c: remove _MSC_VER conditional.
21906
21907 2002-02-13  Dick Porter  <dick@ximian.com>
21908
21909         * socket-io.c: 
21910         * icall.c: Internal calls for Blocking, Select, Shutdown,
21911         GetSocketOption and SetSocketOption
21912
21913 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21914
21915         * assembly.cs: better resolver: use it instead of some kludgy
21916         code.
21917
21918 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
21919
21920         * reflection.c: the best way to speed-up the compiler is to avoid
21921         infinite loops.
21922
21923 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
21924
21925         * class.c (mono_class_vtable): changed the object layout
21926         (obj->vtable->class). 
21927         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
21928
21929 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21930
21931         * assembly.c: look for assemblies in the assembly dir, too.
21932
21933 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21934
21935         * class.c: fix thinko in mono_class_from_type().
21936
21937 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21938
21939         * exception.h, exception.c: added TypeLoadException.
21940         * object.h, object.c: added mono_array_clone ().
21941         * icall.c: handle throwOnError in AssemblyGetType().
21942         Added Array.Clone().
21943         * opcode.h, opcode.c: use a single value for the opcode val.
21944         Compile fix for non-gcc compilers.
21945
21946 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
21947
21948         * opcodes.c, opcodes.h: export interesting info about opcodes.
21949
21950 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
21951
21952         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
21953         icalls. 
21954
21955         * class.c (class_compute_field_layout): set element_class for enums
21956         (mono_class_create_from_typedef): set element_class for normal classes
21957
21958         * icall.c (ves_icall_System_Enum_get_value): impl.
21959
21960         * class.c (mono_class_create_from_typedef): do not set valuetype
21961         flag for System.ValueType and System.Enum
21962
21963 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
21964
21965         * unicode.c (iconv_convert): fix big endian problem.
21966
21967 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21968
21969         * class.c: add asserts if we are ever going to scribble over memory.
21970         * socket-io.c: not all systems have AF_IRDA defined.
21971
21972 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
21973
21974         * class.c (class_compute_field_layout): do not consider static
21975         fields to compute alignment
21976
21977 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
21978
21979         * appdomain.c (mono_appdomain_get): impl.
21980         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
21981
21982 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21983
21984         * icall.c: ignore "file://" prefix when loading an assembly.
21985
21986 2002-01-23  Dick Porter  <dick@ximian.com>
21987
21988         * socket-io.c:
21989         * icall.c:
21990         * Makefile.am: Added socket support
21991
21992 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21993
21994         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
21995         code back.  This should return the assemblies that are loaded by
21996         the runtime on behalf of an application domain. 
21997
21998         The current implementation is still broken, it just returns every
21999         assembly loaded, but until we get real applications domain this
22000         will do.
22001
22002 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
22003
22004         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
22005         AppDomain object.
22006
22007 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
22008
22009         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
22010         the mono_class_from_name lookup.
22011         (ves_icall_get_parameter_info): ditto.
22012         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
22013         method.
22014         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
22015
22016 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
22017
22018         * class.c: load also nested classes on class init.
22019         System.ValueType instance methods gets passed boxed
22020         values, unless methods in derived classed that get a pointer to the
22021         data.
22022         * icall.c: use better name parsing code in GetType().
22023         * image.c, image.h: add mono_image_loaded ().
22024         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
22025         * reflection.c, reflection.h: added mono_reflection_parse_type().
22026
22027 2002-01-22  Veronica De Santis <veron78@interfree.it>
22028
22029         * icall.c : Added mapping of internal calls for Manual and Auto reset events
22030         * threads.c : Added the implementation of internal calls for events
22031         * threads.h : Added prototypes of internal calls for events
22032         
22033 2002-01-21  Radek Doulik  <rodo@ximian.com>
22034
22035         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
22036
22037 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
22038
22039         * class.c (mono_class_init): set min_align to 1 (instead of 0)
22040         (mono_class_value_size): use min_align
22041
22042 2002-01-20  Dick Porter  <dick@ximian.com>
22043
22044         * threads.h:
22045         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
22046         so it compiles on w32.
22047
22048 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
22049
22050         * metadata.c (mono_type_stack_size): impl.
22051
22052         * class.c (mono_class_get_field): impl. memberref token
22053
22054 2002-01-16 Veronica De Santis <veron78@@interfree.it>
22055
22056         * icall.h : Added the internal calls mapping for CreateMutex_internal
22057                     and ReleaseMutex_internal.
22058         * threads.h : Added the prototype of mutexes internal calls.
22059         * threads.c : Added the implementations of mutexes internal calls.
22060
22061 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
22062
22063         * metaparse.h: removed unused file.
22064         * reflection.c, reflection.h: added stream_data_align () function 
22065         to align data in streams and keep stream aligned. Add support for
22066         exception support in method headers.
22067
22068 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
22069
22070         * unicode.c: make iconv_convert () return the number of bytess written
22071         in the output buffer.
22072
22073 2002-01-15  Dick Porter  <dick@ximian.com>
22074         * threads.c: Make the runtime's idea of infinite timeouts coincide
22075         with the class library's
22076
22077         Fix a particularly egregious bug in mono_thread_cleanup(). That
22078         code was so utterly bogus it must have been written on a Monday.
22079
22080 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
22081
22082         * reflection.h: add subtypes field to TypeBuilder.
22083         * reflection.c: encode constants for literal fields.
22084         Handle subtypes. Fix user string token (and add a zero byte)
22085         at the end.
22086         
22087 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
22088
22089         * class.c (mono_class_init): bug fix: assign slot numbers for
22090         abstract methods.
22091
22092 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
22093
22094         * reflection.c: don't try to output a code RVA for abstract methods.
22095         Small fixes for method header format. Output parameter info to the
22096         ParamDef table. Save method overriding info to MethodImpl table.
22097         Fix property support. Allow typedef.extends to be a type in the
22098         building assembly.
22099         * verify.c: fix off-by-one error.
22100
22101 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
22102
22103         * class.c: fix mono_class_from_mono_type () for szarray types.
22104         Remove unused cache check in mono_class_from_type_spec().
22105         * icall.c: *type_from_name () functions handle simple arrays and byref.
22106         * reflection.c: handle byref and szarray types. Handle methods without
22107         body (gets P/Invoke compilation working). Handle types and fields in
22108         get_token ().
22109         * reflection.h: add rank to MonoTypeInfo.
22110
22111 2002-01-10  Dick Porter  <dick@ximian.com>
22112
22113         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
22114         internal calls
22115
22116 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
22117
22118         * icall.c: initialize class in type_from_handle ().
22119         Loop also in parent classes for get_method ().
22120         * reflection.c: properly encode class and valuetype types.
22121         Start on encoding TypeBuilder types. Handle fieldrefs.
22122         Use correct length when registering a user string.
22123         Handle ConstructorBuilder and MonoMethod in get_token ().
22124         Make mono_type_get_object () aware of cached types.
22125         * object.c: back out change to mono_string_new ().
22126
22127 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
22128         * object.c: mono_string_new should return a NULL when the string 
22129         passed in is NULL -- not try to deference it.
22130         
22131 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
22132
22133         * icall.c: hack to make IsSubType work for TypeBuilders.
22134         * reflection.c: emit constructors before methods.
22135         Retrieve param names in mono_param_get_objects().
22136
22137 2002/01/05  Nick Drochak  <ndrochak@gol.com>
22138
22139         * Makefile.am: fix list of headers and sources so automake 1.5
22140         doesn't complain. Removed \# at end of list.
22141
22142 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
22143
22144         * reflection.c: get token for a method ref. Set return type of
22145         constructor to void.
22146         * loader.c: debug message.
22147         * class.c: typo fix.
22148
22149 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
22150
22151         * icall.c: fix array init with rank > 1. FindMembers
22152         loops in parent class as well.
22153         * image.c: do not insert nested types in name cache.
22154         * reflection.c: warning fix.
22155         * reflection.h: add override method (for interface impl).
22156
22157 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
22158
22159         * metadata.c: fix customattr decoding.
22160
22161 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
22162
22163         * rawbuffer.cs: Added native Win32 implementation, avoids using
22164         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
22165
22166 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
22167
22168         * class.c: make the low-level routines handle the cache.
22169
22170 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
22171
22172         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
22173
22174 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
22175
22176         * class.c: fix mono_array_element_size() for objects.
22177         * class.h, class.c: add properties to MonoClass and load them
22178         at init time.
22179         * icall.c: check with isinst() when assigning a value to an array
22180         instead of requiring the classes to match exactly.
22181         Implemented icall for System.Type::GetType().
22182         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
22183         enums. Handle bindingflags when looking for methods and fields.
22184         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
22185         and mono_metadata_methods_from_property().
22186         * reflection.h, reflection.c: added structures for propreties,
22187         parameters and enums. Implemented mono_property_get_object() and
22188         mono_param_get_objects().
22189
22190 2001-12-18  Dick Porter  <dick@ximian.com>
22191
22192         * file-io.c: Use mono_string_to_utf16() instead of
22193         mono_string_chars()
22194
22195         * object.c: Added mono_string_to_utf16(), which copies the non
22196         NULL-terminated MonoString into a new double-null-terminated
22197         buffer.
22198
22199 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
22200
22201         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
22202
22203 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
22204
22205         * file-io.c: raise exceptions if handle is invalid.
22206
22207 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
22208
22209         * assembly.c: yet another check for mscorlib.
22210         * class.c, class.h: load nesting info for classes.
22211         * icall.c: many new functions to support the Reflection classes.
22212         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
22213         * reflection.h, reflection.c: mono_image_create_token(),
22214         mono_assembly_get_object(), mono_type_get_object(),
22215         mono_method_get_object(), mono_field_get_object(): methods to return
22216         objects that parallel the C representation of assemblies, types,
22217         methods, fields.
22218
22219 2001-12-11  Dick Porter  <dick@ximian.com>
22220
22221         * icall.c:
22222         * file-io.c: Internal calls for file IO.
22223
22224 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
22225
22226         * tabledefs.h: missing FileAttributes.
22227         * verify.h, verify.c: use is_valid_string () to simplify and check for
22228         valid strings more correctly. Fix warnings and speeling.
22229         Check more tables: Filed, File, ModuleRef, StandAloneSig.
22230         Check code: branches, maxstack, method calls.
22231
22232 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
22233
22234         * object.c (mono_object_allocate): removed static, so that the jit
22235         can allocate value types.
22236
22237         * icall.c (ves_icall_System_DateTime_GetNow): impl.
22238
22239 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22240
22241         * class.c: init enum types right away and register the
22242         token->MonoClass map in mono_class_create_from_typedef ().
22243         * verify.h, verify.c: first cut of the verifier.
22244         * pedump.c: add --verify switch to verify metadata tables.
22245         * tabledefs.h: add some missing enums.
22246
22247 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
22248
22249         * class.c (mono_install_runtime_class_init): impl.
22250         (mono_class_init): renamed mono_class_metadata_init to
22251         mono_class_init, also removed the metadata_inited flag
22252
22253         * object.c (mono_object_isinst): use faster algorithm
22254
22255 2001-11-30  Radek Doulik  <rodo@ximian.com>
22256
22257         * mono-endian.h: reverted last change
22258         added function prototypes
22259
22260         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
22261         add mono-endian.c back
22262
22263         * mono-endian.c: returned back, as Paolo pointed out, it's needed
22264         for unaligned access, I've mistaked it with endianess. I am
22265         sorry.
22266         (mono_read16): fix reverted endianess
22267         (mono_read64): ditto
22268         (mono_read32): ditto
22269
22270 2001-11-30  Dick Porter  <dick@ximian.com>
22271
22272         * exception.c: Implement mono_exception_from_name()
22273
22274 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22275
22276         * metadata.h, metadata.c: remove params_size and locals_size and their
22277         calculation from the metadata code: they are only usefult to the
22278         interp.
22279
22280 2001-11-29  Radek Doulik  <rodo@ximian.com>
22281
22282         * object.c (mono_ldstr): swap bytes here, it's probably not the
22283         best place, but works for me now, I'll redo it once I know mono
22284         better, also note that I add PROT_WRITE and don't reset back, also
22285         note that it's only affects big endians, so x86 should be OK
22286
22287         * mono-endian.h (read16): use just glib macros for both endians
22288
22289         * mono-endian.c: removed as glib macros are used in in
22290         mono-endian.h so we don't need to care about endianess for read
22291         macros as glib does that for us already
22292
22293 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
22294
22295         * class.h, class.h: take minimum alignment into consideration so
22296         that the fields of a class remain aligned also when in an array.
22297
22298 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22299
22300         * loader.h, loader.c: add mono_method_get_param_names().
22301         * class.c: 0-init class fields.
22302
22303 2001-11-26  Dick Porter  <dick@ximian.com>
22304
22305         * icall.c:
22306         * threads-types.h:
22307         * threads.c: New file that handles System.Threading on all platforms
22308
22309         * object.c: 
22310         * object.h: Remove the synchronisation struct from MonoObject,
22311         replace it with a pointer that gets initialised on demand
22312
22313         * Makefile.am: Replace all the system-specific threading code with
22314         a single file that uses the new wrapper library
22315
22316 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
22317
22318         * class.c, class.h: add mono_install_trampoline() so that the runtime
22319         can register a function to create a trampoline: removes the ugly
22320         requirement that a runtime needed to export arch_create_jit_trampoline.
22321         * object.h, object.c: added mono_install_handler() so that the runtime
22322         can install an handler for exceptions generated in C code (with
22323         mono_raise_exception()). Added C struct for System.Delegate.
22324         * pedump.c: removed arch_create_jit_trampoline.
22325         * reflection.c: some cleanups to allow registering user strings and
22326         later getting a token for methodrefs and fieldrefs before the assembly
22327         is built.
22328         * row-indexes.h: updates and fixes from the new ECMA specs.
22329
22330 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
22331
22332         * class.h, class.c: add enum_basetype field to MonoClass.
22333         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
22334         to get index in the constant table reated to a field, param or
22335         property.
22336         * reflection.h, reflection.c: handle constructors. Set public-key and
22337         version number of the built assembly to 0.
22338         * row-indexes.h: update from new ECMA spec.
22339
22340 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22341
22342         * class.h, class.c: add a max_interface_id to MonoClass.
22343         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
22344         since it's used to do that. Added mono_type_type_from_obj().
22345         Make GetType() return NULL instead of segfaulting if the type was not
22346         found. Handle simple arrays in assQualifiedName.
22347         * object.h: add a struct to represent an Exception.
22348         * reflection.c: output call convention in method signature.
22349         Add code to support P/Invoke methods and fixed offsets for fields.
22350
22351 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
22352
22353         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
22354         the value.
22355         * icall.c: use mono_array_addr instead of array->vector: fixes the
22356         reflection image writing.
22357         * reflection.c: init call convention byte to 0 in method signature.
22358         Encode the property signature. Don't output property-related methods
22359         twice. Really process the properties for a type (don't cast a field to
22360         a property, my mom always told me that).
22361         Fix 64 bit issues in pointer alignment in a different and more
22362         readable way.
22363
22364 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
22365
22366         * loader.h: Removed type class from MonoDefaults, added monotype
22367
22368         * loader.c: Loaded MonoType, removed loading of Type
22369
22370         * icall.c (my_mono_new_object): Now returns a System.MonoType,
22371         and fills in System.Type._impl with a RuntimeTypeHandle rather
22372         than the actual MonoClass *
22373
22374         (ves_icall_type_from_handle): change from type_class to
22375         monotype_class
22376
22377         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
22378         implemented
22379
22380         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
22381         implemented
22382
22383         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
22384
22385         (ves_icall_System_Reflection_Assembly_GetType): implemented
22386
22387         (ves_icall_System_MonoType_assQualifiedName): implemented
22388
22389         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
22390
22391 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
22392
22393         * assembly.c (mono_assembly_open): Implement a cache for the
22394         assemblies. 
22395
22396         (mono_assembly_close): only destroy the assembly when the last
22397         reference is gone.
22398         
22399 2001-11-09  Dick Porter  <dick@ximian.com>
22400
22401         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
22402
22403 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
22404
22405         * class.c (mono_class_metadata_init): bug fix: compute the right slot
22406
22407 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22408
22409         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
22410         from Martin Weindel.
22411         * object.h: add mono_string_chars ().
22412
22413 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
22414
22415         * reflection.c (build_compressed_metadata): Eliminates warnings
22416         and uses 64-bit clean code.
22417
22418         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
22419         (mono_type_equal): Change signature to eliminate warnings.
22420
22421 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22422
22423         * icall.c, loader.c: remove the internalcall array constructors.
22424         Changes to match the new MonoArray structure.
22425         * object.h, object.c: an array object doesn't allocate an extra
22426         vector. Add mono_array_new_full () to create jagged arrays easily.
22427
22428 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22429
22430         * metadata.h, metadata.c: add mono_metadata_field_info () to
22431         retreive all the info about a field from vairous tables.
22432         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
22433         * class.h, class.c: augment MonoClassField with more info.
22434         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
22435         policy and load a field's RVA if needed.
22436
22437 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
22438
22439         * class.c (mono_class_metadata_init): create a trampoline for all
22440         virtual functions instead of actually compiling them.
22441
22442 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
22443
22444         * class.h, class.c: include name in MonoClassField.
22445         * class.c: fix fundamental type of System.Object and System.String.
22446         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
22447         tokens in ldtoken.
22448         * icall.c: remove internalcalls for the Reflection stuff that is now
22449         done in C# code.
22450         * loader.c: mono_field_from_memberref () implementation.
22451         * mono-endian.c: thinko (s/struct/union/g).
22452         * object.c, object.h: make the mono_string_* prototypes actually use
22453         MonoString instead of MonoObject.
22454         * reflection.c, reflection.h: updates for changes in the reflection
22455         code in corlib: we use C structures that map to the actual C# classes.
22456         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
22457         fat method header if needed and use the info from the ILGenerator for
22458         methods. Handle fields in types. Misc fixes.
22459
22460 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
22461
22462         * class.c (mono_class_metadata_init): bug fix: always allocate
22463         space for static class data
22464
22465 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
22466
22467         * class.c (mono_compute_relative_numbering): use relative
22468         numbering to support fast runtime type checks.
22469
22470 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
22471
22472         * class.c (mono_class_create_from_typeref): added debugging output
22473         to print class name when MonoDummy is returned instead of real class
22474
22475 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
22476
22477         * class.c (mono_class_metadata_init): interface offset table now
22478         contains pointers into the vtable - this is more efficient for the jit
22479
22480 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
22481
22482         * class.c (mono_class_metadata_init): use a temporary vtable (the
22483         old algorithm only worked for the interpreter, but not for the jit)
22484
22485 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
22486
22487         * loader.c (method_from_memberref): use mono_class_get to get the
22488         class of an array instead of using System.Array directly.
22489         (mono_get_method): also add MEMBERREF methods to the method cache
22490         which usefull for arrays.
22491
22492 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
22493
22494         * pedump.c (arch_compile_method): added to compute vtable entry
22495
22496         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
22497         number of interfaces.
22498         
22499         * class.h: merged MonoArrayClass into MonoClass
22500
22501         * class.c (mono_class_create_from_typedef): compute the vtable size and
22502         allocate space to include the vtable inside MonoClass
22503         (mono_class_metadata_init): initialize the vtable
22504
22505 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
22506
22507         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
22508         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
22509         * image.c: endian fixes by Laurent Rioux.
22510         * object.h, object.c: rename MonoStringObject to MonoString and
22511         MonoArrayObject to MonoArray. Change some function names to conform to
22512         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
22513         guint16* as first argument, so don't use char*.
22514         Provide macros to do the interesting things on arrays in a portable way.
22515         * threads-pthread.c: updates for the API changes and #include <sched.h>
22516         (required for sched_yield()).
22517         * icall.c: updates for the API changes above.
22518         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
22519         platforms that need them.
22520
22521 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22522
22523         * class.c: set the correct type for all the fundamental
22524         type when loading the class.
22525
22526 2001-10-05  Dick Porter  <dick@ximian.com>
22527
22528         * threads-pthread.c (pthread_mutex_timedlock): Simple
22529         compatibility version for C libraries that lack this call.
22530
22531 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22532
22533         * class.c: MonoTypes stored in MonoClass are stored as
22534         fundamental MonoTypes when the class represents a
22535         fundamental type (System.Int32, ...).
22536         The TypeHandle return by ldtoken is a MonoType*.
22537         * icall.c: ves_icall_get_data_chunk () write out all the
22538         PE/COFF stuff. Implement ves_icall_define_method (),
22539         ves_icall_set_method_body (), ves_icall_type_from_handle ().
22540         * image.c: properly skip unknown streams.
22541         * loader.h, loader.c: add type_class to mono_defaults.
22542         * metadata.c, metadata.h: export compute_size () as
22543         mono_metadata_compute_size () with a better interface.
22544         Typo and C&P fixes.
22545         * pedump.c: don't try to print the entry point RVA if there is no entry point.
22546         * reflection.c, reflection.h: many cleanups, fixes, output method
22547         signatures and headers, typedef and typeref info, compress the metadata
22548         tables, output all the heap streams, cli header etc.
22549         * row-indexes.h: typo fixes.
22550
22551 2001-10-04  Dick Porter  <dick@ximian.com>
22552
22553         * object.h: Add a synchronisation mutex struct to MonoObject
22554
22555         * object.c (mono_new_object): Initialise the object
22556         synchronisation mutexes
22557
22558         * icall.c: System.Threading.Monitor internal calls
22559         
22560         * threads-pthread.h:
22561         * threads-pthread.c: System.Threading.Monitor internal calls
22562
22563         * threads-types.h: New file, includes the system-specific thread
22564         structures
22565         
22566         * threads-pthread-types.h:
22567         * threads-pthread-types.c: New files, handle pthread-specific
22568         synchronisation types
22569
22570         * threads-dummy-types.h: 
22571         * threads-dummy-types.c: New files of dummy support for
22572         thread-specific types
22573
22574         * metadata.c:
22575         * image.c:
22576         * pedump.c: include mono-endian.h not endian.h
22577         
22578         * Makefile.am: More threads files.
22579         Name mono-endian.h not endian.h
22580
22581 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
22582
22583         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
22584         stuff and implement a few more bits.
22585         * icall.c: a field needs to be dereferenced twice. Do not use the same
22586         name for two variables in the same scope.
22587         * image.c, image.h: cleanups.
22588
22589 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
22590
22591         * class.c (mono_class_metadata_init): bug fix: compute the right size
22592
22593 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
22594
22595         * icall.c: implemented some of the Reflection internalcalls.
22596         * image.c, image.h: start writing out the PE/COFF image.
22597         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
22598         that does the reverse than decode_blob_size ().
22599         * object.c: use mono_metadata_encode_value (). Move here
22600         temporary implementation of mono_string_to_utf8 ().
22601         * rawbuffer.c: make malloc_map static.
22602
22603 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22604
22605         * metadata.c: fix type comparison for arrays.
22606         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
22607         Added a couple of new classes to monodefaults.
22608         * icall.c: added a couple of Reflection-related internalcalls.
22609         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
22610         Added a byval_arg MonoType to MonoClass.
22611
22612 2001-09-28  Dick Porter  <dick@ximian.com>
22613
22614         * icall.c:
22615         * threads-pthread.h: 
22616         * threads-pthread.c: Implemented internal calls for
22617         LocalDataStoreSlot operations.  Applied mutexes around all shared
22618         data.  Reworked the thread creation and Start() operations to
22619         avoid a race condition.
22620         
22621         * threads-dummy.h:
22622         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
22623
22624 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
22625
22626         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
22627
22628 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
22629
22630         * class.c, loader.c: warn and return NULL instead of erroring out.
22631         * icall.c: added System.AppDomain::getCurDomain().
22632         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
22633
22634 2001-09-25  Dick Porter  <dick@ximian.com>
22635
22636         * threads-pthread.h:
22637         * threads-pthread.c: Implemented timed thread joining and added
22638         System.Threading.Thread::Join_internal internal call
22639
22640         * icall.c: Added System.Threading.Thread::Join_internal internal call
22641
22642         * threads-dummy.h:
22643         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
22644
22645 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
22646
22647         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
22648         mono_string_intern () to implement the semantics of the ldstr opcode
22649         and the interning of System.Strings.
22650         * icall.c: provide hooks to make String::IsIntern and String::Intern
22651         internalcalls.
22652
22653 2001-09-23  Dick Porter  <dick@ximian.com>
22654
22655         * threads-dummy.c: 
22656         * threads-dummy.h: New files of dummy threading routines
22657
22658         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
22659         support code based on system specifics
22660
22661         Rename PTHREAD_LIBS to THREAD_LIBS
22662         
22663 2001-09-23  Dick Porter  <dick@ximian.com>
22664
22665         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
22666         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
22667         internal calls.
22668         (mono_thread_init): Set up a Thread object instance to return when
22669         the main thread calls Thread.CurrentThread
22670         (mono_thread_cleanup): Wait for all subthreads to exit
22671
22672         * icall.c: New internal calls for System.Threading.Thread::Sleep
22673         (including Schedule) and CurrentThread
22674
22675         * threads.h: New file, to insulate thread-specific stuff from the
22676         rest of the code
22677
22678 2001-09-21  Dick Porter  <dick@ximian.com>
22679
22680         * threads-pthread.h: 
22681         * threads-pthread.c: New file, for handling pthreads-style
22682         threading support.  Start() now starts a new thread and executes
22683         the ThreadStart delegate instance.
22684
22685         * icall.c: Added the internalcall for
22686         System.Threading.Thread::Start_internal
22687
22688         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
22689
22690 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
22691
22692         * loader.c: work around the different signatures for delegates
22693         constructors csc generates in compiled code vs the ones compiled in mscorlib.
22694
22695 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22696
22697         * class.h, class.c: add mono_class_get_field_from_name ().
22698         * *: Fix C comments and other ANSI C issues.
22699
22700 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
22701
22702         * endian.h, assembly.c: fix some endianness issues.
22703
22704 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
22705
22706         * loader.h, load.c: add delegate_class to mono_defaults.
22707         Handle runtime provided methods in mono_get_method ().
22708
22709 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
22710
22711         * loader.c (mono_get_method): use pinvoke for internal call
22712
22713         * icall.c: use pinvoke for internal call
22714
22715         * loader.c (method_from_memberref): set the method name
22716
22717 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
22718
22719         * metadata.c: help the compiler generate better code for
22720         mono_class_from_mono_type ().
22721
22722 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
22723
22724         * class.c (mono_class_metadata_init): delayed computing of the
22725         class size to mono_class_metadata_init ()
22726
22727 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
22728
22729         * class.c, class.h: add an interfaces member to MonoClass.
22730         * image.c, image.h: add assembly_name field to MonoImage
22731         from the assembly table.
22732         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
22733
22734 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22735
22736         * class.c: Handle Array in mono_class_from_mono_type ().
22737         * metadata.c, pedump.c: some endian fixes.
22738
22739 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22740
22741         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
22742         * metadata.c: fix small problem introduced with the latest commit.
22743
22744 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
22745
22746         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
22747         We don't need a MonoMetadata pointer anymore to compare signatures in
22748         mono_metadata_signature_equal (), update callers.
22749         Reduced memory usage an number of allocations for MonoMethodHeader and
22750         MonoMethodSignature.
22751
22752 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
22753
22754         * metadata.c: added compare for szarray.
22755
22756 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
22757
22758         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
22759         and add a couple more types to it and mono_defaults. Give an hint on
22760         classes that need implementing in our corlib and are referenced
22761         in mscorlib.
22762
22763 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
22764
22765         * class.h, class.c: keep track if a class is also an Enum.
22766         * loader.c: Implement a couple more types for use in libffi
22767         marshalling. Gives better diagnostics when failing to dlopen
22768         a library. Set method->klass for P/Invoke methods, too.
22769
22770 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
22771
22772         * class.c, class.h: add a MonoType this_arg to MonoClass that
22773         represents a pointer to an object of the class' type that
22774         can be used by the interpreter and later the type cache.
22775         Add best guess alignment info for valuetype objects.
22776
22777 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
22778
22779         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
22780         into MonoType: one less level of indirection and allocation and
22781         simplifies quite a bit of code. Added cache for MonoTypes that are
22782         used frequently, so that we don't need to allocate them all the time.
22783
22784 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
22785
22786         * class.c (mono_class_create_from_typedef): System.Enum is also a
22787         value type, although it does not derive from System.ValueType
22788         (maybe a bug in the ms compiler?)
22789
22790         * metadata.c (mono_type_size): return the right size for value types
22791
22792         * loader.c (mono_get_method): only initialize method header if not abstract
22793
22794         * class.c (mono_class_from_mono_type): use mono_default values. 
22795
22796 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
22797
22798         * *: use MonoClass pointers instead of <type_tokens>
22799         
22800         * class.h: new flag: metadata_inited.
22801
22802         * class.c (mono_class_metadata_init): impl.
22803         (mono_class_instance_size): impl.
22804         (mono_class_data_size): impl.
22805
22806 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22807
22808         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
22809         MonoClass now has the name and name_space fields. 
22810         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
22811         mono_get_method () takes and optional MonoClass as argument.
22812         Removed mono_typedef_from_name() and added mono_class_token_from_name()
22813         instead that takes advantage of a map from class names to typedef
22814         tokens in MonoImage.
22815
22816 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
22817
22818         * metadata.c: zero is not a valid alignment boundary.
22819         Merge MONO_TYPE_VOID in default decoding code.
22820
22821 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
22822
22823         * image.h: merged MonoMetadata into MonoImage
22824
22825         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
22826         identify the type of elements.
22827
22828 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
22829
22830         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
22831         * cil-coff.h: split MonoMSDOSHeader and add size info.
22832         * image.c: add some consistency checks.
22833         * metadata.c: fix row size computation: one programmer
22834         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
22835         add explanation for the locator routine.
22836         Fix decoding of size in method header.
22837         
22838 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
22839
22840         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
22841         (g_concat_dir_and_file): Bring g_concat_dir_and_file
22842         function from gnome-libs.  This uses the right path separator
22843         based on the OS, and also works around a bug in some systems where
22844         a double slash is not allowed. 
22845         (default_assembly_name_resolver): Use g_concat_dir_and_file
22846         (mono_assembly_open): ditto.
22847
22848 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
22849
22850         * metadata.c (mono_metadata_signature_equal): impl.
22851
22852         * *: void is now a realy MonoType (instead of using NULL)
22853         
22854         * metadata.c (do_mono_metadata_parse_type): use
22855         mono_metadata_parse_type to parse void value.
22856
22857 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
22858
22859         * metadata.c, metadata.h: in the signature and method header store
22860         only the space required for holding the loca vars and incoming arguments.
22861
22862 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
22863
22864         * metadata.c (do_mono_metadata_parse_type): treat void like any
22865         other type (instead of assigning NULL);
22866
22867 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
22868
22869         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
22870
22871 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
22872
22873         * image.c (do_mono_image_open): added a cache for arrays.
22874
22875 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22876
22877         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
22878         decode a single column from a row in a metadata table and changes
22879         to take advantage of it in the typedef locator (gives a nice speed up).
22880         Store offset info for function params.
22881
22882 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
22883
22884         * image.h (MONO_IMAGE_IS_CORLIB): removed 
22885
22886 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
22887
22888         * assembly.c: how could mono_assembly_close () had ever worked?
22889         * metadata.c, metadata.h: provide offset info for local vars.
22890         Implement mono_type_size () to take care of alignment as well
22891         as size (it was mono_field_type_size in cli/class.c before).
22892
22893 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
22894
22895         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
22896
22897         * assembly.h (CORLIB_NAME): set to corlib.dll
22898
22899         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
22900
22901 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22902
22903         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
22904         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
22905         tokentype.h: massive namespace cleanup.
22906
22907 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22908
22909         * metadata.h, metadata.c: decode exception clauses when parsing method header.
22910
22911 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
22912
22913         * metadata.c (mono_metadata_free_type): added check for type !=
22914         NULL (void) before calling mono_metadata_free_type()
22915
22916 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
22917
22918         * metadata.h, row_indexes.h: added header with enumerations to use
22919         to index in the columns from tables in metadata and to decode coded
22920         tokens: we should start using this instead of embedding magic numbers
22921         all over the code.
22922
22923 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
22924
22925         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
22926         Move metadata_t info from cli_image_info_t to MonoImage, where
22927         it's easily accessible. Changed all the uses accordingly.
22928         Added the method and class caches to MonoImage.
22929         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
22930         and mono_metadata_decode_value () signature to be more consistent
22931         with the other parse functions (and simplify code). Taken advantage
22932         of zero-length array allocation with GCC. Removed reduntant (and
22933         wrong) MonoFieldType struct and use MonoParam instead. Changed
22934         mono_metadata_parse_field_type () to use common code for parsing.
22935         Added mono_metadata_typedef_from_field () and
22936         mono_metadata_typedef_from_method () to lookup a typedef index from a
22937         field or method token.
22938         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
22939
22940 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
22941
22942         * metadata.c (mono_metadata_parse_field_type): Implement. 
22943         (do_mono_metadata_parse_type): Split engine from
22944         mono_metadata_parse_type, so that we can create smaller structures
22945         for things that just have one pointer to the MonoType (look at
22946         the MonoFieldType)
22947
22948 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
22949
22950         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
22951         as Jan Gray found out, it is incorrect. 
22952
22953 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
22954
22955         * assembly.c: Implement asssembly loading.  This loads an image
22956         and loads all the referenced assemblies.  Come to think of it, we
22957         could always do lazy loading of the assemblies. 
22958
22959         * image.c (mono_image_open): Keep loaded images in a hashtable.
22960
22961         * image.h (MonoImage): Add reference count.
22962
22963 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
22964
22965         * assembly.c (mono_assembly_open): Keep track of the file name in
22966         case the assembly has no ASSEMBLY table.
22967
22968         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
22969         from get.c here.
22970
22971 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
22972
22973         * metadata.c, metadata.h: decode local vars in method header
22974         parse function. Change callers accordingly.
22975
22976 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
22977
22978         * metadata.h, cil-coff.h: protect against multiple inclusion.
22979         Added some new structures to hold information decoded from metadata:
22980         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
22981         and relevant decoding/free functions.
22982         * metadata.c: implement decoding functions. Add warning for out of bounds
22983         index in mono_metadata_locate(). Implement mono_get_method () to retreive
22984         all the info about a method signature and invocation. Remove check on
22985         uninitialized local var in parse_mh() and fix memory leak.
22986
22987 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
22988
22989         * metadata.h: More macros.
22990
22991         * tokentype.h: New file.
22992
22993 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
22994
22995         * assembly.c: added a consistency check and initialize
22996         some structures with g_new0().
22997         * metadata.c: fixed a couple more bugs in table size computation
22998         and add other checks for out-of bound access to metadata.
22999
23000 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
23001
23002         * metatada.c: fix bugs computing table sizes. Spew a
23003         warning when index in string heap is out of bounds.
23004
23005 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
23006
23007         * metadata.h: Add a couple of macros to manipulate tokens. 
23008
23009 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
23010
23011         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
23012         cli_section_tables).
23013
23014 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
23015
23016         * metadata.c (mono_metadata_user_string): New function, provides
23017         access to the UserString heap. 
23018
23019 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
23020
23021         * metadata.c: Add inline documentation.
23022
23023 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
23024
23025         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
23026         files. 
23027
23028 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
23029
23030         * typeattr.h: New file, TypeAttribute flags. 
23031
23032 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
23033
23034         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
23035         mono_assembly_ensure_section): Section loading code.
23036         (load_section_tables): Load the sections.
23037
23038         * mono/metadata/metadata.c (mono_metadata_locate_token,
23039         mono_metadata_locate): Functions to locate the information
23040         definition given a token or a table and an index.
23041         (mono_metadata_compute_table_bases): New.
23042         (compute_size): New function to compute the sizes of the various
23043         tables.
23044
23045         * mono/metadata/metadata.h: Finish listing the different index
23046         types. 
23047
23048         * mono/metadata/pedump.c: Improve to dump new information.
23049
23050 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
23051
23052         * mono/metadata/metadata.c: Entered all the tables matching
23053         Beta2. 
23054
23055         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
23056
23057
23058